Skip to content

Add SchemeTool script for easier game scheme database inspection and manipulation - #218

Open
MkfsSion wants to merge 1 commit into
crskycode:masterfrom
MkfsSion:schemetool
Open

Add SchemeTool script for easier game scheme database inspection and manipulation#218
MkfsSion wants to merge 1 commit into
crskycode:masterfrom
MkfsSion:schemetool

Conversation

@MkfsSion

Copy link
Copy Markdown

Only support PowerShell v5.x.

Example usage:

$GarbroRoot = ".\bin\Debug"

. .\SchemeTool.ps1

$DB = Get-GarbroGameDatabase -DBPath ".\ArcFormats\Resources\Formats.dat"

 # Inspect or manipulate scheme database through $DB object
...

Save-GarbroGameDatabase -DataBase $DB -OutputPath <path to save modified database>

…manipulation

Only support PowerShell v5.x.

Example usage:

```
$GarbroRoot = ".\bin\Debug"

. .\SchemeTool.ps1

$DB = Get-GarbroGameDatabase -DBPath ".\ArcFormats\Resources\Formats.dat"

 # Inspect or manipulate scheme database through $DB object
...

Save-GarbroGameDatabase -DataBase $DB -OutputPath <path to save modified database>
```

Signed-off-by: MkfsSion <mkfssion@mkfssion.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant