Skip to content

richirisu/SD3SaveEditor

 
 

Repository files navigation

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, install pyqt and git:

sudo apt install python3-pip python3-pyqt5 git
git clone https://github.com/rrooij/sd3save_editor.git
cd sd3save_editor
pip3 install -r requirements.txt
python3 -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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Makefile 0.6%