Shin Megami Tensei V Save Editor made in Python.
Works with all the savefiles from Save Slot 1 through 20. (GameSave00-GameSave19) (GameSave00 = Slot 1, GameSave19 = Slot 20)
Features
- Game's Mode (Game Difficulty)
- Money
- Glory
- Character Stats & Skills
- Demon Stats & Skills
- Items
- Essences
- Names
- EXP
- Level
- Demon ID
- Python 3 (Tested with Python 3.10.0)
- PyQt5, can be installed through
pip
. (pip install PyQt5
) - A decrypted SMT V save file from your Nintendo Switch (through a save utility such as Checkpoint) or your Switch emulator of choice.
- You can decrypt your save file with smtv.saveutil, for example:
smtv.saveutil.exe -i GameSave**
will outputGameSave**_dec
in the folder wheresmtv.saveutil.exe
is. For more info, check out the tool's own README.
Run the script: python shinv.py
.