Instalează Steam
conectare
|
limbă
简体中文 (chineză simplificată)
繁體中文 (chineză tradițională)
日本語 (japoneză)
한국어 (coreeană)
ไทย (thailandeză)
български (bulgară)
Čeština (cehă)
Dansk (daneză)
Deutsch (germană)
English (engleză)
Español - España (spaniolă - Spania)
Español - Latinoamérica (spaniolă - America Latină)
Ελληνικά (greacă)
Français (franceză)
Italiano (italiană)
Bahasa Indonesia (indoneziană)
Magyar (maghiară)
Nederlands (neerlandeză)
Norsk (norvegiană)
Polski (poloneză)
Português (portugheză - Portugalia)
Português - Brasil (portugheză - Brazilia)
Русский (rusă)
Suomi (finlandeză)
Svenska (suedeză)
Türkçe (turcă)
Tiếng Việt (vietnameză)
Українська (ucraineană)
Raportează o problemă de traducere
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>