Darkest Dungeon
0 of 0

File information

Last updated

Original upload

Created by

scorpiovaeden

Uploaded by

scorpiovaeden

Virus scan

Safe to use

Tags for this mod

54 comments

  1. Arquebus121
    Arquebus121
    • member
    • 0 kudos
    Mod broken, fix below:

    replace file with contents as in code block below:
    {
        "on_start_town_visit_priority" :  0,

        "requirements":
        {
            "number_of_quests_finished": 0,
            "highest_dungeon_level": 0
        },

        "data" :
        { 
            "stores" : 
            [
                {
                    "id" : "hero_recruit",
                    "data":
                    {
                        "first_hero_classes" : 
                        [
                            "plague_doctor",
                            "vestal"
                        ],            
                        "number_of_recruits_upgrades":
                        [
                            { "amount": 2 },
                            { "amount": 3, "upgrade_tree_id": "stage_coach.numrecruits", "upgrade_requirement_code": "a" },
                            { "amount": 4, "upgrade_tree_id": "stage_coach.numrecruits", "upgrade_requirement_code": "b" },
                            { "amount": 5, "upgrade_tree_id": "stage_coach.numrecruits", "upgrade_requirement_code": "c" },
                            { "amount": 6, "upgrade_tree_id": "stage_coach.numrecruits", "upgrade_requirement_code": "d" },
                            { "amount": 7, "upgrade_tree_id": "stage_coach.numrecruits", "upgrade_requirement_code": "e" }
                        ],
                        "roster_size_upgrades" : 
                        [
                            { "amount" : 9 },
                            { "amount" : 15,     "upgrade_tree_id" :  "stage_coach.rostersize", "upgrade_requirement_code" : "a"  },
                            { "amount" : 25,     "upgrade_tree_id" :  "stage_coach.rostersize", "upgrade_requirement_code" : "b"  },
                            { "amount" : 35,     "upgrade_tree_id" :  "stage_coach.rostersize", "upgrade_requirement_code" : "c"  },
                            { "amount" : 45,     "upgrade_tree_id" :  "stage_coach.rostersize", "upgrade_requirement_code" : "d"  },
                            { "amount" : 50,     "upgrade_tree_id" :  "stage_coach.rostersize", "upgrade_requirement_code" : "e"  }
                        ],
                        "upgraded_recruits_upgrades" :
                        [
                            { "level" : 1, "chance" : 0.1875,   "number_of_extra_positive_quirks" : 0, "number_of_extra_negative_quirks" : 0, "number_of_extra_combat_skills" : 0, "number_of_extra_camping_skills": 1, "guaranteed_previous_raid_dead_hero_levels" : [3],
                            "upgrade_tree_id" :  "stage_coach.upgraded_recruits", "upgrade_requirement_code" : "a"  },
                            { "level" : 2, "chance" : 0.125,    "number_of_extra_positive_quirks" : 1, "number_of_extra_negative_quirks" : 1, "number_of_extra_combat_skills" : 1, "number_of_extra_camping_skills": 1, "guaranteed_previous_raid_dead_hero_levels" : [4],
                            "upgrade_tree_id" :  "stage_coach.upgraded_recruits", "upgrade_requirement_code" : "b"  },
                            { "level" : 3, "chance" : 0.0625,   "number_of_extra_positive_quirks" : 2, "number_of_extra_negative_quirks" : 2, "number_of_extra_combat_skills" : 2, "number_of_extra_camping_skills": 2, "guaranteed_previous_raid_dead_hero_levels" : [5,6],
                            "upgrade_tree_id" :  "stage_coach.upgraded_recruits", "upgrade_requirement_code" : "c"  }
                        ]               
                    }
                }
            ]
        }
    }
    1. niggersanta
      niggersanta
      • member
      • 0 kudos
      hey thanks
    2. fiso227
      fiso227
      • member
      • 0 kudos
      gracias
    3. Btwice4y
      Btwice4y
      • supporter
      • 0 kudos
      Just wanted to thank you for this. 
  2. Breaktroll
    Breaktroll
    • member
    • 0 kudos
    I found my problem. If you're playing on radiant mode, you need to replace/edit the "stage_coach.json" file in the radiant folder instead of the regular one.
    So instead of ../Darkest Dungeon/campaign/town/buildings/stage_coach
    you need ../Darkest Dungeon/modes/radiant/campaign/town/buildings/stage_coach
    Hope this helps anyone else that has problems.
    1. fiso227
      fiso227
      • member
      • 0 kudos
      gracias, casi me rindo
  3. BFallenAngel
    BFallenAngel
    • premium
    • 0 kudos
    https://mega.nz/file/0nYEDYqB#JEN2a0aUR33KCHHdbyIQLtqi5HGXbgEPZGdyZPFbv4Y for lastest version working
    1. dantefabri175
      dantefabri175
      • member
      • 0 kudos
      gracias ya funciona bien

  4. jil400
    jil400
    • supporter
    • 0 kudos
    I backed up my game beforehand, but the mod made my roster full and the stage coach only had color of madness heroes in it. I assume that It was because the mod is not compatible with color of madness and had conflicts with the DLC data. I am on darkest difficulty BTW.
  5. Dorothy88
    Dorothy88
    • member
    • 0 kudos
    Do not install. If you already did install, I hope you had a backup. If you didn't have a backup then copy paste the file from here:
    https://steamcommunity.com/sharedfiles/filedetails/?id=1444048473
  6. Dorothy88
    Dorothy88
    • member
    • 0 kudos
    Do not install. If you already did install, I hope you had a backup. If you didn't have a backup then copy paste the file from here:
    https://steamcommunity.com/sharedfiles/filedetails/?id=1444048473
  7. RegisTerzieffGodefroy
    RegisTerzieffGodefroy
    • member
    • 0 kudos
    DO NOT INSTALL THIS MOD WITH THE LATEST VERSION OF THE GAME.
    I lost my save file, permanently, due to the stage coach issue. Now I can only start it all over again as if I just bought the thing, thanks and have a wonderful day.
    1. Immalush
      Immalush
      • premium
      • 0 kudos
      Wish I had read your statement before using the file....LOL
  8. Ambalabada
    Ambalabada
    • member
    • 0 kudos
    Just add some tweaks.
    Add [ right after "stores": and close it in the end. Add it before {.And after { change "hero_recruit".
    It must look like this
    //some code before//
    "stores" :
    [
    {
    "id": "hero_recruit",
    "data":
    //some code here//
    }
    ]

    I hope you understand that you dont have to add "//some code//"
  9. ToaOfTheVoid
    ToaOfTheVoid
    • member
    • 0 kudos
    How do I undo putting this in? It also broke my stage coach, and I can't add more heroes in
    1. pentagonofpeople
      pentagonofpeople
      • member
      • 0 kudos
      Does the same thing for me, it's possible this just isn't compatible with the current version. Every so often they change the format of some things (for example, if you download the backless and bloody plague doctors, they end up a mess in combat because they rearranged the layout for that particular animation), and when they do, something breaks. If you have a copy of the old file you can swap things back, otherwise you can resync files from the cloud, though that may break some of your other mods, depending on what you've downloaded and how they're installed.
  10. Denereks
    Denereks
    • member
    • 0 kudos
    Broke my stage coach