mirror of
https://gitgud.io/AbstractConcept/rimworld-animations-patch.git
synced 2024-08-15 00:43:27 +00:00
v 1.2.2
This commit is contained in:
parent
dab724fb50
commit
f089b94044
46 changed files with 2631 additions and 393 deletions
|
@ -47,11 +47,17 @@ This mod requires RJW and RimWorld-Animation to function. RimNudeWorld isn't req
|
|||
Here's a brief overview of whats included in this mod
|
||||
- 12 animations for casual sex
|
||||
- 7 animations for solo masturbation
|
||||
- 1 animations for group sex
|
||||
- 2 animations for group sex
|
||||
- Animated hands for certain animations
|
||||
- A need for privacy during sex
|
||||
- Pawns will react differently to the different types of sex that they witness - their reaction depends on their trait and ideology
|
||||
- A range of tweaks to how body parts are displayed, particularly when wearing different types of apparel
|
||||
|
||||
A full list of changes can be found in the main discussion thread on the forum
|
||||
|
||||
Known conflicts
|
||||
- To avoid certain graphical issues, Dubs Apparel Tweaks should be loaded before this mod while Babies and Children should be loaded after (if you choose to use them). This will mean that you will not be able to run this mod with Dubs Apparel Tweaks and Babies and Children running at the same time
|
||||
- This mod will result in graphical errors when using Pawnmorpher's 'Pawn scaling' setting
|
||||
</description>
|
||||
</ModMetaData>
|
||||
|
||||
|
|
|
@ -1,4 +1,21 @@
|
|||
Chnage log v 1.2.1
|
||||
Change log v 1.2.2
|
||||
- Fix: Fix for portraits appearing blank when using the 'crop apparel' feature
|
||||
- Fix: Underwear counts as covering private parts when determining basic nudity
|
||||
- Fix: A pawn won't think that they are being cheated on if the catch their partner having sex with an animal or corpse
|
||||
- Fix: Animals, wild men, mechanoids and factions that are hostile to you no longer have opinions about witnessed sex
|
||||
- Fix: Fixed an issue which was causing pawns attending orgies to get stuck
|
||||
- Fix: Fixed an issue where some animations without an orgasm event included would result in an error occurring
|
||||
- Fix: Pawns no longer have missing body parts while showering
|
||||
- Fix: Penises no longer not show while wearing pants (unless a pawn is wearing nothing else)
|
||||
- Change: Significant performance optimisations have been made. You can now host orgies involving 50 or more people. Disable animated hands to further improve performance
|
||||
- Change: Individualized moodlets are now applied for witnessing different sex acts (currently supports rape, beastiality, xenophilia, necrophilia)
|
||||
- Change: Pawns might run away and vomit up their lunch if they witness necrophilia
|
||||
- Change: Pawns who witness a cheating partner or xenophilia might go on an insulting spree
|
||||
- Addition: Added a setting that allows you toggle whether wearing underwear alone is sufficient to satisfy an ideological need for modesty
|
||||
- Addition: Added moodlets for pawns that have their underwear showing. These moodlets can be toggled on or off in the settings
|
||||
- Addition: Added a new threesome animation for one male and two females ('the sandwich')
|
||||
|
||||
Change log v 1.2.1
|
||||
- Change: Optimisation of the body part rendering code - there should be much better frame rates now. Just avoid hosting orgies involving 50 or more people...
|
||||
- Addition: Added option to the basic settings menu to toggle hair redrawing for portraits (helps make sure that body parts are properly covered by long hair)
|
||||
|
|
@ -1,6 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<Manifest>
|
||||
<version>1.2.0</version>
|
||||
<manifestUri>https://gitgud.io/AbstractConcept/rimworld-animations-patch/-/blob/abscon/About/Manifest.xml</manifestUri>
|
||||
<version>1.2.2</version>
|
||||
<downloadUri>https://gitgud.io/AbstractConcept/rimworld-animations-patch</downloadUri>
|
||||
</Manifest>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue