mattgiltaji / evolvesaveeditor

a save editor for the game "Evolve"
Mozilla Public License 2.0
3 stars 0 forks source link

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:

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.