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
C:\Steam\steamapps\workshop\content\294100\3237638097\1.5\Defs\ThingDefs_Buildings\AnimalFeeder\AnimalFeeder_ThingDef.xml
C:\Steam\steamapps\workshop\content\294100\3237638097\1.5\Mods\VanillaExpanded\VEProps\Defs\HayBale\HayBale_ThingDef.xml
find this line, there are two in each.
<li MayRequire="vanillaexpanded.vplantsemore">VCE_RawMoss</li>
Change it to
<li MayRequire="vanillaexpanded.vplantsemore,Ludeon.RimWorld.Ideology">VCE_RawMoss</li>
This bug is from a simple oversight from the modder that VCE_RawMoss only appears for users with ideology DLC so it should check for ideology.
Here are the logs :
Failed to find Verse.SpecialThingFilterDef named AllowVegetarian. There are 39 defs of this type loaded.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
Error while resolving references for def VFE_Pottery: System.NullReferenceException: Object reference not set to an instance of an object
[Ref 9817DCE6]
at Verse.ThingFilter.SetAllow (Verse.SpecialThingFilterDef sfDef, System.Boolean allow) [0x00000] in <2a40c3593b334f29ac3cb3d32d652351>:0
at Verse.ThingFilter.ResolveReferences () [0x00310] in <2a40c3593b334f29ac3cb3d32d652351>:0
at RimWorld.BuildingProperties.ResolveReferencesSpecial () [0x00086] in <2a40c3593b334f29ac3cb3d32d652351>:0
at Verse.ThingDef.ResolveReferences () [0x00038] in <2a40c3593b334f29ac3cb3d32d652351>:0
at Verse.DefDatabase`1+<>c__DisplayClass15_0[T].<ResolveAllReferences>b__0 (T def) [0x0002f] in <2a40c3593b334f29ac3cb3d32d652351>:0
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
Many thanks !
Also, tell me if I should make another thread instead of posting here.
Edit : I confirm this is the mod causing this issue, as the error disappears if I remove it from modlist