Jump to content

Recommended Posts

Posted

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!

 

Posted

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.

Posted
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,

Posted
10 minutes ago, Ohyes said:

SSX? Im looking at your files but im not seeing anything that fits that acronymn lol,

Scent of Sex.

Posted
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%.)

Posted

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.

Posted

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

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...