How to change an item's name?

Started by BetaSpectre, July 09, 2014, 06:04:07 AM

Previous topic - Next topic

BetaSpectre

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.
░░░░░░░░░░░░░░░░░─╤▌██ |
░░░░░░░░─╤▂▃▃▄▄▄███████▄▃|
▂█▃▃▅▅███/█████\█[<BSS>█\███▅▅▅▃▂
◥████████████████████████████████◤
                           TO WAR WE GO

AlyxMS

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.

BetaSpectre

░░░░░░░░░░░░░░░░░─╤▌██ |
░░░░░░░░─╤▂▃▃▄▄▄███████▄▃|
▂█▃▃▅▅███/█████\█[<BSS>█\███▅▅▅▃▂
◥████████████████████████████████◤
                           TO WAR WE GO