This commit is contained in:
Tory 2022-05-09 00:47:20 -07:00
parent 5ec54aeb0a
commit 960f960e2b
8 changed files with 5252 additions and 20 deletions

View File

@ -27,7 +27,8 @@
</loadAfter>
<description>
Addon for RJW. Adds dynamic rendering for genitals and breasts and also includes it's own compatible body textures. Requires Humanoid Alien Races before it.
Addon for RJW. Adds dynamic rendering for genitals and breasts and also includes it's own compatible body textures. Requires Humanoid Alien Races before it.
Load after race mods
</description>
</ModMetaData>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<version>2.2.13.4</version>
<version>2.2.13.5</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

@ -88,23 +88,30 @@
</match>
</li>
<!--breasts-->
<li Class="PatchOperationAdd"><!--south-->
<xpath>Defs/AlienRace.ThingDef_AlienRace/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[hediffGraphics/Breasts]/offsets/south</xpath>
<value>
<layerOffset>-0.2765</layerOffset>
</value>
</li>
<li Class="PatchOperationAdd"><!--north-->
<xpath>Defs/AlienRace.ThingDef_AlienRace/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[hediffGraphics/Breasts]/offsets/north</xpath>
<value>
<layerOffset>-0.291</layerOffset>
</value>
</li>
<li Class="PatchOperationAdd"><!--east-->
<xpath>Defs/AlienRace.ThingDef_AlienRace/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[hediffGraphics/Breasts]/offsets/east</xpath>
<value>
<layerOffset>-0.2765</layerOffset>
</value>
<li Class="PatchOperationConditional"><!--checks if the races uses breasts addon-->
<xpath>Defs/AlienRace.ThingDef_AlienRace/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[hediffGraphics/Breasts]</xpath>
<match Class="PatchOperationSequence"><!--at least one does-->
<operations>
<li Class="PatchOperationAdd"><!--south-->
<xpath>Defs/AlienRace.ThingDef_AlienRace/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[hediffGraphics/Breasts]/offsets/south</xpath>
<value>
<layerOffset>-0.2765</layerOffset>
</value>
</li>
<li Class="PatchOperationAdd"><!--north-->
<xpath>Defs/AlienRace.ThingDef_AlienRace/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[hediffGraphics/Breasts]/offsets/north</xpath>
<value>
<layerOffset>-0.291</layerOffset>
</value>
</li>
<li Class="PatchOperationAdd"><!--east-->
<xpath>Defs/AlienRace.ThingDef_AlienRace/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[hediffGraphics/Breasts]/offsets/east</xpath>
<value>
<layerOffset>-0.2765</layerOffset>
</value>
</li>
</operations>
</match>
</li>
<!--balls-->
<li Class="PatchOperationConditional"><!--checks if the races uses balls addon-->

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,10 @@
ver 2.2.13.5 Unofficial
- Updated alien offset patch, added check for breasts
- Nude Patches Added
Forgotten Realms - Minotaur (𝓡𝓮𝓷𝓮´ 𝓦𝓸𝓵𝓯𝓰𝓪𝓷𝓰 (Sesaon))
Forgotten Realms - Loxo (𝓡𝓮𝓷𝓮´ 𝓦𝓸𝓵𝓯𝓰𝓪𝓷𝓰 (Sesaon))
Forgotten Realms - Lizardfolk (𝓡𝓮𝓷𝓮´ 𝓦𝓸𝓵𝓯𝓰𝓪𝓷𝓰 (Sesaon))
ver 2.2.13.4 Unofficial
- Updated About.xml
- Updated Human patch