robojumper / DarkestDungeonSaveEditor

Darkest Dungeon Save File (.json) Reader, Writer, Editor. Also, Spreadsheets.
MIT License
74 stars 8 forks source link

Hi, ROBO i need some help #2

Closed TJAZZXL closed 6 years ago

TJAZZXL commented 6 years ago

I am a switch user and have been playing the DD. Its a little hard for me so i decided to edit my save data. I soon found out all the save files are encrypted and i found this program you made. I have been trying to use it since yesterday and no luck so far. Maybe i am using it worng? Can you please tell me how does it work? I have the profile folder and DDSaveReader with me then what do i do. Thank you so much.

robojumper commented 6 years ago

I have not tested this tool with save files from any other platform than Windows. It would be very helpful if you could send me your profile folder in some way so I can check if it works and what changes are potentially needed.


The general instructions are essentially:

(adjust the path)

java -jar DDSaveReader.jar -o decoded.json "D:\Steam\userdata\159746967\262060\remote\profile_3\persist.estate.json"

To save again, run

java -cp DDSaveReader.jar de.robojumper.ddsavereader.file.Json2Dson -o "D:\Steam\userdata\159746967\262060\remote\profile_3\persist.estate.json" decoded.json
TJAZZXL commented 6 years ago

This is my save from switch and i will try the method you showed me. Thanks a bunch! profile_0.zip

robojumper commented 6 years ago

Thank you for the save file. It seems like the switch save file format is compatible as I have been able to convert it to JSON and back. I will look into making the interface more beginner-friendly soon.

TJAZZXL commented 6 years ago

I just tried it on my switch and it works like a charm. Thanks again for the program.