- Implemented texture caching to reduce the performance hit induced by dynamically cropping apparel
- Dynamically cropping apparel is now compatible with Sized Apparel
This commit is contained in:
AbstractConcept 2023-02-07 19:30:02 -06:00
parent 767317773b
commit 9144029fec
15 changed files with 108 additions and 25 deletions

View file

@ -54,7 +54,7 @@ Here's a brief overview of what's included in this mod
- 2 animations for group sex
- Animated hands for certain animations
- The option to have pawns in varying states of dress during sex (ranging from fully nude to almost entirely clothed)
- Apparel can be masked so that the bottom halves of pawns are visible when not wearing pants
- Apparel textures can be dynamically cropped, so that the bottom halves of pawns (and their bits) can be more easily seen when they are not wearing pants
- The option to hide the names of pawns while they have sex
- Automatic position scaling, to improve animations involving alien races which are larger or smaller than normal
- A GUI for customizing how RimNude body parts should be displayed when wearing different types of apparel, as well as toggling what apparel should be worn while having sex
@ -64,9 +64,8 @@ A full list of changes can be found in the main discussion thread on the forum
Known issues
- For best results, turn off texture caching (this can be done by adding the Vanilla Expanded Framework to your mod list and enabling its 'Disable Texture Caching' setting)
- The animations in this mod do not play any voices from Tory's VoicePatch mod
- Apparel masking cannot be used with the Sized Apparel mod
- This mod will result in floating body parts when using Pawnmorpher's 'Pawn scaling' setting
- If you're having some issues with frame rates on large colonies, try disabling hand rendering
- If you're having some issues with frame/tick rates on large colonies, try disabling hand rendering and/or apparel cropping
</description>
</ModMetaData>

View file

@ -1,3 +1,7 @@
Change log v 2.0.2
- Implemented texture caching to reduce the performance hit induced by dynamically cropping apparel
- Dynamically cropping apparel is now compatible with Sized Apparel
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

View file

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