Rename archives

This commit is contained in:
Jáchym Toušek
2019-04-19 06:53:44 +02:00
parent e6c94ed9ab
commit 0bddbb3863
4 changed files with 26 additions and 24 deletions

View File

@@ -12,12 +12,14 @@ You'll also need UABE 2.2 stable or newer (or 2.2 beta4 with [this patch applied
Then simply run this:
```
cargo run <chapter> <platform>
cargo run <chapter> <platform> <system>
```
`<chapter>` is simply `onikakushi`, `watanagashi` and so on.
`<platform>` is `win` or `mac`. For tatarigoroshi platform can also be `win-mg` and `mac-mg`.
`<platform>` is `steam`, `mg` or `gog`.
`<system>` is `win` or `unix`.
Documentation for the underlying python scripts can be found [here](https://github.com/07th-mod/higurashi-dev-guides/wiki/UI-editing-scripts).