Jump to content

Recommended Posts

Posted

Here is the example of Sasha Belen needing sex at arousal level 16.

Is it bug?

 

I'm also having some problems with arousal level reduction when sex is triggered through this mod, whether it is initiated through "Come, little girl,...", "Listen to Me Slave!", or during slave training. It fails to reduce arousal level in 80-90% of cases, even when SL shows cum, and Dripping when Aroused shows squirting for both PC and NPC. Strangely enough, if I initiate sex through SLEN, it reduces arousal level consistently and almost in 100% of cases.

 

 

 

Aroused Level 16.jpg

Posted
16 hours ago, fishburger67 said:

Step 1 for you is to make sure Sexlab is installed and working.  Follow the "" you will find here.  It takes a while for sexlab to install, maybe 10 minutes.  You will know that Sexlab is installed if you pick it's MCM menu and there are like 8 tabs instead of the single Install tab.

 

Then, install matchmaker.  The classic Skyrim version works fine with SE.  DO NOT install the Sexlab Lite version.  You will get two new spells that you can use to test that Sexlab is working.  Once Sexlab is working, Sex Slaves will work as well/

Okay so I am a little confused, because the link for sexlab you put there is for Skyrim, not Skyrim SE.... I did not think the original Skyrim Sexlab mod worked for SE. Or is the link just for the Basic Installation Instructions and not the down load on the page? I understand you said to use the Skyrim matchmaker but are you meaning to use the the sexlab for the old skyrim as well?

Posted
1 hour ago, wickedcity1 said:

Okay so I am a little confused, because the link for sexlab you put there is for Skyrim, not Skyrim SE.... I did not think the original Skyrim Sexlab mod worked for SE. Or is the link just for the Basic Installation Instructions and not the down load on the page? I understand you said to use the Skyrim matchmaker but are you meaning to use the the sexlab for the old skyrim as well?

The link is only for the installation instructions since it is the same process as it is with the SSE version (and there are no instructions in the new thread). Matchmaker for oldrim does work in SSE. Sexlab for oldrim does not work for SSE

Posted
6 hours ago, wickedcity1 said:

Okay so I am a little confused, because the link for sexlab you put there is for Skyrim, not Skyrim SE.... I did not think the original Skyrim Sexlab mod worked for SE. Or is the link just for the Basic Installation Instructions and not the down load on the page? I understand you said to use the Skyrim matchmaker but are you meaning to use the the sexlab for the old skyrim as well?

No, do not install the classic Sexlab, just use the directions.  Matchmaker classic works fine, but not the Sexlab Lite version.

Posted
11 hours ago, DoubleTrouble999 said:

Here is the example of Sasha Belen needing sex at arousal level 16.

Is it bug?

 

I'm also having some problems with arousal level reduction when sex is triggered through this mod, whether it is initiated through "Come, little girl,...", "Listen to Me Slave!", or during slave training. It fails to reduce arousal level in 80-90% of cases, even when SL shows cum, and Dripping when Aroused shows squirting for both PC and NPC. Strangely enough, if I initiate sex through SLEN, it reduces arousal level consistently and almost in 100% of cases.

 

 

 

Aroused Level 16.jpg

This can happen if the NPC or YOU have high arousal.  As far as the arousal level is concerned, Sex Slaves has ZERO to do with it.  It is completely handled by Aroused or Aroused Redux, and that has nothing to do with the mod that started the sex.

 

Here is the code snippet that handles climaxes (and reduces arousal):
 

    Bool canHaveOrgasm = False
    If (animation.HasTag("Anal") || animation.HasTag("Vaginal") || animation.HasTag("Masturbation") || animation.HasTag("Fisting"))
        canHaveOrgasm = True
    EndIf
    
    If (victim != None)
        If (victim == PlayerRef)
            wasPlayerRaped = True
        EndIf
        slaUtil.UpdateActorExposure(victim, -10, "being rape victim")
    EndIf
    
    Int exposureValue = ((thisThread.TotalTime / GetAnimationDuration(thisThread)) * -20.0) as Int

 

Note that the animation must have the appropriate tag and you must NOT has space barred through the sex.  I have tested Aroused Redux exhaustively (but only using a male PC) and it works perfectly.

Posted
17 minutes ago, fishburger67 said:

This can happen if the NPC or YOU have high arousal.  As far as the arousal level is concerned, Sex Slaves has ZERO to do with it.  It is completely handled by Aroused or Aroused Redux, and that has nothing to do with the mod that started the sex.

 

Here is the code snippet that handles climaxes (and reduces arousal):
 


    Bool canHaveOrgasm = False
    If (animation.HasTag("Anal") || animation.HasTag("Vaginal") || animation.HasTag("Masturbation") || animation.HasTag("Fisting"))
        canHaveOrgasm = True
    EndIf
    
    If (victim != None)
        If (victim == PlayerRef)
            wasPlayerRaped = True
        EndIf
        slaUtil.UpdateActorExposure(victim, -10, "being rape victim")
    EndIf
    
    Int exposureValue = ((thisThread.TotalTime / GetAnimationDuration(thisThread)) * -20.0) as Int

 

Note that the animation must have the appropriate tag and you must NOT has space barred through the sex.  I have tested Aroused Redux exhaustively (but only using a male PC) and it works perfectly.

Thank you for quick response.

 

I'll keep an eye on animations and will check what tags they have

Posted
4 hours ago, fishburger67 said:

No, do not install the classic Sexlab, just use the directions.  Matchmaker classic works fine, but not the Sexlab Lite version.

Okay so the link if just for the directions, so I have Sexlab_Light_SE_0_1_1 there seems to be 2 or three different Sexlabs out there so is this one that works?

 

also using SexLabFrameworkSE_v163_BETA1 and SexLabFrameworkSE_v163_BETA2_HOTFIX_PATCH

Posted
33 minutes ago, wickedcity1 said:

Okay so the link if just for the directions, so I have Sexlab_Light_SE_0_1_1 there seems to be 2 or three different Sexlabs out there so is this one that works?

 

also using SexLabFrameworkSE_v163_BETA1 and SexLabFrameworkSE_v163_BETA2_HOTFIX_PATCH

Get rid of Sexlab lite (in my opinion), you don't need both.  Sexlab lite was only intended as an interim thing.  It also will not work with Sex Slaves although there are several other mods that use it.  My recommendation is to use just Sexlab SSE and the mods that use it.  Having both will screw things up for you.

 

You need SexLabFrameworkSE_v163_BETA1 and SexLabFrameworkSE_v163_BETA2_HOTFIX_PATCH BOTH.  Install the patch after the main file.  You will also need the latest Skyrim and the latest SKSE64.  If you have Steam automatic updates turned off, you don't need the SexLabFrameworkSE_v163_BETA2_HOTFIX_PATCH BOTH and you want the previous version of SKSE64.

 

Sounds to me like you have things pretty screwed up ATM, so be careful.

Posted
20 minutes ago, fishburger67 said:

Get rid of Sexlab lite (in my opinion), you don't need both.  Sexlab lite was only intended as an interim thing.  It also will not work with Sex Slaves although there are several other mods that use it.  My recommendation is to use just Sexlab SSE and the mods that use it.  Having both will screw things up for you.

 

You need SexLabFrameworkSE_v163_BETA1 and SexLabFrameworkSE_v163_BETA2_HOTFIX_PATCH BOTH.  Install the patch after the main file.  You will also need the latest Skyrim and the latest SKSE64.  If you have Steam automatic updates turned off, you don't need the SexLabFrameworkSE_v163_BETA2_HOTFIX_PATCH BOTH and you want the previous version of SKSE64.

 

Sounds to me like you have things pretty screwed up ATM, so be careful.

Okay I thought Sexlab light was part of the Sexlab thing and needed it to get the Framwork to actually use it. and I have the SKSE64 thing. Funny thing is I got the Sexlab to work, but having a problem of loosing the ablitly to attack after a seen comes in to play will try removing Sexlab Light and see if that helps.

Posted

Okay so I removed the Sexlab Light, and tried loading the game again and the thing was back to not working, so I redone the whole thing to try and get it to work but skipped installing Light and still not working now.... I don't know what I am doing wrong but it would at least play the anamations when I had light installed. Is there a Sexlab SSE that is not the light version that I am am not seeing some where?

 

EDIT: Well after trying a few things the only way I can get any of the Sexlab things to play is to have the Sexlab light installed, is there a non light verson of Sexlab that I just can't find or is the framework supposed to be the Sexlab for SE? because if I just have the SexLabFrameworkSE_v163_BETA1 and SexLabFrameworkSE_v163_BETA2_HOTFIX_PATCH than none of the animations play.

 

I went in to the MCM before I tried putting the Light back on and it just said install under the Sexlab tab, and I clicked it, and it said it was installed, but when I looked back in the MCM the thing just said Install still, I saved and quit and it still just had the install, tired to install it three different times and it still did not change form the install.

 

I started off just trying to remove Sexlab Light and it did not work, so I uninstalled everything to do with Sexlab and ran FNIS with everything deactivated then installed every thing again making sure I done the same order that I got it to work with Light just skipping light and than run FNIS again and when I loaded the game it still did not work.

 

And yes I am running SKSE64 2.0.7 (though ever sense the update on Steam I am getting the message I need to be running 1.7.3 but to my understanding that is for the old Skyrim so a little confused there) but SKSE64 is working on my game (I can tell because I have animated wings mod, and when it's working I jump 3 times higher than normal, so if I jump and it does not jump high than I know SKSE is not working.)

Posted

Figured it out. I'll search for a solution tomorrow but the 2 girls will not follow me into

Spoiler

the underground cave so when I get gassed, I die because I don't have enough followers. I'm wondering if survival mode could be interfering. I had to disable it to make the Morthal part of the quest work but somehow it re-enabled. They enter the pass and do the dance and all that but they won't follow me through the passage in the floor.   Figured out they aren't supposed to, you need a regular follower to come along for story reasons.

 

Also, I converted Sexist/Derogatory Guards and it prevented Bandit Boss and Tzollaman from giving their quest dialog. No issues once I disabled it. I know it's not your problem but the information might come in useful to someone.

Posted

I've been beating and forcing this woman (Maia?) to have sex for an hour (real time) and I can't get her to the point of masturbating. I reloaded and started over a couple of times. She doesn't hate me. It's just beat, sex, beat, sex, over and over. And now something bugged and I can no longer wield a weapon. I exited and will restart. A few more attempts and I'm giving up.

Posted
11 hours ago, McLude said:

I've been beating and forcing this woman (Maia?) to have sex for an hour (real time) and I can't get her to the point of masturbating. I reloaded and started over a couple of times. She doesn't hate me. It's just beat, sex, beat, sex, over and over. And now something bugged and I can no longer wield a weapon. I exited and will restart. A few more attempts and I'm giving up.

It takes more than an hour.  If you don't like that sort of thing, leave her hang there and go on about playing the game.  You can make it go faster by reducing the time in MCM and by having Volkar put Mia on one of torture devices.  In the best case, it takes two hours if you space bar through all the animations you can.

Posted
On 4/14/2018 at 1:03 AM, jennievm said:

When is andrew being added ? My GF is driving me nuts.

Andrew is already there.  You have to play as a female though and have macho andrew turned on in MCM.

Posted
On 4/13/2018 at 6:00 PM, wickedcity1 said:

Okay so I removed the Sexlab Light, and tried loading the game again and the thing was back to not working, so I redone the whole thing to try and get it to work but skipped installing Light and still not working now.... I don't know what I am doing wrong but it would at least play the anamations when I had light installed. Is there a Sexlab SSE that is not the light version that I am am not seeing some where?

 

EDIT: Well after trying a few things the only way I can get any of the Sexlab things to play is to have the Sexlab light installed, is there a non light verson of Sexlab that I just can't find or is the framework supposed to be the Sexlab for SE? because if I just have the SexLabFrameworkSE_v163_BETA1 and SexLabFrameworkSE_v163_BETA2_HOTFIX_PATCH than none of the animations play.

 

I went in to the MCM before I tried putting the Light back on and it just said install under the Sexlab tab, and I clicked it, and it said it was installed, but when I looked back in the MCM the thing just said Install still, I saved and quit and it still just had the install, tired to install it three different times and it still did not change form the install.

 

I started off just trying to remove Sexlab Light and it did not work, so I uninstalled everything to do with Sexlab and ran FNIS with everything deactivated then installed every thing again making sure I done the same order that I got it to work with Light just skipping light and than run FNIS again and when I loaded the game it still did not work.

 

And yes I am running SKSE64 2.0.7 (though ever sense the update on Steam I am getting the message I need to be running 1.7.3 but to my understanding that is for the old Skyrim so a little confused there) but SKSE64 is working on my game (I can tell because I have animated wings mod, and when it's working I jump 3 times higher than normal, so if I jump and it does not jump high than I know SKSE is not working.)

These questions are better posted on the Sexlab beta forum.  If I install it based on the instructions in the classic Sexlab I posted above, it works just fine.

Posted
9 hours ago, fishburger67 said:

It takes more than an hour.  If you don't like that sort of thing, leave her hang there and go on about playing the game.  You can make it go faster by reducing the time in MCM and by having Volkar put Mia on one of torture devices.  In the best case, it takes two hours if you space bar through all the animations you can.

Okay thanks. That's way too much for me, guess bdsm isn't really my thing.

BTW, none of the devices work for me. All that happens is Volkar goes and stands in front of the device and all the other characters freeze in place. Then I have to reload a save. It's a cool mod, was fun up until that point but I should have just killed her, lol.

Posted
16 hours ago, fishburger67 said:

Andrew is already there.  You have to play as a female though and have macho andrew turned on in MCM.

Oh then there was a misunderstanding she thought from the front page that he is not in yet so she waited to download it lol. Ill download it for her right now :smile: 

Posted

Hi,

 

I've installed the mod and it seemed to be working okay. I'm running the latest version of Sexlab and have all the requirements as well. My problem came up during the training of Mia.

 

On the Oral bonding scenes, our PCs kept falling through the floor to a lower level of the dungeon, at which point Mia would just run back up stairs assuming the event had finished. I sort of got around this by enabling foreplay scenes through SexLab as that seems to mess with the called animation? I'm also getting the issue with any of the group scenes with the girls. The PCs seem to get teleported sideways out of the cell and then they fall to the floor once they're done trying to line up while falling.

 

I've tried tweaking various settings within SexLab (Race Specific adjustments, Height adjustments etc) but with no luck. I'm only finding this problem with your mod, Sexlab had until this point only been calling animations that didn't cause the PCs to fall through the floor.

 

I'd appreciate any help on this as my Google-fu seems to be failing me today.

 

Thanks.

Posted
6 hours ago, rpt001 said:

Hi,

 

I've installed the mod and it seemed to be working okay. I'm running the latest version of Sexlab and have all the requirements as well. My problem came up during the training of Mia.

 

On the Oral bonding scenes, our PCs kept falling through the floor to a lower level of the dungeon, at which point Mia would just run back up stairs assuming the event had finished. I sort of got around this by enabling foreplay scenes through SexLab as that seems to mess with the called animation? I'm also getting the issue with any of the group scenes with the girls. The PCs seem to get teleported sideways out of the cell and then they fall to the floor once they're done trying to line up while falling.

 

I've tried tweaking various settings within SexLab (Race Specific adjustments, Height adjustments etc) but with no luck. I'm only finding this problem with your mod, Sexlab had until this point only been calling animations that didn't cause the PCs to fall through the floor.

 

I'd appreciate any help on this as my Google-fu seems to be failing me today.

 

Thanks.

I had exactly the same problem.  Have no idea what is causing it, but it is a SexLab issue.  Suggest you post your issue on the Sexlab Beta forum and see if it will get resolved at some point.  It would be good to make a log and post it when it happens so they have some idea.   This issue (odd behaviors like this) is exactly why I am working to port this over to flower girls.  In my opinion, stability and speed should be the Sexlab's teams highest priority.

Posted
9 minutes ago, fishburger67 said:

I had exactly the same problem.  Have no idea what is causing it, but it is a SexLab issue.  Suggest you post your issue on the Sexlab Beta forum and see if it will get resolved at some point.  It would be good to make a log and post it when it happens so they have some idea.   This issue (odd behaviors like this) is exactly why I am working to port this over to flower girls.  In my opinion, stability and speed should be the Sexlab's teams highest priority.

This is not a mod related problem, but a problem with certain locations. I had this a few times under other conditions in other places.  

Posted
49 minutes ago, Pfiffy said:

This is not a mod related problem, but a problem with certain locations. I had this a few times under other conditions in other places.  

I shall look for an orgy friendly area!

Posted
46 minutes ago, Pfiffy said:

This is not a mod related problem, but a problem with certain locations. I had this a few times under other conditions in other places.  

Maybe it is specific animation(s) related problem.

I'm still training Mia and Vess, but haven't experienced any falling through the floor yet.

On another hand, I haven't gotten to any oral bonding scenes yet.

Posted
1 hour ago, Pfiffy said:

This is not a mod related problem, but a problem with certain locations. I had this a few times under other conditions in other places.  

Not sure what the problem is, but I never have it with Flowergirls in dozens of tests.  It happens to me frequently with Sexlab.  It NEVER happened to me with oldrim.   It may be an issue SSE.  I still have not updated to the latest SSE and SKSE64.  I'll post on the Sexlab forum with this additional information.

Posted
1 hour ago, fishburger67 said:

I had exactly the same problem.  Have no idea what is causing it, but it is a SexLab issue.  Suggest you post your issue on the Sexlab Beta forum and see if it will get resolved at some point.  It would be good to make a log and post it when it happens so they have some idea.   This issue (odd behaviors like this) is exactly why I am working to port this over to flower girls.  In my opinion, stability and speed should be the Sexlab's teams highest priority.

This would be one more reason to use FG and Sexlab. I really like the feaures of SL and all the mods around it. But for me it feels a bit more 'immersive' to use mods like amorous Adventures with FG. And I really like the way that furniture is used in FG. There are also patches for mods like Maids deception, which I didn't found for SL.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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