Ed86 Posted April 11, 2019 Author Posted April 11, 2019 11 hours ago, TheNewYorkDildocrat said: Seems I can't get the stats to change, full stop. I've looked into the json, changed some values around, im not going over 220 decrease for lewdness cuz overflow. It seems that the sla version is hit or miss, sometimes it works, sometimes it doesn't. Applying a positive number seems to always work for arousal, but I can't get lewdness or purity to go either way. Â Here's the JSON with the data for the values. Â Â "intList" :Â Â Â Â { Â Â Â Â Â Â "shrine_of_akatosh" : [ 1, -50, 0 ], Â Â Â Â Â Â "shrine_of_arkay" : [ 1, -50, 0 Â ], Â Â Â Â Â Â "shrine_of_auriel" : [ 1, -50, 0 Â ], Â Â Â Â Â Â "shrine_of_azura" : [ 1, -50, -50 Â ], Â Â Â Â Â Â "shrine_of_boethiah" : [ 1, 50, 100 Â ], Â Â Â Â Â Â "shrine_of_dibella" : [ 10, -100, 100 Â ], Â Â Â Â Â Â "shrine_of_julianos" : [ 1, -50, -10 Â ], Â Â Â Â Â Â "shrine_of_kynareth" : [ 0, -220, -100 Â ], Â Â Â Â Â Â "shrine_of_mara" : [ 5, -220, -50 Â ], Â Â Â Â Â Â "shrine_of_mephala" : [ 1, 500, 50 Â ], Â Â Â Â Â Â "shrine_of_nocturnal" : [ 1, -100, -75 Â ], Â Â Â Â Â Â "shrine_of_stendarr" : [ 0, 0, 0 Â ], Â Â Â Â Â Â "shrine_of_talos" : [ 1, -50, 0 Â ], Â Â Â Â Â Â "shrine_of_zenithar" : [ 1, -50, 0 Â ] Â too big numbers, should be fixed in 1.6
Guest AthenaESIV Posted April 11, 2019 Posted April 11, 2019 Are there any widget or menu mods I could use to put custom stats from SL and other mods in 1 place?  SL, Fall of the Dragonborn, Dragonborn in Distress, Devious Mindbreak, AL Aroused and a bunch of other mods have different stats they use that are sometimes tricky to see... Being able to monitor them through a widget or even just on the status effects menu would be such a huge improvement for playability.  Do you have anything you suggest? tyty
Ed86 Posted April 12, 2019 Author Posted April 12, 2019 No Some one would need to make a framework-like mod and make compatibility patches for eash of those
SexDwarf2250 Posted June 14, 2019 Posted June 14, 2019 Ed86, I'm currently trying to use SLTriggers to set my game up so that any time someone orgasms through rape, it has a small chance of making them more perverse. (On top of the usual change through sexlab, which I think triggers once per sexing...) SLT can call events, is there anything in this mod that would let me use these functions to make the subject "use" this mod's Dibellan Shrine effect?  So far I'm finding there is very little out there that will change Sexlab perverse/pure stats. (And on that note, in either case, thanks again for the shrines mod by the way!)  (This is from SLT documentation)   actor_sendmodevent: send event   - parameter 1: who, actor ID.   - paramater 2: event name   - paramater 3: arg 1 of event(string)   - paramater 4: arg 2 of event(number)  util_sendmodevent: send event (std. Skyrim SendModEvent)   - parameter 1: event name   - parameter 2: event param 1 (string)   - parameter 3: event param 2 (number)      Example:        ["util_sendmodevent", "SXP", "GainXP", "100"]    util_sendevent: send SKSE custom event (ModEvent.psc)   - parameter 1: event name   - parameter 2: event param 1 type   - parameter 3: event param 1 value   ...   - parameter N: event param N type   - parameter N+1: event param N value      Type can be:     - "bool"  : papyrus boolean     - "int"   : number     - "float"  : floating point number     - "string" : string     - "form"  : form. Currently only actors are used ("$self", "$player", "$partner", ...)  (On a related note, I've also set it up so orgasms while being watched have a small chance of making the subject an exhibitionist via SLA faction. Does the SLA exhibitionist faction override SLSO's lewdness check if SLA is present?)
Ed86 Posted June 15, 2019 Author Posted June 15, 2019 10 hours ago, SexDwarf2250 said: Ed86, I'm currently trying to use SLTriggers to set my game up so that any time someone orgasms through rape, it has a small chance of making them more perverse. (On top of the usual change through sexlab, which I think triggers once per sexing...) SLT can call events, is there anything in this mod that would let me use these functions to make the subject "use" this mod's Dibellan Shrine effect?  So far I'm finding there is very little out there that will change Sexlab perverse/pure stats. (And on that note, in either case, thanks again for the shrines mod by the way!)  (This is from SLT documentation)  Reveal hidden contents  actor_sendmodevent: send event   - parameter 1: who, actor ID.   - paramater 2: event name   - paramater 3: arg 1 of event(string)   - paramater 4: arg 2 of event(number)  util_sendmodevent: send event (std. Skyrim SendModEvent)   - parameter 1: event name   - parameter 2: event param 1 (string)   - parameter 3: event param 2 (number)      Example:        ["util_sendmodevent", "SXP", "GainXP", "100"]    util_sendevent: send SKSE custom event (ModEvent.psc)   - parameter 1: event name   - parameter 2: event param 1 type   - parameter 3: event param 1 value   ...   - parameter N: event param N type   - parameter N+1: event param N value      Type can be:     - "bool"  : papyrus boolean     - "int"   : number     - "float"  : floating point number     - "string" : string     - "form"  : form. Currently only actors are used ("$self", "$player", "$partner", ...)  (On a related note, I've also set it up so orgasms while being watched have a small chance of making the subject an exhibitionist via SLA faction. Does the SLA exhibitionist faction override SLSO's lewdness check if SLA is present?) no you could maybe call functions directly
alphafr Posted July 21, 2019 Posted July 21, 2019 what mod would this one work with? Â The only lewd/pure thing I remember seeing was Apropos but is linked to number of time you had sex
Ed86 Posted July 21, 2019 Author Posted July 21, 2019 1 hour ago, alphafr said: what mod would this one work with? Â The only lewd/pure thing I remember seeing was Apropos but is linked to number of time you had sex Any sexlab mod? Â It was developed for slso
Black Justicar Posted December 1, 2019 Posted December 1, 2019 Issue: I can get the message "PC already used a shrine today" (so mod seems to work), but nothing changes in SL Diary and Arousal remains the same as it was. I have both files installed via Vortex. Help please.
Ed86 Posted December 1, 2019 Author Posted December 1, 2019 8 hours ago, Black Justicar said: Issue: I can get the message "PC already used a shrine today" (so mod seems to work), but nothing changes in SL Diary and Arousal remains the same as it was. I have both files installed via Vortex. Help please. is does not decrease arousal, edit json file you might need a knot of praying to see result in diary 1
Guest Posted December 8, 2019 Posted December 8, 2019 I made a patch for Wintersun so that instead of updating when you click a shrine, it updates when you pray to your god, either through the spell or by worshipping at a shrine. I also added a fourth value to update: time rate from SL Aroused. I also added the ability to set a minimum value of favor you need with your god (in the json file) in order for SL Shrines to take effect. And I added the ability to add other gods from Wintersun to the json file. You just need to follow the naming convention in the json file. So, ""shrine_of_molag_bal" : [ 0, 0, 0, 0 ]" Like that. Haven't tested any of this yet. But it should work, I believe.  Edit: Just so you all know, if you add a new god to the list, I think you actually have to use any spaces in their name. Just for the new ones. So it would actually be like this: ""shrine_of_molag bal" : [ 0, 0, 0, 0 ]"  SexLab Shrines - Wintersun Patch.zip
jpee1965 Posted January 2, 2020 Posted January 2, 2020 Did I see a version of this that works for followers too somewheres?? Â THANKS!
Clockwinding Posted February 9, 2020 Posted February 9, 2020 On 1/2/2020 at 12:58 PM, jpee1965 said: Did I see a version of this that works for followers too somewheres??  THANKS! It should work by default. Just make your follower activate the shrine with the favor command.
jpee1965 Posted February 16, 2020 Posted February 16, 2020 Hey I installed this but I can't find the shrines? Where are they? In temples? I went to the Temple in Whiterun and there are two shrines. The usual one for Kynareth and another that was added by a mod to remove unwanted visual effects near where the Priestess sleeps. Does this mod just use the shrines already in the game or something?? With no message to work on I have no clue if it's working or not. I have checked the esp is active. Â Thoughts?? Â THANKS!
Ed86 Posted February 17, 2020 Author Posted February 17, 2020 8 hours ago, jpee1965 said: Â just use the shrines already in the game Â
HugzSX Posted March 2, 2020 Posted March 2, 2020 Does this work with Skyrim Special Edition? Â EDIT: Yes, but the thing that caused me confusion was that my arousal only went down (after using a shrine) during sex. It went down an extreme value compared to what it would've gone down by normally. Is this intentional?
daedalron Posted March 24, 2020 Posted March 24, 2020 On 12/8/2019 at 2:21 PM, mushroomcap said: I made a patch for Wintersun so that instead of updating when you click a shrine, it updates when you pray to your god, either through the spell or by worshipping at a shrine. I also added a fourth value to update: time rate from SL Aroused. I also added the ability to set a minimum value of favor you need with your god (in the json file) in order for SL Shrines to take effect. And I added the ability to add other gods from Wintersun to the json file. You just need to follow the naming convention in the json file. So, ""shrine_of_molag_bal" : [ 0, 0, 0, 0 ]" Like that. Haven't tested any of this yet. But it should work, I believe.  Edit: Just so you all know, if you add a new god to the list, I think you actually have to use any spaces in their name. Just for the new ones. So it would actually be like this: ""shrine_of_molag bal" : [ 0, 0, 0, 0 ]"  SexLab Shrines - Wintersun Patch.zip 14.44 kB · 33 downloads Thanks a lot for this patchÂ
jpee1965 Posted April 17, 2020 Posted April 17, 2020 On 2/9/2020 at 12:51 PM, Clockwinding said: It should work by default. Just make your follower activate the shrine with the favor command. OK, when I ask a follower to do something using the command, then look at the shrine , the only option I see is to ask them to "wait here". There is no "use shrine" or what have you . Any ideas??  THANKS!
jpee1965 Posted April 19, 2020 Posted April 19, 2020 14 hours ago, JaydaKidd said: Is it safe to install this on a existing save? Yes.
Ed86 Posted April 21, 2020 Author Posted April 21, 2020 On 4/20/2020 at 6:01 AM, JaydaKidd said: I there any other possible way to lower lewd? editing SL stats with stats manipulator mod
Chedderbob Posted April 24, 2020 Posted April 24, 2020 So im having a hell of a time getting this mod to work for me now. Used it before with the same mod list as i have now and it seemed to work fine. Now after a reinstall of everything i just cant get the shrines to actually change anything. The custom message i put in for each shrine appears fine but im at a loss on what ive done wrong this time through. I also have nothing else that changes any scripts for shrines besides this mod. Speaking of which this mod is a must have for me so any help is appreciated.
Guest Posted May 8, 2020 Posted May 8, 2020 Patch wasn't working as intended for newly added gods. But I fixed it. SexLab Shrines - Wintersun Patch v2.zip
Dojo_dude Posted August 27, 2020 Posted August 27, 2020 The SL Aroused patch conflicts with SLSO, which in turn can be overwritten by SL Utility Plus... it all get's confusing @_@
ChocolateThunder2110 Posted September 14, 2020 Posted September 14, 2020 On 11/7/2019 at 11:08 AM, Tyrygosa said: Is this compatible with Wintersun - Faiths of Skyrim ? This is the question I want answered.
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