Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rrooij/sd3save_editor
Seiken Densetsu 3 Save Editor
https://github.com/rrooij/sd3save_editor
game gui pyqt5 python qt savegame
Last synced: 2 months ago
JSON representation
Seiken Densetsu 3 Save Editor
- Host: GitHub
- URL: https://github.com/rrooij/sd3save_editor
- Owner: rrooij
- License: gpl-3.0
- Created: 2017-05-25T10:56:30.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-02-19T21:13:29.000Z (11 months ago)
- Last Synced: 2024-06-12T17:30:26.402Z (7 months ago)
- Topics: game, gui, pyqt5, python, qt, savegame
- Language: Python
- Size: 146 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/rrooij/sd3save_editor/releases) page.
# Running on Windows
Check out the [Releases](https://github.com/rrooij/sd3save_editor/releases) page. It will contain a Windows
binary.# Warning
Backup your save before messing with it!
# Credits
* Location ID's were found [here](https://www.romhacking.net/documents/662/) and made possible by RomHacking.net user [giangurgolo](https://www.romhacking.net/community/801/)
* Some offsets were also found [here](https://www.gamefaqs.com/snes/588648-seiken-densetsu-3/faqs/9788)
by GameFAQs user [DavieZBOY](https://www.gamefaqs.com/community/DavieZBOY)
* Test save downloaded from https://www.fantasyanime.com/mana/som2saves.htm