A save editor for the game "Evolve"
Evolve is a game by pmotschmann and is playable for free online.
This save editor can currently do these things:
- Adjust prestige currencies (Plasmids, Phages, and Dark)
- Fill resources to maximum (or a big number for resources without a max)
- Update resources' assigned containers and crates (when Freight Yard and/or Container Port are built)
- Adjust building counts (but won't add the first building of its kind as that breaks things)
- Update number of citizens to maximum supported by housing buildings
- Update number of soldiers to maximum supported by barracks buildings and heals all troops.
- Adjust A.R.P.A. research projects to 99% complete
Update genetic sequencing to 5 seconds from completion(broken right now)
To use this save editor:
-
Have version 3.7 or higher Python installed on your local machine.
-
Export save from Settings tab in Evolve.
-
Copy & Paste that exported save data into a file on your local machine.
-
Save and close the file.
-
Run the evolvesaveeditor.py script in your favorite command line and pass in the path to the save file, like so:
python .\evolvesaveeditor.py "c:\path\to\save\file.txt" -
Open the save file on your local machine and copy the contents.
-
Paste the contents into the import/export textarea on the settings tab in Evolve.
-
Click the "Import Game" button on the settings tab in Evolve.
-
Download the latest executable for your OS from the releases page
- Only 64 bit linux and 64 bit windows executables are currently available.
- Other OSes will need to run python directly.
-
Export save from Settings tab in Evolve.
-
Copy & Paste that exported save data into a file on your local machine.
-
Save and close the file.
-
Run the evolvesaveeditor executable in your favorite command line and pass in the path to the save file, like so:
evolvesaveeditor.exe "c:\path\to\save\file.txt" or evolvesaveeditor "/path/to/save/file.txt" -
Open the save file on your local machine and copy the contents.
-
Paste the contents into the import/export textarea on the settings tab in Evolve.
-
Click the "Import Game" button on the settings tab in Evolve.