Darkest Dungeon®

Darkest Dungeon®

The Heir Class Mod
Haruspex Rights!  [developer] 18 Jan, 2019 @ 5:33pm
Bug Thread
Let me know if you find any bugs and I'll do my best to try and fix them!
< >
Showing 1-15 of 30 comments
Dr. Nolegs 18 Jan, 2019 @ 11:12pm 
Bug in the heir.string_table.xml file in the localization folder
in line 93
Reads
<entry id="heir+str_afflicted_depressed"><![CDATA[Did anyone in the family ever want me? Does anyone want me now?]></entry>
Should Read
<entry id="heir+str_afflicted_depressed"><![CDATA[Did anyone in the family ever want me? Does anyone want me now?]]></entry>

This can Cause a LOC error/crash if unfixed!
Dr. Nolegs 18 Jan, 2019 @ 11:13pm 
Simmilar error in line 182
<entry id="heir+str_random_command_paranoid"><![CDATA[I can handle myself!]></entry>
Should read
<entry id="heir+str_random_command_paranoid"><![CDATA[I can handle myself!]]></entry>
Dr. Nolegs 18 Jan, 2019 @ 11:15pm 
Spacing error in line 66, and line 40.

Uploading a fixed xml.

https://drive.google.com/file/d/14DRD4FksiHIJWTm6YgBWcTpPTzCU6wHF/view?usp=sharing

Lots of things I am doing here eh?
Last edited by Dr. Nolegs; 18 Jan, 2019 @ 11:15pm
Dr. Nolegs 18 Jan, 2019 @ 11:20pm 
To top off my tyrade of messages, The Heir seems to be missing the -15% stress camping skill.
Haruspex Rights!  [developer] 18 Jan, 2019 @ 11:32pm 
Thanks, will get to tomorrow
Haruspex Rights!  [developer] 19 Jan, 2019 @ 3:41am 
Going back to the files, I actually have no clue why Encourage isn't working, as it's working on my end. Any help would be great
Dr. Nolegs 19 Jan, 2019 @ 9:03am 
Perhaps it's a mod incompatibility on my end, will test with an Heir only modded game with the heir's event changed for day 1 activation.
Dr. Nolegs 19 Jan, 2019 @ 9:41am 
Massive error, might be what's killing some trinkets.
Both
"TRINKET_heir_bracer_dmgL",
"TRINKET_heir_bracer_dmgH"
of
of "id" : "heir_veryrare",
Do not exist in the heir.effects.darkest file
I'll leave it to your discresion what the damage should be but they should be applied sometime in the next patch in this format.
(Directly Copy Pasting from steam might make spacing errors, so just be aware of that)
{
"id" : "TRINKET_heir_bracer_dmgL",
"stat_type" : "combat_stat_multiply",
"stat_sub_type" : "damage_low",
"amount" : 0.2,
"remove_if_not_active" : false,
"rule_type" : "always",
"is_false_rule" : false,
"rule_data" : {
"float" : 0,
"string" : ""
}
},
{
"id" : "TRINKET_heir_bracer_dmgH",
"stat_type" : "combat_stat_multiply",
"stat_sub_type" : "damage_high",
"amount" : 0.2,
"remove_if_not_active" : false,
"rule_type" : "always",
"is_false_rule" : false,
"rule_data" : {
"float" : 0,
"string" : ""
}
},
Dr. Nolegs 19 Jan, 2019 @ 9:46am 
Another simmilar error this time realting to the CC trinket set
"heir_set_spd" does not relate to any thing in the heir_trinket.buffs.json
Causing an error.
Proper format would be (Not including the actual value which is up to your discresion
(Again careful about spacing errors)
(Also I am using the eldrich string from the heir_set_acc modifier)
{
"id" : "heir_set_spd",
"stat_type" : "combat_stat_add",
"stat_sub_type" : "speed_rating",
"amount" :4,
"remove_if_not_active" : false,
"rule_type" : "monsterType",
"is_false_rule" : false,
"rule_data" : {
"float" : 0,
"string" : "eldritch"
}
},
Last edited by Dr. Nolegs; 19 Jan, 2019 @ 9:48am
Dr. Nolegs 19 Jan, 2019 @ 9:50am 
Final error I've found (Relating to the revamp I made, oops)

On the "Heir Knife attack Buff(s) 1-5" I left in the "apply only once" on a group buff, this causes errors, the simple fix is to remove that leftover code from lines
23-27
Dr. Nolegs 19 Jan, 2019 @ 9:58am 
Encourage exists, Pep Talk does not.
In the heir.camping_skills.json It is not even mentioned. May upload a fixed file alongside the placeholder default art.
Dr. Nolegs 19 Jan, 2019 @ 10:15am 
I need to go do something and couldn't fix the Issue properly, it would read the edits to the heir.camping_skills.json, but not the placeholder art, and it seems to have some string error that would need to be remedied.

I'll leave it to you for now.
Last edited by Dr. Nolegs; 19 Jan, 2019 @ 12:30pm
Haruspex Rights!  [developer] 19 Jan, 2019 @ 10:17am 
Thanks, I'm out ATM but will mess with it when I get home :)
Haruspex Rights!  [developer] 19 Jan, 2019 @ 12:12pm 
Oh, duh, my brain totally thought Encourage and Pep Talk were the same lol, my mistake
Dr. Nolegs 19 Jan, 2019 @ 12:13pm 
Aye cool.
< >
Showing 1-15 of 30 comments
Per page: 1530 50