Nikudev Posted December 22, 2021 Posted December 22, 2021 Hello everyone! I have created a mod and it's my first time trying it on a new computer with a fresh install of sexlab and SOS, however I ran into an issue, in my games for the computer I made the mod on the animations that always play are Player > Giving (Futanari Via Sexlab) NPC > Receiving I use a simple script/sex hooks on the papyrus fragments for SL namely Spoiler Actor[] Sexactors = new Actor[2] sexactors[1] = PlayerRef sexactors[0] = akSpeaker sslBaseAnimation[] anims = SexLab.GetAnimationsByTag(2,"Vaginal") Sexlab.StartSex(SexActors, anims, Victim = none, allowbed = true) However when I tried it on a new computer the genders are switched NPC > Giving (With Strappon) Player > Receiving (Despite being male in sexlab) (Strangely enough though, it doesn't seem to affect the Anal Animations) This, never happened on my main pc, I am using the "Best of Both worlds" downgrader patch for AE if that helps, though are there any modders who can tell me what's going on? or how I can fix this.
Nikudev Posted December 22, 2021 Author Posted December 22, 2021 24 minutes ago, Gyuniku said: Hello everyone! I have created a mod and it's my first time trying it on a new computer with a fresh install of sexlab and SOS, however I ran into an issue, in my games for the computer I made the mod on the animations that always play are Player > Giving (Futanari Via Sexlab) NPC > Receiving I use a simple script/sex hooks on the papyrus fragments for SL namely Reveal hidden contents Actor[] Sexactors = new Actor[2] sexactors[1] = PlayerRef sexactors[0] = akSpeaker sslBaseAnimation[] anims = SexLab.GetAnimationsByTag(2,"Vaginal") Sexlab.StartSex(SexActors, anims, Victim = none, allowbed = true) However when I tried it on a new computer the genders are switched NPC > Giving (With Strappon) Player > Receiving (Despite being male in sexlab) (Strangely enough though, it doesn't seem to affect the Anal Animations) This, never happened on my main pc, I am using the "Best of Both worlds" downgrader patch for AE if that helps, though are there any modders who can tell me what's going on? or how I can fix this. Oh wait, I think I may have fixed it not sure if this is because of a new version in SL or if it's something I exported. but I suggest turning off the "Filter Gender tags" setting seemed to fix it.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.