A command-line tool to edit Endless Legend save files, allowing you to modify empire resources including Dust, strategic resources, and luxury resources.
- Edit empire resources (Dust, strategic resources, luxury resources)
- Edit tech tree
- Interactive menu-driven interface
- Automatic backup creation before saving
-
Clone or download this repository
-
Create a virtual environment:
python3 -m venv venv-
Activate the virtual environment:
- macOS/Linux:
source venv/bin/activate - Windows:
venv\Scripts\activate
- macOS/Linux:
-
Install dependencies:
pip install -r requirements.txtRun the editor without arguments to select from your default save directory:
python main.pyYou can also specify a save file directly:
python main.py /path/to/your/savefile.sav- If the editor can't find your save files, specify the full path to the save file
- Make sure the save file is not currently open in Endless Legend
- If something goes wrong, your original save is backed up as
filename.bak
This tool is provided as-is for personal use.
