RimWorld

RimWorld

Medieval Overhaul
v3rv41n 19 Aug, 2021 @ 12:36pm
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.
< >
Showing 1-2 of 2 comments
SirLalaPyon  [developer] 19 Aug, 2021 @ 11:03pm 
I see, thank you for the fix. I'll test it and add it in the next update
v3rv41n 20 Aug, 2021 @ 4:51am 
No problem! Thanks for all your hard work! :)
< >
Showing 1-2 of 2 comments
Per page: 1530 50