genericuser27 Posted June 4, 2018 Posted June 4, 2018 When starting a sex scene how do I make the scene tagged as "vaginal" ect only? What I'm using right now to start the scene in a script fragment is: sexlab.QuickStart(PlayerRef, Troll, none, none, none, none,"Hookname") Also not sexlab related but how does one force the pc to follow an npc? Is it a package I can apply to the pc and disable pc controls? Thanks!
Dorabella Posted June 4, 2018 Posted June 4, 2018 To get yourself followed, try this one. During the dialogue the Follow me for sex option appears, or something like that. It will follow you to the field in the world behind the promise to have sex. To stop the chase, you will have two options One in the dialogue by selecting Go away, the other by mode At the bottom of the list of configure (at the last entry) click Release Followers To be us players to follow the NPC, I do not know, it seems strange that it is not possible .. If you play with a man, it seems normal to look for sex, but with a woman not so much, unless it is a prostitute ? Follow me for Sex 3.1
genericuser27 Posted June 4, 2018 Author Posted June 4, 2018 I'm working on mod where I want the pc to be forced to follow an npc. I know its possible but I'm not sure how to do it.
anubis Posted June 4, 2018 Posted June 4, 2018 I used this for actors : actor[] SexActors = new actor[2] SexActors[0] = Game.GetPlayer() SexActors[1] = akspeaker sslBaseAnimation[] Anims anims = SexLab.GetAnimationsByTag(2, "Vaginal") SexLab.StartSex(SexActors, Anims, allowbed = TRUE) but idk how to make it exclusively for vaginal only though, so yeah, would like to know that too. For following NPC, i think DC got a mod that does that in nexus.
Dorabella Posted June 4, 2018 Posted June 4, 2018 I turned around a lot for this but I found practically nothing. Not even a suggestion on how to do it. Alternatively for now I'm happy with the mod that I have indicated. Like you, I hope something different comes up. I think I play with the Sims, if you do not go for sex, nobody (or almost) tries. This is frustrating ?
Teutonic Posted June 4, 2018 Posted June 4, 2018 23 minutes ago, anubis said: but idk how to make it exclusively for vaginal only though, so yeah, would like to know that too. If you mean it should only use vaginal animations and not ones that are oral and vaginal, for example, you can use the TagSuppress parameter of GetAnimationsByTags, like so: SexLab.GetAnimationsByTags(iNumActors, "Vaginal", "Oral,Anal", True)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.