Skip to content

IgniparousTempest/EndlessLegendSaveGameEditor-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Endless Legend Save Editor

A command-line tool to edit Endless Legend save files, allowing you to modify empire resources including Dust, strategic resources, and luxury resources.

Features

  • Edit empire resources (Dust, strategic resources, luxury resources)
  • Edit tech tree
  • Interactive menu-driven interface
  • Automatic backup creation before saving

Installation

  1. Clone or download this repository

  2. Create a virtual environment:

python3 -m venv venv
  1. Activate the virtual environment:

    • macOS/Linux:
      source venv/bin/activate
    • Windows:
      venv\Scripts\activate
  2. Install dependencies:

pip install -r requirements.txt

Usage

Basic Usage

Run the editor without arguments to select from your default save directory:

python main.py

Specify a Save File

You can also specify a save file directly:

python main.py /path/to/your/savefile.sav

Troubleshooting

  • 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

License

This tool is provided as-is for personal use.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages