Jump to content

Thar she (He) blows!


Recommended Posts

Posted (edited)

Is there a small mod out there that, when the player (or a follower) hits 100% SL Aroused Redux arousal, they spontaneously orgasm?  No masturbation, just a meltdown, gushing orgasm?

 

SL Release auto-plays a masturbation animation. SL Triggers is on/post orgasm. They're not quite what I'm after.  SLEN and Horgasm are the nearest to it for mounted exposure.

Dripping when Aroused has good effects...

 

Thanks!

 

 

 

Some thoughts....  get NPC/Player to drop to all fours:

 

                debug.SendAnimationEvent(PlayerRef, "BleedOutStart")

                Utility.Wait(4.0)

                debug.SendAnimationEvent(PlayerRef, "BleedOutStop")

 

Then orgasm/cum. in that period....

 

 


;Catch sexlab orgasm
Event OnSexLabOrgasm(String _eventName, String _args, Float _argc, Form _sender)
    if CORE.Plugin_SL
        Quest SexLabQuest = Quest.GetQuest("SexLabQuestFramework")
        if (SexLabQuest)
            SexLabFramework SexLab = SexLabQuest as SexLabFramework
            Actor[] actors = SexLab.HookActors(_args)
            int idx

            While idx < actors.Length
                Orgasm(actors[idx], _args)
                idx += 1
            EndWhile
        endif
    endif
EndEvent

 
 

 

 

Edited by Bluegunk
Posted
1 hour ago, Bluegunk said:

small mod out there that, when the player (or a follower) hits 100% SL Aroused Redux arousal, they spontaneously orgasm?  No masturbation, just a meltdown, gushing orgasm

ABBA

 

Posted (edited)
21 minutes ago, Tlam99 said:

ABBA

 

I remember that mod. Thank you!

I used to use it, but removed it to save script and morph loading on the game. It's also not good with 3BA.  It seems rather a big mod for the small outcome I'm looking for.

I will look at it again because it has moved on since I last used it. And Yinkle is back, and working on updating it, too!

Edited by Bluegunk
Posted (edited)

I've decided to make this mod myself. 

But my scripting is weak.  

 

I'll set it as a lesser power so the 'spontaneity' can be controlled a bit; we would want the guards to think you are a common cummer, now would we? (As said by a famous Jarl).

 

If anyone has a tip on how to script

  • Making the lesser power affect the PC
  • the PC having an orgasm and reducing SLAroused arousal down by, say 70% after the event,

 

Ditto for Dripping / wet effects.  

 

I'd be grateful

 

Thanks!

Edited by Bluegunk
Posted (edited)

Not sure if it helps, but I use Apropos 2 + DB Update which has an auto masturbation trigger. If you've never used it, it is pretty easy to set up for SE. 

 

Edit: Toys and Love may be closer to what you are looking for. I think the spontaneous orgasm isn't tied to a masturbation scene, but I might be wrong. 

Edited by RCage
Posted
7 minutes ago, RCage said:

Not sure if it helps, but I use Apropos 2 + DB Update which has an auto masturbation trigger. If you've never used it, it is pretty easy to set up for SE. 

 

Edit: Toys and Love may be closer to what you are looking for. I think the spontaneous orgasm isn't tied to a masturbation scene, but I might be wrong. 

 

Thank you. I'll take a look at it and see if I can get some ideas.

 

I daren't put Toys anywhere near my game. It will kill it! Anyhow, I am knocking together a simple quick mod, and I don't want a book when I just need a paragraph.

But thank you for the suggestion!

Posted
13 minutes ago, Fotogen said:

Lesser power is just a spell like any other. Just cast it. Spell.Cast().

 

Well, that's easy!  Lol. Thank you!!

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