Change log v 2.0.1
- Fixed issue with a hand animation calling a missing method
- Fixed errored that was triggering at the end of sex
- Dependency on Humanoid Alien Race is now listed and enforced in the mod load screen
- Made XML patching more robust
This commit is contained in:
AbstractConcept 2023-02-06 10:15:30 -06:00
parent ae95e34137
commit 767317773b
15 changed files with 157 additions and 127 deletions

View file

@ -24,6 +24,12 @@
<displayName>Rimworld-Animations</displayName>
<downloadUrl>https://gitgud.io/c0ffeeeeeeee/rimworld-animations</downloadUrl>
</li>
<li>
<packageId>erdelf.HumanoidAlienRaces</packageId>
<displayName>Humanoid Alien Races</displayName>
<downloadUrl>https://github.com/erdelf/AlienRaces</downloadUrl>
</li>
</modDependencies>
<loadBefore>
<li>Dubwise.DubsApparelTweaks</li>
@ -40,7 +46,7 @@
<description>
A patch for RimWorld Animations and RJW, adding some additional functions and tweaks
This mod requires both RimWorld Animations and RJW to function - RimNudeWorld isn't required, but it is recommended
This mod requires RimWorld Animations, RJW and Humanoid Alien Races to function - RimNudeWorld isn't required, but it is recommended
Here's a brief overview of what's included in this mod
- 12 animations for casual sex

View file

@ -1,2 +0,0 @@
Change log v 2.0.0
- Initial re-release (for RimWorld 1.4)

View file

@ -0,0 +1,8 @@
Change log v 2.0.1
- Fixed issue with a hand animation calling a missing method
- Fixed errored that was triggering at the end of sex
- Dependency on Humanoid Alien Race is now listed and enforced in the mod load screen
- Made XML patching more robust
Change log v 2.0.0
- Initial re-release (for RimWorld 1.4)

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<version>2.0.0</version>
<version>2.0.1</version>
<downloadUri>https://gitgud.io/AbstractConcept/rimworld-animations-patch</downloadUri>
</Manifest>