mirror of
https://gitgud.io/Tory/rimnude-unofficial.git
synced 2024-08-15 00:03:30 +00:00
2.2.13.5
This commit is contained in:
parent
5ec54aeb0a
commit
960f960e2b
8 changed files with 5252 additions and 20 deletions
|
@ -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>
|
|
@ -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>
|
||||
|
|
|
@ -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-->
|
||||
|
|
1290
Patches/NudePatch-Forgotten_Realms_-_Lizardfolk_CR.xml
Normal file
1290
Patches/NudePatch-Forgotten_Realms_-_Lizardfolk_CR.xml
Normal file
File diff suppressed because it is too large
Load diff
1290
Patches/NudePatch-Forgotten_Realms_-_Lizardfolk_SQ.xml
Normal file
1290
Patches/NudePatch-Forgotten_Realms_-_Lizardfolk_SQ.xml
Normal file
File diff suppressed because it is too large
Load diff
1295
Patches/NudePatch-Forgotten_Realms_-_Loxo.xml
Normal file
1295
Patches/NudePatch-Forgotten_Realms_-_Loxo.xml
Normal file
File diff suppressed because it is too large
Load diff
1342
Patches/NudePatch-Forgotten_Realms_-_Minotaur_Udder_Chest.xml
Normal file
1342
Patches/NudePatch-Forgotten_Realms_-_Minotaur_Udder_Chest.xml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue