Simple editor for the savegame file format used by Eidolon from Icewatergames.
Project description
Early in my playing of Eidolon, I somehow missed my chance to find the fishing pole and continually had trouble finding enough food to survive as a result. This is the tool I wrote to avoid having to trek all the way across the world to find that fishing pole.
Install
From any environment where pip is available:
pip install eidolon-savegame-editor
Or, from a clone of this repository:
pip install -e .
Use
eidolon_savegame_editor /path/to/savegame COMMAND
But where’s my savegame?
OS |
Path |
---|---|
OSX |
~/Library/Application Support/Steam/SteamApps/common/Eidolon/EIDOLON.app/Contents/Resources/Engine/Config/SaveData.bin |
Windows |
C:\UDK\EIDOLON\Binaries\Win32\SaveData.bin |
Commands
reset_hunger
Resets your hunger to zero.
add_items ITEM COUNT
Adds items to your inventory.
Options for ITEM include:
Mushrooms
Tinder
or any item in your inventory.
Note: This is limited to the above only because those are the only items I had in my pack while writing this. If you have other item types in your pack, let me know.
show_properties
Enumerates properties found in the savegame file.
Disclaimer
This may destroy your savegame! Make a backup if you don’t trust this script.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for eidolon-savegame-editor-0.2.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0342db21ea6f95e881bd30c4270619e3e014dcffa429edd1db218c6961675dd |
|
MD5 | ba29dd7621c42d560ea46406e872bfd2 |
|
BLAKE2b-256 | b71e2c484c0047529923492b2dc6c94d3f77ab787e38cbdfdce9ad2859953344 |