I'm encountering an issue with this mod. Whenever I replace items in the Excel folder, I receive a message indicating that some files are corrupted or missing. While this alone wouldn't be too much of an issue, I'm also experiencing a bug where I'm unable to enter certain battles. I'm playing on version 1.04.59290, and my game is in Latin American Spanish. Do you think you can help me resolve these issues?
Hi, great mod i always like having more quirks to my party, but i think something is wrong, whenever one of your new quirks appears on the heroes for the next expedition, this kinds of texts pops up and i don't get what they are supposed to give. :
https://imgur.com/Rama3O1
https://imgur.com/cBli8eZ
In case the links don't work, for the Guerrilla quirk a text like "Effect_tooltip_condition_arena_modifier" appears, instead of the actual information of the quirk to see what it does.
If you could look into it or advice me how to fix it i would appreciate it, thanks in advance!
yeah, most, if not all, strings are not localized, not until I finish my exams next week. If you want do it yourself in the meantime. Go to Darkest Dungeon II\Darkest Dungeon II_Data\StreamingAssets\Localization\Sources and create a text file with any name, or you can just use any txt file there to localize.
Type the exact blue string in the game + "=" to localize the string. For example in your case, "effect_tooltip_condition_arena_modifier=During Coastal Fog:" will replace the string before "=" to the string after "=".
Or you can localize the entire buff that's linked to the quirk, provided you can figure the csv out, "buff_desc_<buff_id>_override=<what you want to see in game>" with <buff_id> being "guerilla_buff_1" in this case, and the <what you want to see in game> being "During Coastal Fog: +1 Max DMG \n <color=#{notable}>On Move</color>: Add 1 <sprite name={q}token_stealth{q}> \n Add 1 <sprite name={q}token_doge{q}>" will be all of the quirk.
11 comments
I'm playing on version 1.04.59290, and my game is in Latin American Spanish. Do you think you can help me resolve these issues?
https://imgur.com/Rama3O1
https://imgur.com/cBli8eZ
In case the links don't work, for the Guerrilla quirk a text like "Effect_tooltip_condition_arena_modifier" appears, instead of the actual information of the quirk to see what it does.
If you could look into it or advice me how to fix it i would appreciate it, thanks in advance!
Type the exact blue string in the game + "=" to localize the string. For example in your case, "effect_tooltip_condition_arena_modifier=During Coastal Fog:" will replace the string before "=" to the string after "=".
Or you can localize the entire buff that's linked to the quirk, provided you can figure the csv out, "buff_desc_<buff_id>_override=<what you want to see in game>" with <buff_id> being "guerilla_buff_1" in this case, and the <what you want to see in game> being "During Coastal Fog: +1 Max DMG \n <color=#{notable}>On Move</color>: Add 1 <sprite name={q}token_stealth{q}> \n Add 1 <sprite name={q}token_doge{q}>" will be all of the quirk.