边缘世界 RimWorld

边缘世界 RimWorld

Medieval Overhaul
v3rv41n 2021 年 8 月 19 日 下午 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.
< >
正在显示第 1 - 2 条,共 2 条留言
SirLalaPyon  [开发者] 2021 年 8 月 19 日 下午 11:03 
I see, thank you for the fix. I'll test it and add it in the next update
v3rv41n 2021 年 8 月 20 日 上午 4:51 
No problem! Thanks for all your hard work! :)
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50