Ludeon Forums

RimWorld => General Discussion => Topic started by: BetaSpectre on July 09, 2014, 06:04:07 AM

Title: How to change an item's name?
Post by: BetaSpectre on July 09, 2014, 06:04:07 AM
I want to rename Power Armor into Combat Armor since I don't believe Power Armor should slow the wearer down at all.

Thanks for the feed back.
Title: Re: How to change an item's name?
Post by: AlyxMS on July 09, 2014, 05:37:26 PM
Goto Mods\Core\Defs\ThingDefs, open Apparel_Various.xml with a text editor. (I personally use Notepad++)

Find
<defName>Apparel_PowerArmor</defName>
<label>Power armor</label>

And change
<label>Power armor</label>
to
<label>Combat armor</label>

save it and it should work.
Title: Re: How to change an item's name?
Post by: BetaSpectre on July 09, 2014, 05:43:39 PM
Awesome Thanks!