How to make characters visit the Darkest Dungeon more than once
Solution:
In a folder "...\Steam\steamapps\common\DarkestDungeon\campaign\roster" find a file named "roster.settings.json" and open it in a text editor.
In the first text block change the parameter "darkest_dungeon_can_enter" from "false" to "true". This modification does not affect the gaining of Steam achievements (I checked it myself) and may help with the gaining of "On the old road, we found redemption" ("Dismas and Reynauld Made it to the final Darkest Dungeon Quest") achievement if both heroes already visited the final dungeon before the 4th battle.
------------------------------
В папке "...\Steam\steamapps\common\DarkestDungeon\campaign\roster" найдите файл "roster.settings.json" и откройте его в текстовом редакторе.
В первом блоке замените параметр "false" на "true". Данное изменение не влияет на получение достижений в Steam (проверено на себе), что может помочь при получении ачивки "На старой дороге нашли искупление" ("Дисмас и Рейнольд добрались до последнего задания в Темнейшем подземелье"), если оба героя посещали финальное подземелье раньше 4-й битвы.
"never_again_settings":
[
{
"id" : "strict",
"darkest_dungeon_can_enter" : false,
"darkest_dungeon_buff_ids" : [],
"darkest_duungeon_minimum_stress" : 0.0
},
{
"id" : "permissive",
"darkest_dungeon_can_enter" : true,
"darkest_dungeon_buff_ids" : ["never_again_affliction"],
"darkest_duungeon_minimum_stress" : 80.0
}
]
}
"never_again_settings":
[
{
"id" : "strict",
"darkest_dungeon_can_enter" : true,
"darkest_dungeon_buff_ids" : [],
"darkest_duungeon_minimum_stress" : 0.0
},
{
"id" : "permissive",
"darkest_dungeon_can_enter" : true,
"darkest_dungeon_buff_ids" : ["never_again_affliction"],
"darkest_duungeon_minimum_stress" : 80.0
}
]
}
This guide was created by its original author on the Steam Community. Are you the author and want it removed? Request removal.