Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Updating

MizaGBF edited this page Dec 24, 2021 · 1 revision

In case your are maintaining your own copy and want to upgrade to a newest build, here's some help.

Updating

If you run it locally, all you need to do is update the requirements.
Make sure you have the required Python version installed first.
Then, you can simply do, in a command prompt: python -m pip install --upgrade -r requirements.txt.

config.json

config.json has been mostly unchanged those past months/years.
Simply retrieve the one from example folder and fill it with your own.
If you find any blank/new entries needing to be completed, just do it.
If something was present before and is missing from the new config.json file, it means it's not needed anymore.

save.json

save.json files are fully retrocompatible until save file version 0.
Older save.json files (without any version information) aren't compatible.
If your copy stores the data on a Google Drive (like mine do), it currently compress them to the LZMA format but it can still load files compressed to GZIP or uncompressed ones.
The tools folder contains two .py allowing you to compress and decompress a save file to GZIP or LZMA formats. Just drag and drop onto them.

Clone this wiki locally