Jump to content

Need help with Scripting, Kiss animation.


Recommended Posts

Posted

Hey guys, I need some help with a script I have, I wanted to play a -kissing- animation and it works but I want to make it better so here's what I came up with.
 

Actor[] Sexactors = new Actor[2]
sexactors[1] = PlayerRef
sexactors[0] = akSpeaker

sslBaseAnimation[] anims = SexLab.GetAnimationsByTag(2,"Kissing", "Loving", "Foreplay", tagSuppress="Breastfeeding")

Sexlab.StartSex(SexActors, anims, Victim = none, allowbed = true)

 

My questions are;

1. How do we add more than one "Suppress" tag?
2. Is there anything I can put in it so that npc's can play an animation with clothes on?
3. "sexactors[1/0]" seems to give gender roles to an npc, is there a way to make my script use animations based on what I set the npc's "sex" as in the MCM menu? instead of always setting the npc as Female or Male, it causes trouble with Shemale characters unless I remove the filter gender on mcm

Posted

1 Normally you can add the tags through the mod itself. Otherwise you can add manual with , 

 

So for example: 

tagSuppress="Breastfeeding","oral" 

(You might have to test it. Just write it like you see with other tags.)

 

2 You can set stripping settings through sexlab under strip settings. You can set for normal, foreplay and aggressive animations. So if your kissing anim has foreplay tag, you can just uncheck the parts you don't want to strip.

It might also be good to set 'play foreplay anim' or something like that in sexlab animation settings. 

 

3 Depends on wich mod you're using. For example sl defeat and follow me for sex has option to choose wich role to select. Otherwise it choose whatever sexlab thinks you are. 

Posted
13 minutes ago, Back2friday said:

1 Normally you can add the tags through the mod itself. Otherwise you can add manual with , 

 

So for example: 

tagSuppress="Breastfeeding","oral" 

(You might have to test it. Just write it like you see with other tags.)

 

2 You can set stripping settings through sexlab under strip settings. You can set for normal, foreplay and aggressive animations. So if your kissing anim has foreplay tag, you can just uncheck the parts you don't want to strip.

It might also be good to set 'play foreplay anim' or something like that in sexlab animation settings. 

 

3 Depends on wich mod you're using. For example sl defeat and follow me for sex has option to choose wich role to select. Otherwise it choose whatever sexlab thinks you are. 

Thank you very much this is really useful, i'm modding on a new system so it's back to square one for me I have to get the source/scripts i need to get SE CK to work with SL. However I did try


("tagSuppress="Breastfeeding","oral") and ("tagSuppress="Breastfeeding",tagSuppress="oral")

 

But I couldn't get them to compile if I recall I think my animation already has a foreplay tag, and oh! I didn't know that it already has the foreplay tag if I recall.

Posted
32 minutes ago, Gyuniku said:

Thank you very much this is really useful, i'm modding on a new system so it's back to square one for me I have to get the source/scripts i need to get SE CK to work with SL. However I did try


("tagSuppress="Breastfeeding","oral") and ("tagSuppress="Breastfeeding",tagSuppress="oral")

 

But I couldn't get them to compile if I recall I think my animation already has a foreplay tag, and oh! I didn't know that it already has the foreplay tag if I recall.

 

You can activate play set foreplay animations on sexlab animation settings tab. (With this you will always get to play foreplay animations before a sex scene animation. NOTE: this only counts for non aggressive. Will not work if pc is victim) 

 

Then you go to strip settings tab. There you have to click on the drop down to select foreplay animations. Then below you can set the parts you want to strip or not for pc and npc. 

These foreplay animations are mostly for animations with kissing, foreplay, teasing, cunnilingus. 

 

As for the tag suppress, wich mod do you use to start the scene and wich tags do you want to suppress? 

Posted
7 hours ago, Back2friday said:

 

You can activate play set foreplay animations on sexlab animation settings tab. (With this you will always get to play foreplay animations before a sex scene animation. NOTE: this only counts for non aggressive. Will not work if pc is victim) 

 

Then you go to strip settings tab. There you have to click on the drop down to select foreplay animations. Then below you can set the parts you want to strip or not for pc and npc. 

These foreplay animations are mostly for animations with kissing, foreplay, teasing, cunnilingus. 

 

As for the tag suppress, wich mod do you use to start the scene and wich tags do you want to suppress? 

Thank you i'll keep that in mind, I want to supress the oral tag

Archived

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

  • Recently Browsing   0 members

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