SMTV: V Save Utility Switch
From GameBrew
More actions
| SMTV: V Save Utility | |
|---|---|
| General | |
| Author | zmbkilla |
| Type | Save Managers and Editors |
| Version | 1.0.0 |
| License | N/A |
| Last Updated | 2024/06/18 |
| Links | |
| Download | |
| Website | |
| Source | |
A simple save decryption and encryption utility for Shin Megami Tensei V.
Requirements
- .NET Runtime 5.0+
- SMTV: Save File(s)
Usage
- 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_decor_encsuffix 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
Notes
- Not compatible with saves from the original game
Changelog
1.0.0
- Fixed encryption.
initial
- First Release.