Jump to content

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


Recommended Posts

Posted
2 hours ago, GabrielMidnight said:

Alright, found the key and took Chloe with me. Umm, question... SexLab Survival caused me to get a collar. Now Lucan refuses to trade with me because of my device. I looked around in the MCMs and couldn't find if SL Survival, Cursed Loot, SL Adventures or another mod has this feature, that merchants don't wanna trade with me. It's the first time I encountered that.

That is SL Survival and it's fully configurable in MCM. Firstly it makes you wear collar because you don't have a magic license. You can buy those from the quartermaster behind the inn (in Whiterun anyway, elsewhere in other cities). In MCM you can replace collar with a tattoo instead so it won't obstruct quests. You still won't be able to cast spells without that license though, or unless you disable it in MCM.

And Because you don't have weapon or armor licenses either, you carrying such things is contraband. Merchants won't break the law unless you chance that too in MCM.

Posted

I cant load inside the whip and chain inn. Even with the 512 textures and texture optimizer apps. My game stays on the loading screen. Any ideas why ? And how could i resolve this problem?

Posted

Thanks for your help guys!

 

Yes, it's a collar from an enforcer from SL Survival after an insprection. He didn't explain why - I hope I didn't skip any intro dialogue from Survival. Maybe only the guards explain stuff, while the enforcers are just doing it. Hence the name.^^ Lucan only was like "get outta here, i don't want trouble!" but he didn't say why ...

 

7 hours ago, Zaflis said:

That is SL Survival and it's fully configurable in MCM. Firstly it makes you wear collar because you don't have a magic license. You can buy those from the quartermaster behind the inn (in Whiterun anyway, elsewhere in other cities). In MCM you can replace collar with a tattoo instead so it won't obstruct quests. You still won't be able to cast spells without that license though, or unless you disable it in MCM.

And Because you don't have weapon or armor licenses either, you carrying such things is contraband. Merchants won't break the law unless you chance that too in MCM.

 

... now it makes sense, I tried to sell him that armor dress I found and the Ring of Blocking. Both forbidden, I reckon. I will change that in MCM. Merchants like Lucan and Belethor behave so greedy. xD The enforcer stole my armor and weapons - but not the cursed loot dress thingy and not my magic items. So I thought it's okay to sell.

 

Here's the collar I got and underneath the dress I found on a body in Helgen. Maybe the enforcer couldn't see it's armor in the first place. xD I did the TES5EditMerge SL Survival recommended, that should combine the keywords, as far as I understood.

20210419095229_1.jpg

Posted
7 hours ago, Lekefeno said:

I cant load inside the whip and chain inn. Even with the 512 textures and texture optimizer apps. My game stays on the loading screen. Any ideas why ? And how could i resolve this problem?

 

Don't know about that inn yet. But you can fix the infinite loading screen problem with this mod (at least I did): https://www.nexusmods.com/skyrim/mods/46465 It will CTD instead of load infinite. And I think it even fixed some loading errors, without CTDing. I had infinite loading screens when I wanted to enter inns, before I installed the mod. Running WIn10 and LE.

Posted
8 hours ago, Zaflis said:

That is SL Survival and it's fully configurable in MCM. Firstly it makes you wear collar because you don't have a magic license. You can buy those from the quartermaster behind the inn (in Whiterun anyway, elsewhere in other cities). In MCM you can replace collar with a tattoo instead so it won't obstruct quests. You still won't be able to cast spells without that license though, or unless you disable it in MCM.

And Because you don't have weapon or armor licenses either, you carrying such things is contraband. Merchants won't break the law unless you chance that too in MCM.

 

EDIT

 

Assuming that that's the source, at last, I can stop it ....   But does the enforcer add just any old collar?  I always get this SD+ leather one.  And I'm not sure why the enforcer might add it, despite the PC having a magic licence in the first place  :smirk: ...  but that's maybe a discussion to be had elsewhere .... ? 

Posted
1 hour ago, donkeywho said:

But does the enforcer add just any old collar?

Basically yes, by default. And more generally no. You can control it via a JSON file or something, but I haven't touched it in an age.

Posted

hello, i have a problem in the rubber doll quest. after playing for several hours, several of the mod's items were activated without any problem, however The Rubber Doll Quest never starts, I've tried to put the chance percentage in the events tab to 100 for the rubber doll quest, but still does not start.

any solution to this problem?

sorry my bad english.

Sem título.png

Posted
15 minutes ago, GamerB110 said:

any solution to this problem?

First if you put value 100 that not means that is 100%. You need put all other outcomes to zero. Only then rubber doll quest will be 100%

Also to trigger that quest you need trigger DCl trap, there you need increase trap outcome to maximum. Also if you have less arousal, traps not trigger.

Also if you are under other DCL quests, DCL traps not trigger. The same if you wear any DD collar.

Posted
54 minutes ago, Elsidia said:

First if you put value 100 that not means that is 100%. You need put all other outcomes to zero. Only then rubber doll quest will be 100%

Also to trigger that quest you need trigger DCl trap, there you need increase trap outcome to maximum. Also if you have less arousal, traps not trigger.

Also if you are under other DCL quests, DCL traps not trigger. The same if you wear any DD collar.

after doing all this the quest still hasn't triggered :(
is there any other way to activate this quest?

Posted
13 minutes ago, GamerB110 said:

sorry for my previous post, i realized that the leon quest is still active.

You run DCl 8.5? After end this quest there is bug, If you are on DCL 9.0 then bug is fixed. But for version 8.5 if you are end this quest, you need open a console and type

setpqv dcur_leon_enslave leon_questrunning false.

 

Then after 30 sec check the DCL debug menu. Active quest must be changed to false and quest officially closed.

Posted

 posted the following bug in the SE thread already, was told to repost here and tag @Kimy:

 

Quote

was trying to trigger the DCL prison, which proofed a bit difficult, so i peeked into the code:

 

Three code pieces of interest:

 


266 Function CalcOutcome(Actor who)||
[...]
 13 |   If BountyViolent > 1500.0
 14 |   |   CalcOutcomeViolent(who)|
 15 |   |   isViolentCrime = True
 16 |   Else|   |
 17 |   |   if BountyPetty < 25.0
 18 |   |   |   isVeryMinorOffense = True
 19 |   |   EndIf
 20 |   |   CalcOutcomePetty(who)|
 21 |   EndIf

 


64  Function CalcOutcomeViolent(Actor who)|
  1 |   ; 9.0: let's reduce the overall visits to the prison a bit. No automatic prison for violent crime, but a higher chance to get a severe outcome (processed in that function)
  2 |   CalcOutcomePetty(who)|
  3 |   return

 


83  Function CalcOutcomePetty(Actor who)|
[...]
 24 |   if isViolentCrime
 25 |   |   prisonweight = 150.0
 26 |   |   wosweight = 75.0
 27 |   |   bosweight = 50.0
 28 |   |   fineweight = 0.0
 29 |   |   wcweight = 100.0
 30 |   |   ddweight = 75.0
 31 |   |   letgoweight = 0.0
 32 |   |   slavweight = 0.0
 33 |   |   rapeweight = 75.0
 34 |   endif

 

you'd probably want to swap lines 14&15 of CalcOutcome()

Otherwise the isViolentCrime variable inside of CalcOutcomePetty() is always False

 

 

edit: also of note: the "wait, i know you" vanilla guard dialogue (happens when bounty <= 1000 afaik) doesn't trigger the DCL prison.
So i guess the only way to trigger the DCL prison dialogues is by being in a fight with guards and then sheathing your weapons?

edit2: another bug: do not skip the last guard dialogue line or you run the risk of the guards attacking you afterwards.

 

 

Posted
6 hours ago, Elsidia said:

You run DCl 8.5? After end this quest there is bug, If you are on DCL 9.0 then bug is fixed. But for version 8.5 if you are end this quest, you need open a console and type

setpqv dcur_leon_enslave leon_questrunning false.

 

Then after 30 sec check the DCL debug menu. Active quest must be changed to false and quest officially closed.

no, I have DCL 9.0, it was just my blindness, and a little stupidity :)

Posted

I have a little problem with one of the game in the whip and chain (By the way: I think the idea of the "whip and chain" is brilliant and I would be very happy to have some cursed-loot-quests around it). If you play bondage high-low very often there comes the fail message "It is impossible to wear multiple collars", when it should equip a corset.

Posted

Is it posssible to protect yourself against getting bound by DARE packets? Maybe with the lucky Charm amulett?

And which devices can be unlocked with the Universal Key? All the heavier DDs like exhibitionist suit, slave collar/boots etc can't be opend with it.

Posted
1 minute ago, xyzxyz said:

Is it posssible to protect yourself against getting bound by DARE packets? Maybe with the lucky Charm amulett?

I think no. Because it's dare packet.

 

Posted

Which devices can be unlocked with the Universal Key? All the heavier DDs like exhibitionist suit, slave collar/boots etc can't be opend with it. For just standart DDs the key is a bit too expensive.

Posted
1 hour ago, xyzxyz said:

Which devices can be unlocked with the Universal Key?

It's open all standard DD items. If key open only one, then universal key opens all devices what is on you (even full set) And not broken, stuck into lock.

 

Posted

Can I buy rare keys like leg restraints keys somewhere? I am stuck in an exhi-suit so I can't earn keys and no blacksmith can help me.

Posted
Just now, xyzxyz said:

Can I buy rare keys like leg restraints keys somewhere? I am stuck in an exhi-suit so I can't earn keys and no blacksmith can help me.

No, you can only find them. There are MCM settings for spawn chance.

Posted
19 minutes ago, xyzxyz said:

Can I buy rare keys like leg restraints keys somewhere? I am stuck in an exhi-suit so I can't earn keys and no blacksmith can help me.

You can buy n DCL 9.0 in Whip and Chain in from owner rare keys pack  (about 5000 gold) In this pack randomly got 1 or 2 leg keys. Other keys randomly from DCL too (hand, body, head)

UPD: In this pack when you open you got head, body, hand, legs keys all randomly from 1 or 2. If leg key is 1 then other keys more. But all 4 types as 1 piece as minimum.

Posted
5 minutes ago, Elsidia said:

You can buy n DCL 9.0 in Whip and Chain in from owner rare keys pack  (about 5000 gold) In this pack randomly got 1 or 2 leg keys. Other keys randomly from DCL too (hand, body, head)

UPD: In this pack when you open you got head, body, hand, legs keys all randomly from 1 or 2. If leg key is 1 then other keys more. But all 4 types as 1 piece as minimum.

Yeah, but I need like 8 keys for suit and 6 for Exhi-boots ^^. That's a lot of gold.

Posted
1 hour ago, xyzxyz said:

That's a lot of gold.

Use Touch of control on women guards and take her valuables. Have chance drop a leg key. Give used restraints to Dollmaker - have chance to got a leg key.  unsafe (search all herbs to drop keys, complete a quest tie me up and got a random keys).

Posted

I had several CTDs I'm sure are because of DCL. But seems it's because I don't use UNP or CBBE. Because I only want the mod for my male PC and since the DDs are "for him" now, it works fine for my PC. Problem is that my game crashed once there were female DCL items loaded. In Helgens Keep there is this heavy armor stuff for females lying around, I loaded my game in the same room and it crashed multiple times (with a weird magic noise). I managed to load and grab the armor and free Chloe. But she got stuck in bondage again and talked like she isn't in bondage. The pillar she was bound to was blinking suddenly. I loaded again (after some CTDs), left the armor on the table and freed her again. It worked.

 

I totally get that some parts of the mod aren't available without a female body mod. Thing is, now I'm scared of more CTDs in the future. Like, Chloe isn't really avoidable and it crashed just because of the clothes on the table.

 

I only want to use this mod for the "find loot and get bound" feature. And the keys for devices feature. I don't need anything else. Can I install/set up the mod so I only get that? No Chloe or other quests?

 

Okay, I guess I'll install UNP now, just because I love Cursed Loot. Still asking if there is a "light" version of DCL?^^

Posted

Google has failed me. If you need more info I'll provide it but I don't quite know how to do this "properly".

 

Trapped containers are not activating, ever. If I'm not mistaken, they go off when your character has arousal. If that's the case, my arousal is stuck at 0. Yes I installed puppet master so I could try to change the values on the sexlabarousal puppetmaster menu but they still revert back to 0 when I leave.

 

I'm running Special Edition and the puppet master version I'm using is here: Installed with Vortex, no error codes.

 

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...