Update readme
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
|
/assets/vanilla
|
||||||
/output
|
/output
|
||||||
/target
|
/target
|
||||||
**/*.rs.bk
|
**/*.rs.bk
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user