Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,22 @@ There should, however, be enough documentation available to know how to use the
The project `SaintCoinach.Cmd` is a very basic console application that can be used to extract various assets.
The following commands are currently supported:

* `lang`: Displays or changes the language used for data files. Valid arguments are `Japanese`, `English`, `German`, `French`. If no argument is supplied the currently used language is shown.
* `lang`: Displays or changes the language used for data files, _e.g._ `lang English` / `lang en`.

* Valid language arguments are:
* `Japanese` / `ja`
* `English` / `en`
* `German` / `de`
* `French` / `fr`

* The following languages are intended for non-global game clients:
* `ChineseSimplified` / `chs`
* `ChineseTraditional` / `cht`
* `Korean` / `ko`
* `TraditionalChinese` / `tc`

* If no argument is supplied, the currently used language is shown.

* Raw file:
* `raw`: Exports a file from the game assets without any conversions. The argument should be the friendly name of the file.
* `rawexd` Export all data (default), or only specific data files, seperated by spaces. No post-processing is applied to values.
Expand Down