Kimy Posted March 7, 2021 Author Posted March 7, 2021 On 3/1/2021 at 3:44 AM, Yoen said: can we get a short quest to start the bondage prison quest without becoming a criminal? like false accusation or mistaken identity or framed? like get on the bad side of a powerful noble, so they set you up or even accept a bounty and then the target gets the drop on you and you end up getting mistaken for wanted criminal? Sounds fun. I will put this on my to-do list! 1
darktej Posted March 7, 2021 Posted March 7, 2021 4 hours ago, abds100 said: I was just walking along a main road of Skyrim with Chloe following me after rescuing her from Helgen. We both had no bondage items equipped at all. I think Chloe's quest(maybe this whole series of quests) is a specific one as you said but I'm not sure about that. If you have just rescued Chloe..that means her quest is still active. Try completing it and see whether it works.
WhatRules Posted March 8, 2021 Posted March 8, 2021 I've also encountered the ignoring of disable chastity settings in my game, as was reported earlier in the thread. I'm playing the SE version, but Zarantha told me to report it here. I don't see why there is a difference for characters below level 3 though, since I can't see the logic in it from a trap-designer point of view. Could it be a remnant from the time when traps didn't trigger at all for new characters?
abds100 Posted March 8, 2021 Posted March 8, 2021 6 hours ago, darktej said: If you have just rescued Chloe..that means her quest is still active. Try completing it and see whether it works. I have already completed several quests of Chloe but I'm still not able to use fast travel. Her quests are active all the time and now I'm on the fifth one. I'm still not sure whether all the quests of Chloe will disable fast travel.
darktej Posted March 8, 2021 Posted March 8, 2021 2 hours ago, abds100 said: I have already completed several quests of Chloe but I'm still not able to use fast travel. Her quests are active all the time and now I'm on the fifth one. I'm still not sure whether all the quests of Chloe will disable fast travel. I haven't tried the beta yet. I am waiting for the full version. But from the changelogs..there are more quests to do with her. So I am guessing her quest goes on for quite a while. But there is a MCM option in DCL where you can enable7disable fast travel. I don't know which tab it was...but you can try that.
abds100 Posted March 8, 2021 Posted March 8, 2021 12 minutes ago, darktej said: I haven't tried the beta yet. I am waiting for the full version. But from the changelogs..there are more quests to do with her. So I am guessing her quest goes on for quite a while. But there is a MCM option in DCL where you can enable7disable fast travel. I don't know which tab it was...but you can try that. I saw that MCM option and changed it to only disable fast travel when equiping bondage items. I was still not able to use fast travel even I had no bondage items equipped at all when I was on my way to do the next few Chloe quests. Perhaps @Kimy can help us explain that.
darktej Posted March 8, 2021 Posted March 8, 2021 57 minutes ago, abds100 said: I saw that MCM option and changed it to only disable fast travel when equiping bondage items. I was still not able to use fast travel even I had no bondage items equipped at all when I was on my way to do the next few Chloe quests. Perhaps @Kimy can help us explain that. Ya I think you need to invest time in completing Chloe's quests if you want to regain the ability to fast travel. Colud be a bug tho for I have not tested the beta. But I don't know. Perhaps Kimy can help you with your issue.
nameless701 Posted March 8, 2021 Posted March 8, 2021 On 3/5/2021 at 1:06 PM, donkeywho said: That maybe did not translate as well as you intended? It 'sounds' unduly critical, particularly as @Kimy probably has a very busy RL, so may not have the time to do everything as nicely as we, or she, might like I do like what you are doing though. I hope that you will be able to offer help to @Kimy by making your refined version available for her to include in a future version. And for our enjoyment too! ? TIA I made this offer to Kimy some time ago. I understand that scripting and creating quests take a lot of time ... .. but the necessary atmosphere should also be present. That would give this mod the right kick dcur_prisonquest - For example, comments and reactions from the guards would add a lot to the credibility. the "do nothing" package is not helpful Cleaning the room: currently just click and the pile is gone ... why no broom animation? Why not a search for illegal objects (knives, keys ... all that can be found in this prison) approach a guard and he might search you ...
Elsidia Posted March 8, 2021 Posted March 8, 2021 4 hours ago, nameless701 said: why no broom animation? I see in similar quest in other mod and it's a little boring to do it 30 times per quest)
setokiaba Posted March 8, 2021 Posted March 8, 2021 So my game stopped triggering traps. I'm running 9.0 beta 3 and, AFAIK, I haven't updated my mod list or Cursed Loot anytime recently. When I turned on debugging I see the messages about looting the containers but no messages involving the container's Cursed Loot percentage. Is there any fix for this? Or do I have to revert a save or reinstall Cursed Loot?
Elsidia Posted March 8, 2021 Posted March 8, 2021 46 minutes ago, setokiaba said: Is there any fix for this? Probably you started some DCL quest what blocks Cursed loot - check DCL MCM debug section active quest running - true (that means no trigger traps) If false, then traps will trigger
circuit Posted March 8, 2021 Posted March 8, 2021 On 3/6/2021 at 11:28 PM, abds100 said: Do I need to choose the original start of the game? Nope, she should just be hanging out in one of the cells down there, no matter what start you used~
MstrN Posted March 8, 2021 Posted March 8, 2021 Hello. I'd like to ask about three OnItemAdded events, those located in dcur_clocktickRefScript, dcur_SashaQuestScript, and dcur_leon_playerrefscript. Due to the way they are implemented, they create a thread each every time player recieves an item at any point in the game, which is usually not much of a problem unless player recieves a lot of items at once. Like when player leaves vanilla prison, or some mod removes and then returns player items. Which is what about half of DD related mods do, and DCUR itself does in several quests. And each of those events fire on every item recieved, causing significant spike in active threads and potentually making Papyrus dump a load of stacks. Now, about those events. Those in clocktickRefScript and SashaQuestScript simply catch device keys and throw them at keyholders if those are active. Which raises the question - can those events be put in a state block that is activated only when keyholding is active and not always create threads for every item that player recieves? Third, in dcur_leon_playerrefscript, is... This. Event OnItemAdded(Form akBaseItem, int aiItemCount, ObjectReference akItemReference, ObjectReference akSourceContainer) If leqs.GetStage() == 200 If akBaseItem == dcumenu.dcur_pinkArmbinder libs.notify("You found Melissa's pink armbinder!") leqs.SetStage(210) leqs.SetObjectiveDisplayed(210) leqs.SetObjectiveCompleted(200) Endif Endif EndEvent During specific quest it reacts to a specific item. But it is called on every item player ever gets. Also, would you consider adding "playerisvictim = false" to sexwithplayer function call in dcur_sasha_sex* scripts that are backed by consensual dialogue? This variable defaults to true and causes Sexlab to apply hostile expressions and add to sexual assault counters in SexLab, with PC as victim and Sasha as aggressor. And while we are there, is there any particular reason why said function that initiates SexLab scenes uses GetSex instead of SexLab.GetGender?
setokiaba Posted March 8, 2021 Posted March 8, 2021 4 hours ago, Elsidia said: Probably you started some DCL quest what blocks Cursed loot - check DCL MCM debug section active quest running - true (that means no trigger traps) If false, then traps will trigger Yeah I checked that. "Active Quests Running" is set to False
Elsidia Posted March 8, 2021 Posted March 8, 2021 43 minutes ago, setokiaba said: Yeah I checked that. "Active Quests Running" is set to False Then maybe your arousal is to low to trigger?
Naps-On-Dirt Posted March 9, 2021 Posted March 9, 2021 I think that the cursed armbinder in the Cursed Collar quest changes your sprint animation to running with your arms behind your back, but doesn't change it back after the quest is over and the armbinder is removed. Is there a way to fix this? Hmm, I'll try a regular armbinder and see if that does it.
knots1353 Posted March 9, 2021 Posted March 9, 2021 21 hours ago, abds100 said: I saw that MCM option and changed it to only disable fast travel when equiping bondage items. I was still not able to use fast travel even I had no bondage items equipped at all when I was on my way to do the next few Chloe quests. Perhaps @Kimy can help us explain that. Yeah, the Chloe quest series disables fast travel for a fairly long time - I believe beta 3 does it through all of Chloe and the delivery quest following. It's enabled again when you are going for supplies in Riften, so I'd focus on Chloe through that quest at least. You have a great deal more freedom after that but there are still times when fast travel is disabled. If it bothers you (as it does me), make sure you turn off the flag which disables fast travel for the Cursed Collar quest before you head off to the Whip and Chain Inn, or it will be off for that entire quest.
knots1353 Posted March 9, 2021 Posted March 9, 2021 On 3/7/2021 at 7:30 PM, saltshade said: I've also encountered the ignoring of disable chastity settings in my game, as was reported earlier in the thread. I'm playing the SE version, but Zarantha told me to report it here. I don't see why there is a difference for characters below level 3 though, since I can't see the logic in it from a trap-designer point of view. Could it be a remnant from the time when traps didn't trigger at all for new characters? I filed a detailed report on this back a few pages - I think right after beta 2 was released - basically, if you're under level 3, or experiencing a event after a rape resist attempt or combat capture rape, or in a few other specific situations, it uses a different method to equip a *set* of devices instead of the normal random devices, and the equipSet code completely ignores the MCM settings as it does so -- the only thing it allows for is a level of how punishing the restraints ought to be... although I find the vast majority of the sets involved to be fairly heavily punishing, even at the lightest setting. This actually dates back to 8.5 for the below level 3 case - I *think* the idea behind it was that the sets were supposed to be less punishing than a completely random event for low levels, but in practice, by ignoring the MCM settings, they end up being far more punishing in general.
abds100 Posted March 9, 2021 Posted March 9, 2021 54 minutes ago, knots1353 said: Yeah, the Chloe quest series disables fast travel for a fairly long time - I believe beta 3 does it through all of Chloe and the delivery quest following. It's enabled again when you are going for supplies in Riften, so I'd focus on Chloe through that quest at least. You have a great deal more freedom after that but there are still times when fast travel is disabled. If it bothers you (as it does me), make sure you turn off the flag which disables fast travel for the Cursed Collar quest before you head off to the Whip and Chain Inn, or it will be off for that entire quest. Thanks a lot! One of the Chloe quests tell me to find some stuff in a boss chest. Is there a particular dungeon or cave I should pay a visit?
WhatRules Posted March 9, 2021 Posted March 9, 2021 I read the update log for 9.0 and one thing caught my eye - the furniture punishment scenario triggered by guards. But what happens during the punishment? Do you just sit there all day, or can people take advantage of the situation, like in PoP? Also, I read that someone was playing v9.3. Was that just a typo, or does it actually exist for download? 1
nameless701 Posted March 9, 2021 Posted March 9, 2021 Wow, 8 mal in Folge Essen kochen müssen im prisonquest ... da gibts doch auch eine cooldown-function Wow, 8 times in a row you have to cook food in the prisonquest ... there is also a cooldown function
CaptainJ03 Posted March 9, 2021 Posted March 9, 2021 40 minutes ago, saltshade said: Also, I read that someone was playing v9.3. Was that just a typo, or does it actually exist for download? That's still beta, but it exists here. 1
Mart0206 Posted March 9, 2021 Posted March 9, 2021 On 3/7/2021 at 7:20 PM, Kimy said: Sounds fun. I will put this on my to-do list! Dear Kimy, may i offer a suggestion in regards ot the atm deactivated function "Men demand sex" ? Would it be possible to initiate this scenario via a comment? I mean like the "what do you think about restraints" - comments for example. No force great. So the player could choose to click on the comment as an option. If the player choose to do so, various stuff might happen. This wouldn´t be intervene with quest for example. In my head like so for example: PC initiate a dialog with Belethor. - one dialog option now is from DCL like "Excuse me, Sir? What are you looking at?" If the player clicks on this dialog option, the scenario "Men demand sex" could start and depending on the settings, different things might happen. greetings and stay safe these days. 2
hungvipbcsok Posted March 9, 2021 Posted March 9, 2021 1 hour ago, saltshade said: I read the update log for 9.0 and one thing caught my eye - the furniture punishment scenario triggered by guards. But what happens during the punishment? Do you just sit there all day, or can people take advantage of the situation, like in PoP? Also, I read that someone was playing v9.3. Was that just a typo, or does it actually exist for download? It is not v9.3 it is 9.0 beta v3 1
Guest Posted March 9, 2021 Posted March 9, 2021 1 hour ago, hungvipbcsok said: It is not v9.3 it is 9.0 beta v3 My fault. I wrote Beta 9.3 instead of 9.0 beta 3 and caused confusion. I just grabbed the beta 3 linked above and converted for sse myself, I definitely don't have access to preview versions
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