Jump to content

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


Recommended Posts

Posted

I have an issue with the Obsidian Chastity Bra, the tiddies are clipping through it ?the obsidian nipple piercings also just kinda float in the air. None of these items show up in Bodyslide (i dont think any of the Obsidian ones do) and I couldnt find any anywhere to download. Im using a CBBE 3BA body.

 e49f8994c1731317dfb3e7f02469a106.png

enb2023_1_12_07_54_55.bmp

Posted

So i went to download this mod and Mo2 says that it cant install because its missing the assest.esm file and I cant find it in the zip file either, am I missing something?

Posted
1 hour ago, Eli13Black said:

Mo2 says that it cant install because its missing the assest.esm file

This mod doesn't have it, something wrong with your MO2

Posted
1 hour ago, DevilIForce said:

I installed and did a batch built but its still clipping through?

In body slide is right path?

In bodyslide you your sliders in chastity bra?

Sliders have the same preset as your build body?

If you use MO2, all installed right?

Posted
45 minutes ago, Elsidia said:

In body slide is right path?

In bodyslide you your sliders in chastity bra?

Sliders have the same preset as your build body?

If you use MO2, all installed right?

Path is correct, everything else works fine, but there is no chastity bra in bodyslide, the only one thats there is Padded Bra which is not the right one :/ 

Posted
On 1/11/2023 at 3:46 PM, Elsidia said:

https://www.loverslab.com/topic/33986-deviously-cursed-loot-le-90-2021-03-09/?do=findComment&comment=3970120

 

I can suggest that you have bhump body and there is incompatibly with DD and clitoral piercing not equipped.  It looks like equiped, but not shows on body, so it's not count. You need in your body mod MCM settings compatible slot with DD. The same for 3BA

 So im using CBBE(curvy) body and i did notice that my clitoral piercing is bugged and does exactly as you say. In my MCM i have set it to Devious devices compatible and still the same thing. nipple piercing work fine (they do stay static and dont move with the boobs) but they do equip. Also i noticed that the standard ankle chains also do the same. Also with any form of chasity bra the boobs pop out as i saw someone else posted the same thing and ive edited body slide and they still do it. 
Side note: im still quite new to modding so cant to too advanced stuff.

Any help will be greatly appreciated

Posted
34 minutes ago, Napp1 said:

So im using CBBE(curvy)

At first you don't use CBBE body as CBBE body don't need compatible. So figure out what body type you use.

 

 

Posted

Hello, I’m new around here.

 

im trying to get it work but I encounter a problem. I can get the restraints to show up when I trigger then with Deviously cursed loot debug (tie me up) but they doesn’t restrain any movement.

I used Fnis, bodyslide.

installed sexlab first, then SL aroused

 

im running Skyrim Anniversary edition, last version. Maybe the problem is coming from here? Does it need to be SE? Is there a problem with AE.

 

thinking about making a clean reinstall.

 

thx for any help.

Posted (edited)
7 hours ago, Elsidia said:

Id or full name of bra? Later home will check this item.

Its this one, the ID of it is 83077704
The Nipple Piercing ID is 83076C30, they also clip weirdly and arent in place.
Both of these are the ones that you get from the party quest.

6ae0c78003b192759160bfb6f0da6b3e.jpg

Edited by DevilIForce
Posted
1 hour ago, DevilIForce said:

Its this one, the ID of it is 83077704

Name of 3BA - DD - 3BA - PaddedBra

1 hour ago, DevilIForce said:

The Nipple Piercing ID is 83076C30, they also clip weirdly and arent in place.

DD - 3BA - SoulgemNipplePiercings

 

If you really have 3BA body, those need build with your body sliders

Posted (edited)
2 hours ago, Elsidia said:

Name of 3BA - DD - 3BA - PaddedBra

DD - 3BA - SoulgemNipplePiercings

 

If you really have 3BA body, those need build with your body sliders

I am actually using CBBE SMP 3BA, ive sort of managed to have the boobs not clip while standing still but as soon as i start walking they start jiggling all over the place, ive tried building the padded bra in body sliders with and without SMP with no luck. I think the last option I have is to either press + which disables SMP while im in a chastity bra or just build the HDT version of it so that it at least doesn't clip. 

Edited by DevilIForce
Posted
6 minutes ago, DevilIForce said:

CBBA SMP 3BA

Then you doesn't have right bodyslide for body - it just don't exist

But clipping you can prevent

You need load that bra into outfitstudio, save as new project with new name not to overwrite old (don't forget copy new name into other names too, or it will rewrite old files)

Then clear all weights from bra.

Load into your body reference and copy over new weights from your body.

Save and build new project.

If got worse, just restore from old version.

Posted (edited)
1 hour ago, Elsidia said:

Then you doesn't have right bodyslide for body - it just don't exist

But clipping you can prevent

You need load that bra into outfitstudio, save as new project with new name not to overwrite old (don't forget copy new name into other names too, or it will rewrite old files)

Then clear all weights from bra.

Load into your body reference and copy over new weights from your body.

Save and build new project.

If got worse, just restore from old version.

I actually have no idea how to use outfitstudio or do any of that so I'll just stick to pressing + and disabling it while its being worn lol, dont want to mess something up on accident.
I appreciate for your help though! I ended up fixing a different bug thats been annoying me for years by going through this so thanks regardless!

Edited by DevilIForce
Posted (edited)

I believe I figured out why both cursed loot and naked defeat hang sometimes unless you open console or the main menu to unfreeze it:

 

edit: made a mod: 

 

original message below:

Spoiler


 

more technical explanation (to the best of my knowledge) below:

Spoiler

The 2nd bit of the bdcFlag seems to indicate whether the crosshair just changed in game.
Now, usually that bit is only 1 in the exact frame when the crosshair moved to/from a target, resulting in scripts (possibly only on those referencing the crosshair) not being executed for that singular frame.

 

However if you disable the use/activate key via the Game.DisablePlayerControls() function the following roughly happens in the game thread:
 

if (playerControls.disabledActivateKey())
{
 	CrossHairPickData.Clear();
  	playerChar.bdcFlag |= 1 << 1;
}

 

resulting in said bit being 1 until the use/activate key is re-enabled.

 

Which in turn results in threads which were usually stuck for only 1 Frame,

now being stuck until the use/activate key is re-enabled (or the game is paused via opening the console/main menu)

 

 

So, what I did is replace the conditional jump of that particular if-condition with nop instructions:

void dpcActivateFix()
	{
		auto moduleBase = REL::Module::get().base();
		auto injectionPoint = moduleBase + 0x6b0240;
		
		std::vector<std::uint8_t> nops(6);
		std::fill(nops.begin(), nops.end(), (std::uint8_t)0x90);
		REL::safe_write<std::uint8_t>(injectionPoint, nops);

		logger::info("fixed disablePlayerControls hanging papyrus scripts bug!");
	}

 

Would be nice if someone could let me know whether this did or did not work for them.

 

I posted the same post in the naked defeat SE thread, once I have enough positive feedback I'll make an actual mod posting on LL and/or on nexus.

also also: does anyone know if anniversary edition has the same bug?

 

Edited by yeahhowaboutnooo
Posted
26 minutes ago, yeahhowaboutnooo said:

I believe I figured out why both cursed loot and naked defeat hang sometimes unless you open console or the main menu to unfreeze it:

not know anything about it but know about Sexlab and DCL bug - it freezes when DCL call strip function from Sexlab and unfreeze when enter in console.

And i don't have sexlab defeat.

 

Posted
21 hours ago, Elsidia said:

It's DCL 9.0 bug.

If you want see restraints, do tie me up 2 or 3 times

more info there https://www.loverslab.com/topic/33986-deviously-cursed-loot-le-90-2021-03-09/?do=findComment&comment=3419136

 

Thank you, but doesn’t work.

 

when I had everything installed (I uninstalled everything to make a clean restart) I couldn’t trigger binds to appear with DCL 9.0 even when set at 100%. The only way I could make some restaints appear was to hit the « tie me up » MCM menu. And that way I could see the items, well equipped, nicely adjusted, but not restraining anything. I could run, I could use a weapon, it was just like clothes.

 

was thinking maybe there was a problem with the anniversary edition I’m running. Is it even compatible? I have no alert message on Fnis, and everything looks ok.
 

what I was about to do (again) was:

 

fresh start, no mod -> save

install sexlab -> save 

install sexlab aroused -> save

install Devious devices 5.2 -> save

install Zaz and other things flagged as needed to install DCL 9 -> save

install  DCL 9 …

 

don’t know what went wrong last time. I ran Fnis between each step with the 2 firsts box checked. In configure Fnis I also checked the box with DD, dunno if I should.

Posted (edited)
1 hour ago, Elsidia said:

it freezes when DCL call strip function from Sexlab

i suspect it's actually another thread doing something with the player character that freezes. That other thread holds the global lock over the playerCharacter -> no other thread is allowed to do anything (equip/unequip/add/remove items) with the playerCharacter because it can't acquire the lock.

 

 

1 hour ago, Elsidia said:

unfreeze when enter in console.

yes, because the game gets paused.

 

1 hour ago, Elsidia said:

And i don't have sexlab defeat.

naked defeat triggers the same bug (script deadlock which results in sexlab/whatever not being able to strip the player)

 

 

 

try this:
get skyrim souls (unpaused game menus -> game keeps running even if you open the main menu etc.)

set 'bConsole = true' in SkyrimSoulsRE.ini -> console is unpaused

 

opening the console now won't fix the DCL freeze,

but enableplayercontrols will unfreeze DCL

(until the next disableplayercontrols, which may or may not freeze DCL again)

Edited by yeahhowaboutnooo
Posted
2 hours ago, tiniakk said:

install Zaz and other things flagged as needed to install DCL 9 -> save

zaz no more need for dcL 9.0, but it not mess with DCl 9.0

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