ROM Hack Suggestion Digimon Cyber Sleuth Complete Collection Save Editor?

supermariorick

Well-Known Member
Member
Joined
Jun 18, 2010
Messages
640
Trophies
1
XP
816
Country
United States
Here is everything I parsed together from GreenMii about Digimon party data from deep analysis of where everything is mapped in the save file and cross referenced with the image GreenMii posted along with some testing and research I did myself. This should help anyone planning to put Digimon Party editing in their save editor. Warning game spoilers
 

Attachments

  • Digimon Cyber Sleuth Complete Edition Party data research.txt
    3.4 KB · Views: 496
  • Like
Reactions: Green Mii

JeepX87

Well-Known Member
Member
Joined
Aug 17, 2016
Messages
1,748
Trophies
0
Age
36
XP
3,262
Country
United States
Does anyone have a complete/cleared save (newgame+) file for both story.?

I requested as last month but it seems like a lot people don't have it (don't bother to play game) or unwilling to share.

Switch saves aren't strong as PC and PS4 saves, unfortunately.
 
  • Like
Reactions: KayzerX3

Maq47

Lord of Pyro
Member
Joined
Jan 7, 2012
Messages
1,241
Trophies
1
Location
Your basement
Website
idont.have.one
XP
3,287
Country
United States
Anyway, just removing the first 32 bytes SHOULD make a Switch save work on PC (assuming the files are named the same - slot_0000.bin, 0000.bin, system_data.bin, and system_graphic.bin), provided they are copied to "C:\Users\[Username]\AppData\Local\BANDAI NAMCO Entertainment\Digimon Story Cyber Sleuth Complete Edition\Saved\SaveGames\[random digits]\" (for the Steam version).

Edit: Oh, and be sure to use DSCSTools to encrypt the files first before copying them to the PC folder.
 
Last edited by Maq47,

JumpGamer09

Active Member
Newcomer
Joined
Nov 25, 2018
Messages
35
Trophies
0
Age
33
XP
334
Country
United States
View attachment 183948
Red is the Digimon ID. It's for reference only.
Blue is the byte you wanna change.
Black is what I believe is used to differentiate between HM and CS when you don't transfer over your field guide.


Not through save editing. According to this post, just dummy out DSDBA.nx64.mvgl in the romfs. The name will still be Sistermon Ciel, but you can change that in game anyway.
View attachment 183949 View attachment 183950

Instructions on how I dummy out the DSDBA.nx64.mvgl in the romfs on the Switch?
 

Green Mii

Well-Known Member
Member
Joined
Apr 12, 2015
Messages
206
Trophies
0
XP
2,153
Country
United States
Instructions on how I dummy out the DSDBA.nx64.mvgl in the romfs on the Switch?
What I did was extract the file from the RomFS, open it up in HxD, select all the data and then deleted it. I then saved the empty file and put it back on the SD card. You don't need to do it this way since all you really need is an empty file named DSDBA.nx64.mvgl for it to work with LayeredFS, but that's how I did it.
 

toonliger

Member
Newcomer
Joined
Dec 13, 2016
Messages
9
Trophies
0
Age
32
XP
97
Country
It seems Im stuck at chapter 15 in cyber sleuth. The key item "parallelworld ICcard" isnt working in the game.
All ive been been using is the edizon code for max items.
Can anyone help me out?

I'm having this same issue, my train of thougth is that it has to do with something regarding key items, since it appears in the menu but the game does not recognize it as part of the action..
Anyone has some ideas?
 

Green Mii

Well-Known Member
Member
Joined
Apr 12, 2015
Messages
206
Trophies
0
XP
2,153
Country
United States
Not sure if anyone is still looking for this since its been over 2 months since the game came out, but I have finally gotten around to beating both stories. I kinda rushed through both of them so they're not 100% complete, but this is mostly for people who were looking for New Game+ saves to start on their own.
 

Attachments

  • Cross.zip
    56.4 KB · Views: 418

KayzerX3

Member
Newcomer
Joined
Nov 14, 2019
Messages
5
Trophies
0
Age
30
XP
98
Country
United States
T
Not sure if anyone is still looking for this since its been over 2 months since the game came out, but I have finally gotten around to beating both stories. I kinda rushed through both of them so they're not 100% complete, but this is mostly for people who were looking for New Game+ saves to start on their own.
Thanks!!!
Ive been looking for this one since I kinda need to start over again because my currrent save file is still stuck at chapter 15.
 
  • Like
Reactions: Green Mii

DocKlokMan

Plugin Dev
Member
Joined
Apr 20, 2007
Messages
3,009
Trophies
2
Age
36
XP
4,571
Country
United States
Final update to my python script here: https://github.com/AnalogMan151/DigimonSaveEditor

  • Added drag and drop support (drag your save file onto the script and it'll skip asking for the file location)
  • Added All Items x95 cheat (excludes key items)
If @ukee wishes to add this functionality to his Edizon script that's fine by me.
I have updated this script to fix a bug where adding items that you had equipped to a Digimon or on your Farm would prevent you from being able to unequip or change them. For those who already suffer from this, this update won't retroactively fix it but it will prevent the issue going forward. If anyone suffers this issue and wants to know how to fix it quote this message and I'll go into the details of how to manually fix it.
 
  • Like
Reactions: Green Mii

Sonansune

Well-Known Member
Member
Joined
Jul 2, 2015
Messages
3,734
Trophies
1
XP
2,142
Country
Canada
I have updated this script to fix a bug where adding items that you had equipped to a Digimon or on your Farm would prevent you from being able to unequip or change them. For those who already suffer from this, this update won't retroactively fix it but it will prevent the issue going forward. If anyone suffers this issue and wants to know how to fix it quote this message and I'll go into the details of how to manually fix it.
complete discovered dex with 200% scan doesn't work in new script.
haven't test other features yet.
 

DocKlokMan

Plugin Dev
Member
Joined
Apr 20, 2007
Messages
3,009
Trophies
2
Age
36
XP
4,571
Country
United States
complete discovered dex with 200% scan doesn't work in new script.
haven't test other features yet.
Fixed, thank you for pointing it out.

EDIT: I would suggest reverting to a previous save if you are still using the save edited with the previous broken script.
 

raytan168

Well-Known Member
Newcomer
Joined
Nov 18, 2019
Messages
88
Trophies
0
XP
1,305
Country
Malaysia
Fixed, thank you for pointing it out.

EDIT: I would suggest reverting to a previous save if you are still using the save edited with the previous broken script.
hi, just came across your digimon save editor script, is it for use with edizon to edit the switch save ?
 

DocKlokMan

Plugin Dev
Member
Joined
Apr 20, 2007
Messages
3,009
Trophies
2
Age
36
XP
4,571
Country
United States
hi, just came across your digimon save editor script, is it for use with edizon to edit the switch save ?
No, it runs on a computer. Someone mentioned adapting it to an EdiZon config file but I don’t know if they ever did. I don’t know EdiZon well enough to adapt it myself though it may be something I try in the future.
 
  • Like
Reactions: raytan168

lucs28

New Member
Newbie
Joined
Feb 14, 2015
Messages
3
Trophies
0
Age
34
Location
Caxias do Sul
XP
69
Country
Brazil
I think the Switch save is signed, and will require using LibHac to sign a PC save (which requires getting the console's complete prod.keys with lockpick).
I know it's been half a year since this post, but if you see this can you explain how one would do this? I already decrypted my steam save files and even tried adding 32 bytes but the saves still appeared as damaged on my switch
 

Maq47

Lord of Pyro
Member
Joined
Jan 7, 2012
Messages
1,241
Trophies
1
Location
Your basement
Website
idont.have.one
XP
3,287
Country
United States
I know it's been half a year since this post, but if you see this can you explain how one would do this? I already decrypted my steam save files and even tried adding 32 bytes but the saves still appeared as damaged on my switch
Download hactoolnet from here and run the tool via command line. Use the --sign argument to sign your save. You'll need your full prod.keys for your console.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    SylverReZ @ SylverReZ: @Psionic Roshambo, Thats pretty cool.