Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

SMTV: V Save Utility Switch: Difference between revisions

From GameBrew
Created page with "{{Infobox Switch Homebrews |title=SMTV: V Save Utility |image=Switch-logo.png |description=Shin Megami Tensei V Save Utility. |author=zmbkilla |lastupdated=2024/06/18 |type=Save Managers and Editors |version=1.0.0 |license=N/A |download=https://dlhb.gamebrew.org/switchhomebrews/SMTVVSaveUtilitySwitch.7z |website=https://gbatemp.net/threads/shin-megami-tensei-v-vengeance-save-encryptor-decryptor-fork.657277/ |source=https://github.com/zmbkilla/smtv.saveutil |donation= }}..."
 
No edit summary
Line 5: Line 5:
|author=zmbkilla
|author=zmbkilla
|lastupdated=2024/06/18
|lastupdated=2024/06/18
|type=Save Managers and Editors
|type=Save Editors and Converters
|version=1.0.0
|version=1.0.0
|license=N/A
|license=N/A
Line 21: Line 21:
A simple save decryption and encryption utility for Shin Megami Tensei V.
A simple save decryption and encryption utility for Shin Megami Tensei V.


== Requirements ==
== User guide ==
Requirements:
* .NET Runtime 5.0+
* .NET Runtime 5.0+
* SMTV: Save File(s)
* SMTV: Save File(s)


== Usage ==
How to use:
* Locate and dump your SMTV saves (<code>SysSave</code>, <code>GameSaveXX</code>, <code>AutoSaveXX</code>).
* 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 &lt;/path/to/save&gt;</code> By default, the program outputs decrypted or encrypted save files with a <code>_dec</code> or <code>_enc</code> suffix respectively.
* To decrypt or encrypt a save: <code>smtv.saveutil.exe -i &lt;/path/to/save&gt;</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 &lt;/path/to/save_in&gt; -o &lt;/path/to/save_out&gt;</code>
* To output to a specific path: <code>smtv.saveutil.exe -i &lt;/path/to/save_in&gt; -o &lt;/path/to/save_out&gt;</code>


== Example ==
Example:
<pre>&gt; smtv.saveutil.exe -i GameSave02
<pre>&gt; smtv.saveutil.exe -i GameSave02


Line 42: Line 43:
Writing to .\GameSave02...
Writing to .\GameSave02...
Done</pre>
Done</pre>
<span id="notes"></span>
 
== Notes ==
Note: Not compatible with saves from the original game.
* Not compatible with saves from the original game


==Changelog==
==Changelog==
'''1.0.0'''
'''1.0.0'''
*Fixed encryption.
*Fixed encryption.
'''initial'''
'''Initial'''
* First Release.
* First Release.


== External links ==
== External links ==
* Gbatemp - https://gbatemp.net/threads/shin-megami-tensei-v-vengeance-save-encryptor-decryptor-fork.657277/
* GitHub - https://github.com/zmbkilla/smtv.saveutil
* Github - https://github.com/zmbkilla/smtv.saveutil
* GBAtemp - https://gbatemp.net/threads/shin-megami-tensei-v-vengeance-save-encryptor-decryptor-fork.657277/

Revision as of 03:50, 22 June 2025

SMTV: V Save Utility
General
Authorzmbkilla
TypeSave Editors and Converters
Version1.0.0
LicenseN/A
Last Updated2024/06/18
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 (SysSaveGameSaveXXAutoSaveXX).
  • 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

Note: Not compatible with saves from the original game.

Changelog

1.0.0

  • Fixed encryption.

Initial

  • First Release.

External links

Advertising: