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 project is built with PyInstaller on Winodws. You have to install dependency packages(See requirements.txt) before build.
This program uses some codes from following repositories.