Jump to content

Dripping When Aroused NG


Recommended Posts

Posted
29 minutes ago, thelastdoorkeeper said:

does anyone know how to remove the breath effect druing sex? 

 

That smoke effect is not from this mod. The breath sound effects in this mod can be configured in MCM.

Posted

Hi-hi! I've got a few observations and clarifciation/feature requests:

SL.RegisterForModEvent("DeviceActorOrgasm", "OnDDOrgasm")

DW_CORE registers DW_SL itself for DD orgasms, however the callback function is not implemented. By the looks of it, should be as simple as copying and renaming the existing OnSexLabOrgasm event, so that it'll allow squirting and milk leaks during DD vibration and orgams events, which would be fun 😊

 

Speaking of fun, in DW_SL I noticed that if the player is not using OStim (and yours truly does not) the OLactis event for a basic SL orgasm only results in the lowest level milk spurt, so I'd recommend instead of the fix level = 0, sending the event out with a random level value like this... please? 😇

      int eventID = ModEvent.Create("OLactis.Lactating")
      if eventID
        ModEvent.PushForm(eventID, akActor as Form)
        ModEvent.PushInt(eventID, duration)
        ModEvent.PushInt(eventID, Utility.RandomInt(0, 2))
        ModEvent.Send(eventID)
        CORE.Log("Sent Oninus Lactis lactation event for " + akActor.GetDisplayName(),"SL")
      else
        CORE.Log("Failed to create Oninus Lactis ModEvent.", "SL")
        CORE.DW_Milkleak_Spell.cast(akActor)
      endif

Normally I'd implement something myself and offer it for sharing, however I'm having trouble with the required script sources, even after stubbing those that I found... 😕

Posted
On 10/30/2025 at 8:36 AM, Taki17 said:

Hi-hi! I've got a few observations and clarifciation/feature requests:

SL.RegisterForModEvent("DeviceActorOrgasm", "OnDDOrgasm")

DW_CORE registers DW_SL itself for DD orgasms, however the callback function is not implemented. By the looks of it, should be as simple as copying and renaming the existing OnSexLabOrgasm event, so that it'll allow squirting and milk leaks during DD vibration and orgams events, which would be fun 😊

 

Speaking of fun, in DW_SL I noticed that if the player is not using OStim (and yours truly does not) the OLactis event for a basic SL orgasm only results in the lowest level milk spurt, so I'd recommend instead of the fix level = 0, sending the event out with a random level value like this... please? 😇

      int eventID = ModEvent.Create("OLactis.Lactating")
      if eventID
        ModEvent.PushForm(eventID, akActor as Form)
        ModEvent.PushInt(eventID, duration)
        ModEvent.PushInt(eventID, Utility.RandomInt(0, 2))
        ModEvent.Send(eventID)
        CORE.Log("Sent Oninus Lactis lactation event for " + akActor.GetDisplayName(),"SL")
      else
        CORE.Log("Failed to create Oninus Lactis ModEvent.", "SL")
        CORE.DW_Milkleak_Spell.cast(akActor)
      endif

Normally I'd implement something myself and offer it for sharing, however I'm having trouble with the required script sources, even after stubbing those that I found... 😕

 

Thank you for the excellent ideas!

 

Here's a DW_SL patch with OnDDOrgasm callback function (copy of OnSexLabOrgasm) and random level OLactis calls for SL plugin.

 

Untested. Let me know if it meets your needs.

 

 

DW-NG v2.06 - DW_SL patch for DD and OLactis random level for SL.7z

Posted
1 hour ago, stnfnk said:

Let me know if it meets your needs.

So far so good, thanks for taking the time to compile this ❤️

Posted
15 hours ago, Kaotik said:

Any ideas why I'm not getting the MCM to appear? Tried obviously setstage ski_configmanagerinstance 1

 

 

Try a brand new game. If that doesn't work, send log.

Posted

@stnfnk Are you still working on new ideas from this mod?

 

I really like it and feel it's very reliable. It's an amazing combination with wet bodies, aroused nips, blushing when aroused.

The core idea is very narrow though, so I'm hoping you may be working on new functionalities/ideas ? :D 

Posted
13 hours ago, Fraying9981 said:

@stnfnk Are you still working on new ideas from this mod?

 

I really like it and feel it's very reliable. It's an amazing combination with wet bodies, aroused nips, blushing when aroused.

The core idea is very narrow though, so I'm hoping you may be working on new functionalities/ideas ? :D 

 

Thank you for the feedback! I'm not working on any new functionality for this mod.

 

My purpose here is really just to bring the original mod from @Ed86 up to date for modern modding and add some quality of life stuff:

  • ESL and Form 44
  • OStim SA and TNG support
  • softened dependencies (SL/SOS)
  • SPID controlled/limited effect distribution
  • remove NPC cloak and improve performance
  • improve compatibility and reliability
  • logging and maintenance features
  • localization/translations
  • fix some legacy issues and build out some old stubbed features (like actually loading a NonVirginNPCList)
  • NPC overrides for customizing DW behavior of your "special" actors

I think this mod should stay focused and narrow to honor the original mod.

 

That being said, I am open to facilitating interoperability with other mods/new mods.

Posted

Found an issue with the DD chastity bra, namely the player wearing one resulting in a stuck squirt to be fixed, since they share slots. In the meantime, I managed to collect all the sources to compile it myself, so here's a little addition to make milk spurts chastity bra-aware: DW_ChastityBra_Aware.7z

Posted

Hey, after using this mod for a while, I’ve noticed that in SexLab there’s no cum dripping from females after the guy finishes, even though female squirting still works fine during orgasm.

Everything works normally in OStim.

Is there anything I should check? Maybe some other SexLab addon is messing with it? I honestly have no idea which one it could be since I have a ton of mods that rely on SexLab (Defeat, DOM, MNC, Seperate Orgasm etc.). And there aren’t any load order conflicts with Dripping When Aroused either.

 

 

Posted
On 11/18/2025 at 10:45 AM, Taki17 said:

Found an issue with the DD chastity bra, namely the player wearing one resulting in a stuck squirt to be fixed, since they share slots. In the meantime, I managed to collect all the sources to compile it myself, so here's a little addition to make milk spurts chastity bra-aware: DW_ChastityBra_Aware.7z

 

Awesome. I'll add this.

Posted
18 hours ago, iiziilel2 said:

Hey, after using this mod for a while, I’ve noticed that in SexLab there’s no cum dripping from females after the guy finishes, even though female squirting still works fine during orgasm.

Everything works normally in OStim.

Is there anything I should check? Maybe some other SexLab addon is messing with it? I honestly have no idea which one it could be since I have a ton of mods that rely on SexLab (Defeat, DOM, MNC, Seperate Orgasm etc.). And there aren’t any load order conflicts with Dripping When Aroused either.

 

 

 

I think I found the issue when both frameworks are installed. I'll post a new version with the fix.

Posted

I'm so terribly sorry, but I fucked up a keyword in the DD chastity bra support I contributed not so long ago! 😕

 

Line 45 of the DW_DDi script should be:

Keyword zad_DeviousBra = Keyword.GetKeyword( "zad_DeviousBra" )

 

Posted
13 hours ago, mirooo87 said:

Hey, i have problem i get arousal high and don't down after climax or at all ( arousal not down at all ) it's still 100 and don't down 

 

 

This mod does not affect arousal rank, it only reads it. Look at your arousal mod or your sex framework settings for this issue.

Posted (edited)
6 minutes ago, stnfnk said:

 

This mod does not affect arousal rank, it only reads it. Look at your arousal mod or your sex framework settings for this issue.

Thank you for reply, I have Ostim SA and SexLab can you please tell me where can i search for this problem in MCM  , thank you again

 

Edited by mirooo87
Posted
19 hours ago, mirooo87 said:

Thank you for reply, I have Ostim SA and SexLab can you please tell me where can i search for this problem in MCM  , thank you again

 

 

Not really.

 

You will need to look at the documentation, MCM, and support forums for your arousal mod to see how it updates rank over time and such. You will probably need to look at the sex framework settings for how orgasms/scene changes affect the arousal rank.

Posted
6 hours ago, stnfnk said:

 

Not really.

 

You will need to look at the documentation, MCM, and support forums for your arousal mod to see how it updates rank over time and such. You will probably need to look at the sex framework settings for how orgasms/scene changes affect the arousal rank.

Thank you 

Posted

Love the mod, but it doesn't let me save MCM settings. I've tried other versions (the older version and latest github release) but the issue persists. I also tried manually editting the Settings.json file to no effect, the changes do not show up in the MCM menu or vice versa.

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