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 other item in your inventory; use the key _items in show_properties to see what’s in your inventory currently.
Note: If the item name you enter is not something that exists in Eidolon, it will be ignored by the game, but will stay in your savegame file forever.
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.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e776c3c637be94433d6de62ad16a5787a55bd26974d449da902b2723bf16aa50 |
|
MD5 | 726a0761a42b32e035e16abbb839ed14 |
|
BLAKE2b-256 | 4416d2983b0169cb794b5cf71261e22c7735284c744491364ff4017b531d9688 |