Jump to content

Deviously Cursed Loot LE 9.0 (2021-03-09)


Recommended Posts

Posted

 

Can't figure out how to get free of the tentacle parasite, any hints would be appreciated.

 

I found, the priestess in Whiterun can give you further directions. So far it looks a little bit boring, but let's see if this quest has some further twists.

 

 

when the tentacle monster event happens is it supposed to make my breasts comically large? if it is is there a way to not make it?

I've seen the same effect. Under Cursed Loot's Options (and I guess in some other mods), there's a checkbox for "enlarge breasts by arousal" and with the tentacle parasite you're nearly always at 100%. Perhaps you've checked this, but there's a good chance, you (like me) currently can't access it, to see if that's the case (Menu not accasible while bound).

 

 

Deviously Helpless is a player's choice option (it works fine with DCUR but does give more adjustable options) and like you I had to turn down the base males demand sex a little.  as for the pregnant thing I have no clue on ( when I hit the tentacle parasite that particular save game was already bugged on me). for night attacks I currently use Dangerous Nights (version just before the last one) and have to decide it I want to just drop it or switch to the new version.

Thank you, will take a look into Dangerous nights.

 

 

The default shape of the Tentacle Parasite has nothing to do with the breast scaling when aroused feature. I bundled the Tentacle Parasite using the exact default model released by its original author. That one was meant for a..well....VERY well endowed body. Cursed Loot expects you to run Bodyslide to normalize its bundled gear to the body you are using. Fixed scale bodies (e.g. UNP, CBBE Curvy) are NOT supported by Cursed Loot and never will be. Short of complete obsession over minor details there is absolutely no reason to use fixed scale bodies anymore as Bodyslide CBBE and UUNP can create any shape you want to.

 

Dangerous Nights does exactly the same thing Cursed Loot's night attacks do btw. I wrote the feature back when the DN author abandoned the mod because I like the functionality and didn't want it to die. He picked it up the mod back later, though. DN is the better choice if you want bestiality support, as Cursed Loot doesn't have that. The "always sleep naked" suggestion is great btw. I will put that in. :)

 

Posted

I'd like to write a mod that periodically adjusts the base chance for devices in this mod. I find myself doing this a lot anyway, so I figure I'd set it to a timer instead of having to open the MCM constantly and adjust it.

 

Does anyone know how to write a script that can do that? (Adjust the MCM values without having to open the MCM)?

 

The values you want to modify are in a quest script ( dcur_mcmconfig  in quest dcur_menuconfig )

you cannot acces that directly since it is an esp but you can get the reference through SKSE

 

declare a property :

dcur_mcmconfig property dcc auto

 

then you can fill the property like this :

 

bool function GetDeviousLootConfigQuestScript()

  dcc = Game.GetFormFromFile(0x000012C4, "Deviously Cursed Loot.esp") as dcur_mcmconfig

  ; 0x000012C4 is the editor id of the quest

  if dcc == none

   return false  ; devious loot not installed

  endif

  return true

endfunction

 

Then you can change the values like this :

 

; loot chances

dcc.useRefinedOptions = true

dcc.basechance = 10.0

dcc.dungeonchance = 10.0

dcc.wildernesschance = 5.0

dcc.citychance = 2.0

 

Have a look at event OnPageReset(string page) in dcur_mcmconfig script as it is the function that creates the MCM pages and you can find the variable names in the same order that is shown on the pages.

Posted

 

The default shape of the Tentacle Parasite has nothing to do with the breast scaling when aroused feature. I bundled the Tentacle Parasite using the exact default model released by its original author. That one was meant for a..well....VERY well endowed body. Cursed Loot expects you to run Bodyslide to normalize its bundled gear to the body you are using. Fixed scale bodies (e.g. UNP, CBBE Curvy) are NOT supported by Cursed Loot and never will be. Short of complete obsession over minor details there is absolutely no reason to use fixed scale bodies anymore as Bodyslide CBBE and UUNP can create any shape you want to.

 

I'm using CBBE HDT and used bodyslide studio to "re-compile" the mesh of "Dianne - Tentacle Parasite A & B", but that doesn't mean i did it right. I still got a lot to learn a lot :) I tried it again (changed the bodyslide-studio setting "Reference Skeleton" from "skeleton_female_xpms" to "skeleton_female_xpmse" and now it seems to work correctly.

 

Dangerous Nights does exactly the same thing Cursed Loot's night attacks do btw. I wrote the feature back when the DN author abandoned the mod because I like the functionality and didn't want it to die. He picked it up the mod back later, though. DN is the better choice if you want bestiality support, as Cursed Loot doesn't have that.

I just installed it and took a look at the options. Getting DN offers to scan the surroundings for suitable attackers and spawn them only if nobody's found. Does Cursed Loot that as well? I guess so, because it can sense who's around for a sex attack, so the function is basically there. Would be way cooler than just spawning enemies that disappear after the act. No beast support in CL would also mean, "No tentacles/estrus" attacks, right?

 

The "always sleep naked" suggestion is great btw. I will put that in. :)

Awesome. Thank you.

Posted

Bug Report

 

I assume this is a bug unless I've missed a setting somewhere. I'm running a CD delivery and staying at the Winking Skeever with arousal at 100. I have self bondage untoggled but every time I sleep I have to click on the waking message twice, then there's an explosion and I get fitted with devices. Log attached.

 

Papyrus.0.log

 

Also (I think this may have been mentioned before) the public indecency doesn't work except for acts triggered by misogyny. Sex acts from Sex Attacks are ignored

 

EDIT: Rolled back to v5.1 and the sleep problem doesn't happen, so looks to be a v5.2 issue

Posted

Damn, fighting that first Dragon with the Parasite equipped was way harder than I thought it would :)  Is it just me, or is the parasite getting more active and demanding over time? I fear, I've gotta get rid of it.

 

Before that I lost it once, due to an error: A bandit knocked away my weapon and I surrendered automatically, they then proceeded to strip my clothing, including the poor tentacle thingy. I reloaded :) Error and log included as attachements.

Papyrus.1.log

post-1082376-0-14777600-1454375990_thumb.jpg

Posted

How can I put Queen Sarahs Belt on without or after the Quest?

 

Right now you can't. I will change that so you can use them after completing the quest..

Posted

I assume this is a bug unless I've missed a setting somewhere. I'm running a CD delivery and staying at the Winking Skeever with arousal at 100. I have self bondage untoggled but every time I sleep I have to click on the waking message twice, then there's an explosion and I get fitted with devices. Log attached.

 

@Kimy

 

Apologies for the self quote but I've done a bit more testing in multiple locations.

 

It seems that sleeping with a high arousal will automatically fit devices 100% of the time. The only way I've found to stop it occurring is to untoggle Sex Attacks.

 

If it's intentional could we have a toggle added for this (or chance slider) as it's rather immersion breaking to have devices materialise out of thin air whenever you sleep

 

Posted

 

 

@Kimy

 

Apologies for the self quote but I've done a bit more testing in multiple locations.

 

It seems that sleeping with a high arousal will automatically fit devices 100% of the time. The only way I've found to stop it occurring is to untoggle Sex Attacks.

 

If it's intentional could we have a toggle added for this (or chance slider) as it's rather immersion breaking to have devices materialise out of thin air whenever you sleep

 

 

 

I've noticed the same event. I though it was something related to sleep attacks first. Finally I realized it depended on arousal levels. Maybe you want to add a toggle for it (I for one was not a fan of this event). For the moment I managed to de facto disable it by blocking arousal (in the arousal MCM).

I'm enjoying a lot the sex attack features. I'm currently in a falmer inhabited place (from the Things in the Dark mod). I've noticed one thing. DCL triggers threesome when humans or beast races are involved, but doesn't not in the case of Falmer. There are quite a bunch of new Falmer 3way animations, You could include them when DCL scans for potential sex scenes. 

Posted

 

How can I put Queen Sarahs Belt on without or after the Quest?

 

Right now you can't. I will change that so you can use them after completing the quest..

 

Can I reset the quest?

Posted

Hello, I have some small trouble with DCL. I'm playing a werewolf, and whenever I get hit while in beast form, my opponent stops, I get stuck for a few seconds and then the battle restart. It feels a lot like the game trigger the sex attacks from DCL because I'm naked and unarmed.

Is it possible that it is the reason? And how to solve it?

Posted

 

 

How can I put Queen Sarahs Belt on without or after the Quest?

 

Right now you can't. I will change that so you can use them after completing the quest..

 

Can I reset the quest?

 

 

Actually you should be able to put the items on you as long as the key is in your inventory. At least that's how I wrote the code (I forgot that I already thought of the player maybe putting the devices on herself after the quest).

 

Posted

Is it possible for you to add an option to the MCM that allows the "beaten close to death, you pass out" scenario to trigger for enemies that would not normally accept surrender? Right now, whenever I fight enemies that won't accept surrender because they can't rape the player, combat just sort of seems to stop for a second, and then I go back to full or almost full health and the fight continues. This can happen over and over so it makes fights which you really should have lost become way too easy because you keep getting free HP back. I feel like even if enemies don't accept surrender, there should still be a penalty for losing the fight, and passing out and waking up either at an inn or just on the side of the road should be an option.

Posted

Is it possible for you to add an option to the MCM that allows the "beaten close to death, you pass out" scenario to trigger for enemies that would not normally accept surrender? Right now, whenever I fight enemies that won't accept surrender because they can't rape the player, combat just sort of seems to stop for a second, and then I go back to full or almost full health and the fight continues. This can happen over and over so it makes fights which you really should have lost become way too easy because you keep getting free HP back. I feel like even if enemies don't accept surrender, there should still be a penalty for losing the fight, and passing out and waking up either at an inn or just on the side of the road should be an option.

Oh so thats what that was? I was tied up and went into white run and got attacked by vampires and only won because they couldnt kill me and I could run for help.

Posted

Ok so I have updated all the Mods but when ever an NPC tries to sex attack me the character falls down and gains binds, but then they get up and stumble like nothing happened. Am I missing something?

UPDATE!

OK never mind I was just a dumbass and didn't regi. ZAZ

Posted

 

hmmm since the new version my estrus no longer triggers on plants, instead I get the "living parasite" thing even if I have that quest on 0% and estrus at 50% anyone else? :P

Same, I had to turn off  the plant trigger because setting "living parasite" to 0 did not keep it from occuring.

 

 

Maybe related to the problems above, I'm having issues getting Estrus for Skyrim to work with Deviously Cursed Loot.

 

If I just have Estrus for Skyrim, Deviously Cursed Loot doesn't even detect Estrus. If I have both Estrus for Skyrim and Estrus Chaurus installed, Deviously Cursed Loot does detect it, but when I check "Enable Estrus Integration", leave the menu, and return to the same screen, "Enable Estrus Integration" is now unchecked for some reason, and no new options appear under the events tab. All the mods are up to date.

 

EDIT

 

just tried a new save, and all works well if I have Estrus Chaurus. I'm guessing just having Estrus for Skyrim isn't supported anymore?

Posted

Are you suposed to be able to use weapons and spells when you get the armbinder off when your the property of Leon? Finaly got him to take it of in hopes of killing some stuff and i cant draw my weapons or spells. Or do you need an even higher standing befor you get to use them?

 

If I end the quest i get the use of my arms again.

Posted

Are you suposed to be able to use weapons and spells when you get the armbinder off when your the property of Leon? Finaly got him to take it of in hopes of killing some stuff and i cant draw my weapons or spells. Or do you need an even higher standing befor you get to use them?

 

If I end the quest i get the use of my arms again.

 

That seems to be a bug, as of yet unsolved. I had the same problem once, but the papyrus log didn't help much. Next time I tried it, I could use my arms / hands correctly.

Posted

 

Are you suposed to be able to use weapons and spells when you get the armbinder off when your the property of Leon? Finaly got him to take it of in hopes of killing some stuff and i cant draw my weapons or spells. Or do you need an even higher standing befor you get to use them?

 

If I end the quest i get the use of my arms again.

 

That seems to be a bug, as of yet unsolved. I had the same problem once, but the papyrus log didn't help much. Next time I tried it, I could use my arms / hands correctly.

 

Guess I'll try again in 5.3. But the other things I saw without armbinder looked nice, so boring that it won't cooperate.

Posted

 

 

hmmm since the new version my estrus no longer triggers on plants, instead I get the "living parasite" thing even if I have that quest on 0% and estrus at 50% anyone else? :P

Same, I had to turn off  the plant trigger because setting "living parasite" to 0 did not keep it from occuring.

 

 

Maybe related to the problems above, I'm having issues getting Estrus for Skyrim to work with Deviously Cursed Loot.

 

If I just have Estrus for Skyrim, Deviously Cursed Loot doesn't even detect Estrus. If I have both Estrus for Skyrim and Estrus Chaurus installed, Deviously Cursed Loot does detect it, but when I check "Enable Estrus Integration", leave the menu, and return to the same screen, "Enable Estrus Integration" is now unchecked for some reason, and no new options appear under the events tab. All the mods are up to date.

 

EDIT

 

just tried a new save, and all works well if I have Estrus Chaurus. I'm guessing just having Estrus for Skyrim isn't supported anymore?

 

 

I believe Estrus for Skyrim support ended with 5.0. Just estrus chaurus now.

 

 

Posted

Are you suposed to be able to use weapons and spells when you get the armbinder off when your the property of Leon? Finaly got him to take it of in hopes of killing some stuff and i cant draw my weapons or spells. Or do you need an even higher standing befor you get to use them?

 

If I end the quest i get the use of my arms again.

 

Did you try       enableplayercontrols    in console? Sometimes that restores things, just a shot in the dark.

Posted

 

 

 

hmmm since the new version my estrus no longer triggers on plants, instead I get the "living parasite" thing even if I have that quest on 0% and estrus at 50% anyone else? :P

Same, I had to turn off  the plant trigger because setting "living parasite" to 0 did not keep it from occuring.

 

 

Maybe related to the problems above, I'm having issues getting Estrus for Skyrim to work with Deviously Cursed Loot.

 

If I just have Estrus for Skyrim, Deviously Cursed Loot doesn't even detect Estrus. If I have both Estrus for Skyrim and Estrus Chaurus installed, Deviously Cursed Loot does detect it, but when I check "Enable Estrus Integration", leave the menu, and return to the same screen, "Enable Estrus Integration" is now unchecked for some reason, and no new options appear under the events tab. All the mods are up to date.

 

EDIT

 

just tried a new save, and all works well if I have Estrus Chaurus. I'm guessing just having Estrus for Skyrim isn't supported anymore?

 

 

I believe Estrus for Skyrim support ended with 5.0. Just estrus chaurus now.

 

 

 

 

Yes, the separate Estrus in Skyrim integration got dropped a while ago because there is no reason left not to use Estrus Chaurus.

 

 

Are you suposed to be able to use weapons and spells when you get the armbinder off when your the property of Leon? Finaly got him to take it of in hopes of killing some stuff and i cant draw my weapons or spells. Or do you need an even higher standing befor you get to use them?

 

If I end the quest i get the use of my arms again.

 

Did you try       enableplayercontrols    in console? Sometimes that restores things, just a shot in the dark.

 

 

Whatever causes that issue is unintentional. Not necessarily a Cursed Loot problem even. Hard to tell without logs though.

Guest Irinotecan
Posted

Hey I found a minor conflict with Captured Dreams, the Confiscation quest doesn't seem to work correctly if you have "bondage lover" checked.  My arousal rating at the time was high, so when Master tried to take the bondage items from me, instead I got the, "Holding the item in your trembling hands [...] you decide to put it on yourself instead!" message for each item she tried to take away from me.

Posted

Hey I found a minor conflict with Captured Dreams, the Confiscation quest doesn't seem to work correctly if you have "bondage lover" checked.  My arousal rating at the time was high, so when Master tried to take the bondage items from me, instead I got the, "Holding the item in your trembling hands [...] you decide to put it on yourself instead!" message for each item she tried to take away from me.

 

This is highly unlikely to happen, except if the Master took her sweet time taking away your stuff and you opened a menu in the meantime.

Guest Irinotecan
Posted

 

Hey I found a minor conflict with Captured Dreams, the Confiscation quest doesn't seem to work correctly if you have "bondage lover" checked.  My arousal rating at the time was high, so when Master tried to take the bondage items from me, instead I got the, "Holding the item in your trembling hands [...] you decide to put it on yourself instead!" message for each item she tried to take away from me.

 

This is highly unlikely to happen, except if the Master took her sweet time taking away your stuff and you opened a menu in the meantime.

 

 

Oh OK, yeah SexLab and DD scripting is very slow on my system for reasons I cannot yet ascertain (disabled all of the known Papyrus hogs like Frostfall and SexLab Creatures but still events take forever), it might just be me then.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...