Azurahawk Posted June 19, 2017 Posted June 19, 2017 So the hotiets never seem to work while having sex. Any idea why?
qotsafan Posted June 19, 2017 Posted June 19, 2017 Haha Clion and not having a clue what i was doingTry out Notepad++, you will never want another text editor again. Here is a version, with the original formatting restored, duplicate code removed and packaged in the correct folder (scripts instead of script) BF-SLSO cleaned.7z
cleavagesweat Posted June 20, 2017 Posted June 20, 2017 hopefully this isnt a dumb question but does this work for NPC-NPC interactions?
Ed86 Posted June 20, 2017 Author Posted June 20, 2017 hopefully this isnt a dumb question but does this work for NPC-NPC interactions?No
RandomOne Posted June 20, 2017 Posted June 20, 2017  Haha Clion and not having a clue what i was doingTry out Notepad++, you will never want another editor again.Here is a version, with the original formatting restored, duplicate code removed and packaged in the correct folder (scripts instead of script) BF-SLSO cleaned.7z   Yay, I'm a qotsafan .... fan, thanks for this and deadbob too! I can use this now  Â
Carida Posted June 20, 2017 Posted June 20, 2017 I made a patch for Beeing Female, basically all credit to firescrat's implementation for the soulgem oven patch i just put the diffrent bits from the vanila psc file where BF handles the event and much to my own disbelief It seems to work as intended but i wouldn't be suprised if use of my patch causes hairloss, forest fires and spontanous human combustion [in that order]  how to;  1)Copy and overwrite BFA_ssl.pex located in the scripts folder of your Beeing Female folder.  2)???  3)profit  All the best.    Haha Clion and not having a clue what i was doingTry out Notepad++, you will never want another editor again.Here is a version, with the original formatting restored, duplicate code removed and packaged in the correct folder (scripts instead of script) BF-SLSO cleaned.7z   Greetings,  So I gave the cleaned version a try and it is counting every orgasm that my character has (she's female) and the single orgasm of her partner as well with a "So and so cums in you" Also, I am noting that there doesn't seem to be any sperm in her either but I am going to keep testing and report back,  but thank you for this! I would us SLSO regardless but its nice to have compatibility between the two since I use BF as well   -C
qotsafan Posted June 20, 2017 Posted June 20, 2017 Greetings,  So I gave the cleaned version a try and it is counting every orgasm that my character has (she's female) and the single orgasm of her partner as well with a "So and so cums in you" Also, I am noting that there doesn't seem to be any sperm in her either but I am going to keep testing and report back,  but thank you for this! I would us SLSO regardless but its nice to have compatibility between the two since I use BF as well  -C Well, it's actually the exact same code, as per a normal orgasm.The message you got should be near the end and means, that everything up to that point worked as intended, if the name of the npc shows up in the message. The only thing I could think of, is that the amount was zero (maybe he was shooting blanks idk, maybe his verility was 0?). float virility = System.Controller.GetVirility(Male) amount = Utility.RandomFloat(virility * 0.75, virility*1.1) if amount>1.0 amount=1.0 endif amount = System.Manager.getSpermAmount(Female,Male,amount) if Female.HasSpell(System.BeeingFemaleSpell)==false System.Message( FWUtility.StringReplace( System.Content.NoBeeingFemaleSpell , "{0}",Female.GetLeveledActorBase().GetName()), System.MSG_Immersive) endif If Male == Game.GetPlayer() System.Message( FWUtility.StringReplace( System.Content.YouCameInsideNPC , "{0}",Female.GetLeveledActorBase().GetName()), System.MSG_Immersive) ElseIf Female == Game.GetPlayer() System.Message( FWUtility.StringReplace( System.Content.NPCCameInsideYou , "{0}",Male.GetLeveledActorBase().GetName()), System.MSG_Immersive) Else string[] astring = new string[2] astring[0] = Male.GetLeveledActorBase().GetName() astring[1] = Female.GetLeveledActorBase().GetName() System.Message( FWUtility.ArrayReplace(System.Content.NPCCameInsideNPC,astring), System.Msg_High) EndIf if amount>0.0 System.Controller.AddSperm(Female,Male, amount) endifYou could also give this a try:BF-SLSO debug.7z This is a version with all debug messages enabled, you could post the papyrus log afterwards and we can check it out.
Ed86 Posted June 20, 2017 Author Posted June 20, 2017 in case any 1 wounders what this update was, its for modders stuff which is "also you might want to add check !HasPlayer, for npc-npc scenes"
cascen Posted June 20, 2017 Posted June 20, 2017 this mod work with sexlab aroused? my bar is always stuck at yellow score,even with 100% arousal. nvm sorry,i forget to read npc with unknow ppl or while raping they just dont care about my char.thx again
Guest Posted June 20, 2017 Posted June 20, 2017 Chastity belts from Captured Dreams don't seem to work. At least the Protector Plus belt still allowed me to orgasm with this mod. Looking in TES5Edit, it doesn't have the zadDeviousBelt keyword. Is there any chance you/someone could add compatibility for CD?
qotsafan Posted June 20, 2017 Posted June 20, 2017 Updated version of the SLSO patch for Beeing Female, in collaboration with @deadbob. This version makes sure, that the orgasming actor on the receiving end is not accounted as sperm donator (or rather doesn't call the Orgasm function). BF-SLSO check if actor is not receiving.7z
KD17 Posted June 21, 2017 Posted June 21, 2017 It looks like the new versions doesn't show the widgets for me no matter what I do.
Ed86 Posted June 21, 2017 Author Posted June 21, 2017 feel free to feel your-self as a test subject and test it on your-self  voicepacks in DL section Chastity belts from Captured Dreams don't seem to work. At least the Protector Plus belt still allowed me to orgasm with this mod. Looking in TES5Edit, it doesn't have the zadDeviousBelt keyword. Is there any chance you/someone could add compatibility for CD? well isnt that CD bug? SexLab Separate Orgasm 1.2voicegasm.7z
Ed86 Posted June 22, 2017 Author Posted June 22, 2017 What, no commentssss? *Floran feels abandoned, wants to ssstabb ssomeone* Â Hmm... Let's discuss male orgasm change? I'm thinking about separating orgasm from ejaculation, so males would orgasm at rate close to females and have no penalty at enjoyment gain after each orgasm rather penalty would be applied to event sending, so 1st orgasm males cum, later... probably not
Meniaro Posted June 22, 2017 Posted June 22, 2017 Tested it out yesterday with no real issues. Only weird stuff i encountered, was that voice sometimes kept going after sexual encounter. Seemed to not be an issue if i didnt use free camera. need to test it further i think. anyways really like your voice feature Thanks sir you are a man of noble heritage <3
PhilMoody Posted June 22, 2017 Posted June 22, 2017 Tested it out and works fine for me, the only thing is, in my mcm menu appearing strange signs like $ or $condition_leadin_orgasm... I can read nothing in the menu, so I can not adjust it properly. I have looked at your screenshots to know what is really there, but for me there is much more to tick ... I have attached a screenshot. Â Also the voice seems to be false, on orgasm the npc uses the mild moans, the orgasm voice do not trigger at all. Â Anyway, thanks for this great mod, it's simply brilliant and sorry for my bad english I think i know what the problem is, i use german language in the game, maybe that is the problem ?
redeyesandlonghair Posted June 22, 2017 Posted June 22, 2017 Hmm... Let's discuss male orgasm change? I'm thinking about separating orgasm from ejaculation, so males would orgasm at rate close to females and have no penalty at enjoyment gain after each orgasm rather penalty would be applied to event sending, so 1st orgasm males cum, later... probably not   Hm... well I like that the male orgasms are using some realism.  It also makes sense game-wise since generally male orgasms are more "valuable" since most benefits of sex mods hinge on a male ejaculation.  Having to work for them is a good mechanic.  I hear that if men are very excited they might ejaculate early during sex, but because they haven't really worn out their willy they can keep going and possibly ejaculate again.  So, if the male cums before a certain time during the encounter, you could say that the penalty doesn't kick in - but if it takes too long then he's worn out with the first orgasm and the penalty kicks in.  To make this easier the player would have to do something to get the male's arousal higher before they start ( anyone know of a sexy dance mod? :3 ) - I know there are some mods out there that have spells that might be able to help with that.  Another idea would be to add a meter for the male's stamina and you basically have to use left-click to pleasure him up without depleting his stamina - the higher his stamina at orgasm the more likely he can go again?  Something like that.   Also side note: is it possible for the mod to detect when a "skyrim female" character is in a male animation, and have them count as male for the purposes of separate orgasms?  This would be a useful option for games with futas
Meniaro Posted June 22, 2017 Posted June 22, 2017 Â Also the voice seems to be false, on orgasm the npc uses the mild moans, the orgasm voice do not trigger at all. Â Â Â Come to think of it, this actually happened with my game too ^^Â Â (edit: I was playing a female character, and tihs happened with the female voices)
Recoilsuave Posted June 22, 2017 Posted June 22, 2017  Hmm... Let's discuss male orgasm change? I'm thinking about separating orgasm from ejaculation, so males would orgasm at rate close to females and have no penalty at enjoyment gain after each orgasm rather penalty would be applied to event sending, so 1st orgasm males cum, later... probably not   Hm... well I like that the male orgasms are using some realism.  It also makes sense game-wise since generally male orgasms are more "valuable" since most benefits of sex mods hinge on a male ejaculation.  Having to work for them is a good mechanic.  I hear that if men are very excited they might ejaculate early during sex, but because they haven't really worn out their willy they can keep going and possibly ejaculate again.  So, if the male cums before a certain time during the encounter, you could say that the penalty doesn't kick in - but if it takes too long then he's worn out with the first orgasm and the penalty kicks in.  To make this easier the player would have to do something to get the male's arousal higher before they start ( anyone know of a sexy dance mod? :3 ) - I know there are some mods out there that have spells that might be able to help with that.  Another idea would be to add a meter for the male's stamina and you basically have to use left-click to pleasure him up without depleting his stamina - the higher his stamina at orgasm the more likely he can go again?  Something like that.   Also side note: is it possible for the mod to detect when a "skyrim female" character is in a male animation, and have them count as male for the purposes of separate orgasms?  This would be a useful option for games with futas   TDF's Prostitution and Pimping mod has a dancing option with a few built in dances. It has an option to strip the character doing the dancing so that arousal of onlookers will rise.
Ed86 Posted June 22, 2017 Author Posted June 22, 2017 Tested it out and works fine for me, the only thing is, in my mcm menu appearing strange signs like $ or $condition_leadin_orgasm... I can read nothing in the menu, so I can not adjust it properly. I have looked at your screenshots to know what is really there, but for me there is much more to tick ... I have attached a screenshot.  Also the voice seems to be false, on orgasm the npc uses the mild moans, the orgasm voice do not trigger at all.  Anyway, thanks for this great mod, it's simply brilliant and sorry for my bad english 20170622170233_1.jpg I think i know what the problem is, i use german language in the game, maybe that is the problem ? you need german translation files    Also the voice seems to be false, on orgasm the npc uses the mild moans, the orgasm voice do not trigger at all.    Come to think of it, this actually happened with my game too ^^  (edit: I was playing a female character, and tihs happened with the female voices)  should fix it  you should probably disable dynamic script update times, it get messy with those SLSO_Game.7z
PhilMoody Posted June 22, 2017 Posted June 22, 2017 Â Â Also the voice seems to be false, on orgasm the npc uses the mild moans, the orgasm voice do not trigger at all. Â Â Â Come to think of it, this actually happened with my game too ^^Â Â (edit: I was playing a female character, and tihs happened with the female voices) Â Â Â I fixed the problem with that strange signs, i had to change the language. Â Yes, only the female characters/npc I tried to use vanilla voice, but this does not work properly. In the end stage they do not groan, they are silent and only the mouth moves... Then I switched from 0 to -1 in mcm menu (0=Vanilla Voice, -1=random no pc voice pack) and this works up just before the orgasm, then suddenly again from hot voice to mild ... After the orgasm they use hot voice again
Carida Posted June 22, 2017 Posted June 22, 2017 What, no commentssss? *Floran feels abandoned, wants to ssstabb ssomeone*  Hmm... Let's discuss male orgasm change? I'm thinking about separating orgasm from ejaculation, so males would orgasm at rate close to females and have no penalty at enjoyment gain after each orgasm rather penalty would be applied to event sending, so 1st orgasm males cum, later... probably not  Worked fine, I did give the voice a try though my own custom voice for Sexlab could still be heard sometimes, but I prefer my custom one so I took it out but it seemed to work other then the overlapping voices.  I would have to second what redeyeslonghair said in that I would prefer realism with the male orgasms, I like them cumming once and I like the idea of the animations stopping immediately at that point so the woman can be frustrated because he can't keep going and thus they would have to learn to please each other better.  Thank you for the mod!  PS: Oh and the widgets work much smoother with that version as well, very nice and they respond to their hid button, so thank you for that! (As they were not doing so in the previous)  -C
PhilMoody Posted June 22, 2017 Posted June 22, 2017  Tested it out and works fine for me, the only thing is, in my mcm menu appearing strange signs like $ or $condition_leadin_orgasm... I can read nothing in the menu, so I can not adjust it properly. I have looked at your screenshots to know what is really there, but for me there is much more to tick ... I have attached a screenshot.  Also the voice seems to be false, on orgasm the npc uses the mild moans, the orgasm voice do not trigger at all.  Anyway, thanks for this great mod, it's simply brilliant and sorry for my bad english 20170622170233_1.jpg I think i know what the problem is, i use german language in the game, maybe that is the problem ? you need german translation files    Also the voice seems to be false, on orgasm the npc uses the mild moans, the orgasm voice do not trigger at all.    Come to think of it, this actually happened with my game too ^^  (edit: I was playing a female character, and tihs happened with the female voices)  should fix it  you should probably disable dynamic script update times, it get messy with those   I tried it out, seems to work correctly now, thanks ! (With deactivated dynamic script update times) Â
qotsafan Posted June 22, 2017 Posted June 22, 2017 Since apparently more scripts are affected, here is an update for the BFA_AbilityEffectPMSSexHurt and FWSystemConfig scripts. BF-SLSO sex hurts.7z 3
Samson Nite Posted June 22, 2017 Posted June 22, 2017 Me too. It looks like the new versions doesn't show the widgets for me no matter what I do.
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