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
Specifically, I get this error:
I should note that I am using a Mod that changes how Bills work:
https://www.steamcommunity.com/sharedfiles/filedetails/?id=935982361
This is my Hugs Library Log: https://gist.github.com/HugsLibRecordKeeper/743cd3411b056616e6964a9bac01653f .
If you the crashing issue persists, then you may choose to disable my custom thingClass that is almost 1:1 copy of the original, just to get it to work with the wisplight factor requirements. Some reason I had to do such a massive duplicate copy, and my skills aren't that good enough to figure out why. Disabling it will make the wisplight factor stuff have no meaning.
To disable that, here's a copy and paste of the custom patch for you (Some reason I redundantly added thingclass to one of the structures, this will remove it too):
<Operation Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[@Name="OotR_WisplightBuildingCrafting"]/thingClass</xpath>
<value>
<thingClass>Building_WorkTable</thingClass>
</value>
</Operation>
<Operation Class="PatchOperationRemove">
<xpath>/Defs/ThingDef[defName="OotR_WisplightHive_Synthesizer"]/thingClass</xpath>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[@ParentName="OotR_WisplightBuildingCrafting"]/inspectorTabs</xpath>
<value>
<inspectorTabs>
<li>ITab_Bills</li>
</inspectorTabs>
</value>
</Operation>