RimWorld

RimWorld

The Drow Race Continued
Triss Dec 27, 2022 @ 7:56pm
Child and Baby bodyAddon errors
I seem to have found the source of an error caused by this mod due to a lack of "MayRequire" in terms of BodyAddons for Child and Baby:

---------

Could not resolve cross-reference: No RimWorld.BodyTypeDef named Baby found to give to AlienRace.AlienPartGenerator+BodyTypeOffset AlienRace.AlienPartGenerator+BodyTypeOffset
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 39)

Could not resolve cross-reference: No RimWorld.BodyTypeDef named Child found to give to AlienRace.AlienPartGenerator+BodyTypeOffset AlienRace.AlienPartGenerator+BodyTypeOffset
(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 39)

-----------

It appears to be caused by this set of code lines here:

------------

</bodyTypes>

<bodyAddons>
<li>
<drawSize>1</drawSize>
<path>Drow/Drow_Ear</path>
<bodyPart>Ear</bodyPart>
<inFrontOfBody>true</inFrontOfBody>
<colorChannel>skin</colorChannel>
<drawnInBed>true</drawnInBed>
<alignWithHead>true</alignWithHead>
<defaultOffset>Center</defaultOffset>
<bodytypeGraphics>
<Child>
<path>Drow/Drow_Ear_Medium</path>
</Child>
<Baby>
<path>Drow/Drow_Ear_Medium</path>
</Baby>
</bodytypeGraphics>
<offsets>

-----------
< >
Showing 1-2 of 2 comments
Kerevan  [developer] Dec 28, 2022 @ 5:47am 
This issue should be fixed now )
Triss Dec 31, 2022 @ 1:50pm 
ayy nice, thankee.
< >
Showing 1-2 of 2 comments
Per page: 1530 50