xyzxyz Posted April 24, 2018 Posted April 24, 2018 Andrews lvl is 4 with 100%. there should be a quest to get lvl 5, am i correct? i have no Idea how to trigger the quest.
fishburger67 Posted April 24, 2018 Author Posted April 24, 2018 1 hour ago, xyzxyz said: Andrews lvl is 4 with 100%. there should be a quest to get lvl 5, am i correct? i have no Idea how to trigger the quest. Read the troubleshooting page, that is what it is there for.
xyzxyz Posted April 25, 2018 Posted April 25, 2018 Something with the bunny tail quest went wrong. I reached lvl 4 without getting the quest, and now Andrew wants the player to wear it. I had to say that i forgot it and he gave me one.
fishburger67 Posted April 25, 2018 Author Posted April 25, 2018 8 hours ago, xyzxyz said: Something with the bunny tail quest went wrong. I reached lvl 4 without getting the quest, and now Andrew wants the player to wear it. I had to say that i forgot it and he gave me one. Once again, read the trouble shooting page. I spent a lot of time answering all these questions there.
xyzxyz Posted April 29, 2018 Posted April 29, 2018 After the skoma session with Andrew i rejected him and he left. But the player can't jump anymore and she is walking through objects. Saving the game is impossible too. Stopping all animations with the sexlab menu or zaz didn't help. How can I regain controll?
valcon767 Posted April 29, 2018 Posted April 29, 2018 7 hours ago, xyzxyz said: After the skoma session with Andrew i rejected him and he left. But the player can't jump anymore and she is walking through objects. Saving the game is impossible too. Stopping all animations with the sexlab menu or zaz didn't help. How can I regain controll? some things i was able to use in the past to regain control when i lost it (not from the same thing you lost it from though), so these may or may not work 1 - use ZAZ MCM to restore player controls 2 - use ZAZ MCM to force player to ai control, then use it to release player from ai control 3 - trigger a Sexlab animation, and let it play out normally 4 - use a crafting station (Arcane Enchanter, Alchemy Table, Blacksmith Anvil) and exit it 5 - use a mod so that it plays a scene that takes away controls then later returns it (example = CD Shop punishment scene) hope one of these works for you (if you have not already tried them all)
Wookd Posted May 3, 2018 Posted May 3, 2018 On ١١/١٢/٢٠١٥ at 10:33 PM, fishburger67 said: TroubleShooting MiasLair is bug free (or at least 99.9% bug free). It is also reasonably compatible with most of the mods you use. Open the spoiler below and see if your issue is listed there. If not, make sure you do not have an overloaded papyrus engine. About 90% of the issues I deal with are due to papyrus overload, i.e. too many papyrus scripts running at the same time. MiasLair itself does not run any papyrus scripts on a regular basis. It does run papyrus scripts when you change from one cell to another if the MCM option is turned on. Beyond that, it runs some very small scripts (just like the vanilla game) to trigger animations and the like. However, if these scripts do not run (because other mods are taking up all the papyrus engine resources) the scenes fail. If you are having issues with MiasLair, you will almost certainly have issues with any scripted scenes in the vanilla game like the civil war and so on, so it is best to just fix them. Here are some steps to follow. 1. Run your save through SaveTool.exe (because that is really easy) if that does not fix your problem 2. Examine your mod load and compare it against the list of known heavy papyrus mods you will find on our home page 3. Make and examine a papyrus log, details here http://www.loverslab.com/topic/40181-sexlab-troubleshooting/ 4. Learn how to use PDT and run your save through it. A good guide can be found around the middle of the page here http://www.loverslab.com/topic/22241-sexlab-troubleshooting-support-guide/?p=549438 5. Visit Sacrema's Modding Guide thread and post your questions there if you have questions about one mod or another. Make a papyrus log and get a text file contain your mod load order before you post there because he will need those. Here is some additional information from Aqqh if your papyrus log is showing Stack Dumps: Reveal hidden contents Generally there are two reasons: - too many scripted mods installed - each scripted mod has some impact on script engine. But ofc some are impacting it lot more than others. Check the list of stack dumps (from your papyrus log) for entries that happen especially often.Keep in mind that once script engine gets overloaded all sort of scripts are getting dumped - even those that are not to blame.On this list you will have both scripts that are victims of such dump and scripts that caused it.best way to figure out which is to blame is to check which entry started the stuck dump and which happen especially often. If some entry is coming from some mod it may indicate this mod is not working properly (for example it wasn't properly updated) or using it has a lot of impact on script engine (commonly referred as script heavy mods). You may consider uninstalling that mod/ reinstalling it / cleaning your save from that mod then installing it again. You may also try manually removing those scripts with save game cleaner. Sacremas wrote a guide how to keep your papyrus engine healthy. Some vanilla scripts can make a mess as well. There was one related to Master Restoration magic ritual quest (MGR06 script if i remember right). Other one related to Dun Moss cavern quest. There are plenty more most likely. For me if those started to make a mess for me i was just removing them with savecleaner - game would load them again (hopefully with better result) In some cases stack dumps may be caused by sudden "burst" of papyrus activity For example if you use some mod that has OnItemRemoved Event used to trigger something. and you carry A LOT of items in your inventory and then you will trigger the gas trap from Mia starting quest - which removes all items from your inventory Then this event will react to each and every item that is removed from your inventory. So if you're carrying a lot of junk it will cause such sudden burst of papyrus activity. That's why it is possible to get stack dumps when Archerone scene is starting - for example. In this case simply remove some items from your inventory yourself (stash them in some container for example) before that RemoveAllItems script is triggered. Another example if you got several mods with OnHit() Event and then your character would be taking a lot of hits (for example 3 vampires spamming drain life on you - that's 3 hits every second) it may cause similar burst and stack dumps. I am not getting the Radiant Quests as I expect for Andrew. Before we get started: 1. Do not set SexSlAndrewState to 5. It should only be set to a maximum of 4 depending on what quests you have finished., If you did the bunny tail quest (and it completed successfully), you will get the skooma quest next, but only if you are level 4. 2. You shouldn't normally have to do anything at all to have these quests run. If you do, something is fucked up. Do you have script overload? Check your papyrus log for clues. Make sure you have Andrew set as dominant in MCM. If you have completed radiant quests for Sasha/Jenny, the quests for Andrew will not trigger. If you have done the the radiant quests with Sasha/Jenny do the following in console (but only if you have completed the quests for Sasha/Jenny): set SexSlBunnyTailCount to 0 set SexSlSlaveQuestRunning to 0 set SexSlGiftCount to 0 set SexSlAndrewState to 3 set SexSlaveQuestLastTime to 0 Then, go to a major city and start getting the food quests done. Make sure CurrentFollowerFaction on Andrew is >= 0 You can test this by targeting andrew in console mode and getfactionrank 5c84e As far as Andrew goes, after level 4, all advancement is done through radiant quests. At level 3, you are ready for the bunny tail quest. The requirements are: SexSlaveQuestLastTime < currenttime sexslslavequestrunning == 0 Andrew in CurrentFollowerFaction (5c84e) (target andrew in console mode and GetFactionRank 5c843) Andrew love state (SexSlAndrewState) >= 3 2 food quests (SexSlGiftCount) >= 2 SexSlBunnyTailCount == 0 MiaFindBunnyTail is not running and not completed (sqv MiaFindBunnyTail) MiaAndrewFindSlaveStuff is not running (sqv MiaAndrewFindSlaveStuff) If all these conditions are true, the quest will trigger when you enter a city (I use whiterun for testing). At level 4, you should be ready for the skooma quest. You should already have done at least 2 food quests and done the bunny tail quest. If that is the case, and enough time has passed (4 game days by default), you should get the skooma quest the next time you visit a city. One person with script overload had the bunny tail quest not complete correctly which fucks things up. If you have done the bunny tail quest, you can find out if you had problems as follows: At the conclusing of the bunnytaili quest (after you actually kill the boss and get it), the quest objective is to remove your armor and equip the bunny tail. After you do that, a script fires and you bend over and there is a sex scene. If that did not happen, you have papyrus overload and the script was prevented from running. Suggest you fix your load order by removing some of the heavier mods. To find out if you have problems with the bunny tail quest: do in console: sqv MiaAndFindBunnyTail and make sure the quest is completed. Make sure you actually have the bunny tail and getglobalvariable SexSlBunnyTailCount returns 1 Make sure getglobalvariable SexSlSlaveQuestRunning returns 0 Make sure CurrentFollowerFaction on Andrew is >= 0 You can test this by targeting andrew in console mode and getfactionrank 5c84e If you want things to go as fast as possible, make sure you have the quest frequency as low as possible (2 days is the lowest, 4 is the default). After the Skooma quest: getglobalvalue sexslchastitybeltcount If it is 1, you should get the shield quest next. If it is 0, you should get the chastity belt quest next. Assuming you need the chastity belt, the conditions are: sexslandrewstate >= 5sexslgiftcount >= 2 and none of the following quests are runninng: MiaAndrewFindSlaveStuff MiaAndFindPonyTail MiaAndFindChastityBelt MiaAndFindShield Do an SQV on all 4 quests above and make sure they are not running. Also, Andrew must be in CurrentFollowerFaction, the radiant timer has expired (settable in MCM), SexSlSlaveQuestRunning==0. The radiant timer has exiped if: getglobalvalue GameDaysPassed > getglobalvalue SexSlSlaveQuestLastTime If all these conditions are true, you should be able to fast travel to whiterun and get the chastity belt quest. If you already have the chastity belt, You should get the shield quest. It has the same conditions as above except that SexSlChastityBeltCount > 0 and SexslButtPlugCount > 0 (which it true from your above post). CurrentFollowerFaction is 5c84e and as I recall, getfactionrank 0005C84E should return >= 0 after you have selected Andrew in the console. Sometimes, when I am testing, I travel to whiterun and if I expect the quest to trigger and it does not, I go into Breezehome, wait a minute and then go out again and see if it triggers. To get a radiant quest to trigger, you have to be outside in a major city. I am not getting the Radiant Quests as I expect for Sasha and Jenny. You must be outside in a major city. Make sure you have Sasha and or Jenny as a follower by targeting them and then in console mode: getfactionrank 5C84E The result should be 0 or higher sqv MiaFindButtPlug sqv MiaFindBunnyTail sqv MiaFindSlaveStuff All these quests must be stopped (or not running in some way). If you have one of them running, complete the quest before another will trigger. getglovalvalue SexSlSlaveQuestRunning The above must be 0. If not, set it to 0 Andrew is Dominant in MCM menu must NOT be checked. getglobalvalue SexSlButtPlugCount Should be 1 after completing the butt plug quest. If this value is 1, you should be able to get the food and bunnytail quests. Otherwise, only the butt plug quest will trigger. If all the above looks right and you want to cheat: Reveal hidden contents Go into Breezehome set SexSlSlaveQuestLastTime to 0 Exit breezehome and you should get a quest Check this post for more info: http://www.loverslab.com/topic/36882-sexlab-sex-slaves-62-december-06-2016/?p=1648552 I don't get the letter from the courier to start the quest If you don't get the letter from the courier the first time you visit a major city to start the quest, open the spoiler below. This should help you solve problems with the vanilla courier system. Reveal hidden contents I spent a few hours and researched the courier quest. It is pretty simple. The quest we are talking about is WICourier. It is a radiant quest started when the player moves to a city. For this quest to start, the following two globalvar need: WIEventsEnabled == 1 WICourierItemCount > 0 query this in console with getglobalvalue WIEventsEnabled etc The other things that are required are the courier and the container the courier gets his stuff from. Both of them are in the WICourierCell. The courier himself is disabled by default, so if you coc to WICourierCell, he won't be there, but the container will. The container is a barrel in the center of the room. The courier is WICourierNPCRef WICourierNPC (Base) (00039F83) Ref (00039FB7) The container is WICourierContainerRef WICourierContainer (Base) 00039FB8 Sadly, you cannot coc to the cell and check the container because it is locked with no key, but you can at least verify that the container exists. You can verify that the courier himself exists by Start a new game with MiasLair in your load order and wait a few seconds for everything to settle down and all the mcm menus are loaded. Cocing to the cell with: coc WICourierCell then prid 00039FB7 enable He should then come in to view near the barrel. then disable then If all that works and WIEventsEnabled == 1 and WICourierItemCount > 0 (MiasLair puts a note in the barrel at startup) coc whiterunbanneredmare then, walk outside and head for the gate. The courier should meet you down there. If not, I am stumped. Try in console sqv WICourier It should be running. Specific Issues 1. Boss Jorlan doesn't want to talk to me, said I should be alone, but I have no Followers, why was that? A1: check in the console help PlayerFollowerCount if you're sure that you have no followers then try setting that value to 0. 2. I am getting Stack Dumps in my papyrus script, how do I delete them Reveal hidden contents you cant just delete them. it's some kind of script doing things that are overloading your script engine. Very likely more than one script. Generally there are two reasons: - too many scripted mods installed - each scripted mod has some impact on script engine. But ofc some are impacting it lot more than others. - you have at least one scripted mod that is not working as it should Check the list of stack dumps for entries that happen especially often. Keep in mind that once script engine gets overloaded all sort of scripts are getting dumped - even those that are not to blame. On this list you will have both scripts that are victims of such dump and scripts that caused it. best way to figure out which is to blame is to check which entry started the stuck dump and which happen especially often. If some entry is coming from some mod it may indicate this mod is not working properly (for example it wasn't properly updated) or using it has a lot of impact on script engine (commonly referred as script heavy mods). You may consider uninstalling that mod/ reinstalling it / cleaning your save from that mod then installing it again. You may also try manually removing those scripts with save game cleaner. Sacremas wrote a guide how to keep your papyrus engine healthy. Some vanilla scripts can make a mess as well. There was one related to Master Restoration magic ritual quest (MGR06 script if i remember right). Other one related to Dun Moss cavern quest. There are plenty more most likely. For me if those started to make a mess for me i was just removing them with savecleaner - game would load them again (hopefully with better result) In some cases stack dumps may be caused by sudden "burst" of papyrus activity For example if you use some mod that has OnItemRemoved Event used to trigger something. and you carry A LOT of items in your inventory and then you will trigger the gas trap from Mia starting quest - which removes all items from your inventory Then this event will react to each and every item that is removed from your inventory. So if you're carrying a lot of junk it will cause such sudden burst of papyrus activity. That's why it is possible to get stack dumps when Archerone scene is starting - for example. In this case simply remove some items from your inventory yourself (stash them in some container for example) before that RemoveAllItems script is triggered. Another example if you got several mods with OnHit() Event and then your character would be taking a lot of hits (for example 3 vampires spamming drain life on you - that's 3 hits every second) it may cause similar burst and stack dumps. 3. I am having problems with the Archerone scene. A3: You have papyrus overload. See the answers above. Make a papyrus log and examine it. 4. I am having problems with Volkar scenes. A4: You have papyrus overload. See the answers above. Make a papyrus log and examine it. 5. I am having problems with the Andrew Skooma scene. A5: You have papyrus overload. See the answers above. Make a papyrus log and examine it. 6. After entering the gas trap I get a message "You dye, not enough followers". A: You should have no followers, but the vanilla system thinks you do. Check the MCM menu and make sure it says 0. Vess should NOT be a follower at this point. 7. My game runs really slow or I am having problems after I exit the gas trap scene and go down the stairs to kill archerone. Check out this post I finally found my issue a few mins ago when I decided to have one more go at getting this to work. It turns out that I had some Papyrus settings in my Skyrim.ini that were causing some issues. I had forgot about them because I added them so long ago. They make/made my game run much better with exception of this issue I've been having. Do you by any chance have the following [Papyrus] settings in your ini? fUpdateBudgetMS=800 fExtraTaskletBudgetMS=800 fPostLoadUpdateTimeMS=2000 iMinMemoryPageSize=256 iMaxMemoryPageSize=512 iMaxAllocatedMemoryBytes=2457600 If you have any of the above, the best choice is just to delete them all. The first two are particularly crazy. If you want to try and get better performance, try these: Change to fUpdateBudgetMS=1.8 fExtraTaskletBudgetMS=1.8 fPostLoadUpdateTimeMS=2000.0 iMinMemoryPageSize=256 iMaxMemoryPageSize=512 iMaxAllocatedMemoryBytes=153600 You can also check out these ini recommendation here http://www.nexusmods.com/skyrim/mods/50244/? The recommendation is to remove them all (returning them to the default). If you read the above in the papyrus section, this has been confirmed by a Skyrim developer. Hmmm the bandit boss is not there
Wookd Posted May 3, 2018 Posted May 3, 2018 On ١١/١٢/٢٠١٥ at 10:33 PM, fishburger67 said: TroubleShooting MiasLair is bug free (or at least 99.9% bug free). It is also reasonably compatible with most of the mods you use. Open the spoiler below and see if your issue is listed there. If not, make sure you do not have an overloaded papyrus engine. About 90% of the issues I deal with are due to papyrus overload, i.e. too many papyrus scripts running at the same time. MiasLair itself does not run any papyrus scripts on a regular basis. It does run papyrus scripts when you change from one cell to another if the MCM option is turned on. Beyond that, it runs some very small scripts (just like the vanilla game) to trigger animations and the like. However, if these scripts do not run (because other mods are taking up all the papyrus engine resources) the scenes fail. If you are having issues with MiasLair, you will almost certainly have issues with any scripted scenes in the vanilla game like the civil war and so on, so it is best to just fix them. Here are some steps to follow. 1. Run your save through SaveTool.exe (because that is really easy) if that does not fix your problem 2. Examine your mod load and compare it against the list of known heavy papyrus mods you will find on our home page 3. Make and examine a papyrus log, details here http://www.loverslab.com/topic/40181-sexlab-troubleshooting/ 4. Learn how to use PDT and run your save through it. A good guide can be found around the middle of the page here http://www.loverslab.com/topic/22241-sexlab-troubleshooting-support-guide/?p=549438 5. Visit Sacrema's Modding Guide thread and post your questions there if you have questions about one mod or another. Make a papyrus log and get a text file contain your mod load order before you post there because he will need those. Here is some additional information from Aqqh if your papyrus log is showing Stack Dumps: Reveal hidden contents Generally there are two reasons: - too many scripted mods installed - each scripted mod has some impact on script engine. But ofc some are impacting it lot more than others. Check the list of stack dumps (from your papyrus log) for entries that happen especially often.Keep in mind that once script engine gets overloaded all sort of scripts are getting dumped - even those that are not to blame.On this list you will have both scripts that are victims of such dump and scripts that caused it.best way to figure out which is to blame is to check which entry started the stuck dump and which happen especially often. If some entry is coming from some mod it may indicate this mod is not working properly (for example it wasn't properly updated) or using it has a lot of impact on script engine (commonly referred as script heavy mods). You may consider uninstalling that mod/ reinstalling it / cleaning your save from that mod then installing it again. You may also try manually removing those scripts with save game cleaner. Sacremas wrote a guide how to keep your papyrus engine healthy. Some vanilla scripts can make a mess as well. There was one related to Master Restoration magic ritual quest (MGR06 script if i remember right). Other one related to Dun Moss cavern quest. There are plenty more most likely. For me if those started to make a mess for me i was just removing them with savecleaner - game would load them again (hopefully with better result) In some cases stack dumps may be caused by sudden "burst" of papyrus activity For example if you use some mod that has OnItemRemoved Event used to trigger something. and you carry A LOT of items in your inventory and then you will trigger the gas trap from Mia starting quest - which removes all items from your inventory Then this event will react to each and every item that is removed from your inventory. So if you're carrying a lot of junk it will cause such sudden burst of papyrus activity. That's why it is possible to get stack dumps when Archerone scene is starting - for example. In this case simply remove some items from your inventory yourself (stash them in some container for example) before that RemoveAllItems script is triggered. Another example if you got several mods with OnHit() Event and then your character would be taking a lot of hits (for example 3 vampires spamming drain life on you - that's 3 hits every second) it may cause similar burst and stack dumps. I am not getting the Radiant Quests as I expect for Andrew. Before we get started: 1. Do not set SexSlAndrewState to 5. It should only be set to a maximum of 4 depending on what quests you have finished., If you did the bunny tail quest (and it completed successfully), you will get the skooma quest next, but only if you are level 4. 2. You shouldn't normally have to do anything at all to have these quests run. If you do, something is fucked up. Do you have script overload? Check your papyrus log for clues. Make sure you have Andrew set as dominant in MCM. If you have completed radiant quests for Sasha/Jenny, the quests for Andrew will not trigger. If you have done the the radiant quests with Sasha/Jenny do the following in console (but only if you have completed the quests for Sasha/Jenny): set SexSlBunnyTailCount to 0 set SexSlSlaveQuestRunning to 0 set SexSlGiftCount to 0 set SexSlAndrewState to 3 set SexSlaveQuestLastTime to 0 Then, go to a major city and start getting the food quests done. Make sure CurrentFollowerFaction on Andrew is >= 0 You can test this by targeting andrew in console mode and getfactionrank 5c84e As far as Andrew goes, after level 4, all advancement is done through radiant quests. At level 3, you are ready for the bunny tail quest. The requirements are: SexSlaveQuestLastTime < currenttime sexslslavequestrunning == 0 Andrew in CurrentFollowerFaction (5c84e) (target andrew in console mode and GetFactionRank 5c843) Andrew love state (SexSlAndrewState) >= 3 2 food quests (SexSlGiftCount) >= 2 SexSlBunnyTailCount == 0 MiaFindBunnyTail is not running and not completed (sqv MiaFindBunnyTail) MiaAndrewFindSlaveStuff is not running (sqv MiaAndrewFindSlaveStuff) If all these conditions are true, the quest will trigger when you enter a city (I use whiterun for testing). At level 4, you should be ready for the skooma quest. You should already have done at least 2 food quests and done the bunny tail quest. If that is the case, and enough time has passed (4 game days by default), you should get the skooma quest the next time you visit a city. One person with script overload had the bunny tail quest not complete correctly which fucks things up. If you have done the bunny tail quest, you can find out if you had problems as follows: At the conclusing of the bunnytaili quest (after you actually kill the boss and get it), the quest objective is to remove your armor and equip the bunny tail. After you do that, a script fires and you bend over and there is a sex scene. If that did not happen, you have papyrus overload and the script was prevented from running. Suggest you fix your load order by removing some of the heavier mods. To find out if you have problems with the bunny tail quest: do in console: sqv MiaAndFindBunnyTail and make sure the quest is completed. Make sure you actually have the bunny tail and getglobalvariable SexSlBunnyTailCount returns 1 Make sure getglobalvariable SexSlSlaveQuestRunning returns 0 Make sure CurrentFollowerFaction on Andrew is >= 0 You can test this by targeting andrew in console mode and getfactionrank 5c84e If you want things to go as fast as possible, make sure you have the quest frequency as low as possible (2 days is the lowest, 4 is the default). After the Skooma quest: getglobalvalue sexslchastitybeltcount If it is 1, you should get the shield quest next. If it is 0, you should get the chastity belt quest next. Assuming you need the chastity belt, the conditions are: sexslandrewstate >= 5sexslgiftcount >= 2 and none of the following quests are runninng: MiaAndrewFindSlaveStuff MiaAndFindPonyTail MiaAndFindChastityBelt MiaAndFindShield Do an SQV on all 4 quests above and make sure they are not running. Also, Andrew must be in CurrentFollowerFaction, the radiant timer has expired (settable in MCM), SexSlSlaveQuestRunning==0. The radiant timer has exiped if: getglobalvalue GameDaysPassed > getglobalvalue SexSlSlaveQuestLastTime If all these conditions are true, you should be able to fast travel to whiterun and get the chastity belt quest. If you already have the chastity belt, You should get the shield quest. It has the same conditions as above except that SexSlChastityBeltCount > 0 and SexslButtPlugCount > 0 (which it true from your above post). CurrentFollowerFaction is 5c84e and as I recall, getfactionrank 0005C84E should return >= 0 after you have selected Andrew in the console. Sometimes, when I am testing, I travel to whiterun and if I expect the quest to trigger and it does not, I go into Breezehome, wait a minute and then go out again and see if it triggers. To get a radiant quest to trigger, you have to be outside in a major city. I am not getting the Radiant Quests as I expect for Sasha and Jenny. You must be outside in a major city. Make sure you have Sasha and or Jenny as a follower by targeting them and then in console mode: getfactionrank 5C84E The result should be 0 or higher sqv MiaFindButtPlug sqv MiaFindBunnyTail sqv MiaFindSlaveStuff All these quests must be stopped (or not running in some way). If you have one of them running, complete the quest before another will trigger. getglovalvalue SexSlSlaveQuestRunning The above must be 0. If not, set it to 0 Andrew is Dominant in MCM menu must NOT be checked. getglobalvalue SexSlButtPlugCount Should be 1 after completing the butt plug quest. If this value is 1, you should be able to get the food and bunnytail quests. Otherwise, only the butt plug quest will trigger. If all the above looks right and you want to cheat: Reveal hidden contents Go into Breezehome set SexSlSlaveQuestLastTime to 0 Exit breezehome and you should get a quest Check this post for more info: http://www.loverslab.com/topic/36882-sexlab-sex-slaves-62-december-06-2016/?p=1648552 I don't get the letter from the courier to start the quest If you don't get the letter from the courier the first time you visit a major city to start the quest, open the spoiler below. This should help you solve problems with the vanilla courier system. Reveal hidden contents I spent a few hours and researched the courier quest. It is pretty simple. The quest we are talking about is WICourier. It is a radiant quest started when the player moves to a city. For this quest to start, the following two globalvar need: WIEventsEnabled == 1 WICourierItemCount > 0 query this in console with getglobalvalue WIEventsEnabled etc The other things that are required are the courier and the container the courier gets his stuff from. Both of them are in the WICourierCell. The courier himself is disabled by default, so if you coc to WICourierCell, he won't be there, but the container will. The container is a barrel in the center of the room. The courier is WICourierNPCRef WICourierNPC (Base) (00039F83) Ref (00039FB7) The container is WICourierContainerRef WICourierContainer (Base) 00039FB8 Sadly, you cannot coc to the cell and check the container because it is locked with no key, but you can at least verify that the container exists. You can verify that the courier himself exists by Start a new game with MiasLair in your load order and wait a few seconds for everything to settle down and all the mcm menus are loaded. Cocing to the cell with: coc WICourierCell then prid 00039FB7 enable He should then come in to view near the barrel. then disable then If all that works and WIEventsEnabled == 1 and WICourierItemCount > 0 (MiasLair puts a note in the barrel at startup) coc whiterunbanneredmare then, walk outside and head for the gate. The courier should meet you down there. If not, I am stumped. Try in console sqv WICourier It should be running. Specific Issues 1. Boss Jorlan doesn't want to talk to me, said I should be alone, but I have no Followers, why was that? A1: check in the console help PlayerFollowerCount if you're sure that you have no followers then try setting that value to 0. 2. I am getting Stack Dumps in my papyrus script, how do I delete them Reveal hidden contents you cant just delete them. it's some kind of script doing things that are overloading your script engine. Very likely more than one script. Generally there are two reasons: - too many scripted mods installed - each scripted mod has some impact on script engine. But ofc some are impacting it lot more than others. - you have at least one scripted mod that is not working as it should Check the list of stack dumps for entries that happen especially often. Keep in mind that once script engine gets overloaded all sort of scripts are getting dumped - even those that are not to blame. On this list you will have both scripts that are victims of such dump and scripts that caused it. best way to figure out which is to blame is to check which entry started the stuck dump and which happen especially often. If some entry is coming from some mod it may indicate this mod is not working properly (for example it wasn't properly updated) or using it has a lot of impact on script engine (commonly referred as script heavy mods). You may consider uninstalling that mod/ reinstalling it / cleaning your save from that mod then installing it again. You may also try manually removing those scripts with save game cleaner. Sacremas wrote a guide how to keep your papyrus engine healthy. Some vanilla scripts can make a mess as well. There was one related to Master Restoration magic ritual quest (MGR06 script if i remember right). Other one related to Dun Moss cavern quest. There are plenty more most likely. For me if those started to make a mess for me i was just removing them with savecleaner - game would load them again (hopefully with better result) In some cases stack dumps may be caused by sudden "burst" of papyrus activity For example if you use some mod that has OnItemRemoved Event used to trigger something. and you carry A LOT of items in your inventory and then you will trigger the gas trap from Mia starting quest - which removes all items from your inventory Then this event will react to each and every item that is removed from your inventory. So if you're carrying a lot of junk it will cause such sudden burst of papyrus activity. That's why it is possible to get stack dumps when Archerone scene is starting - for example. In this case simply remove some items from your inventory yourself (stash them in some container for example) before that RemoveAllItems script is triggered. Another example if you got several mods with OnHit() Event and then your character would be taking a lot of hits (for example 3 vampires spamming drain life on you - that's 3 hits every second) it may cause similar burst and stack dumps. 3. I am having problems with the Archerone scene. A3: You have papyrus overload. See the answers above. Make a papyrus log and examine it. 4. I am having problems with Volkar scenes. A4: You have papyrus overload. See the answers above. Make a papyrus log and examine it. 5. I am having problems with the Andrew Skooma scene. A5: You have papyrus overload. See the answers above. Make a papyrus log and examine it. 6. After entering the gas trap I get a message "You dye, not enough followers". A: You should have no followers, but the vanilla system thinks you do. Check the MCM menu and make sure it says 0. Vess should NOT be a follower at this point. 7. My game runs really slow or I am having problems after I exit the gas trap scene and go down the stairs to kill archerone. Check out this post I finally found my issue a few mins ago when I decided to have one more go at getting this to work. It turns out that I had some Papyrus settings in my Skyrim.ini that were causing some issues. I had forgot about them because I added them so long ago. They make/made my game run much better with exception of this issue I've been having. Do you by any chance have the following [Papyrus] settings in your ini? fUpdateBudgetMS=800 fExtraTaskletBudgetMS=800 fPostLoadUpdateTimeMS=2000 iMinMemoryPageSize=256 iMaxMemoryPageSize=512 iMaxAllocatedMemoryBytes=2457600 If you have any of the above, the best choice is just to delete them all. The first two are particularly crazy. If you want to try and get better performance, try these: Change to fUpdateBudgetMS=1.8 fExtraTaskletBudgetMS=1.8 fPostLoadUpdateTimeMS=2000.0 iMinMemoryPageSize=256 iMaxMemoryPageSize=512 iMaxAllocatedMemoryBytes=153600 You can also check out these ini recommendation here http://www.nexusmods.com/skyrim/mods/50244/? The recommendation is to remove them all (returning them to the default). If you read the above in the papyrus section, this has been confirmed by a Skyrim developer. There is no bandit boss at the location.
fishburger67 Posted May 3, 2018 Author Posted May 3, 2018 3 hours ago, Wookd said: There is no bandit boss at the location. You didn't folllow the quest or a script did not run because you have papyrus overload.
myhouseatl Posted May 8, 2018 Posted May 8, 2018 On 12/11/2015 at 1:33 PM, fishburger67 said: getglobalvariable SexSlSlaveQuestRunning returns 0 My getglobalvariable SexSlSlaveQuestRunning returns 1 after doing the bunny tail quest. How can I fix this? Or should I worry about it? I haven't gotten a quest for skooma. Edit: Err, never-mind. Found Skooma pony! Mod had a tree and rock hiding him...
fishburger67 Posted May 8, 2018 Author Posted May 8, 2018 35 minutes ago, myhouseatl said: My getglobalvariable SexSlSlaveQuestRunning returns 1 after doing the bunny tail quest. How can I fix this? Or should I worry about it? I haven't gotten a quest for skooma. Should be set to 0 automatically when the bunny tail quest is completed. There is a scripted scene at the end that must be allowed to run. If you did not let it run (or it failed because of script overload), set it manually to 0. If you have script overload, try the SSE version.
myhouseatl Posted May 8, 2018 Posted May 8, 2018 7 hours ago, fishburger67 said: Should be set to 0 automatically when the bunny tail quest is completed. There is a scripted scene at the end that must be allowed to run. If you did not let it run (or it failed because of script overload), set it manually to 0. If you have script overload, try the SSE version. Well, I didn't change it and so far everything worked fine. Pony scene worked, returned for a treat with Andrew. That is a good indication everything went fine? Nothing else should get borked up right?
myhouseatl Posted May 8, 2018 Posted May 8, 2018 I have to say, what a mod! Loverslab should give out awards for best mods. This is just excellent! Andrews voice acting is superb. Really adds to the personality. You actually start to like his sadomasochistic sexist relationship. Because men are just pigs... Wow, I can hear all the angry feminist screaming their hatred every time Andrew speaks! 1
fishburger67 Posted May 8, 2018 Author Posted May 8, 2018 9 hours ago, myhouseatl said: I have to say, what a mod! Loverslab should give out awards for best mods. This is just excellent! Andrews voice acting is superb. Really adds to the personality. You actually start to like his sadomasochistic sexist relationship. Because men are just pigs... Wow, I can hear all the angry feminist screaming their hatred every time Andrew speaks! Thanks, I might just quote you.
mazz89 Posted May 12, 2018 Posted May 12, 2018 Hi @fishburger67, will your all future work be in SSE?
fishburger67 Posted May 12, 2018 Author Posted May 12, 2018 13 minutes ago, mazz89 said: Hi @fishburger67, will your all future work be in SSE? Yes, I have just completed a FlowerGirls port of Sex Slaves SSE and until Ashal gets Sexlab out of beta, I will be focusing on that. SSE is so rock solid that I see no sense putting any more effort into oldrim. 2
mazz89 Posted May 12, 2018 Posted May 12, 2018 1 hour ago, fishburger67 said: Yes, I have just completed a FlowerGirls port of Sex Slaves SSE and until Ashal gets Sexlab out of beta, I will be focusing on that. SSE is so rock solid that I see no sense putting any more effort into oldrim. Maybe I will give SSE a try once Sexlab is out of beta.
fred200 Posted May 12, 2018 Posted May 12, 2018 15 minutes ago, mazz89 said: Maybe I will give SSE a try once Sexlab is out of beta. Every mod on LoversLab could be considered to be in Beta. Vanishing few are as stable as Sexlab. You are missing out on a very reliable structure, using that as an excuse.
fishburger67 Posted May 12, 2018 Author Posted May 12, 2018 38 minutes ago, fred200 said: Every mod on LoversLab could be considered to be in Beta. Vanishing few are as stable as Sexlab. You are missing out on a very reliable structure, using that as an excuse. I agree. Then too, there is flower girls which is rock solid.
fishburger67 Posted May 12, 2018 Author Posted May 12, 2018 A question for all users and particularly female users. I am considering how to spend my limited time developing Sex Slaves. I am currently porting Sex Slaves over to Flower Girls and am nearly finished there. One of the things I have to do yet is to test and fix any SSE/Flower Girl issues involving the Dark Possession quest. This is where you talk to Volkar and he makes the female player a sex slave. So, the question. How many users want me to spend the time required to make this Dark Possession script work well? 1
mazz89 Posted May 12, 2018 Posted May 12, 2018 Haha Call me lazy...I love my current oldrim setup (mods, enb and textures) Not sure wanna go through it again or even possible . Eventually though I will have no option but to move as new mods will be SSE exclusive.
myhouseatl Posted May 13, 2018 Posted May 13, 2018 I'm having trouble with the belt Andrew gave me. (Serves me right for disappointing my master!) After I ask him to remove it and he agrees, I still can't access my Inventory unless I save and reload. Should there be a script firing to restore my inventory?
Old Book Posted May 13, 2018 Posted May 13, 2018 On 5/11/2018 at 8:24 PM, fishburger67 said: Yes, I have just completed a FlowerGirls port of Sex Slaves SSE and until Ashal gets Sexlab out of beta, I will be focusing on that. SSE is so rock solid that I see no sense putting any more effort into oldrim. Though I'm sad to hear you won't be doing anything more for LE, knowing that Mia and company are waiting in SE gives me more reason to eventually make the switch myself.
fishburger67 Posted May 14, 2018 Author Posted May 14, 2018 On 5/13/2018 at 8:14 AM, Old Book said: Though I'm sad to hear you won't be doing anything more for LE, knowing that Mia and company are waiting in SE gives me more reason to eventually make the switch myself. I haven't actually added anything new. It was a month porting to Flower Girls and I am still not done. So, you are missing nothing. On 5/11/2018 at 11:00 PM, mazz89 said: Haha Call me lazy...I love my current oldrim setup (mods, enb and textures) Not sure wanna go through it again or even possible . Eventually though I will have no option but to move as new mods will be SSE exclusive. What belt? The chastity belt? 1
myhouseatl Posted May 15, 2018 Posted May 15, 2018 10 hours ago, fishburger67 said: I haven't actually added anything new. It was a month porting to Flower Girls and I am still not done. So, you are missing nothing. What belt? The chastity belt? Yea, I messed around with Serana and Andrew decided to punish me. I think it had another name though. It was a quest item I picked up for Andrew.
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