ambereyes20 Posted May 9, 2025 Posted May 9, 2025 (edited) I've already: disabled the usage of invalid positions, disabled female strapons, reset both sims' passion settings entirely, opened CAS in their nude outfit to make sure the genitals all match, made sure their gender preference is straight in NRAAS, they are also married. After some time, my game just always swaps the gendered animations & the females just always take on the male role even without strapons enabled, regardless of which sim initiates it. This is a SIM-SPECIFIC issue I've noticed and I've only been able to get rid of it by rolling back saves. EDIT/WORKAROUND: (janky/ I'd still like to know how to fix it otherwise?) The only way I've been able to fix this albeit a bit unreliably is to have the MALE sim initiate solo passion on an object where ONLY male solo anims pop up, then switch control to the female sim, click on him, and select 'join' Edited May 9, 2025 by ambereyes20 Temporary fix found
valentynyang Posted January 29 Posted January 29 Hmm... there are several ideas that pop up right into my head. 1. Have you, by any chance, enabled all animations for all genders? 2. Some animations are simply flagged incorrectly leading to males (solo and couple/group) to use vaginal/cunnilingus anims. The only workaround for that would be to completely rewrite the XML of the animation packs, which would look like this: Before: <WooHooStage> <Creator>[Name]</Creator> <Key>[Animation.Name]</Key> <Category>Vaginal</Category> <LoopMax>3</LoopMax> <Skill>0</Skill> <Objects>BedSingle,BedDouble,Altar</Objects> <MinSims>2</MinSims> <WooHooActor Id="0"> <Animation>[Anim.A]</Animation> <NakedFlags>FullBody</NakedFlags> <Genders>Male,Female</Genders> <Species>Human</Species> <UseStrapon>true</UseStrapon> <Action> <Category>Vaginal</Category> <Partner>1</Partner> <Arousal>-70</Arousal> </Action> </WooHooActor> <WooHooActor Id="1"> <Animation>[Anim.B]</Animation> <NakedFlags>FullBody</NakedFlags> <Genders>Female,Male</Genders> <- This leads to male sims also using vaginal animations <Species>Human</Species> <Action> <Category>Vaginal</Category> <Partner>0</Partner> <Arousal>-70</Arousal> </Action> </WooHooActor> </WooHooStage> After: <WooHooStage> <Creator>[Name]</Creator> <Key>[Animation.Name]</Key> <Category>Vaginal</Category> <LoopMax>3</LoopMax> <Skill>0</Skill> <Objects>BedSingle,BedDouble,Altar</Objects> <MinSims>2</MinSims> <WooHooActor Id="0"> <Animation>[Anim.A]</Animation> <NakedFlags>FullBody</NakedFlags> <Genders>Male,Female</Genders> <Species>Human</Species> <UseStrapon>true</UseStrapon> <Action> <Category>Vaginal</Category> <Partner>1</Partner> <Arousal>-70</Arousal> </Action> </WooHooActor> <WooHooActor Id="1"> <Animation>[Anim.B]</Animation> <NakedFlags>FullBody</NakedFlags> <Genders>Female</Genders> <- This prevents male sims to use vaginal animations <Species>Human</Species> <Action> <Category>Vaginal</Category> <Partner>0</Partner> <Arousal>-70</Arousal> </Action> </WooHooActor> </WooHooStage>
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now