Ohyes Posted March 1, 2019 Posted March 1, 2019 Basically im wondering if theres a mod out there or if someone can make a mod that uses the sexlab framwork to make dialogue that makes creature animations happen for followers? or if someone would like to team up with me to make a mod for my follower that references the framework to use draugr animations? Just something light with the only requirement being sex lab and any animations along with the sl loader. I mean we goot sexlab submit, flower girls, and follow me for sex. but nothing for humanoid followers!
Guest Posted March 1, 2019 Posted March 1, 2019 Some mods already exist. I did one, SSX, that can be used for that. But it is quite a complex mod so probably you want something simpler.
Ohyes Posted March 1, 2019 Author Posted March 1, 2019 7 minutes ago, CPU said: Some mods already exist. I did one, SSX, that can be used for that. But it is quite a complex mod so probably you want something simpler. SSX? Im looking at your files but im not seeing anything that fits that acronymn lol,
Guest Posted March 1, 2019 Posted March 1, 2019 10 minutes ago, Ohyes said: SSX? Im looking at your files but im not seeing anything that fits that acronymn lol, Scent of Sex.
Guest Posted March 1, 2019 Posted March 1, 2019 Just now, CPU said: Scent of Sex. Techincally I gave the mod a long ago to another modder. You will find it from @reikiri's mods (but technically is a mod I did for the 90%.)
karlpaws Posted March 1, 2019 Posted March 1, 2019 The main problem is the dialog with creatures, which is not normally available. Several spell mods exist, but if you're making a follower mod with a draugr, you'll need to get dialog working first, then adding SL calls shouldn't be that difficult.
Ohyes Posted March 1, 2019 Author Posted March 1, 2019 upon further inspection making dialogue for custom followers to initiate sexlab sex is actually really simple surprisingly with sexlab as a master! Heres an example script, this is surpringly easy lol actor[] sexActors = new actor[2] sexActors[0] = SexLab.PlayerRef sexActors[1] = akSpeaker sslBaseAnimation[] anims = new sslBaseAnimation[1] anims[0] = SexLab.getCreatureAnimationByName("Leito Riekling Doggy 2") SexLab.StartSex(sexActors, anims) SexLabFramework Property SexLab Auto
Recommended Posts
Archived
This topic is now archived and is closed to further replies.