Simple save editor made in Python.
Tested on: Seiken Densetsu 3 (Japan) [En by LNF+Neill Corlett+SoM2Freak v1.01]
It has the following features for now:
- Change luc (the currency in the game)
- Change player names
- Change location
- Change max HP and current HP
- View and manipulate player stats
- Change the currently playing audio track
- View and update item inventory
Please finish the game without cheating first if you planned to do this by editing your save. The challenge of the game adds up to the experience.
Clone the repository and run in the folder:
python3 -m sd3save_editor [options] [file]
Only Python 3 is supported. View the available locations and their IDs by looking in sd3save_editor/data/locations.json
with a text editor.
First, make sure to have Python and poetry installed. After that, run:
git clone https://github.com/rrooij/sd3save_editor.git
cd sd3save_editor
poetry install
poetry run python -m sd3save_editor.gui
There is also an executable available on the Releases page.
Check out the Releases page. It will contain a Windows binary.
Backup your save before messing with it!
- Location ID's were found here and made possible by RomHacking.net user giangurgolo
- Some offsets were also found here by GameFAQs user DavieZBOY
- Test save downloaded from https://www.fantasyanime.com/mana/som2saves.htm