• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

XML DescriptionKey for Items

Russiandood

New member
Is it me or does this not work for new items you add in. I am trying to add a description for my item, but no matter what I do, I cannot get it to produce a description.

Code:
<property name="DescriptionKey" value="My description"/>
 
You are probably using it wrong.

"My description" needs to be a key in Localization.txt.

 
You are probably using it wrong.
"My description" needs to be a key in Localization.txt.
I did notice that all the other items were pointing to a key in the Localization.txt. I was hoping I can override this.

Do you know if there is an attribute or if an element needs to be added that will override the Localization.txt? For example, Progression.xml you can override the perk description with the attribute desc_base.

 
Back
Top