RimWorld

RimWorld

Vanilla Armor Patch for SoS
Rimsenal armor not working
As the title says, the patch doesnt make rimsenal armors work like it should, anyways to fix it please ?
< >
Showing 1-1 of 1 comments
alien_krenz 3 Mar, 2022 @ 4:27pm 
ok, so... here is the modifications needed for any kind of armor:

<!--Medic Armor Helm -->
<li Class="PatchOperationAdd">
<xpath>*/thingDef[defName="Apparel_MedicH"]/apparel/tags</xpath>
<value>
<li>Spacer</li>
<li>EVA</li>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>*/thingDef[defName="Apparel_MedicH"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>100</Insulation_Cold>
</value>
</li>

<!--Medic Armor -->
<li Class="PatchOperationAdd">
<xpath>*/thingDef[defName="Apparel_MedicArmor"]/apparel/tags</xpath>
<value>
<li>Spacer</li>
<li>EVA</li>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>*/thingDef[defName="Apparel_MedicArmor"]/statBases/Insulation_Cold</xpath>
<value>
<Insulation_Cold>100</Insulation_Cold>
</value>
</li>

With this sored inside the following file:
<Steam installation folder>\workshop\content\294100\2160918341\1.3\Patches\SoSArmorsPatch.xml

You have to find the thig def from your particular armor and replace the defName=""

I tested it only with the medic armor from the Rimsenal CORE and worked like a charm
< >
Showing 1-1 of 1 comments
Per page: 1530 50