This commit is contained in:
Tory 2022-08-19 18:25:13 -07:00
parent 3b415967aa
commit b7492dfce8
19 changed files with 17 additions and 111 deletions

View File

@ -1,110 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<Rimworld_Animations.AnimationDef>
<defName>SixtyNine</defName>
<label>sixty nine</label>
<sounds>true</sounds>
<sexTypes>
</sexTypes>
<actors>
</actors>
<animationStages>
</animationStages>
</Rimworld_Animations.AnimationDef>
<Rimworld_Animations.AnimationDef>
<defName>Butterfly</defName>
<label>butterfly</label>
<sounds>true</sounds>
<sexTypes>
</sexTypes>
<actors>
</actors>
<animationStages>
</animationStages>
</Rimworld_Animations.AnimationDef>
<Rimworld_Animations.AnimationDef>
<defName>Boobjob</defName>
<label>boobjob</label>
<sounds>true</sounds>
<sexTypes>
</sexTypes>
<actors>
</actors>
<animationStages>
</animationStages>
</Rimworld_Animations.AnimationDef>
<Rimworld_Animations.AnimationDef>
<defName>Handjob</defName>
<label>handjob</label>
<sounds>true</sounds>
<sexTypes>
</sexTypes>
<actors>
</actors>
<animationStages>
</animationStages>
</Rimworld_Animations.AnimationDef>
<Rimworld_Animations.AnimationDef>
<defName>Fisting</defName>
<label>fisting</label>
<sounds>true</sounds>
<sexTypes>
</sexTypes>
<actors>
</actors>
<animationStages>
</animationStages>
</Rimworld_Animations.AnimationDef>
<Rimworld_Animations.AnimationDef>
<defName>Fingering</defName>
<label>fingering</label>
<sounds>true</sounds>
<sexTypes>
</sexTypes>
<actors>
</actors>
<animationStages>
</animationStages>
</Rimworld_Animations.AnimationDef>
<Rimworld_Animations.AnimationDef>
<defName>Rimming</defName>
<label>rimming</label>
<sounds>true</sounds>
<sexTypes>
</sexTypes>
<actors>
</actors>
<animationStages>
</animationStages>
</Rimworld_Animations.AnimationDef>
<Rimworld_Animations.AnimationDef>
<defName>Footjob</defName>
<label>footjob</label>
<sounds>true</sounds>
<sexTypes>
</sexTypes>
<actors>
</actors>
<animationStages>
</animationStages>
</Rimworld_Animations.AnimationDef>
<Rimworld_Animations.AnimationDef>
<defName>MutualMasturbation</defName>
<label>mutual masturbation</label>
<sounds>true</sounds>
<sexTypes>
</sexTypes>
<actors>
</actors>
<animationStages>
</animationStages>
</Rimworld_Animations.AnimationDef>
</Defs>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<identifier>RJW-AA-XtraAnims</identifier>
<version>0.2.10</version>
<version>0.3.0</version>
<manifestUri>https://gitgud.io/Tory/rjwanimaddons-xtraanims/-/raw/master/About/Manifest.xml</manifestUri>
<downloadUri>https://gitgud.io/Tory/rjwanimaddons-xtraanims/</downloadUri>
</Manifest>

View File

@ -1,5 +1,7 @@
RJWAnimAddons-XtraAnims:
8/19/2022: 0.3.0 Restructured for better compatiblity for AC's animation patch
6/22/2022: 0.2.10 Added genital rotation to AC's Butterfly anim, thanks Shaua!
7/22/2021: 0.2.9 Added 1.3 tag. Added URI to manifest to keep track of future versions in mod manager

14
LoadFolders.xml Normal file
View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<loadFolders>
<v1.1>
<li>Common/1.1</li><!--Load 1.1 defs and patches-->
</v1.1>
<v1.2>
<li>Common/1.2 and 1.3</li><!--Load 1.2 defs and patches-->
<li>Extra/Abstract Concept</li><!--Load AC's animations-->
</v1.2>
<v1.3>
<li>Common/1.2 and 1.3</li><!--Load 1.3 defs and patches-->
<li IfModNotActive="abscon.rimworld.animations.patch">Extra/Abstract Concept</li><!--Load AC's animations-->
</v1.3>
</loadFolders>