Ludeon Forums

RimWorld => General Discussion => Topic started by: jeytee on November 15, 2016, 06:14:04 PM

Title: Changing Character Name through Save File
Post by: jeytee on November 15, 2016, 06:14:04 PM
Hey guys, just wondering if you can change a characters name through the save file?i chat find the code for it. Thanks
Title: Re: Changing Character Name through Save File
Post by: MoparGamer on November 16, 2016, 02:08:23 PM
Not sure about the problems it may create, so do so at you own risk.

Ctrl+F for <kindDef>Colonist</kindDef> until you find who you're looking for. You can tell who they're by reading these fields
                  <first>firstName</first>
                  <nick>nickName</nick>
                  <last>lastName</last>
Adjust these as desired.
(If you can't find who you're looking for you could also search using one the three fields you want to edit)