Having compared this to another mod, it's as if the SP.string_table isn't being read. Also, I'm not sure, but most of the names seem to be ..missing "trinket" off the end (perhaps because you were testing, trying to get them to work)? i.e. "str_inventory_title_trinketdahez_unfair"
This video says something about having to compile the localization file: https://www.youtube.com/watch?v=BczIKKmOWMU&t=26m30s i.e. you need to run the localization.bat file that's in your DarkestDungeon/localization folder.
Could that be what's wrong? [edit]
Yep. It's that.
To confirm what I did:
In SP.string_table.xml find for str_inventory_title_ and replace ALL with str_inventory_title_trinket
In SP.string_table.xml find trinkettrinket and replace ALL with trinket
Save the file
Make a new file in your mod's localization folder called localization.bat
Paste this text into the new file: START ../../../_windows/localization.exe >>error_try.txt ^This will run a program that's in the DarkestDungeon/_windows folder
Save the file
Run the localization.bat - it will turn the string table into a bunch of loc2 files
Copy this number with ctrl+c: 2998148882_
Delete the old loc2 files with the number at the start of their names
Rename each of the new loc2 files so they have the number on the start (including the underscore)
Delete the localization.bat file that you made
(I also edited the localization file to change the description slightly, and edited the icon in Paint neither of which are necessary).
Hey man! Thnx for this. I only picked up modding this game cuz the wife likes it. Would you care to send me a copy of your edited mod and I will post it and credit you for the fix.
3 comments
In the SP_string_table.xml it says this...
str_inventory_title_dahez_unfair
in the game it says this:
i.e. "str_inventory_title_trinketdahez_unfair"
This video says something about having to compile the localization file: https://www.youtube.com/watch?v=BczIKKmOWMU&t=26m30s
i.e. you need to run the localization.bat file that's in your DarkestDungeon/localization folder.
Could that be what's wrong? [edit]
Yep. It's that.
To confirm what I did:
^This will run a program that's in the DarkestDungeon/_windows folder
(I also edited the localization file to change the description slightly, and edited the icon in Paint neither of which are necessary).
Thnx for this. I only picked up modding this game cuz the wife likes it.
Would you care to send me a copy of your edited mod and I will post it and credit you for the fix.
SidePannel