chipstick Posted August 13, 2015 Posted August 13, 2015 Luvverly <3. Thanks Wraithslayer. Just for confirmation: for the orcslut variable, a value of 24 would be once per day while a value of 1 would be hourly? Is there a minimum and maximum value - would 48 get us once every 2 days, and 0.5 once every half hour? Actually you got it the other way around. OrcSlut represents 'number of times a day', not 'cooldown in hours'. The cooldown in hours is calculated by (24 / OrcSlut), so 48 would get you once every half hour, and 0.5 wouldn't work because OrcSlut is an integer variable, and 0.5 is not an integer. The function also ignores negative OrcSlut values so the minimum and maximum values would be 1 to infinity. For reference, this is the script code that handles the calculation: Function startCooldown() SSv2Q.OrcDemand = 1 float cooldownDuration = 6.0 if SSv2Q.OrcSlut >= 1 cooldownDuration = ( 24.0 / SSv2Q.OrcSlut ) EndIf RegisterForSingleUpdateGameTime(cooldownDuration) EndFunction Event onUpdateGameTime() SSv2Q.OrcDemand = 0 EndEvent I'm dumb _(._.);_ Thought it be that way cos i read the formula to believe the integer was the dividing value. And as for the meaning of integers... Let me slink away in shame. Also, thank you.
Crooltool Posted August 13, 2015 Posted August 13, 2015 I, for one, would LOVE more information on exactly how to change the cooldown in orcslut! while I'm at it, while it is prolly too hard to code, having to pull a train on the first visit to an orc camp and service every orc in the camp would be a great way to start orcslut.
WraithSlayer Posted August 13, 2015 Author Posted August 13, 2015 I, for one, would LOVE more information on exactly how to change the cooldown in orcslut! while I'm at it, while it is prolly too hard to code, having to pull a train on the first visit to an orc camp and service every orc in the camp would be a great way to start orcslut. Well, it's not something that the mod officially supports, hence no fancy MCM option for it, but it's done by editing script variables. Here's how to.
bjornk Posted August 13, 2015 Posted August 13, 2015 While on the orc slut topic, I hope updating from 3.1.8 to 4.x won't break it, cause I'm about to do it right now.
WraithSlayer Posted August 13, 2015 Author Posted August 13, 2015 While on the orc slut topic, I hope updating from 3.1.8 to 4.x won't break it, cause I'm about to do it right now. It will stop the event from triggering, I'm afraid. The name change in 4.0.0 makes Skyrim generate a new instance of SSv2QScript with all the variables set to the default values. The save editing instructions I provided earlier are for manually restoring the Orc plaything functionality without having to start a new game.
bjornk Posted August 13, 2015 Posted August 13, 2015 While on the orc slut topic, I hope updating from 3.1.8 to 4.x won't break it, cause I'm about to do it right now. It will stop the event from triggering, I'm afraid. The name change in 4.0.0 makes Skyrim generate a new instance of SSv2QScript with all the variables set to the default values. The save editing instructions I provided earlier are for manually restoring the Orc plaything functionality without having to start a new game. Is it possible to redo it? Like removing the PC from the orc bloodkin faction or something?
WraithSlayer Posted August 13, 2015 Author Posted August 13, 2015 Is it possible to redo it? Like removing the PC from the orc bloodkin faction or something? In theory, resetquest RelationshipOrcs should allow you to start the Orc stronghold progression from scratch and pick the Solutions event again, but that's a much more drastic change than modifying a couple SexLab Solutions variables in a save, and may have an impact on other quests that depend on RelationshipOrcs.
bjornk Posted August 13, 2015 Posted August 13, 2015 Is it possible to redo it? Like removing the PC from the orc bloodkin faction or something? In theory, resetquest RelationshipOrcs should allow you to start the Orc stronghold progression from scratch and pick the Solutions event again, but that's a much more drastic change than modifying a couple SexLab Solutions variables in a save, and may have an impact on other quests that depend on RelationshipOrcs. Thanks, I'll try save editing then.
Crooltool Posted August 13, 2015 Posted August 13, 2015 I, for one, would LOVE more information on exactly how to change the cooldown in orcslut! while I'm at it, while it is prolly too hard to code, having to pull a train on the first visit to an orc camp and service every orc in the camp would be a great way to start orcslut. Well, it's not something that the mod officially supports, hence no fancy MCM option for it, but it's done by editing script variables. Here's how to. Thanks, that was extremely easy, and yes, made backups and everything.
bjornk Posted August 13, 2015 Posted August 13, 2015 Do I need to do anything with the SSv2QuestScript instance (not the SSv2qscript) about transferring values from the older 3.x save? I don't currently know if there's any difference though.
WraithSlayer Posted August 13, 2015 Author Posted August 13, 2015 Do I need to do anything with the SSv2QuestScript instance (not the SSv2qscript) about transferring values from the older 3.x save? I don't currently know if there's any difference though. No, SSv2QuestScript and SSv2NPCScript are just the scripts that capture SexLab's AnimationEnd events for SexLab-Solutions quest and encounter scenes, respectively. All variables in these 2 scripts match the default values at all times, except when a Solutions scene is in progress. So there's no need to transfer variable values unless you try to upgrade to 4.x.x while in the middle of a Solutions scene (don't do that ).
f1419030@trbvm.com Posted August 13, 2015 Posted August 13, 2015 There's a bug when becoming thane of solitude. i still not receive a quest to become the thane even thought i have finished all potema quest and A Widow Too Soon. after Elisif's Tribute, i am able to purchase Proudspire Manor but i still do not receive the dialogue for becoming a thane. any possible solution available? thanks.
WraithSlayer Posted August 13, 2015 Author Posted August 13, 2015 There's a bug when becoming thane of solitude. i still not receive a quest to become the thane even thought i have finished all potema quest and A Widow Too Soon. after Elisif's Tribute, i am able to purchase Proudspire Manor but i still do not receive the dialogue for becoming a thane. any possible solution available? thanks. I doubt this is related to Solutions at all. This mod only kicks in after Elisif is already talking with you about becoming Thane, and all it does is add a new dialogue path. Sacremas had the same issue as you a while ago: Link I assume you have another quest still running that you'll need to finish first.
f1419030@trbvm.com Posted August 13, 2015 Posted August 13, 2015 There's a bug when becoming thane of solitude. i still not receive a quest to become the thane even thought i have finished all potema quest and A Widow Too Soon. after Elisif's Tribute, i am able to purchase Proudspire Manor but i still do not receive the dialogue for becoming a thane. any possible solution available? thanks. I doubt this is related to Solutions at all. This mod only kicks in after Elisif is already talking with you about becoming Thane, and all it does is add a new dialogue path. Sacremas had the same issue as you a while ago: Link I assume you have another quest still running that you'll need to finish first. Tending the Flames, Jaree-ra quest, sheogorath quest, Scoundrel's Folly all done. i finished all that quest including potema quests 3 in games days ago. still have not become a thane.
WraithSlayer Posted August 13, 2015 Author Posted August 13, 2015 Tending the Flames, Jaree-ra quest, sheogorath quest, Scoundrel's Folly all done. i finished all that quest including potema quests 3 in games days ago. still have not become a thane. I looked into the Thane of Haafingar quest in the CK, and from what I can tell, there are two possible reasons why Elisif isn't offering the dialogue for you to become Thane. This quest is started via a Change Location Event, you may have to travel to another city and come back for it to trigger. Elisif needs to have a relationship rank of EXACTLY 2 towards you for the dialogue to be available. This rank is normally set to 2 when you've dealt with Potema and finished Elisif's Tribute, but any mods that increase or decrease the relationship of NPCs may break this for you, requiring console commands to fix. You can select Elisif with the console and type getrelationshiprank player to figure out if this is the cause of the problem, then setrelationshiprank player 2 to fix it if it is.
f1419030@trbvm.com Posted August 14, 2015 Posted August 14, 2015 Tending the Flames, Jaree-ra quest, sheogorath quest, Scoundrel's Folly all done. i finished all that quest including potema quests 3 in games days ago. still have not become a thane. I looked into the Thane of Haafingar quest in the CK, and from what I can tell, there are two possible reasons why Elisif isn't offering the dialogue for you to become Thane. This quest is started via a Change Location Event, you may have to travel to another city and come back for it to trigger. Elisif needs to have a relationship rank of EXACTLY 2 towards you for the dialogue to be available. This rank is normally set to 2 when you've dealt with Potema and finished Elisif's Tribute, but any mods that increase or decrease the relationship of NPCs may break this for you, requiring console commands to fix. You can select Elisif with the console and type getrelationshiprank player to figure out if this is the cause of the problem, then setrelationshiprank player 2 to fix it if it is. I have check elisif relationship is 2 and i have fast travel from solitude castle to riften and back still the quest is not triggered.
Guest Jezzy Posted August 14, 2015 Posted August 14, 2015 hmmm i try to upgrade to the lastest version of SexLab Solution 4.0.1 from 3.1.6 i think but M.O. keep telling me i need SSv2.esp. When i search for SSv2 it tell me its a very old beta of SexLab Solutions. Do i need this ESP from the Beta or its something else i am missing? Thanks ^^
WraithSlayer Posted August 14, 2015 Author Posted August 14, 2015 hmmm i try to upgrade to the lastest version of SexLab Solution 4.0.1 from 3.1.6 i think but M.O. keep telling me i need SSv2.esp. When i search for SSv2 it tell me its a very old beta of SexLab Solutions. Do i need this ESP from the Beta or its something else i am missing? Thanks ^^ You most likely have another mod with a dependency to the now-obsolete SSv2. Either an old patch for LAL/PO, or Khajiit Speak for Sexlab. TES5Edit will tell you exactly where the problem is when you try loading all the mods. I have check elisif relationship is 2 and i have fast travel from solitude castle to riften and back still the quest is not triggered. I'm afraid I can't help you then. Whatever is causing the quest to not start is probably being caused by another mod you have installed.
hamthe3rd Posted August 14, 2015 Posted August 14, 2015 I tried to offer sex to get the key from the guy in the Warrens, and it never fired after the dialogue completed. Tried it four times before just doing the normal way to get it. (speachcraft) I did have sex with him eventually, having him teach sneak for sex. That worked.
WraithSlayer Posted August 14, 2015 Author Posted August 14, 2015 I tried to offer sex to get the key from the guy in the Warrens, and it never fired after the dialogue completed. Tried it four times before just doing the normal way to get it. (speachcraft) I did have sex with him eventually, having him teach sneak for sex. That worked. The sex scene never started, or you didn't get the key after sex?
Guest Jezzy Posted August 14, 2015 Posted August 14, 2015 hmmm i try to upgrade to the lastest version of SexLab Solution 4.0.1 from 3.1.6 i think but M.O. keep telling me i need SSv2.esp. When i search for SSv2 it tell me its a very old beta of SexLab Solutions. Do i need this ESP from the Beta or its something else i am missing? Thanks ^^ You most likely have another mod with a dependency to the now-obsolete SSv2. Either an old patch for LAL/PO, or Khajiit Speak for Sexlab. TES5Edit will tell you exactly where the problem is when you try loading all the mods. I have check elisif relationship is 2 and i have fast travel from solitude castle to riften and back still the quest is not triggered. I'm afraid I can't help you then. Whatever is causing the quest to not start is probably being caused by another mod you have installed. Alright! I gonna check this out. What is LAL exactly? Alternate Start?
hamthe3rd Posted August 14, 2015 Posted August 14, 2015 I tried to offer sex to get the key from the guy in the Warrens, and it never fired after the dialogue completed. Tried it four times before just doing the normal way to get it. (speachcraft) I did have sex with him eventually, having him teach sneak for sex. That worked. The sex scene never started, or you didn't get the key after sex? Sex scene never started. It only did it for the training for sneak. This may have been SLEN for the training...
Guest Posted August 14, 2015 Posted August 14, 2015 Hai! I've experienced something weird when I upgraded to the newsets version. I loaded save where my character was bitten by a vampire some time ago (Cassock, yes I used the dialog option where he changes you during sex) but I wasn't fully changed. After upgrade it looked like I was trapped in an endless loop of the transformation animation. When I got back to the older version everything came to normal. Papyrus.log Papyrus 2.log
WraithSlayer Posted August 14, 2015 Author Posted August 14, 2015 Hai! I've experienced something weird when I upgraded to the newsets version. I loaded save where my character was bitten by a vampire some time ago (Cassock, yes I used the dialog option where he changes you during sex) but I wasn't fully changed. After upgrade it looked like I was trapped in an endless loop of the transformation animation. When I got back to the older version everything came to normal. Oh. Revert to a Solutions 3.x save and stick with the old version until you either cure yourself or turn into a fully-fledged vampire. At that point, you can upgrade to 4.x.
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