More actions
(Created page with "{{Infobox Switch Homebrews |title=xv2savdec |image=xv2savdecswitch.png |description=Tool to decrypt/encrypt Dragon Ball Xenoverse 2 Switch save files. |author=mineminemine |lastupdated=2018/11/15 |type=Game Hacks |version=1 |license=Mixed |download=https://dlhb.gamebrew.org/switchhomebrews/xv2savdecswitch.7z |website=https://gbatemp.net/threads/xv2savdec-tool-to-decrypt-encrypt-dragon-ball-xenoverse-2-switch-save-files.523278/ |source=https://github.com/mineminemine/xv2s...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=xv2savdec | |title=xv2savdec | ||
|image= | |image=xv2savdecnx.png | ||
|description=Tool to decrypt/encrypt Dragon Ball Xenoverse 2 Switch save files. | |description=Tool to decrypt/encrypt Dragon Ball Xenoverse 2 Switch save files. | ||
|author=mineminemine | |author=mineminemine | ||
|lastupdated=2018/11/15 | |lastupdated=2018/11/15 | ||
|type= | |type=Save Editors and Converters | ||
|version=1 | |version=1 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/xv2savdecnx.7z | ||
|website=https://gbatemp.net/threads/xv2savdec-tool-to-decrypt-encrypt-dragon-ball-xenoverse-2-switch-save-files.523278/ | |website=https://gbatemp.net/threads/xv2savdec-tool-to-decrypt-encrypt-dragon-ball-xenoverse-2-switch-save-files.523278/ | ||
|source=https://github.com/mineminemine/xv2savdec_switch | |source=https://github.com/mineminemine/xv2savdec_switch | ||
|donation= | |donation= | ||
}} | }} | ||
This is a tool to decrypt and re-encrypt your Dragon Ball Xenoverse 2 save file (savefile1.dat). | |||
The decrypted save file cannot be opened with save editors that are meant for PC/XBone/PS4 versions. | |||
'''Note:''' Please make sure to backup of your save before trying this tool. | |||
==User guide== | |||
Requirements: | |||
*Your DBXV2 <code>savefile1.dat</code> file. | |||
*.NET Framework ver 4.5 or above. | |||
How to use: | |||
*Drag a .dat file into the program, and it will create a ".sav.dec" file with the decrypted content. | |||
*Drag a .sav.dec, and it will create an encrypted "_enc.dat" file. | |||
==Changelog== | ==Changelog== | ||
''' | '''v1.0''' | ||
* | *Only tested on DBXV2 ver. 1.10.02. | ||
*However, it should work with lower versions too. | |||
==Credits== | |||
*Eternity - Huge thanks goes to Eternity for his/her initial work on a DBXV2 save file decryptor/encryptor ([http://animegamemods.net/thread/701/tools-eternity xv2savdec]) for PS4/XBone/PC. | |||
*Falo - For converting the [http://animegamemods.net/thread/701/tools-eternity xv2savdec] for the Switch, he/she converted the decryption function while I converted the encryption function. | |||
Falo was also the one who found out that the Switch version does not contain an MD5 header. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/mineminemine/xv2savdec_switch | ||
* GitHub - https://github.com/mineminemine/DBXV2-NS-Save-Editor | |||
* GBAtemp - https://gbatemp.net/threads/xv2savdec-tool-to-decrypt-encrypt-dragon-ball-xenoverse-2-switch-save-files.523278/ |
Latest revision as of 04:08, 6 July 2023
xv2savdec | |
---|---|
General | |
Author | mineminemine |
Type | Save Editors and Converters |
Version | 1 |
License | Mixed |
Last Updated | 2018/11/15 |
Links | |
Download | |
Website | |
Source | |
This is a tool to decrypt and re-encrypt your Dragon Ball Xenoverse 2 save file (savefile1.dat).
The decrypted save file cannot be opened with save editors that are meant for PC/XBone/PS4 versions.
Note: Please make sure to backup of your save before trying this tool.
User guide
Requirements:
- Your DBXV2
savefile1.dat
file. - .NET Framework ver 4.5 or above.
How to use:
- Drag a .dat file into the program, and it will create a ".sav.dec" file with the decrypted content.
- Drag a .sav.dec, and it will create an encrypted "_enc.dat" file.
Changelog
v1.0
- Only tested on DBXV2 ver. 1.10.02.
- However, it should work with lower versions too.
Credits
- Eternity - Huge thanks goes to Eternity for his/her initial work on a DBXV2 save file decryptor/encryptor (xv2savdec) for PS4/XBone/PC.
- Falo - For converting the xv2savdec for the Switch, he/she converted the decryption function while I converted the encryption function.
Falo was also the one who found out that the Switch version does not contain an MD5 header.