MCPcopy Index your code
hub / github.com/aclich/Holocure_save_editor

github.com/aclich/Holocure_save_editor @v0.0.3-C

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.0.3-C ↗ · + Follow
44 symbols 99 edges 1 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Holocure Save Tool

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 https://github.com/aclich/Holocure_save_editor/issues/6#issue-1376130532) - Fix Issue https://github.com/aclich/Holocure_save_editor/issues/8

Known Issue:

  • Not compatible with older game version of save.

v0.0.3 Expected Update:

  • Basic compatible with previous save version. 🚀
  • Optimize UI ⏸️

Virus detected issue

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 https://github.com/aclich/Holocure_save_editor/issues/4#issuecomment-1174153928.

Feature:

Save editing:

  • Holocoin
  • Shop items
  • Charactor gacha level
  • Tears
  • Lock, Unlock items/weapons/collabs/outfits/stages

Save Inheritance (Transfer):

  • Help player Inherit save from other PC to current PC.

Screenshot:

How to Use (exe)

  1. Select which tool to use (editor or Inheritance tool)
  2. Editor:
  3. Select the save file (Default path: 'C:\Users\\AppData\Local\HoloCure\save.dat')
  4. Change the data in editor
  5. Save the data and replace the original save file (please manually backup the original save file)
  6. Inheritance Tool:
    1. Select save from other PC (Or the save you want to inheritance)
    2. Select save in current PC (Already selected in default, make sure the save file exists. If not, run the game first.)
    3. Click Run.

Run from source code

Requirements

  • python > 3.6

Steps

  1. Install python if haven't (version > 3.6)
  2. git clone https://github.com/aclich/Holocure_save_editor.git
  3. cd Holocure_save_editor
  4. 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

Core symbols most depended-on inside this repo

load_file
called by 3
holocure_save_tool.py
save_file
called by 2
holocure_save_tool.py
_open_save
called by 2
holocure_save_tool.py
_select_save
called by 2
holocure_save_tool.py
_update_keys
called by 1
holocure_save_tool.py
inerit_save
called by 1
holocure_save_tool.py
_create_component
called by 1
holocure_save_tool.py
_layout
called by 1
holocure_save_tool.py

Shape

Method 34
Class 8
Function 2

Languages

Python100%

Modules by API surface

holocure_save_tool.py44 symbols

For agents

$ claude mcp add Holocure_save_editor \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page