I've never used custom classes before. I copied the 4 folders from each class in my DarkestDungeon folder. I've been playing the game, done about 4 missions and I've yet to see any of the new classes show up at the wagon. Am I missing something? Was there something else I was supposed to do?
Right now most of the class modders are holding off on updating - until the steam workshop is released - which should be within the next month or so. But if you want to use the classes in the meantime - add that line to the generation line of code.
10 comments
What about this classes, Barbarian, Warrior, and Amazon? Just asking.
For each class go to their heroes folder and open the .info file add the following line...
.number_of_cards_in_deck 5 .card_chance 1.0
It needs to be pasted at the end of the the generation line. So it should look like the following...
generation: .is_generation_enabled true .number_of_positive_quirks_min 1 .number_of_positive_quirks_max 2 .number_of_negative_quirks_min 1 .number_of_negative_quirks_max 2 .number_of_class_specific_camping_skills 2 .number_of_shared_camping_skills 1 .number_of_random_combat_skills 4 .number_of_cards_in_deck 5 .card_chance 1.0
Right now most of the class modders are holding off on updating - until the steam workshop is released - which should be within the next month or so. But if you want to use the classes in the meantime - add that line to the generation line of code.
https://goo.gl/UVDLA9
Hero folder - paste in darkestdungeon/heroes folder with the other classes.
Upgrade file - place in darkestdungeon/upgrades/heroes
Camping file - place in darkestdungeon/raid/camping
Localization file - please in darkestdungeon/localization folder.
All other look good too.