GUI for editing koikatu save file
Run gui.py (or gui.exe) with save file. Python 3.6 required.
> python gui.py file01.dat
Copy *.py and resource_ja.json. And you have to install dependency packages.
$ pip3 install pillow
$ pip3 install msgpack
This program is using some codes from following repositories.