Jump to content

Recommended Posts

Posted

Say, is this mod incompatible with any voice packs for sexlab? I'm getting some weird "juming voices" effects. Like when i select a specific voice for an npc it doesn't play that one at all until i select it again in the MCM. Do i need to start a new game or something?

Posted
9 hours ago, terrorofmorrowind said:

Say, is this mod incompatible with any voice packs for sexlab? I'm getting some weird "juming voices" effects. Like when i select a specific voice for an npc it doesn't play that one at all until i select it again in the MCM. Do i need to start a new game or something?

No, it doesnt touch sexlab voice assignment

Posted
On 8/31/2018 at 3:44 AM, Abraxas67 said:

Hi,

 

sorry, I am a newbie to the skyrim modding, but I would like to try some "training mod", which would use orgasm denial as incentive. That would make use of SLSO imperative imho. So I was thinking, would it be enough to have "condition_player_orgasm" set or unset to turn on/off orgasm for the player? I just love the idea not to have to write code but to use what others did already with a function call.

Im not aware of any such mods

Posted
On 8/29/2018 at 3:33 AM, applesandmayo said:

I might be missing something obvious, but I'll see if anyone knows. I'm trying to get SGO3 and SLSO to cooperate, and I'm not getting any results. I can insert gems and inseminate with whatever, once a gem is in, milk production starts, and since my character is a futa, the balls constantly refill, as is supposed to function. My problem is, I want each orgasm from SLSO to put a gem in my character, and so far I'm not getting that. Is that not set up to work like that, or am I missing something?

 

I've also got SLIF and FHU 2.0 w/NiO installed, papyrus at the end of the priority order.

A solution to your problem is right over here: https://www.loverslab.com/topic/73385-sexlab-separate-orgasm-le/?page=7&tab=comments#comment-1875372

 

Posted
7 hours ago, Ed86 said:

Im not aware of any such mods

Sorry for being not precise on this. I am trying to make such a mod. From my understanding

 

condition_player_orgasm

 

is only checked in

 

OrgasmEffectSLSO(bool Force = true)

 

and that rereads the config to get the value of condition_player_orgasm

 

Originally I was thinking of changing that condition on file, but that is imho not so good as it leaves me with restoring the value and a file based variable between processes?

 

I am looking for a way to allow the player to orgasm, actually it is planned as "orgasm on command" despite normally having player orgasms blocked. Something like to pass "Force" to SLSO after the Animation started to override condition_player_orgasm == 0

 

a) have condition_player_orgasm == 0

b) still force an SLSO orgasm from another script

 

I am sorry if these are stupid questions, but I am pretty new to papyrus && Skyrim modding.

Posted
5 hours ago, Abraxas67 said:

Sorry for being not precise on this. I am trying to make such a mod. From my understanding

 

condition_player_orgasm

 

is only checked in

 

OrgasmEffectSLSO(bool Force = true)

 

and that rereads the config to get the value of condition_player_orgasm

 

Originally I was thinking of changing that condition on file, but that is imho not so good as it leaves me with restoring the value and a file based variable between processes?

 

I am looking for a way to allow the player to orgasm, actually it is planned as "orgasm on command" despite normally having player orgasms blocked. Something like to pass "Force" to SLSO after the Animation started to override condition_player_orgasm == 0

 

a) have condition_player_orgasm == 0

b) still force an SLSO orgasm from another script

 

I am sorry if these are stupid questions, but I am pretty new to papyrus && Skyrim modding.

Its easy to disable orgasm at animation start and reenable at end

You can force orgasm ignoring conditions with force=true

Posted

Hey Ed,

 

So I still havent figured a cure for the arousal drop and decided to save before it would happen. I don't know a bit about programming but this line seemed fishy in the log:

[09/03/2018 - 08:15:24PM] SEXLAB - ActorAlias[Rylie Leafheart]  - Resetting!


That resetting thing strikes me as odd, anyways, I added the Log (its really short, just booted and used masturbate on the belt menu).
Maybe it helps to find whats causing this unusual arousal drop :)

Papyrus.0.log

Posted
35 minutes ago, jujoco said:

Hey Ed,

 

So I still havent figured a cure for the arousal drop and decided to save before it would happen. I don't know a bit about programming but this line seemed fishy in the log:

[09/03/2018 - 08:15:24PM] SEXLAB - ActorAlias[Rylie Leafheart]  - Resetting!


That resetting thing strikes me as odd, anyways, I added the Log (its really short, just booted and used masturbate on the belt menu).
Maybe it helps to find whats causing this unusual arousal drop :)

Papyrus.0.log

[09/03/2018 - 08:15:24PM] [Zad]: OnAnimationEnd()
[09/03/2018 - 08:15:25PM] [slainternalscr <sla_Internal (0A083137)>]: Rylie Leafheart got -120 exposure for  External Modify Exposure Event
 

Posted
57 minutes ago, Ed86 said:

[09/03/2018 - 08:15:24PM] [Zad]: OnAnimationEnd()
[09/03/2018 - 08:15:25PM] [slainternalscr <sla_Internal (0A083137)>]: Rylie Leafheart got -120 exposure for  External Modify Exposure Event
 

Is that the devious devices mod? Or the zaz anim pack? I Don't know which "Zad" refers to. ;) Could it be caused by the override animation setting they have in the MCM? Or any other way that I could fix this?

Posted
36 minutes ago, jujoco said:

Is that the devious devices mod? Or the zaz anim pack? I Don't know which "Zad" refers to. ;) Could it be caused by the override animation setting they have in the MCM? Or any other way that I could fix this?

Yes, DD

No idea

Posted

Got a pretty specific idea for this so I don´t know how invested you´ll be....

I´d love to see additional "controller" support, with that I mean vStroker integration. Another person here on LL already made it useable for Sexlab

But it conflicts with SO´s own animation speed control. Now my specific idea is that the animation speed is fully controlled by the vStroker which also controls the pleasure of both the pc and the npc. For example, slow stroking gives bonus to the female female character but malus to the male, medium gives both a small bonus and fast is the opposite of slow. Lewdness could influence that (with higher lewdness the female character also gains a bonus from fast stroking which should hurt and be displeasing for a virgin) or adding a hotkey from which only one character gains a bonus from stroking (regardless of gender or still based on lewdness) and maybe the option to always take control of the aggressor.

Posted
10 hours ago, Akkos said:

Got a pretty specific idea for this so I don´t know how invested you´ll be....

I´d love to see additional "controller" support, with that I mean vStroker integration. Another person here on LL already made it useable for Sexlab

But it conflicts with SO´s own animation speed control. Now my specific idea is that the animation speed is fully controlled by the vStroker which also controls the pleasure of both the pc and the npc. For example, slow stroking gives bonus to the female female character but malus to the male, medium gives both a small bonus and fast is the opposite of slow. Lewdness could influence that (with higher lewdness the female character also gains a bonus from fast stroking which should hurt and be displeasing for a virgin) or adding a hotkey from which only one character gains a bonus from stroking (regardless of gender or still based on lewdness) and maybe the option to always take control of the aggressor.

I wont be

I dont have vstroker or anything like it

I dont want to rewrite most of the mod

Testing/configuring it would be a nightmare

They have own software devs, im sure they can handle mod for skyrim

 

 

well you cold modify bonus enjoyment directly by using script with update event tied to stroker speed, but anything more complex need a lot of rewriting

Posted

Hello, can anyone suggest any settings for this mod in game. I try to use this with my female character being a victim, so is there any good settings for the aggressor?
Like which are the best settings for a rape scenario( how to advance animations,aggressor's enjoyment, when and how to end).

Posted
23 hours ago, Gimlord said:

Hello, can anyone suggest any settings for this mod in game. I try to use this with my female character being a victim, so is there any good settings for the aggressor?
Like which are the best settings for a rape scenario( how to advance animations,aggressor's enjoyment, when and how to end).

Assuming you followed the install, meaning animations only advance when you use Space or go back with shift+space.
I would enable the setting to end animation when males orgasm (i think it also quits when your aggressor is... done, you know) and direct the speed of the scene yourself with space and shift space :)

Posted
2 hours ago, jujoco said:

Assuming you followed the install, meaning animations only advance when you use Space or go back with shift+space.
I would enable the setting to end animation when males orgasm (i think it also quits when your aggressor is... done, you know) and direct the speed of the scene yourself with space and shift space :)

Yeah, i don't really like the idea of advancing the animation with space button. I tried the autoadvance based on orgasm and stamina separate, but it still didn't feel well(even advance stages too fast, or too slow if it is based on orgasms for male). It would be better if you can choose somehow in the options even multiple times to cum for the aggressor to end the scene with you or use maybe another variable like the entertainment, satisfaction let's say, and use this to somehow end the animation when the aggressor is 100% percent satisfied.


As for how the animation could advance i really don't know, somehow based on the aggressor and not you cause you are the victim.The stamina idea is good for advancing but this way when aggressor runs out of stamina it advances stages very quick. Maybe if it was like that each stage takes different amount of stamina, so let's say the aggresor uses stage 1 to somehow recover stamina and like stage 3 to gain more entertainment(i know there is an option for more entertainment based on stages).

Posted

Hey there,

 

So I just found a sort of workaround for the arousal drop with the DD belt animation. If you when the anim starts check the arousal stats, just remember the exposure stat, then lock the arousal. After animation the exposure will drop to zero for some reason, which is why arousal drops, just put in the exposure value again and unlock arousal again.

 

Now I am wondering, would it be a lot of work to get this proces set up automatically with a script or something? So it stores the exposure value at the start of the DD belt animation, then restores it when it ends? Maybe it's possible to make a patch or something for it (if it's not to much work)

Posted
2 hours ago, jujoco said:

Hey there,

 

So I just found a sort of workaround for the arousal drop with the DD belt animation. If you when the anim starts check the arousal stats, just remember the exposure stat, then lock the arousal. After animation the exposure will drop to zero for some reason, which is why arousal drops, just put in the exposure value again and unlock arousal again.

 

Now I am wondering, would it be a lot of work to get this proces set up automatically with a script or something? So it stores the exposure value at the start of the DD belt animation, then restores it when it ends? Maybe it's possible to make a patch or something for it (if it's not to much work)

animation it self increases exposure

you can try making patch for DD or reporting in their thread, maybe they will even listen to you

Posted

hi first let me thank you for this great mod,

ım always using and enjoying to use it  as always but ı also have a problem with this mod in my game;

at first when ı install your mod it was working flawlessly but when orgasm meter is full and when my pc and npcs have a orgasm in console command menu it

 

said your character doesnt meet conditions so no orgasm happen so ı didnt like that and change it in mcm menu ı disable male orgasm condition because ı like

to see some cum when in oral animations like in porn movies you know

 

so ı change that setting and disable male character orgasm condition then whatever happens it happens after ı do this and my male character gets orgasm always

 

now its not just in blowjob animations always  gets orgasm its happen even if ı did enable the male orgasm condition in mcm menu still happens ı did even uninstall the mod and

 

make sure there isnt any leftover scripts or somethings then install again on a new game but still happen this to my game so please help me dude ım freaking out here thanks.

Posted
1 hour ago, killorkilled said:

hi first let me thank you for this great mod,

ım always using and enjoying to use it  as always but ı also have a problem with this mod in my game;

at first when ı install your mod it was working flawlessly but when orgasm meter is full and when my pc and npcs have a orgasm in console command menu it

 

said your character doesnt meet conditions so no orgasm happen so ı didnt like that and change it in mcm menu ı disable male orgasm condition because ı like

to see some cum when in oral animations like in porn movies you know

 

so ı change that setting and disable male character orgasm condition then whatever happens it happens after ı do this and my male character gets orgasm always

 

now its not just in blowjob animations always  gets orgasm its happen even if ı did enable the male orgasm condition in mcm menu still happens ı did even uninstall the mod and

 

make sure there isnt any leftover scripts or somethings then install again on a new game but still happen this to my game so please help me dude ım freaking out here thanks.

hm... you 3rd post is better, its even readable now

 

check mod settings

make sure slso overwrites sexlab and nothing overwrites slso

if you are using MO check override folder

 

these are only things that came to my minds

Posted

I always found the orgasm conditions seemed to work erratically for me. I would meet conditions but it would say I hadn't, or the reverse.

It may be due to rubbish keywords on animations, DCL not setting aggressive flag, and stuff like that.

 

I think for the male side, it's more reliable to disable, or you can end up stuck in sex forever (it seems) unless you cheat out of it.

 

As for the MCM setting for enable/disable not working reliably, I might have seen that too. Is it possible there's some typo in a storage util path or something?

Posted
7 minutes ago, Lupine00 said:

I always found the orgasm conditions seemed to work erratically for me. I would meet conditions but it would say I hadn't, or the reverse.

It may be due to rubbish keywords on animations, DCL not setting aggressive flag, and stuff like that.

 

I think for the male side, it's more reliable to disable, or you can end up stuck in sex forever (it seems) unless you cheat out of it.

 

As for the MCM setting for enable/disable not working reliably, I might have seen that too. Is it possible there's some typo in a storage util path or something?

well if anim has no tags or wrong tags it'll obviously wont work

 

you cant stuck, only aggressor controls animation stages, and its excluded from orgasm conditions and if its belted animations dont change stages and just end even if it doesnt orgasm

 

i dont see any

Posted
1 hour ago, Ed86 said:

you cant stuck, only aggressor controls animation stages, and its excluded from orgasm conditions and if its belted animations dont change stages and just end even if it doesnt orgasm

 

Can somehow. This is with female PC, male "aggressor", and conditions enabled.

 

Yeah, I know zero stamina should also mean stage end.

 

Other than some hang ups, mod didn't seem messed up/corrupted/full of bad values/dumping stacks, and enjoyment bar (or whatever you call it) was moving ... down ... down ... gradually down. I think it was representing the circumstances pretty well :)

 

And this was on a character with nine-gajillion sex-acts to her name, topped out in all sex skills except foreplay. Funny how that one rarely gets much use.

Posted
29 minutes ago, Lupine00 said:

Can somehow. This is with female PC, male "aggressor", and conditions enabled.

 

Yeah, I know zero stamina should also mean stage end.

 

Other than some hang ups, mod didn't seem messed up/corrupted/full of bad values/dumping stacks, and enjoyment bar (or whatever you call it) was moving ... down ... down ... gradually down. I think it was representing the circumstances pretty well :)

 

And this was on a character with nine-gajillion sex-acts to her name, topped out in all sex skills except foreplay. Funny how that one rarely gets much use.

it cant 

there only 3  conditions that can prevent aggressor orgasm

 

            if LeadIn && JsonUtil.GetIntValue(File, "condition_leadin_orgasm") == 0
                Log("Orgasm blocked, orgasms disabled at LeadIn/Foreplay Stage")
                return
            endIf
            if IsPlayer && JsonUtil.GetIntValue(File, "condition_player_orgasm") == 0
                Log("Orgasm blocked, player is forbidden to orgasm")
                return
            endIf
            if JsonUtil.GetIntValue(File, "condition_ddbelt_orgasm") == 0
                if zadDeviousBelt != none
                    if ActorRef.WornHasKeyword(zadDeviousBelt)
                        Log("Orgasm blocked, ActorRef has DD belt prevent orgasming")
                        return
                    EndIf
                endIf
            endIf
1st wrong animation tags

2nd doesnt matter for npc

3rd ignored  by sl thread

Posted

Been trying out this mod, as a male, I'm able to increase female enjoyment pretty easily with 0 skills, but my own enjoyment increases very slowly unless I focus on it.

Am I doing something wrong? Is the point of high skills to orgasm, or get your partner to orgasm? Are a virgin couple incapable of reaching orgasm?

To try this out I reduced my mod list to your mod, a simple mod I made to initiate sex, and stat manipulator to try out different combinations.

I read through this topic and saw people referring to orgasm after 10s with grandmaster npcs. I can't get this to happen.

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...