rrooij / sd3save_editor

Seiken Densetsu 3 Save Editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seiken Densetsu 3 save editor

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.

Running

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.

Running the GUI on Debian or Ubuntu

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.

Running on Windows

Check out the Releases page. It will contain a Windows binary.

Warning

Backup your save before messing with it!

Credits

About

Seiken Densetsu 3 Save Editor

License:GNU General Public License v3.0


Languages

Language:Python 99.4%Language:Makefile 0.6%