Darkest Dungeon®

Darkest Dungeon®

The Scarlet Ruins
Phasmy  [developer] 11 May, 2019 @ 11:16am
Save Editor


https://github.com/robojumper/DarkestDungeonSaveEditor

The file should be called DDSaveEditor-v0.0.64.zip
In the folder, open DDSaveEditor.jar and find your save which is usually under program files\Steam\userdata\(unique_steam_id)\262060\remote\profile_X (X is whichever save it is starting from 0)

I recommend creating a backup of your save before modifying anything.

Once you open the save, multiple tabs should be opened in the program. Trinkets are under the persist.estate.json. It will look something like this:

"trinkets" : { "items" : { "0" : { "id" : "warrior_of_sunlight_banner", "type" : "trinket", "amount" : 1 }, "1" : { "id" : "sb_1", "type" : "trinket", "amount" : 1 } }

Follow the same format and numbering to add new trinkets. The program will usually warn you with red marking if something is wrong. For example:

"trinkets" : { "items" : { "0" : { "id" : "warrior_of_sunlight_banner", "type" : "trinket", "amount" : 1 }, "1" : { "id" : "sb_1", "type" : "trinket", "amount" : 1 }, "2" : { "id" : "new_trinket_id", "type" : "trinket", "amount" : 1 } }

Hit Save All Changes at the bottom once you are done.

My trinket ids are posted here: https://www.protectedtext.com/scarlet_trinkets
Enter password: 'trinkets'

If you have any questions, just leave a comment and I'll respond as soon as I can.
Last edited by Phasmy; 11 May, 2019 @ 11:17am