Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
Specifically, I get this error:
I should note that I am using a Mod that changes how Bills work:
https://www.gtm.steamproxy.vip/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>