awmath / hades_save_editor

A project to enable easy editing of Hades savegames

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hades Save Editor

A project to enable easy editing of Hades savegames.

Given the engine similarities, I suspect it may work for bastion and transistor too, with some minor tweaks to the save schema.

WIP. Basic UI, with editable currencies. Will probably break your game and ruin your life.

Getting started

Ensure you have Python 3+ installed. Clone this repo or download the source as a zip and extract it. In the extracted folder,

  1. (Optional) Setup a virtual environment

  2. Install the dependencies via pip

     pip3 install -r requirements.txt
    
  3. Start the editor

     python3 main.py
    
  4. Once the editor is running, load up your save file

About

A project to enable easy editing of Hades savegames

License:MIT License


Languages

Language:Python 99.5%Language:Shell 0.2%Language:Batchfile 0.2%