Update readme

This commit is contained in:
Jáchym Toušek
2018-09-07 19:41:05 +02:00
parent cac9a8bc84
commit 48dc94603a
2 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
/assets/vanilla
/output /output
/target /target
**/*.rs.bk **/*.rs.bk

View File

@@ -3,7 +3,11 @@ UI Compiler
Scripts for easier editing of Unity assets for Higurashi. Scripts for easier editing of Unity assets for Higurashi.
To use this tool you will need to install both Python and Rust. Then simply run this: To use this tool you will need to install both Python and Rust.
Next you will need to download the [vanilla UIs]() for Higurashi games and unpack them into `assets/vanilla`.
Then simply run this:
``` ```
cargo run <chapter> <platform> cargo run <chapter> <platform>