STEAM GROUP
Darkest Dungeon - Workshop DD-Workshop
STEAM GROUP
Darkest Dungeon - Workshop DD-Workshop
128
IN-GAME
832
ONLINE
Founded
29 November, 2016
Scorpiova 19 Jan, 2017 @ 8:34am
Modding Question: Weapon and Amour Names.[SOLVED]
Hey guys - quick modding question for anyone who might know the answer. I am starting to add weapon/armor icons to my classes. In following AJ's method to do so through the .info, .art, and localization file - I seem to have everything setup. In game the art for the weapon/armors icons shows up no problem - but unfortunately the names that I have put in the localization file does not seem to show. Any idea what I may be missing?

What i have changed:
-Added Weapon and Armor art for all upgrades (check and works)

-In the .art file changed all weapon/armour names to include class name
ex: weapon: .name "black_mage_weapon_0" .icon "eqp_weapon_0.png"

-In the .info files changed all weapon and armour names to include class name
ex: weapon: .name "black_mage_weapon_0" .atk 0% .dmg 4 8 .crit 4% .spd 6

-In Localization file I have setup all weapon/armour names:

<entry id="black_mage_weapon_0"><![CDATA[Simple Rod]]></entry>
<entry id="black_mage_weapon_1"><![CDATA[Sturdy Rod]]></entry>
<entry id="black_mage_weapon_2"><![CDATA[Jeweled Rod]]></entry>
<entry id="black_mage_weapon_3"><![CDATA[Golden Rod]]></entry>
<entry id="black_mage_weapon_4"><![CDATA[Rod of Elements]]></entry>
<entry id="upgrade_tree_name_black_mage.weapon"><![CDATA[Jeweled Rod]]></entry>
<entry id="black_mage_armour_0"><![CDATA[Old Robe]]></entry>
<entry id="black_mage_armour_1"><![CDATA[Cotton Robe]]></entry>
<entry id="black_mage_armour_2"><![CDATA[Silk Robe]]></entry>
<entry id="black_mage_armour_3"><![CDATA[Luminous Robe]]></entry>
<entry id="black_mage_armour_4"><![CDATA[Magus Robe]]></entry>
<entry id="upgrade_tree_name_black_mage.armour"><![CDATA[Silk Robe]]></entry>


So ultimately - the art works - but the names are not showing up, they are defaulting back to the base names of the Grave Robber in game.

Any thoughts on what I am missing?

EDIT: HAHA Nevermind - turns out I needed to run localization to pick up the new waepon/armour names. Silly scorpio... lol.
Last edited by Scorpiova; 19 Jan, 2017 @ 8:39am