peafowl.psd Posted March 10, 2019 Posted March 10, 2019 I'm making a simple SexLab based mod for personal use. My script to initiate FFM threesome is like this: actor[] sexActors = new actor[3] sexActors[0] = ThreesomeRef.GetActorReference() sexActors[1] = akSpeaker sexActors[2] = Game.GetPlayer() sslBaseAnimation[] anims anims = SexLab.GetAnimationsByTag(3, "FFM") SexLab.StartSex(sexActors, anims) ThreesomeRef and akSpeaker are Female, and Player is male. This script works fine for most animations. However, I noticed some FFM animations like "Leito Aggressive Bound Threesome FFM" doesn't have male on third position but second position. So my Player acts as female and the second female acts as male. I tried to put male on third position by editing AnimationsByLeito_Aggressive.json and FNIS_AnimationsByLeito_Aggressive_List.txt but no luck. I also don't want to manually swap actors in-game every time the animation is chosen to play. Is there any way to rearrange male and female context on "Leito Aggressive Bound Threesome FFM" and similar threesome animations?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.