Skip to content

mattgiltaji/evolvesaveeditor

Repository files navigation

evolvesaveeditor

A save editor for the game "Evolve"

Appveyor Build Status Coverage Status Maintainability GitHub License

Evolve is a game by pmotschmann and is playable for free online.

Features

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)

How To Use

To use this save editor:

From Source

  1. Have version 3.7 or higher Python installed on your local machine.

  2. Export save from Settings tab in Evolve.

  3. Copy & Paste that exported save data into a file on your local machine.

  4. Save and close the file.

  5. 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"
    
  6. Open the save file on your local machine and copy the contents.

  7. Paste the contents into the import/export textarea on the settings tab in Evolve.

  8. Click the "Import Game" button on the settings tab in Evolve.

From Executable

  1. 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.
  2. Export save from Settings tab in Evolve.

  3. Copy & Paste that exported save data into a file on your local machine.

  4. Save and close the file.

  5. 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"
    
  6. Open the save file on your local machine and copy the contents.

  7. Paste the contents into the import/export textarea on the settings tab in Evolve.

  8. Click the "Import Game" button on the settings tab in Evolve.

About

a save editor for the game "Evolve"

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages