More actions
(Created page with "{{Infobox Switch Homebrews |title=Shin Megami Tensei V Save Editor |image=shinmegamitenseivsaveeditorswitch.png |description=Shin Megami Tensei V Save Editor. |author=Amuyea |lastupdated=2021/11/29 |type=Save and Game Managers |version=v1.0.3 |license=Mixed |download=https://dlhb.gamebrew.org/switchhomebrews/shinmegamitenseivsaveeditorswitch.7z |website=https://gbatemp.net/threads/shin-megami-tensei-v-discussion-save-editor-soon.602923/ |source= |donation= }} {{#seo: |ti...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=Shin Megami Tensei V Save Editor | |title=Shin Megami Tensei V Save Editor | ||
|image= | |image=shinvsaveeditornx.png | ||
|description=Shin Megami Tensei V Save Editor. | |description=Shin Megami Tensei V Save Editor. | ||
|author=Amuyea | |author=Amuyea | ||
|lastupdated=2021/11/29 | |lastupdated=2021/11/29 | ||
|type=Save and | |type=Save Editors and Converters | ||
|version= | |version=1.0.3 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/shinvsaveeditornx.7z | ||
|website=https://gbatemp.net/threads/shin-megami-tensei-v-discussion-save-editor-soon.602923/ | |website=https://gbatemp.net/threads/shin-megami-tensei-v-discussion-save-editor-soon.602923/ | ||
|source= | |source= | ||
|donation= | |donation= | ||
}} | }} | ||
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. | |||
== | ==User guide== | ||
< | ===Prerequisites=== | ||
*[https://www.python.org/downloads/ Python 3] (tested with Python 3.10.0). | |||
*PyQt5, can be installed through <code>pip</code> (<code>pip install PyQt5</code>). | |||
*A decrypted SMT V save file from your Nintendo Switch (through a save utility such as [[Checkpoint Switch|Checkpoint]]) or your Switch emulator of choice. | |||
*You can decrypt your save file with [https://github.com/zarroboogs/smtv.saveutil smtv.saveutil]. | |||
** For example: <code>smtv.saveutil.exe -i GameSave**</code> will output <code>GameSave**_dec</code> in the folder where <code>smtv.saveutil.exe</code> is. | |||
** For more info, check out the tool's own [https://github.com/zarroboogs/smtv.saveutil/blob/master/README.md#Usage README]. | |||
===How to use=== | |||
Run the script: <code>python shinv.py</code>. | |||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/switchhomebrews/ | https://dlhb.gamebrew.org/switchhomebrews/shinvsaveeditornx4.png | ||
'''In game screenshots''' <br> | |||
https://dlhb.gamebrew.org/switchhomebrews/shinvsaveeditornx2.png | |||
https://dlhb.gamebrew.org/switchhomebrews/ | https://dlhb.gamebrew.org/switchhomebrews/shinvsaveeditornx3.png | ||
https://dlhb.gamebrew.org/switchhomebrews/ | |||
==Changelog== | ==Changelog== | ||
''' | '''V1.0.3 2021/11/29''' | ||
* | *Removed Demon 25-26 Stuff. | ||
*Fixed all Stats. | |||
'''V1.0.2 2021/11/28''' | |||
*It will tell you if it's wrong file or encrypted file. | |||
'''V1.0.1 2021/11/24''' | |||
*Fix Skill Offsets. | |||
'''V1.0.0 2021/11/19''' | |||
*Full Release of Save Editor. | |||
*Added: | |||
**Level. | |||
**EXP. | |||
**ID. | |||
'''V0.2 2021/11/16''' | |||
*Early Beta: | |||
**Game Mode. | |||
**Money. | |||
**Glory. | |||
**Character Stats & Skills. | |||
**Demon Stats & Skills. | |||
**Items. | |||
**Essences. | |||
**Name. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/Amuyea-gbatemp/Shin-Megami-Tensei-V-Save-Editor | ||
* GBAtemp - https://gbatemp.net/threads/shin-megami-tensei-v-discussion-save-editor-soon.602923/ | |||
Latest revision as of 04:05, 6 July 2023
Shin Megami Tensei V Save Editor | |
---|---|
General | |
Author | Amuyea |
Type | Save Editors and Converters |
Version | 1.0.3 |
License | Mixed |
Last Updated | 2021/11/29 |
Links | |
Download | |
Website | |
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.
User guide
Prerequisites
- 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.
- For example:
How to use
Run the script: python shinv.py
.
Screenshots
In game screenshots
Changelog
V1.0.3 2021/11/29
- Removed Demon 25-26 Stuff.
- Fixed all Stats.
V1.0.2 2021/11/28
- It will tell you if it's wrong file or encrypted file.
V1.0.1 2021/11/24
- Fix Skill Offsets.
V1.0.0 2021/11/19
- Full Release of Save Editor.
- Added:
- Level.
- EXP.
- ID.
V0.2 2021/11/16
- Early Beta:
- Game Mode.
- Money.
- Glory.
- Character Stats & Skills.
- Demon Stats & Skills.
- Items.
- Essences.
- Name.