More actions
(Created page with "{{Infobox Switch Homebrews |title=SMTV Save Utility |image=smtvsaveutilityswitch.png |description=Shin Megami Tensei V Save Utility |author=zarroboogs |lastupdated=2021/11/12 |type=Hack Utilities |version=v1.0 |license=Mixed |download=https://dlhb.gamebrew.org/switchhomebrews/smtvsaveutilityswitch.7z |website=https://github.com/zarroboogs/smtv.saveutil |source=https://github.com/zarroboogs/smtv.saveutil |donation= }} {{#seo: |title=Switch Rom Hacks (Hack Utilities) - Gam...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=SMTV Save Utility | |title=SMTV Save Utility | ||
|image= | |image=smtvsaveutilitynx.png | ||
|description=Shin Megami Tensei V Save Utility | |description=GUI for Shin Megami Tensei V Save Utility. | ||
|author=zarroboogs | |author=zarroboogs | ||
|lastupdated=2021/11/ | |lastupdated=2021/11/11 | ||
|type= | |type=Save Editors and Converters | ||
|version= | |version=1.0.0 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/smtvsaveutilitynx.7z | ||
|website=https:// | |website=https://gbatemp.net/threads/shin-megami-tensei-v-save-editor-and-save-utility-gui.603681/ | ||
|source=https://github.com/ | |source=https://github.com/zmbkilla/SMTV_SaveUtil_GUI | ||
|donation= | |donation= | ||
}} | }} | ||
A simple save decryption and encryption utility for Shin Megami Tensei V. | |||
==User guide== | |||
Requirements: | |||
*.NET Runtime 5.0+. | |||
*SMTV Save File(s). | |||
How to use: | |||
*Locate and dump your SMTV saves (<code>SysSave</code>, <code>GameSaveXX</code>, <code>AutoSaveXX</code>). | |||
*To decrypt or encrypt a save: | |||
**<code>smtv.saveutil.exe -i </path/to/save></code> | |||
*By default, the program outputs decrypted or encrypted save files with a <code>_dec</code> or <code>_enc</code> suffix respectively. | |||
*To output to a specific path: | |||
**<code>smtv.saveutil.exe -i </path/to/save_in> -o </path/to/save_out></code> | |||
Example: | |||
<pre> | |||
> smtv.saveutil.exe -i GameSave02 | |||
Decrypting... | |||
Writing to .\GameSave02_dec... | |||
Done | |||
> smtv.saveutil.exe -i GameSave02_dec -o GameSave02 | |||
Encrypting... | |||
Writing to .\GameSave02... | |||
Done | |||
</pre> | |||
==Screenshots== | ==Screenshots== | ||
https:// | '''[https://github.com/zmbkilla/SMTV_SaveUtil_GUI GUI by zmbkilla]''' <br> | ||
https://dlhb.gamebrew.org/switchhomebrews/smtvsaveutilityguinx2.png | |||
https://dlhb.gamebrew.org/switchhomebrews/ | |||
==Changelog== | ==Changelog== | ||
''' | '''v1.0.0''' | ||
* | *Initial release. | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/zarroboogs/smtv.saveutil/releases | ||
Latest revision as of 04:05, 6 July 2023
SMTV Save Utility | |
---|---|
General | |
Author | zarroboogs |
Type | Save Editors and Converters |
Version | 1.0.0 |
License | Mixed |
Last Updated | 2021/11/11 |
Links | |
Download | |
Website | |
Source | |
A simple save decryption and encryption utility for Shin Megami Tensei V.
User guide
Requirements:
- .NET Runtime 5.0+.
- SMTV Save File(s).
How to use:
- Locate and dump your SMTV saves (
SysSave
,GameSaveXX
,AutoSaveXX
). - To decrypt or encrypt a save:
smtv.saveutil.exe -i </path/to/save>
- By default, the program outputs decrypted or encrypted save files with a
_dec
or_enc
suffix respectively. - To output to a specific path:
smtv.saveutil.exe -i </path/to/save_in> -o </path/to/save_out>
Example:
> smtv.saveutil.exe -i GameSave02 Decrypting... Writing to .\GameSave02_dec... Done > smtv.saveutil.exe -i GameSave02_dec -o GameSave02 Encrypting... Writing to .\GameSave02... Done
Screenshots
Changelog
v1.0.0
- Initial release.