RimWorld

RimWorld

Medieval Overhaul
v3rv41n 19. aug. 2021 kl. 12:36
Fix for patch for working human hide dropping and therefore leather creation
In the HideRelatedPatches folder, in Add_Hide.xml, scroll down to below the thrumbo hide patch, remove the commented out human hide patch, and place this underneath (after the operations and operation closures, so that it's outside any parent closure).

<Operation Class="PatchOperationSequence"> <success>Always</success> <operations> <li Class="PatchOperationTest"> <xpath>Defs/ThingDef[defName = "Human"]/butcherProducts</xpath> <success>Invert</success> </li> <li Class="PatchOperationAdd"> <xpath>Defs/ThingDef[defName = "Human"]</xpath> <value> <butcherProducts/> </value> </li> </operations> </Operation> <Operation Class="PatchOperationAdd"> <xpath>Defs/ThingDef[defName = "Human"]/butcherProducts</xpath> <value> <DankPyon_Hide_Human>1</DankPyon_Hide_Human> </value> </Operation>

This should fix any problems with getting human leather from human hides now butcher-able products from corpses by using the tanning rack.
< >
Viser 1-2 af 2 kommentarer
SirLalaPyon  [udvikler] 19. aug. 2021 kl. 23:03 
I see, thank you for the fix. I'll test it and add it in the next update
v3rv41n 20. aug. 2021 kl. 4:51 
No problem! Thanks for all your hard work! :)
< >
Viser 1-2 af 2 kommentarer
Per side: 1530 50