nyxkai Posted September 7, 2019 Posted September 7, 2019 4 hours ago, Ed86 said: use creation kit or tes edit to edit sound descriptors for dw sounds as to editin sound file - no idea Alright, thanks for the help.
Ed86 Posted September 23, 2019 Author Posted September 23, 2019 43 minutes ago, FateRover said: Any changelog of 7-22 version? https://github.com/ak86/Dripping-Wet/commits/master
FateRover Posted September 24, 2019 Posted September 24, 2019 oh,sorry,it was 2017-7-22 version which i was mistaking it as 2019 Â
notfriendsftw Posted October 21, 2019 Posted October 21, 2019 so i have been having a problem and tried fixing it but nothing seems to work, my character doesn't drip at any aroused level, no squirting, and menu requires you to exit and re-enter when click on any options of visual arousal and below per option. "force start" option doesn't check/ work at all. any tips are welcome
Ed86 Posted October 21, 2019 Author Posted October 21, 2019 51 minutes ago, notfriendsftw said: so i have been having a problem and tried fixing it but nothing seems to work, my character doesn't drip at any aroused level, no squirting, and menu requires you to exit and re-enter when click on any options of visual arousal and below per option. "force start" option doesn't check/ work at all. any tips are welcome Scripts are dead Try starting new game
notfriendsftw Posted October 22, 2019 Posted October 22, 2019 17 hours ago, Ed86 said: Scripts are dead Try starting new game the worse part i forgot to say is that. this happens with all games old and new
Ed86 Posted October 22, 2019 Author Posted October 22, 2019 3 hours ago, notfriendsftw said: the worse part i forgot to say is that. this happens with all games old and new Than there is likely some broken mod that overloads script engine and prevets scripts from running
Ed86 Posted October 22, 2019 Author Posted October 22, 2019 2 hours ago, abcd99 said: Hi, this mod may cause blinking (intermittent appearance and disappearance) of NPCs, especially when there are many NPCs. Most noticeably in The Blue Palace and in the Bard’s College. I know you mentioned it here:   Any progress since? No
notfriendsftw Posted October 22, 2019 Posted October 22, 2019 18 hours ago, Ed86 said: Than there is likely some broken mod that overloads script engine and prevets scripts from running that might be likely because some mods dont run perfectly, the thing is i wouldnt know where to start in order to find that broken mod, thanks for bringing this problem to my attention
Andy.Simms Posted October 23, 2019 Posted October 23, 2019 First off, I want to highlight that I am a moron. Â Anyway, I'm seeing that Aroused is an optional requirement for the FG version, but the only aroused mod that I could find requires SexLab. Is there any way to download aroused to use with FG without having SL?
Ed86 Posted November 1, 2019 Author Posted November 1, 2019 10 hours ago, abcd99 said: Hi, @Ed86. I tried to understand what was going on under the hood. If I unchecked the "Dripping Arousal effect", the intermittent appearance / disappearance bug disappeared. If I set the arousal threshold to 99 (and turned on the Dripping Arousal effect), then the bug is still there. So, my hunch is that it may not be caused by ZaZ mesh. However, funnily, when I keep "Dripping Arousal effect" checked, but unchecked "NPC Dripping Cloak", the bug is still there. That struck me as weird, because I thought the code that should gave a big hint on the bug should be this part on DW_Core.psc:  ;npc cloak if DW_bCloak.GetValue() == 1 Cell akTargetCell = akActor.GetParentCell() int iRef = 0 while iRef <= akTargetCell.getNumRefs(43) ;GetType() 62-char,44-lvchar,43-npc Actor aNPC = akTargetCell.getNthRef(iRef, 43) as Actor if aNPC != none ;dripping wet npc If SLA.GetActorArousal(aNPC) >= DW_Arousal_threshold.GetValue() If DW_bUseSLGenderForDripp.GetValue() != 1\ || (SL.GetGender( aNPC ) == 1 && aNPC.GetLeveledActorBase().GetSex() == 1 && DW_bUseSLGenderForDripp.GetValue() == 1) DW_Dripping_Spell.cast( aNPC ) EndIf EndIf ;dripping gag npc if DDi.IsWearingDDGag(aNPC) || zbf.IsWearingZaZGag(aNPC) DW_DrippingGag_Spell.cast( aNPC ) endif ;breath npc if DW_ModState00.GetValue() == 1 && !aNPC.HasSpell( DW_Breath_Spell ) && aNPC != akActor aNPC.AddSpell( DW_Breath_Spell, false ) endif endif iRef = iRef + 1 endWhile endif  I think this part is the only one that is responsible to update NPCs dripping and should not be executed when the cloak is unchecked, correct? Did I miss anything? Also, since the bug tends to trigger when there are lots of NPCs around, I am wondering if you could add a distance check within the "if aNPC != none" statement (for example something like "if aNPC != none && aNPC.GetDistance(akActor) <= 500")?  Thanks.  its caused by zaz meshes
Dragonlost Posted November 19, 2019 Posted November 19, 2019 I have DW installed on Skyrim LE and SE, on LE everything works. My install on Skyrim SE everything works but the virginity, I have tried resetting and forcing a restart in MCM, I have also tried moving DW around in the load order and reinstalled DW, I have had it as high as I could place it in the load order and at the bottom of the load order, (virginity still not working). I use NMM and LOOT + Fnis, does the load order really matter, my take is it does not matter where it is in the load order, correct me if I'm wrong please. This has me stumped and the only thing I can think of is the scripts are bOrked, I do not have FG installed. I'm using DW 2019-07-06.
jacecar Posted November 28, 2019 Posted November 28, 2019 On 11/19/2019 at 12:05 AM, Dragonlost said: I have DW installed on Skyrim LE and SE, on LE everything works. My install on Skyrim SE everything works but the virginity, I have tried resetting and forcing a restart in MCM, I have also tried moving DW around in the load order and reinstalled DW, I have had it as high as I could place it in the load order and at the bottom of the load order, (virginity still not working). I use NMM and LOOT + Fnis, does the load order really matter, my take is it does not matter where it is in the load order, correct me if I'm wrong please. This has me stumped and the only thing I can think of is the scripts are bOrked, I do not have FG installed. I'm using DW 2019-07-06. I'm using MO2, and I've also played around with load order... so I'm not sure that's the cause.  Mine worked for a playthrough, and then stopped for the last two... not sure why. I got a notification of virginity lost (for my player) and **ONE** for a target NPC, and after that, nothing. I did uninstall FG somewhere along the way... and yes, I did start new afterward. I'm wondering if that has something to do with it.
JunoSeto Posted January 18, 2020 Posted January 18, 2020 my pc keeps dripping nonstop. Is there a way to stop this? I have disabled heartbeat and voices because they're constantly playing in the background
Ed86 Posted January 18, 2020 Author Posted January 18, 2020 7 hours ago, JunoSeto said: my pc keeps dripping nonstop. Is there a way to stop this? I have disabled heartbeat and voices because they're constantly playing in the background get fucked until pc cant stand straight, that usually helps bitches in heat 2
Kage777 Posted February 21, 2020 Posted February 21, 2020 Probably foolish to ask but I didnt see it in the changlog or mod description. There probably wont be a version for males anytime soon would there?
Ed86 Posted February 21, 2020 Author Posted February 21, 2020 4 hours ago, Kage777 said: Probably foolish to ask but I didnt see it in the changlog or mod description. There probably wont be a version for males anytime soon would there? males dont exist in skyrim
StrayHALO_MAN Posted March 3, 2020 Posted March 3, 2020 I keep getting SOS error pop ups but everything is working right, It's just from my having a 100gb+ install slowing the scripts do you know a way I can get them to stop popping up?
Ed86 Posted March 3, 2020 Author Posted March 3, 2020 4 hours ago, StrayHALO_MAN said: I keep getting SOS error pop ups but everything is working right, It's just from my having a 100gb+ install slowing the scripts do you know a way I can get them to stop popping up? remove MME_Status.pex MME_Status_Player_Alias.pex that should stop popup
another ghost account Posted March 25, 2020 Posted March 25, 2020 Is there an SE light version of this mod?
Ed86 Posted March 25, 2020 Author Posted March 25, 2020 6 hours ago, another ghost account said: Is there an SE light version of this mod? no
HBoo Posted March 29, 2020 Posted March 29, 2020 does npc breathing effect working? i start new game but applies to player, but not to npc. (enough arousal, male/female both) but only dripping effect on npc is working
Ed86 Posted March 29, 2020 Author Posted March 29, 2020 4 hours ago, HBoo said: does npc breathing effect working? i start new game but applies to player, but not to npc. (enough arousal, male/female both) but only dripping effect on npc is working yes, but its probably too quiet to hear it across the room
Guest Posted April 7, 2020 Posted April 7, 2020 Hi, I am having an odd issue where my follower and other females NPC's in Jarl Elisif the Fair's bedchamber keep flickering on and off. They are invisible for one second then visible again. If I leave that area, it stops. I am unsure as to why it could be happening but I read it in this post Any ideas?
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