Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
<Operation Class="PatchOperationAdd">
<xpath>/Defs/MemeDef[defName="NaturePrimacy"]</xpath>
<value>
<requireOne>
<li>
<li>RS_Pregnancy_Abhorrent</li>
<li>OL_Pregnancy_Disliked</li>
</li>
</requireOne>
</value>
</Operation>
With this one:
<Operation Class="PatchOperationAdd">
<xpath>/Defs/MemeDef[defName="NaturePrimacy"]/requireOne</xpath>
<value>
<li>
<li>RS_Pregnancy_Abhorrent</li>
<li>OL_Pregnancy_Disliked</li>
</li>
</value>
</Operation>
And you shoudn't have red errors anymore
Now all I need is a way to make the multiple pregnancy gene to be more compatible with egg laying and I can finally have a proper queen-caste for a hive xenotype!
XML RimWorld.MemeDef defines the same field twice: requireOne.
Field contents: RS_Pregnancy_AbhorrentOL_Pregnancy_Disliked.
It looks to be dealing with Nature Primacy. For requireOne, it looks like it wants to do VME Forbidding Fishing And (Pregnancy Abhorrent or Pregnancy Disliked) instead of Or for all three.
Could this just be a weird interaction with the patcher trying to add more patches to the patch? I'm sure that I broke something but just making sure it's not something the game is futzing up first.
I feel like "don't care" should be an option for Human/Nature Primacy or Eschatologism.