mirror of
https://gitgud.io/Tory/rimnude-unofficial.git
synced 2024-08-15 00:03:30 +00:00
Baka
This commit is contained in:
parent
9dd46c99d2
commit
ed97aed6d8
4148 changed files with 187454 additions and 1 deletions
21
Extra Patches/Debug Patch/Patches/Debug Patch Aliens.xml
Normal file
21
Extra Patches/Debug Patch/Patches/Debug Patch Aliens.xml
Normal file
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Patch>
|
||||
<Operation Class="PatchOperationConditional"><!--looks for a race that is using a rimnude addon-->
|
||||
<xpath>Defs/AlienRace.ThingDef_AlienRace/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[path="Genitals/FeaturelessCrotch"]</xpath>
|
||||
<match Class="PatchOperationSequence"><!--found at least one race that is using rimnude addons-->
|
||||
<operations>
|
||||
<li Class="PatchOperationInsert"><!--Addons no longer show in debug log-->
|
||||
<xpath>Defs/AlienRace.ThingDef_AlienRace/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[
|
||||
hediffGraphics/Penis or
|
||||
hediffGraphics/Vagina or
|
||||
hediffGraphics/CatVagina or
|
||||
hediffGraphics/Breasts or
|
||||
hediffGraphics/RJW_pregnancy]/layerOffset</xpath>
|
||||
<value>
|
||||
<debug>false</debug>
|
||||
</value>
|
||||
</li>
|
||||
</operations>
|
||||
</match>
|
||||
</Operation>
|
||||
</Patch>
|
18
Extra Patches/Debug Patch/Patches/Debug Patch Human.xml
Normal file
18
Extra Patches/Debug Patch/Patches/Debug Patch Human.xml
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Patch>
|
||||
<Operation Class="PatchOperationSequence">
|
||||
<operations>
|
||||
<li Class="PatchOperationInsert"><!--Addons no longer show in debug log-->
|
||||
<xpath>Defs/ThingDef/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[
|
||||
hediffGraphics/Penis or
|
||||
hediffGraphics/Vagina or
|
||||
hediffGraphics/CatVagina or
|
||||
hediffGraphics/Breasts or
|
||||
hediffGraphics/RJW_pregnancy]/layerOffset</xpath>
|
||||
<value>
|
||||
<debug>false</debug>
|
||||
</value>
|
||||
</li>
|
||||
</operations>
|
||||
</Operation>
|
||||
</Patch>
|
Loading…
Add table
Add a link
Reference in a new issue