mirror of
https://gitgud.io/AbstractConcept/rimworld-animations-patch.git
synced 2024-08-15 00:43:27 +00:00
v2.0.1
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:
parent
ae95e34137
commit
767317773b
15 changed files with 157 additions and 127 deletions
|
@ -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
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
Change log v 2.0.0
|
||||
- Initial re-release (for RimWorld 1.4)
|
8
About/Changelog_v2.0.1.txt
Normal file
8
About/Changelog_v2.0.1.txt
Normal 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)
|
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue