This commit is contained in:
Tory 2022-06-22 16:02:35 -07:00
parent b71d4f2e0a
commit 2ed1e62ccc
4 changed files with 36 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<version>2.2.14.5</version>
<version>2.2.14.6</version>
<manifestUri>https://gitgud.io/Tory/rimnude-unofficial/-/raw/master/About/Manifest.xml</manifestUri>
<downloadUri>https://gitgud.io/Tory/rimnude-unofficial/</downloadUri>
</Manifest>

View File

@ -18,6 +18,31 @@
<value><bodyAddons /></value>
</nomatch>
</li>
<!-- genital color -->
<li Class="PatchOperationAdd">
<xpath>Defs/AlienRace.ThingDef_AlienRace[defName="Kurin_Race"]/alienRace/generalSettings/alienPartGenerator/colorChannels</xpath>
<value>
<li>
<name>Genitals</name>
<first Class="ColorGenerator_Options">
<options>
<li>
<weight>10</weight>
<only>RGBA(255, 223, 205, 255)</only>
</li>
</options>
</first>
<second Class="ColorGenerator_Options">
<options>
<li>
<weight>10</weight>
<only>RGBA(116, 190, 121, 255)</only>
</li>
</options>
</second>
</li>
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>Defs/AlienRace.ThingDef_AlienRace[defName="Kurin_Race"]/alienRace/generalSettings/alienPartGenerator/bodyAddons</xpath>
@ -30,6 +55,7 @@
<inFrontOfBody>true</inFrontOfBody>
<drawSize>0.75</drawSize>
<layerOffset>-0.2763</layerOffset>
<colorChannel>Genitals</colorChannel>
<drawnInBed>false</drawnInBed>
<hiddenUnderApparelFor>
<li>Legs</li>
@ -483,6 +509,7 @@
<shaderType>Transparent</shaderType>
<inFrontOfBody>true</inFrontOfBody>
<layerOffset>-0.289</layerOffset>
<colorChannel>Genitals</colorChannel>
<drawSize>0.75</drawSize>
<drawnInBed>false</drawnInBed>
<hiddenUnderApparelFor>
@ -691,6 +718,7 @@
<inFrontOfBody>true</inFrontOfBody>
<drawSize>0.75</drawSize>
<layerOffset>-0.2765</layerOffset>
<colorChannel>Genitals</colorChannel>
<drawnInBed>false</drawnInBed>
<hiddenUnderApparelFor>
<li>Torso</li>
@ -857,6 +885,7 @@
<shaderType>Transparent</shaderType>
<inFrontOfBody>true</inFrontOfBody>
<layerOffset>-0.2765</layerOffset>
<colorChannel>Genitals</colorChannel>
<drawSize>0.75</drawSize>
<hiddenUnderApparelFor>
<li>Torso</li>
@ -1024,6 +1053,7 @@
<shaderType>Transparent</shaderType>
<inFrontOfBody>true</inFrontOfBody>
<layerOffset>-0.2764</layerOffset>
<colorChannel>Genitals</colorChannel>
<drawSize>0.75</drawSize>
<drawnInBed>false</drawnInBed>
<hiddenUnderApparelFor>

View File

@ -17,7 +17,7 @@
<v1.3>
<li>Extra Patches/1.3 Offset Patch</li><!--Fixes all offsets to work same way in 1.3 as did in 1.1 and 1.2-->
<!--<li>Extra Patches/Female BB textures</li>--><!--REMOVE COMMENT TO ENABLE-->
<li>Extra Patches/Revealing Apparel</li><!--Designed to only work with 1.3 assembly-->
<li IfModNotActive="otyoty.sizedapparel">Extra Patches/Revealing Apparel</li><!--Designed to only work with 1.3 assembly-->
<li>Extra Patches/Debug Patch</li><!--Silences Rimnude body addons from logs-->
<li>Extra Patches/1.2 and 1.3 Colored Nudes</li><!--Colored genitals and breasts meant for 1.2+ HAR-->
<li>/</li><!--General rimnude patches and textures-->

View File

@ -1,3 +1,7 @@
ver 2.2.14.6 Unofficial
- Updated Loadfolders.xml, disables revealing apparel when sized apparel is active
- Updated Kurin patch, moved to 1.2+ colors folder, added genital color
ver 2.2.14.5 Unofficial
- Updated Human patch, added bodypart node for cocoon/belly
(this finally fixes duplicate and weird offset issues for children mods)