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
Supported versions is visible in the tags above as all other mods
It's a bug affecting multiple mods. Basically the game tries to check for your shield belts' color, finds no valid color, and spits out that error. One way to fix it is to throw in a quick color generator under the apparel base:
<colorGenerator Class="ColorGenerator_Options">
<options>
<li>
<weight>10</weight>
<only>(0.33,0.33,0.33,1)</only>
</li>
<li>
<weight>10</weight>
<only>(0.65,0.65,0.65,1)</only>
</li>
<li>
<weight>6</weight>
<min>(0.3,0.3,0.3,1)</min>
<max>(0.5,0.5,0.5,1)</max>
</li>
<li>
<weight>10</weight>
<only>(0.9,0.9,0.9,1)</only>
</li>
</options>
</colorGenerator>
Maybe you can turn off color checks entirely for an item, but I don't know how to do that.
at RimWorld.ThoughtWorker_WearingColor.CurrentStateInternal (Verse.Pawn p) [0x0003a] in <842a7a129d554204bf93f11a26f1d770>:0
at RimWorld.ThoughtWorker.CurrentState (Verse.Pawn p) [0x00000] in <842a7a129d554204bf93f11a26f1d770>:0
at (wrapper dynamic-method) RimWorld.SituationalThoughtHandler.RimWorld.SituationalThoughtHandler.TryCreateThought_Patch1(RimWorld.SituationalThoughtHandler,RimWorld.ThoughtDef)
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Error (string)
(wrapper dynamic-method)
与文化DLC不兼容,穿上报错,不穿没事。
- Harmony
- Core
- Huglib
- Mod manager
- This mod
I get this at starting :
Could not resolve cross-reference: No RimWorld.StatDef named PsychicEntropyMax found to give to RimWorld.StatModifier (null stat)
...
Could not resolve cross-reference: No RimWorld.StatDef named PsychicEntropyRecoveryRate found to give to RimWorld.StatModifier (null stat)
...
Could not resolve cross-reference: No RimWorld.StatDef named PsychicEntropyMax found to give to RimWorld.StatModifier (null stat)
...