omgwomg Posted August 12, 2013 Posted August 12, 2013 Like some people here I'm not getting the effects. Just wondering, is it an item that's equipped, then unequipped? When I try adding the item manually (to see if it works), the item's added but it doesn't show up in the inventory. During the initial release I had the unlimited leak bug with a follower and I checked their inventory and realized that it was an item (when I took it and unequipped, the squirting stopped). Could this problem be that the item isn't shown up? I tried doing a fresh sexlab install but the effects still didn't show. Also, awesome work It's still an item, but it's had the "playable" flag turned off. Which is why it will no longer appear in your inventory, it can still be scripted on of course. No, it not appearing in your inventory is not why you're not getting effects. ENB? If you (or anyone else without effects) would like to post/pm your load order we can try and figure out if there's a mod you all have in common or something like that. Well I don't want to bother you so I'll be trying to figure out the problem myself. I highly doubt it's ENB because I had the same ENB for ages and the first patch had no visual problems. As soon as I figure out the problem I'll post the solution here
zanith86 Posted August 13, 2013 Posted August 13, 2013 Like some people here I'm not getting the effects. Just wondering, is it an item that's equipped, then unequipped? When I try adding the item manually (to see if it works), the item's added but it doesn't show up in the inventory. During the initial release I had the unlimited leak bug with a follower and I checked their inventory and realized that it was an item (when I took it and unequipped, the squirting stopped). Could this problem be that the item isn't shown up? I tried doing a fresh sexlab install but the effects still didn't show. Also, awesome work It's still an item, but it's had the "playable" flag turned off. Which is why it will no longer appear in your inventory, it can still be scripted on of course. No, it not appearing in your inventory is not why you're not getting effects. ENB? If you (or anyone else without effects) would like to post/pm your load order we can try and figure out if there's a mod you all have in common or something like that. Well I don't want to bother you so I'll be trying to figure out the problem myself. I highly doubt it's ENB because I had the same ENB for ages and the first patch had no visual problems. As soon as I figure out the problem I'll post the solution here Lol, This is what I'm doing right now. I'm going through my mods one by one deactivating and testing to see which one is causing this mod to clash. lol. This is going to take some amount of time lol.
zanith86 Posted August 13, 2013 Posted August 13, 2013 I think I might have figured out why this isn't working. Testing to figure out why in a second.Edit: Nope. Failed. Still trying. ============================================================================(I'm not that skilled with coding, but hopefully this will help someone more skilled than myself)So as I mentioned the animation effect works on the initial save, but after I save and reload the animation effects stop (the mod is still there but it doesn't run properly). So looking through some of the information from Papyrus, when I did a brand new saved game, I noted the Hook for the squirt-mod animation works initially, but after I save, the mod's hook stops functioning.Below is what is happening when the mod works properly (Ran two animations) (FIRST ANIMATION)Making thread[0] [sslthreadview00 ][08/12/2013 - 07:55:59PM] --SEXLAB NOTICE GetAnimationsByType(Selected [[sslanimapfemalesolo ]]) --- actors=1, males=0, females=1, stages=-1, aggress=False, sexual=TRUE[08/12/2013 - 07:56:00PM] SOS SchlongLess: feeling sorry for Prisoner because he has too keep his undies on, otherwise people would see that he has no schlong[08/12/2013 - 07:56:02PM] SexLab ThreadController[0]: Sending custom event hook 'AnimationStart_MatchMaker'[08/12/2013 - 07:56:03PM] SexLab ThreadController[0]: Sending custom event hook 'StageStart_MatchMaker'[08/12/2013 - 07:56:05PM] SexLab ThreadController[0]: Sending custom event hook 'StageEnd_MatchMaker'[08/12/2013 - 07:56:05PM] SexLab ThreadController[0]: Sending custom event hook 'StageStart_MatchMaker'[08/12/2013 - 07:56:06PM] SexLab ThreadController[0]: Sending custom event hook 'StageEnd_MatchMaker'[08/12/2013 - 07:56:07PM] SexLab ThreadController[0]: Sending custom event hook 'StageStart_MatchMaker'[08/12/2013 - 07:56:08PM] SexLab ThreadController[0]: Sending custom event hook 'StageEnd_MatchMaker'[08/12/2013 - 07:56:08PM] SexLab ThreadController[0]: Sending custom event hook 'StageStart_MatchMaker'[08/12/2013 - 07:56:11PM] SexLab ThreadController[0]: Sending custom event hook 'StageEnd_MatchMaker'[08/12/2013 - 07:56:11PM] SexLab ThreadController[0]: Sending custom event hook 'StageStart_MatchMaker'[08/12/2013 - 07:56:15PM] SexLab ThreadController[0]: Sending custom event hook 'StageEnd_MatchMaker'[08/12/2013 - 07:56:15PM] SexLab ThreadController[0]: Sending custom event hook 'OrgasmStart_MatchMaker'[08/12/2013 - 07:56:15PM] --------------------------------------------------------------------------------------------[08/12/2013 - 07:56:15PM] -- ATTENTION MODDER: SEXLAB DEPRECATION NOTICE ---------------------------------------------[08/12/2013 - 07:56:15PM] --------------------------------------------------------------------------------------------[08/12/2013 - 07:56:15PM] HookThread() is deprecated and will be removed in the next major update of SexLab.[08/12/2013 - 07:56:15PM] Update your mod to use HookController() instead, or notify the creator[08/12/2013 - 07:56:15PM] of the mod which is calling it[08/12/2013 - 07:56:15PM] warning: HookThread() Called By:stack:.Debug.TraceStack() - "" Line ?[sexLabSystem (15000D62)].sexlabframework._Deprecate() - "SexLabFramework.psc" Line 1280[sexLabSystem (15000D62)].sexlabframework.HookThread() - "SexLabFramework.psc" Line 804[sexLabSquirt (BD0012C8)].SexLabSquirt.ActorStartSquirt() - "SexLabSquirt.psc" Line 29[08/12/2013 - 07:56:15PM] --------------------------------------------------------------------------------------------[08/12/2013 - 07:56:15PM] --------------------------------------------------------------------------------------------[08/12/2013 - 07:56:15PM] -- ATTENTION MODDER: SEXLAB DEPRECATION NOTICE ---------------------------------------------[08/12/2013 - 07:56:15PM] --------------------------------------------------------------------------------------------[08/12/2013 - 07:56:15PM] sslBaseThread.GetActors() is deprecated and will be removed in the next major update of SexLab.[08/12/2013 - 07:56:15PM] Update your mod to use sslThreadController.Positions property instead, or notify the creator[08/12/2013 - 07:56:15PM] of the mod which is calling it.[08/12/2013 - 07:56:15PM] warning: sslBaseThread.GetActors() Called By:stack:.Debug.TraceStack() - "" Line ?[sexLabThread (1500792F)].sslthread00._Deprecate() - "sslBaseThread.psc" Line 82[sexLabThread (1500792F)].sslthread00.GetActors() - "sslBaseThread.psc" Line 28[sexLabSquirt (BD0012C8)].SexLabSquirt.ActorStartSquirt() - "SexLabSquirt.psc" Line 30[08/12/2013 - 07:56:15PM] --------------------------------------------------------------------------------------------[08/12/2013 - 07:56:22PM] SexLab ThreadController[0]: Sending custom event hook 'OrgasmEnd_MatchMaker'[08/12/2013 - 07:56:22PM] --------------------------------------------------------------------------------------------[08/12/2013 - 07:56:22PM] -- ATTENTION MODDER: SEXLAB DEPRECATION NOTICE ---------------------------------------------[08/12/2013 - 07:56:22PM] --------------------------------------------------------------------------------------------[08/12/2013 - 07:56:22PM] HookThread() is deprecated and will be removed in the next major update of SexLab.[08/12/2013 - 07:56:22PM] Update your mod to use HookController() instead, or notify the creator[08/12/2013 - 07:56:22PM] of the mod which is calling it[08/12/2013 - 07:56:22PM] warning: HookThread() Called By:stack:.Debug.TraceStack() - "" Line ?[sexLabSystem (15000D62)].sexlabframework._Deprecate() - "SexLabFramework.psc" Line 1280[sexLabSystem (15000D62)].sexlabframework.HookThread() - "SexLabFramework.psc" Line 804[sexLabSquirt (BD0012C8)].SexLabSquirt.ActorEndSquirt() - "SexLabSquirt.psc" Line 114[08/12/2013 - 07:56:22PM] --------------------------------------------------------------------------------------------[08/12/2013 - 07:56:22PM] --------------------------------------------------------------------------------------------[08/12/2013 - 07:56:22PM] -- ATTENTION MODDER: SEXLAB DEPRECATION NOTICE ---------------------------------------------[08/12/2013 - 07:56:22PM] --------------------------------------------------------------------------------------------[08/12/2013 - 07:56:22PM] sslBaseThread.GetActors() is deprecated and will be removed in the next major update of SexLab.[08/12/2013 - 07:56:22PM] Update your mod to use sslThreadController.Positions property instead, or notify the creator[08/12/2013 - 07:56:22PM] of the mod which is calling it.[08/12/2013 - 07:56:22PM] warning: sslBaseThread.GetActors() Called By:stack:.Debug.TraceStack() - "" Line ?[sexLabThread (1500792F)].sslthread00._Deprecate() - "sslBaseThread.psc" Line 82[sexLabThread (1500792F)].sslthread00.GetActors() - "sslBaseThread.psc" Line 28[sexLabSquirt (BD0012C8)].SexLabSquirt.ActorEndSquirt() - "SexLabSquirt.psc" Line 115[08/12/2013 - 07:56:22PM] --------------------------------------------------------------------------------------------[08/12/2013 - 07:56:22PM](SECOND ANIMATION)SexLab ThreadController[0]: Sending custom event hook 'AnimationEnd_MatchMaker'[08/12/2013 - 07:56:24PM] SOS SchlongLess: registering armor as concealing Roughspun Tunic[08/12/2013 - 07:56:24PM] QueueNiNodeUpdate check: Prisoner is mounted or player is cart riding, NiNode update skipped[08/12/2013 - 07:56:56PM] Making thread[0] [sslthreadview00 ][08/12/2013 - 07:56:57PM] --SEXLAB NOTICE GetAnimationsByType(Selected [[sslanimapfemalesolo ]]) --- actors=1, males=0, females=1, stages=-1, aggress=False, sexual=TRUE[08/12/2013 - 07:56:58PM] SOS SchlongLess: feeling sorry for Prisoner because he has too keep his undies on, otherwise people would see that he has no schlong[08/12/2013 - 07:57:00PM] SexLab ThreadController[0]: Sending custom event hook 'AnimationStart_MatchMaker'[08/12/2013 - 07:57:01PM] SexLab ThreadController[0]: Sending custom event hook 'StageStart_MatchMaker'[08/12/2013 - 07:57:03PM] SexLab ThreadController[0]: Sending custom event hook 'StageEnd_MatchMaker'[08/12/2013 - 07:57:03PM] SexLab ThreadController[0]: Sending custom event hook 'StageStart_MatchMaker'[08/12/2013 - 07:57:05PM] SexLab ThreadController[0]: Sending custom event hook 'StageEnd_MatchMaker'[08/12/2013 - 07:57:05PM] SexLab ThreadController[0]: Sending custom event hook 'StageStart_MatchMaker'[08/12/2013 - 07:57:06PM] SexLab ThreadController[0]: Sending custom event hook 'StageEnd_MatchMaker'[08/12/2013 - 07:57:06PM] SexLab ThreadController[0]: Sending custom event hook 'StageStart_MatchMaker'[08/12/2013 - 07:57:08PM] SexLab ThreadController[0]: Sending custom event hook 'StageEnd_MatchMaker'[08/12/2013 - 07:57:08PM] SexLab ThreadController[0]: Sending custom event hook 'StageStart_MatchMaker'[08/12/2013 - 07:57:09PM] SexLab ThreadController[0]: Sending custom event hook 'StageEnd_MatchMaker'[08/12/2013 - 07:57:10PM] SexLab ThreadController[0]: Sending custom event hook 'OrgasmStart_MatchMaker'[08/12/2013 - 07:57:10PM] --------------------------------------------------------------------------------------------[08/12/2013 - 07:57:10PM] -- ATTENTION MODDER: SEXLAB DEPRECATION NOTICE ---------------------------------------------[08/12/2013 - 07:57:10PM] --------------------------------------------------------------------------------------------[08/12/2013 - 07:57:10PM] HookThread() is deprecated and will be removed in the next major update of SexLab.[08/12/2013 - 07:57:10PM] Update your mod to use HookController() instead, or notify the creator[08/12/2013 - 07:57:10PM] of the mod which is calling it[08/12/2013 - 07:57:10PM] warning: HookThread() Called By:stack:.Debug.TraceStack() - "" Line ?[sexLabSystem (15000D62)].sexlabframework._Deprecate() - "SexLabFramework.psc" Line 1280[sexLabSystem (15000D62)].sexlabframework.HookThread() - "SexLabFramework.psc" Line 804[sexLabSquirt (BD0012C8)].SexLabSquirt.ActorStartSquirt() - "SexLabSquirt.psc" Line 29[08/12/2013 - 07:57:10PM] --------------------------------------------------------------------------------------------[08/12/2013 - 07:57:10PM] --------------------------------------------------------------------------------------------[08/12/2013 - 07:57:10PM] -- ATTENTION MODDER: SEXLAB DEPRECATION NOTICE ---------------------------------------------[08/12/2013 - 07:57:10PM] --------------------------------------------------------------------------------------------[08/12/2013 - 07:57:10PM] sslBaseThread.GetActors() is deprecated and will be removed in the next major update of SexLab.[08/12/2013 - 07:57:10PM] Update your mod to use sslThreadController.Positions property instead, or notify the creator[08/12/2013 - 07:57:10PM] of the mod which is calling it.[08/12/2013 - 07:57:10PM] warning: sslBaseThread.GetActors() Called By:stack:.Debug.TraceStack() - "" Line ?[sexLabThread (1500792F)].sslthread00._Deprecate() - "sslBaseThread.psc" Line 82[sexLabThread (1500792F)].sslthread00.GetActors() - "sslBaseThread.psc" Line 28[sexLabSquirt (BD0012C8)].SexLabSquirt.ActorStartSquirt() - "SexLabSquirt.psc" Line 30[08/12/2013 - 07:57:10PM] --------------------------------------------------------------------------------------------[08/12/2013 - 07:57:18PM] SexLab ThreadController[0]: Sending custom event hook 'OrgasmEnd_MatchMaker'[08/12/2013 - 07:57:18PM] --------------------------------------------------------------------------------------------[08/12/2013 - 07:57:18PM] -- ATTENTION MODDER: SEXLAB DEPRECATION NOTICE ---------------------------------------------[08/12/2013 - 07:57:18PM] --------------------------------------------------------------------------------------------[08/12/2013 - 07:57:18PM] HookThread() is deprecated and will be removed in the next major update of SexLab.[08/12/2013 - 07:57:18PM] Update your mod to use HookController() instead, or notify the creator[08/12/2013 - 07:57:18PM] of the mod which is calling it[08/12/2013 - 07:57:18PM] warning: HookThread() Called By:stack:.Debug.TraceStack() - "" Line ?[sexLabSystem (15000D62)].sexlabframework._Deprecate() - "SexLabFramework.psc" Line 1280[sexLabSystem (15000D62)].sexlabframework.HookThread() - "SexLabFramework.psc" Line 804[sexLabSquirt (BD0012C8)].SexLabSquirt.ActorEndSquirt() - "SexLabSquirt.psc" Line 114[08/12/2013 - 07:57:18PM] --------------------------------------------------------------------------------------------[08/12/2013 - 07:57:18PM] --------------------------------------------------------------------------------------------[08/12/2013 - 07:57:18PM] -- ATTENTION MODDER: SEXLAB DEPRECATION NOTICE ---------------------------------------------[08/12/2013 - 07:57:18PM] --------------------------------------------------------------------------------------------[08/12/2013 - 07:57:18PM] sslBaseThread.GetActors() is deprecated and will be removed in the next major update of SexLab.[08/12/2013 - 07:57:18PM] Update your mod to use sslThreadController.Positions property instead, or notify the creator[08/12/2013 - 07:57:18PM] of the mod which is calling it.[08/12/2013 - 07:57:18PM] warning: sslBaseThread.GetActors() Called By:stack:.Debug.TraceStack() - "" Line ?[sexLabThread (1500792F)].sslthread00._Deprecate() - "sslBaseThread.psc" Line 82[sexLabThread (1500792F)].sslthread00.GetActors() - "sslBaseThread.psc" Line 28[sexLabSquirt (BD0012C8)].SexLabSquirt.ActorEndSquirt() - "SexLabSquirt.psc" Line 115[08/12/2013 - 07:57:18PM] --------------------------------------------------------------------------------------------[08/12/2013 - 07:57:18PM] SexLab ThreadController[0]: Sending custom event hook 'AnimationEnd_MatchMaker'[08/12/2013 - 07:57:27PM] VM is freezing...[08/12/2013 - 07:57:27PM] VM is frozen[08/12/2013 - 07:57:27PM] Saving game...[08/12/2013 - 07:57:27PM] VM is thawing...[08/12/2013 - 07:57:30PM] VM is freezing...[08/12/2013 - 07:57:30PM] VM is frozen[08/12/2013 - 07:57:30PM] Reverting game... Below is what is happening when the mod stops applying the effect after the Save + Load Making thread[0] [sslthreadview00 ][08/12/2013 - 07:58:45PM] --SEXLAB NOTICE GetAnimationsByType(Selected [[sslanimapfemalesolo ]]) --- actors=1, males=0, females=1, stages=-1, aggress=False, sexual=TRUE[08/12/2013 - 07:58:46PM] SOS SchlongLess: feeling sorry for Prisoner because he has too keep his undies on, otherwise people would see that he has no schlong[08/12/2013 - 07:58:48PM] SexLab ThreadController[0]: Sending custom event hook 'AnimationStart_MatchMaker'[08/12/2013 - 07:58:49PM] SexLab ThreadController[0]: Sending custom event hook 'StageStart_MatchMaker'[08/12/2013 - 07:58:51PM] SexLab ThreadController[0]: Sending custom event hook 'StageEnd_MatchMaker'[08/12/2013 - 07:58:51PM] SexLab ThreadController[0]: Sending custom event hook 'StageStart_MatchMaker'[08/12/2013 - 07:58:55PM] SexLab ThreadController[0]: Sending custom event hook 'StageEnd_MatchMaker'[08/12/2013 - 07:58:55PM] SexLab ThreadController[0]: Sending custom event hook 'StageStart_MatchMaker'[08/12/2013 - 07:58:59PM] SexLab ThreadController[0]: Sending custom event hook 'StageEnd_MatchMaker'[08/12/2013 - 07:58:59PM] SexLab ThreadController[0]: Sending custom event hook 'StageStart_MatchMaker'[08/12/2013 - 07:59:03PM] SexLab ThreadController[0]: Sending custom event hook 'StageEnd_MatchMaker'[08/12/2013 - 07:59:04PM] SexLab ThreadController[0]: Sending custom event hook 'StageStart_MatchMaker'[08/12/2013 - 07:59:07PM] SexLab ThreadController[0]: Sending custom event hook 'StageEnd_MatchMaker'[08/12/2013 - 07:59:08PM] SexLab ThreadController[0]: Sending custom event hook 'OrgasmStart_MatchMaker'[08/12/2013 - 07:59:15PM] SexLab ThreadController[0]: Sending custom event hook 'OrgasmEnd_MatchMaker'[08/12/2013 - 07:59:15PM] SexLab ThreadController[0]: Sending custom event hook 'AnimationEnd_MatchMaker'[08/12/2013 - 07:59:22PM] VM is freezing...[08/12/2013 - 07:59:22PM] VM is frozen[08/12/2013 - 07:59:23PM] Saving game...[08/12/2013 - 07:59:23PM] VM is thawing...[08/12/2013 - 07:59:26PM] VM is freezing...[08/12/2013 - 07:59:26PM] VM is frozen
DustyK Posted August 13, 2013 Posted August 13, 2013 The thief muder and seduction mod for sexlab had similar problem where it would work the first time you install it(and clean install), but would stop working once you load a save with the mod active. Maybe you could ask the author how he got through the problem?
torn Posted August 13, 2013 Posted August 13, 2013 In the latest version, during wet orgasm, actors disappear for about 10 seconds.
zanith86 Posted August 13, 2013 Posted August 13, 2013 Okay...I got it to work flawlessly! Yay. I think it was either my load order, or the fact that I rewrote some of your script to incorporate the newer command prompts. Because, I noticed while going through several papyrus logs that it was using a command that was deprecated. I then fiddled around with it and rewrote it and saved it to a new bsa. Regardless, I'm pretty happy! lol.
iggypop1 Posted August 13, 2013 Posted August 13, 2013 Made a clean save seems my follower stopped leaking Thanx
Guest jadenhollow Posted August 13, 2013 Posted August 13, 2013 Lol. love this~ although Lydia walks around peeing everywhere with her armor on and everything. Its funny. thumbs up
slayster Posted August 13, 2013 Author Posted August 13, 2013 Okay...I got it to work flawlessly! Yay. I think it was either my load order, or the fact that I rewrote some of your script to incorporate the newer command prompts. Because, I noticed while going through several papyrus logs that it was using a command that was deprecated. I then fiddled around with it and rewrote it and saved it to a new bsa. Regardless, I'm pretty happy! lol. Could I have a look at your updated script? Or can you point me to updated docs? I was aware of the deprecation but at the time of writing that code I couldn't find any information on the alternatives. Although now I think about it I may still be using SexLab 1.14. Lol. love this~ although Lydia walks around peeing everywhere with her armor on and everything. Its funny. thumbs up A clean save and the latest version should fix this, unless you're happy with it of course.
germanicus Posted August 13, 2013 Posted August 13, 2013 slayster - you did perfect job making update. Animations are great. I specially enjoying in 69 pose when the girl is squirting at the end. Got feeling that she squirts in pc's mouth. Lol. Perfect. If you can only please, take in consideration to add it in interaction menu as I asked you in your other thread where you you said that you might develop water sport option.
slayster Posted August 14, 2013 Author Posted August 14, 2013 slayster - you did perfect job making update. Animations are great. I specially enjoying in 69 pose when the girl is squirting at the end. Got feeling that she squirts in pc's mouth. Lol. Perfect. If you can only please, take in consideration to add it in interaction menu as I asked you in your other thread where you you said that you might develop water sport option. Thanks and don't worry, a full SexLab watersports system is something I am working on, currently just in the planning stages.
Pinute Posted August 14, 2013 Posted August 14, 2013 nice stuff! Not my cup of tea, mostly, which is why I keep the likelyhood in the low digits. But it's still essential
DustyK Posted August 14, 2013 Posted August 14, 2013 Okay...I got it to work flawlessly! Yay. I think it was either my load order, or the fact that I rewrote some of your script to incorporate the newer command prompts. Because, I noticed while going through several papyrus logs that it was using a command that was deprecated. I then fiddled around with it and rewrote it and saved it to a new bsa. Regardless, I'm pretty happy! lol. Any chance you could share your fix? I am still having problem with save& reload and cant seem to figure it out.
omgwomg Posted August 14, 2013 Posted August 14, 2013 I disabled any mods I had associated with ZaZ and the effects showed up once I loaded the game. Then the whole mod stopped working altogether once I saved and loaded (like many people here). Like before, I tried a clean save of all SexLab related stuff and disabled any other animation things I had. I don't think ENB is the problem because the first patch worked fine (effects shown, etc). Basically, before I disabled the ZaZ stuff, the debug message would appear but no effect, after I disabled, the effects appeared once but then after loading the mod stopped working. I'm going to try to set the effect object as playable and see if I can see the effects through there (if there's a problem within graphics, since now the debug message doesn't even appear), but I doubt that's the issue. I'll update once I'm able to see what the problem is.
ms06fzaku2 Posted August 16, 2013 Posted August 16, 2013 Same pb here, mod works after initial save, but no longer functions after a new load ...
skyfrost077 Posted August 17, 2013 Posted August 17, 2013 Thank you Slayster for your work on this...I mean it. I wonder sometimes why people would put the time effort and heart into creating mods like this, and then following up on fixing bugs to make it work and I ask myself..."Would I do this?" And I am sad to say "Yeah. I would not." So thank you for the work you put in to make the mod work. With the launch of B3LSARIOS's FUTA I postulated(a real word, I had to google it) that your mod with a little "angle to the dangle" could accomplish a suitable "finisher" jizz effect. Your mod has worked very well for me with the timing and sequence of sexlab animations, if the effect could line up with the tip of a schlong? Well, you just bottled gold baby. Is that feasible or am I just dreaming?
Yuni Posted August 17, 2013 Posted August 17, 2013 Hey. Just thought I'd let you know. My papyrus log is telling me to warn you of this. Are you using "HookThread" script? It says that it's going to be removed in the next version of sexlab framework and to start using "HookController()" instead. Also I think your mod is causing my game to crash every time I try and save after a sex act. At least ones initiated by randomsex and defeat. I don't think your arousal system is meshing with them properly. Doing more in-detail testing now. Here's the exact copy-paste. [08/17/2013 - 01:01:09PM] -------------------------------------------------------------------------------------------- [08/17/2013 - 01:01:09PM] -- ATTENTION MODDER: SEXLAB DEPRECATION NOTICE --------------------------------------------- [08/17/2013 - 01:01:09PM] -------------------------------------------------------------------------------------------- [08/17/2013 - 01:01:09PM] HookThread() is deprecated and will be removed in the next major update of SexLab. [08/17/2013 - 01:01:09PM] Update your mod to use HookController() instead, or notify the creator [08/17/2013 - 01:01:09PM] of the mod which is calling it [08/17/2013 - 01:01:09PM] Warning: HookThread() Called By: tack: <unknown self>.Debug.TraceStack() - "<native>" Line ? [sexLabSystem (06000D62)].sexlabframework._Deprecate() - "SexLabFramework.psc" Line 1280 [sexLabSystem (06000D62)].sexlabframework.HookThread() - "SexLabFramework.psc" Line 804 [sexLabSquirt (340012C8)].SexLabSquirt.ActorStartSquirt() - "SexLabSquirt.psc" Line 29 This is copied from a post I put in someone else's thread, he said it was yours, and I'm just relaying a debug message tossed to me by my papyrus log. Figured you should know. And ee. :3 Can't wait for watersports system!
SlabLover Posted August 31, 2013 Posted August 31, 2013 I gave this a shot just to see what it was like, and I'm having the same issues reported earlier in the thread. If I start a new character and set the chance to 100%, she'll manage to squirt when she's still in the starting location. But as soon as I load the game or change cells, she dries up for good, it seems. (Also, something like this for boys might be fun for all those 'OMG gallons o' cum everywhere!' fantasies people seem to have. Just a thought. )
GuruSR Posted September 3, 2013 Posted September 3, 2013 Any possibility to have the cum set to "wash off" rather than a timed vanish?Also, the mod is throwing errors due to the SexLab updates, it'll stop working when 1.20 comes out. 09/02/2013 - 10:23:39PM] --------------------------------------------------------------------------------------------[09/02/2013 - 10:23:39PM] -- ATTENTION MODDER: SEXLAB DEPRECATION NOTICE ---------------------------------------------[09/02/2013 - 10:23:39PM] --------------------------------------------------------------------------------------------[09/02/2013 - 10:23:39PM] HookThread() is deprecated and will be removed in the next major update of SexLab.[09/02/2013 - 10:23:39PM] Update your mod to use HookController() instead, or notify the creator[09/02/2013 - 10:23:39PM] of the mod which is calling it[09/02/2013 - 10:23:39PM] warning: HookThread() Called By:stack:.Debug.TraceStack() - "" Line ?[sexLabSystem (07000D62)].sexlabframework._Deprecate() - "SexLabFramework.psc" Line 1280[sexLabSystem (07000D62)].sexlabframework.HookThread() - "SexLabFramework.psc" Line 804[sexLabSquirt (320012C8)].SexLabSquirt.ActorStartSquirt() - "SexLabSquirt.psc" Line 29[09/02/2013 - 10:23:39PM] -------------------------------------------------------------------------------------------- GuruSR.
NicoleDragoness Posted September 6, 2013 Posted September 6, 2013 I don't know why, but after the first session game, in which your mod worked fine, it stopped to work at all. Starting a new game session makes it to no longer work. I had a similar problem with an old mod and we (the author and I) discovered some issues in the scripts that no refresh at a new start. Could it possible for this? EDIT: I noticed that even with the mod uninstalled, the "Tinkle" thing is still into my inventory.
luc_skywalker Posted September 6, 2013 Posted September 6, 2013 Hello guys. Thank you Slayster for a great mod. If someone have problem with leaking effect after saving, set squirt chance for PC and NPC lower than 100%, for example 95% and save game. Women will squirt every time during sex. Tested with new save from helgen (using save command in console), with older saves and reloaded saves, with SexLab, Schlongs of Skyrim, Hentai Pregnancy, Childbirth Plugin, without Zaz Pack and everything works like a charm. ENB is not causing any errors. Earlier I have problem after reloading game. All effects working from now on just fine. I am waiting for a new features Lots of fun now Thanks and sorry for my english. Cheers
germanicus Posted September 7, 2013 Posted September 7, 2013 Luc - thanks for that info. I stared to have doubts in ZZ animation pack recently, too. So I did little test and switched off ZZ animations from SexLab. No more freezing during the sex act.
NicoleDragoness Posted September 7, 2013 Posted September 7, 2013 I tried also Luc's suggestion but no way. This mod works for me at the first install then, exiting the game and relaunching, this mod stopos to work. Tried almost everything, load order, percentages, debug on/off, but no luck at all. Notice: at the first install it works but there is still, sometimes, the "forever squirt" on some NPCs. Notice 2: the "tinkle" thing is in my inventory even if the mod is unistalled after one use.
luc_skywalker Posted September 7, 2013 Posted September 7, 2013 Hi inicial44. Generally my game is a total mess. I stopped to play a main quests and I am messing around with mods only I have a lots of SexLab related mods installed. Dovahkiins have personal needs and they are searching for intimacy, motherhood and pleasure too ha ha I tested a game with Zaz Animations Pack (older version), Zaz Add-Ons for SexLab Framework, and LoversHook, SexLab Aroused, Radiant Prostitution, Slavery System and others content from download section of LoversLab forum. Everything was fine but when I updated FNIS to beta version game starts crashing. New Pack by Xaz require new beta version of FNIS mod and I could not find what is causing errors. Even Private Needs. Prison Overhaul and Estrus Chaurus works great before. Usually a clean save does not exist, I am starting a game from Helgen for proper start of all installed scripted mods and always game will freez before I enter Helgen Keep with Hadvar or Ralof. (Schlongs of Skyrim is freezing but game is not crashing to desktop,but my character is locked in place running), so I deactivated all mods and make a clean new save after cave and from now on everything seems to be working and I am testing older and new versions of mods. SexLab Squirt is working on my PC right now and It seems that solution was very simple. Soon I will check new FNIS mod with new Zaz Animations Pack and start to messing wit my game again Now I am torturing my old grandpa - PC with ENB and parallax textures Just as you wrote earlier in my case Zaz Content was fine, but an older version. I apologize for such a long speech Cheers and good luck with mods NicoleDragoness, this mod have implemented effect from Zaz pack, so Zaz Animations is not required. NPC Private Need and Private Needs have a "thinkle" effect and sometimes appears in the left corner error and debug message (those two mods require Zaz Animations Pack), or maybe Zaz Pack is causing errore, If you have them installed too. I had the same problem earlier, but mod is working from now on. Maybe is this a some SexLab content relating problem? It looks like that I have a luck with this mod Someone wrote earlier in this topic that made a fix, maybe this will fix this issue?
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