This commit is contained in:
Tory 2022-11-11 16:11:34 -08:00
parent 2a4fdcf363
commit 9116374d90
5 changed files with 75 additions and 2 deletions

View File

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

View File

@ -1,5 +1,7 @@
RJWAnimAddons-Animalpatch:
11/11/2022: 1.5.18 Added patches:Sowoboe Bugs, Rimwars Gizka. Updated Alpha Animals Thanks Middle_aged_dragon
10/25/2022: 1.5.17 Added 1.4 tag
10/17/2022: 1.5.16 Updated Magical Menagerie patch to check for new name: Alpha Mythology Added Biomes!Prehistoric patch

View File

@ -3,7 +3,6 @@
<Operation Class="PatchOperationFindMod">
<mods>
<li>Alpha Animals</li>
<li>1541721856</li>
</mods>
<match Class="PatchOperationSequence">
<success>Always</success>
@ -52,6 +51,11 @@
<li>AA_TentacledQuadrupedEyeless</li>
<li>AA_EyeBody</li>
<li>AA_RaptorBody</li>
<li>FO_ShadowChargerBody</li>
<li>AA_NightRamBody</li>
<li>AA_NightMuleBody</li>
<li>AA_FourEyedQuadruped</li>
<li>FO_Nightcallerbody</li>
</value>
</li>
<li Class="PatchOperationAdd"><!--Fucked Animals-->
@ -98,6 +102,11 @@
<li>AA_TentacledQuadrupedEyeless</li>
<li>AA_EyeBody</li>
<li>AA_RaptorBody</li>
<li>FO_ShadowChargerBody</li>
<li>AA_NightRamBody</li>
<li>AA_NightMuleBody</li>
<li>AA_FourEyedQuadruped</li>
<li>FO_Nightcallerbody</li>
</value>
</li>
</operations>

27
Patches/Rimwars_Gizka.xml Normal file
View File

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Rimwars Gizka</li>
</mods>
<match Class="PatchOperationSequence">
<success>Always</success>
<operations>
<li Class="PatchOperationAdd"><!--Fucking Animals-->
<xpath>/Defs/Rimworld_Animations.AnimationDef[defName="Beast_DoggystyleF" or defName="Beast_DoggystyleM" or defName="Beast_CowgirlM" or defName="Beast_CowgirlF" or defName="BeastxBeast_Doggystyle"]/actors/li[2]/bodyDefTypes</xpath>
<success>Always</success>
<value>
<li>Gizka</li>
</value>
</li>
<li Class="PatchOperationAdd"><!--Fucked Animals-->
<xpath>/Defs/Rimworld_Animations.AnimationDef[defName="Beast_Doggystyle2" or defName="BeastxBeast_Doggystyle" or defName="Beast_Oral" or defName="Beast_Muzzlefuck"]/actors/li[1]/bodyDefTypes</xpath>
<success>Always</success>
<value>
<li>Gizka</li>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>

35
Patches/Sowoboe_Bugs.xml Normal file
View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Sowoboe Bugs</li>
</mods>
<match Class="PatchOperationSequence">
<success>Always</success>
<operations>
<li Class="PatchOperationAdd"><!--Fucking Animals-->
<xpath>/Defs/Rimworld_Animations.AnimationDef[defName="Mech_DoggystyleF" or defName="Mech_DoggystyleM" or defName="Beast_DoggystyleF" or defName="Beast_DoggystyleM" or defName="Beast_CowgirlM" or defName="Beast_CowgirlF" or defName="BeastxBeast_Doggystyle"]/actors/li[2]/bodyDefTypes</xpath>
<value>
<li>FlatIsopod</li>
</value>
</li>
<li Class="PatchOperationAdd"><!--Fucked Animals-->
<xpath>/Defs/Rimworld_Animations.AnimationDef[defName="Mech_DoggystyleF" or defName="Mech_DoggystyleM" or defName="Beast_Doggystyle2" or defName="BeastxBeast_Doggystyle"]/actors/li[1]/bodyDefTypes</xpath>
<value>
<li>FlatIsopod</li>
</value>
</li>
<li Class="PatchOperationAdd"><!--Fucking Animals(2legs)-->
<xpath>/Defs/Rimworld_Animations.AnimationDef[defName="Mech_DoggystyleF" or defName="Mech_DoggystyleM" or defName="HumanoidBeastDoggystyleF" or defName="HumanoidBeastDoggystyleM" or defName="HumanoidBeastxHumanoidBeastDoggystyle"]/actors/li[2]/bodyDefTypes</xpath>
<value>
</value>
</li>
<li Class="PatchOperationAdd"><!--Fucked Animals(2legs)-->
<xpath>/Defs/Rimworld_Animations.AnimationDef[defName="Mech_DoggystyleF" or defName="Mech_DoggystyleM" or defName="HumanoidBeastDoggystyle2" or defName="HumanoidBeastxHumanoidBeastDoggystyle"]/actors/li[1]/bodyDefTypes</xpath>
<value>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>