Ludeon Forums

RimWorld => Mods => Help => Topic started by: hauvega on June 20, 2018, 10:05:35 AM

Title: What replaces HECAP, NAME, and HIS in backstory base description.
Post by: hauvega on June 20, 2018, 10:05:35 AM
 What work in the earlier versions does not work now.  Just looking to fix this.  Thanks for any help.
<AlienRace.BackstoryDef>
    <defName>EquiumMadScientist</defName>
    <title>EquiumMadScientist</title>
    <titleShort>MadScientist</titleShort>
    <baseDescription>NAME has dedicated HIS life to turn his hooves to something more useful.</baseDescription>
    <bodyTypeMale>Male</bodyTypeMale>
    <bodyTypeFemale>Female</bodyTypeFemale>
Title: Re: What replaces HECAP, NAME, and HIS in backstory base description.
Post by: Haplo on June 21, 2018, 10:39:52 AM
NAME --> [PAWN_nameDef]
HE, HECAP --> [PAWN_pronoun]
HIM --> [PAWN_objective]
HIS --> ... (can't remember..)
Title: Re: What replaces HECAP, NAME, and HIS in backstory base description.
Post by: hauvega on June 21, 2018, 02:13:09 PM
Thanks Haplo.  After a search thru the core, I believe HIS --> [PAWN_possessive].   This was driving  me nuts, but I feel relieved.