Update README with examples
This commit is contained in:
parent
05a3dfb44f
commit
32156b09bb
21
README.md
21
README.md
@ -1,5 +1,22 @@
|
|||||||
# Kiwami-2-Model-Replacer
|
# Kiwami 2 Model Replacer Utility
|
||||||
|
|
||||||
|
Before you get started, please run `npm install` in this directory to have the required packages installed.
|
||||||
|
|
||||||
Any config modifications are to be done in the `config.js` file.
|
Any config modifications are to be done in the `config.js` file.
|
||||||
|
|
||||||
To build the new `character_character_data.bin` file just run `npm start` afterwards.
|
If the file doesn't exist it will be created upon first launch. Please try not to edit the `config.default.js` file.
|
||||||
|
|
||||||
|
To build the new model file(-s) just run `npm start` after doing your modifications in the config.
|
||||||
|
The will be generated into a subfolder called `output`.
|
||||||
|
|
||||||
|
## Examples
|
||||||
|
|
||||||
|
<a href="https://i.imgur.com/hH6yfFM.png" target="_blank">
|
||||||
|
<img src="https://i.imgur.com/hH6yfFM.png" alt="Kiryu as Majima" width="350"/>
|
||||||
|
</a>
|
||||||
|
<a href="https://i.imgur.com/a3x0urF.png" target="_blank">
|
||||||
|
<img src="https://i.imgur.com/a3x0urF.png" alt="Jin Goda enjoying a cold drink" width="350"/>
|
||||||
|
</a>
|
||||||
|
<a href="https://i.imgur.com/1SeZbAd.png" target="_blank">
|
||||||
|
<img src="https://i.imgur.com/1SeZbAd.png" alt='"Be My Kiryu"' width="350"/>
|
||||||
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user