Merge branch 'dev' into 'master'

1.0.3

See merge request Akiya82/rjw-pregnancy-stages-graphics!1
This commit is contained in:
Akiya 2022-08-28 07:38:06 +00:00
commit 48ea5bd064
12 changed files with 21 additions and 9 deletions

View File

@ -26,6 +26,7 @@
<value>
<li>
<debug>false</debug>
<bodyPart>Torso</bodyPart>
<path>Genitals/FeaturelessCrotch</path>
<shaderType>Transparent</shaderType>
<inFrontOfBody>true</inFrontOfBody>
@ -71,7 +72,7 @@
</severity>
</RJW_pregnancy>
</hediffGraphics>
<offsets>
<south>
<layerOffset>-0.28</layerOffset>

View File

@ -24,6 +24,7 @@
<!-- bellies -->
<li>
<debug>false</debug>
<bodyPart>Torso</bodyPart>
<path>Genitals/FeaturelessCrotch</path>
<shaderType>Transparent</shaderType>
<inFrontOfBody>true</inFrontOfBody>

View File

@ -23,6 +23,7 @@
<!-- bellies -->
<li>
<debug>false</debug>
<bodyPart>Torso</bodyPart>
<path>Genitals/FeaturelessCrotch</path>
<shaderType>Transparent</shaderType>
<inFrontOfBody>true</inFrontOfBody>

View File

@ -9,6 +9,7 @@
<value>
<li>
<debug>false</debug>
<bodyPart>Torso</bodyPart>
<path>Genitals/FeaturelessCrotch</path>
<shaderType>Transparent</shaderType>
<inFrontOfBody>true</inFrontOfBody>
@ -54,7 +55,7 @@
</severity>
</RJW_pregnancy>
</hediffGraphics>
<offsets>
<south>
<layerOffset>-0.28</layerOffset>

View File

@ -11,6 +11,7 @@
<li>
<debug>false</debug>
<drawSize>0.65</drawSize>
<bodyPart>Torso</bodyPart>
<path>Genitals/FeaturelessCrotch</path>
<shaderType>Transparent</shaderType>
<inFrontOfBody>true</inFrontOfBody>

View File

@ -25,6 +25,7 @@
<li>
<debug>false</debug>
<drawSize>0.65</drawSize>
<bodyPart>Torso</bodyPart>
<path>Genitals/FeaturelessCrotch</path>
<shaderType>Transparent</shaderType>
<inFrontOfBody>true</inFrontOfBody>

View File

@ -11,6 +11,7 @@
<value>
<li>
<debug>false</debug>
<bodyPart>Torso</bodyPart>
<path>Genitals/FeaturelessCrotch</path>
<shaderType>Transparent</shaderType>
<inFrontOfBody>true</inFrontOfBody>

View File

@ -11,6 +11,7 @@
<li>
<debug>false</debug>
<drawSize>0.65</drawSize>
<bodyPart>Torso</bodyPart>
<path>Genitals/FeaturelessCrotch</path>
<shaderType>Transparent</shaderType>
<inFrontOfBody>true</inFrontOfBody>

View File

@ -24,6 +24,7 @@
<li>
<debug>false</debug>
<drawSize>0.75</drawSize>
<bodyPart>Torso</bodyPart>
<path>Genitals/FeaturelessCrotch</path>
<shaderType>Transparent</shaderType>
<inFrontOfBody>true</inFrontOfBody>
@ -69,7 +70,7 @@
</severity>
</RJW_pregnancy>
</hediffGraphics>
<offsets>
<south>
<layerOffset>-0.28</layerOffset>

View File

@ -24,6 +24,7 @@
<!-- bellies -->
<li>
<debug>false</debug>
<bodyPart>Torso</bodyPart>
<path>Genitals/FeaturelessCrotch</path>
<shaderType>Transparent</shaderType>
<inFrontOfBody>true</inFrontOfBody>
@ -69,7 +70,7 @@
</severity>
</RJW_pregnancy>
</hediffGraphics>
<offsets>
<south>
<layerOffset>-0.28</layerOffset>

View File

@ -22,6 +22,7 @@
<value>
<li>
<debug>false</debug>
<bodyPart>Torso</bodyPart>
<path>Genitals/FeaturelessCrotch</path>
<shaderType>Transparent</shaderType>
<inFrontOfBody>true</inFrontOfBody>

View File

@ -1,11 +1,12 @@
# Changelog
## 1.0.3
- Add missing hediif
- Add missing hediif.
- Fix duplication of body parts in some scenarios.
## 1.0.2
- RimNude related load order fix
- RimNude related load order fix.
## 1.0.1
- Added a zero stage so that the status is not immediately shown.
- Added \<success> parameter to the root of patches to not spam in the logs.
- Changed the human race patch to first remove the patch from RimNude and put mine. The replacement operation for some reason did not want to work.
- Add a zero stage so that the status is not immediately shown.
- Add \<success> parameter to the root of patches to not spam in the logs.
- Change the human race patch to first remove the patch from RimNude and put mine. The replacement operation for some reason did not want to work.