redrootcat Posted October 9, 2025 Posted October 9, 2025 6 hours ago, stnfnk said: Shouldn't require new game. Please enable debug logging in MCM and post papyrus log. Papyrus.0.log
stnfnk Posted October 9, 2025 Author Posted October 9, 2025 I'm not seeing any DW log entries in this papyrus log.
hxjaid78 Posted October 14, 2025 Posted October 14, 2025 compatible with SLO Aroused NG? https://www.nexusmods.com/skyrimspecialedition/mods/151502?
stnfnk Posted October 15, 2025 Author Posted October 15, 2025 21 hours ago, hxjaid78 said: compatible with SLO Aroused NG? https://www.nexusmods.com/skyrimspecialedition/mods/151502? It should be compatible with any drop in replacement for SLA. Let me know if there is any issue.
thelastdoorkeeper Posted October 22, 2025 Posted October 22, 2025 does anyone know how to remove the breath effect druing sex?
stnfnk Posted October 22, 2025 Author Posted October 22, 2025 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.
Fraying9981 Posted October 23, 2025 Posted October 23, 2025 8 hours ago, stnfnk said: That smoke effect is not from this mod. The breath sound effects in this mod can be configured in MCM. it's from SL scaler
Taki17 Posted October 30, 2025 Posted October 30, 2025 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... 😕
stnfnk Posted November 4, 2025 Author Posted November 4, 2025 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 2
Taki17 Posted November 4, 2025 Posted November 4, 2025 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 ❤️ 1
Kaotik Posted November 10, 2025 Posted November 10, 2025 Any ideas why I'm not getting the MCM to appear? Tried obviously setstage ski_configmanagerinstance 1
stnfnk Posted November 11, 2025 Author Posted November 11, 2025 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.
Fraying9981 Posted November 12, 2025 Posted November 12, 2025 @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 ?
stnfnk Posted November 12, 2025 Author Posted November 12, 2025 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 ? 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.
Taki17 Posted November 18, 2025 Posted November 18, 2025 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
iiziilel2 Posted November 21, 2025 Posted November 21, 2025 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.
stnfnk Posted November 22, 2025 Author Posted November 22, 2025 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.
stnfnk Posted November 22, 2025 Author Posted November 22, 2025 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. 1
Taki17 Posted November 25, 2025 Posted November 25, 2025 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" ) 1
mirooo87 Posted December 3, 2025 Posted December 3, 2025 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
stnfnk Posted December 3, 2025 Author Posted December 3, 2025 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. 1
mirooo87 Posted December 3, 2025 Posted December 3, 2025 (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 December 3, 2025 by mirooo87
stnfnk Posted December 4, 2025 Author Posted December 4, 2025 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.
mirooo87 Posted December 4, 2025 Posted December 4, 2025 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
LiqourSnurf Posted December 6, 2025 Posted December 6, 2025 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now