RimWorld

RimWorld

SGG1's Retexture : Revia Race
塔洛斯_Talos 13 Mar, 2024 @ 1:55am
2
Compatible Body 2 Tail position adjustment
Create a patch file for this Mod

3142300372\Biotech\Patches\Biotech.xml

The patch content is as follows



<?xml version="1.0" encoding="utf-8"?>
<Patch>
<Operation Class="PatchOperationReplace">
<xpath>/Defs/GeneDef[defName="ReviaTail"]/modExtensions/li[@Class="BetterGeneGraphicsFramework.BetterTailRendering"]</xpath>
<value>
<li Class="BetterGeneGraphicsFramework.BetterTailRendering">
<disableBodyTypeScaleForAdult>true</disableBodyTypeScaleForAdult>
<disableBodyTypeScaleForChildren>false</disableBodyTypeScaleForChildren>
<bodyTypeOffsetNorth>
<female>(0, 0.9, -0.4)</female>
<thin>(0, 0.2, -0.4)</thin>
<baby>(0, 0.83, 0)</baby>
<child>(0, 0.92, -0.3)</child>
<hulk>(0, 0.9, -0.4</hulk>
<fat>(0, 0.9, -0.4)</fat>
<male>(0, 0.9, -0.5)</male> <!-- <male>(0, 0.9, -0.4)</male>-->
<femaleBB MayRequire="ssulunge.BBBodySupport">(-0.09, 0.9, -0.44)</femaleBB>
</bodyTypeOffsetNorth>
<bodyTypeOffsetSouth>
<female>(0.0, -0.4, 0)</female>
<thin>(0.0, -0.4, 0)</thin>
<baby>(0, -0.4, 0)</baby>
<child>(0, -0.1, 0.0)</child>
<hulk>(0, -0.4, 0)</hulk>
<fat>(0, -0.4, -0.0)</fat>
<male>(0, -0.4, 0)</male>
<femaleBB MayRequire="ssulunge.BBBodySupport">(-0.08, -0.4, 0)</femaleBB>
</bodyTypeOffsetSouth>
<bodyTypeOffsetEast>
<female>(-0.4, -0.4, -0.17)</female><!-- (-0.4, -0.4, -0.4) -->
<thin>(-0.6, -0.4, -0.2)</thin><!-- (-0.6, -0.4, -0.3)-->
<baby>(-0.5, -0.4, 0)</baby>
<child>(-0.4, -0.4, -0.2)</child><!-- (-0.3, -0.4, -0.3)-->
<fat>(-0.3, -0.4, -0.5)</fat><!-- (-0.5, -0.4, -0.5)-->
<hulk>(-0.5, -0.4, -0.4)</hulk>
<male>(-0.38, -0.4, -0.23)</male><!-- (-0.5, -0.4, -0.3)-->
<femaleBB MayRequire="ssulunge.BBBodySupport">(-0.375, -0.4, -0.5)</femaleBB>
</bodyTypeOffsetEast>
</li>
</value>
</Operation>
</Patch>