RimWorld

RimWorld

Androids [1.3 | Discontinued]
Dogemon 6 Apr, 2019 @ 8:40am
If you have the faceless android glitch
Go to your save files folder, located in C:/Users/YOURUSERNAME/Appdata/LocalLow/Ludeon Studios/Rimworld by Ludeon Studios/Saves/

Open the file with a text editor, might take a while to load

Search for the android's name, and keep searching until you find the section almost at the bottom of the file that goes like this

<thing Class="Pawn"> <def>ChjAndroid</def> <id>ChjAndroid2670574</id> <map>0</map> <pos>(151, 0, 122)</pos> <rot>3</rot> <faction>Faction_13</faction> <showAppearanceClothes>True</showAppearanceClothes> <appearanceClothes> <name /> <appearanceClothes> <li> <apparelDef>Apparello_HiveArmor</apparelDef> <stuffDef /> <apparelColor>RGBA(0.133, 0.702, 1.000, 1.000)</apparelColor> </li> </appearanceClothes> </appearanceClothes> <appearanceBodyType>Female</appearanceBodyType> <energy>1</energy> <skinColorAlien>RGBA(0.940, 0.940, 0.940, 1.000)</skinColorAlien> <skinColorSecondAlien>RGBA(0.940, 0.940, 0.940, 1.000)</skinColorSecondAlien> <hairColorSecondAlien>RGBA(0.900, 0.900, 0.900, 1.000)</hairColorSecondAlien> <crownType>Narrow_Pointy</crownType> <addonVariants /> <bgColor>RGBA(1.000, 0.640, 0.800, 1.000)</bgColor> <RJW_Orientation>Heterosexual</RJW_Orientation> <RJW_Quirks>None</RJW_Quirks> <kindDef>ChjAndroidColonist</kindDef> <gender>Female</gender> <name Class="NameTriple"> <first>Nymph</first> <nick>Nayru</nick> <last>Elemental</last> </name> <mindState>

The problem stems from Change Dresser mod, it changes the first line
<crownType>Narrow_Pointy</crownType>
into
<crownType>Things/Pawn/Humanlike/Heads/Female/Female_Narrow_Pointy</crownType>

so it messes up the texture file path right below that searches for face texture

Simply replace the wrong code line into the right one and you will fix the faceless bug.
Last edited by Dogemon; 6 Apr, 2019 @ 9:11am