A simple save Tool for Holocure fan game. Download (exe): https://github.com/aclich/Holocure_save_editor/releases/download/v0.0.3-C/HoloCure_Save_Tool_v0.0.3_C.zip
- Support game version 0.4.1663293877
- Add scroll bar in editor. (issue #6 (comment))
- Fix Issue #8
- Not compatible with older game version of save.
- Basic compatible with previous save version. 🚀
- Optimize UI ⏸️
The released exe is packed by pyinstaller, and it will cause false positives in some anti-virus software. Please don't worry if you downloaded or used it. To see my full explanation, please refer to #4 (comment).
- Holocoin
- Shop items
- Charactor gacha level
- Tears
- Lock, Unlock items/weapons/collabs/outfits/stages
- Help player Inherit save from other PC to current PC.
- Select which tool to use
(editor or Inheritance tool)
- Editor:
- Select the save file (Default path: 'C:\Users\<user_name>\AppData\Local\HoloCure\save.dat')
- Change the data in editor
- Save the data and replace the original save file (please manually backup the original save file)
- Inheritance Tool:
- Select save from other PC (Or the save you want to inheritance)
- Select save in current PC (Already selected in default, make sure the save file exists. If not, run the game first.)
- Click Run.
- python > 3.6
- Install python if haven't (version > 3.6)
- git clone https://github.com/aclich/Holocure_save_editor.git
- cd Holocure_save_editor
- python holocure_save_editor.py
*Note Build Command:
pyinstaller.exe --upx-dir <Path to upx> --noconsole --onefile --name HoloCure_Save_Tool_{VERSION} --icon <Path to Icon> .\holocure_save_tool.py --clean