Jump to content

Recommended Posts

1 hour ago, DeWired said:

Also, more timed restraints would be fun, but as I understand it, it either requires doing them by hand like existing ones, or waiting until next DDi release, as current doesn't support them without patches.

Let me guess, next version of DCL is being made with the new version of DD and they'll release roughly same time? Also is the DD Contraptions going to be optional or required?

Link to comment
5 hours ago, DeWired said:

lacks a property "mcs" pointing to Master Controller quest

Rubber gloves locked after remove not disappear because in script is disabled gloves deleting.

If you don't fear broke something you can add to locked gloves inventory  device boolean property:

Spoiler

DestroyOnRemove - true.

Then gloves will be destroyed if removed. Note: probably if your arousal is too high and bondage lover is enabled there can be situation when she  deny destroy the gloves.

 

Link to comment
5 hours ago, Zaflis said:

Let me guess, next version of DCL is being made with the new version of DD and they'll release roughly same time? Also is the DD Contraptions going to be optional or required?

Yes, and DCL 9 will make DDC required. DCL is going to add a LOT of furniture fun!

Link to comment
43 minutes ago, Elsidia said:

Rubber gloves locked after remove not disappear because in script is disabled gloves deleting.

If you don't fear broke something you can add to locked gloves inventory  device boolean property:

  Reveal hidden contents

DestroyOnRemove - true.

Then gloves will be destroyed if removed. Note: probably if your arousal is too high and bondage lover is enabled there can be situation when she  deny destroy the gloves.

 

Erhm. You don't understand. Locked rubber gloves have a script, which is intended to catch Remove event, and replace removed locked gloves with unlocked version. It is already there, so I'm assuming that as expected behavior. But - it doesn't work as intended, because it uses Master Controller quest reference, that must be set as property of an object - and it isn't.

With this property in place, it works like this: you have Slave Rubber Gloves or Rubber Gloves with D-links equipped, then you either locks them together yourself, or it is done by NPC as device comment action (chance configurable in MCM), this gets you Locked Rubber Gloves (which are considered Heavy Bondage), then you get a key and unlock them - this removes Locked Rubber Gloves - but you are still wearing Rubber Gloves with D-links, they must be unlocked and removed separately. And yes, this process always ends up with same gloves, even if it can be started from two different - it is a current implementation.

Link to comment
25 minutes ago, Kimy said:

Yes, and DCL 9 will make DDC required.

And -->when<-- will it make DDC required?

 

I'm sorry I shouldn't bother creative geniuses like you from the dephts of my fangirly abyss 

it's just that I like your mods so much

that I can't wait to see what majestic improvements

the next update will bring and it's just... 

 

*walks away still murmuring to herself*

Link to comment

Got a bit of a problem, which I can't seem to solve, not sure where to look to undo this.

 

After a surrender and subsequent item equip, the player was arm bound, hobbled and harnass'ed, but the armbinder and hand cuffs were not in inventory, so I put all the items away in a bank, then proceeded to manually remove DCL's 00x025F86 from inventory (2 count), it said the cuffs were removed, but the player is stuck in armbinder, neither DD or DCL's escape did anything, inventory shows only the DDI's 00x040F0C equipped.  Only the cuffs were visually present on the player, neither the cuffs or armbinder were visible in inventory.

 

I was able to open a box, while bound, didn't think that worked.  Inventory window wouldn't close during it, which probably resulted in the complaint afterwards:

512661701_Sep9202015_10_47.jpg.5a9a8f38f75f5fb68ccbda2daa530100.jpg

 

It did provide items though, so it looked like it was complaining about the arm being bound, equipment in the showinventory say [CANNOT EQUIP], so possibly assistance in getting out of this?

 

EDIT:  A reload of the save made afterwards fixed the arm binding issue.

 

GuruSR.

Link to comment
2 hours ago, DeWired said:

You don't understand.

No you don't understand.

When you link rubber gloves with d-link - those gloves disappear from inventory and appears rubber gloves locked.

When you unlock those gloves in inventory left rubber gloves locked and gloves with d-link not appear and not equipped.

If you add mcs property to those gloves as you recommend - after unlock you got robber gloves unlocked in inventory and rubber gloves with d-link equipped on you. That's because in mastercontroller script removedevice is disabled - rubber gloves locked:

Spoiler

;libs.removeDevice(libs.playerref, dcumenu.dcur_RubberGlovesLocked, dcumenu.dcur_RubberGlovesLockedRendered, Libs.zad_DeviousHeavyBondage, destroyDevice = true, skipevents = false, skipmutex = true)

 

When you add that property to rubber gloves locked - after unlock rubber gloves locked disappears from inventory and rubber gloves with d-link equipped on you as need.

 

 

Link to comment
31 minutes ago, GuruSR said:

getting out of this?

In console:

Spoiler

player.additem 00x025F87 1  (DCL steel shackles)

 

Exit console

Equip manually steel shackles and press manipulate a lock. If menu not appear you still have equipped steel shackles rendered device.

Then unlock if lock is manipulated.

If not manipulated, open console and:

player.additem 00x01775F 1 - (DDI restraints key)

Exit console - unlock shackles with key.

If failed load a game and try again

 

Link to comment

@Kimy

 

Sexlab Survival adds an 'Escort' to PCs who try to leave any walled city on their own.  The 'escort' is apparantly drawn from a JSON with a list of potential followers.

 

Included in the list is, so help me, Sasha

 

I now have her following my PC, but unable to say anything other than 'Welcome to the House of Fun; Mama says I can't talk to strangers', not able to be dismissed by my follower mod (iAFT), whilst trying to kill everyone and everything in sight, with SLS seemingly having no way of dismissing her or sending her home either

 

Any ideas how I might make her take herself off my hands?  Trying to get my PC to Dawnstar at a very low level is going to be really difficult, and I'd really really rather not kill her ....

 

TIA for anything you can suggest I might do

 

?

 

EDIT:

 

Right now I've gor her into The Dollmaker's Shop, but she's wearing Skyrim Chainbeast restraints, and I have her outfit in my PC's inventory, having retrieved it from the container it was placed in by the Chainbeast  LOL

 

The dcur_sashaquest says it's running (Stage 50?) but of course in game communication is impossible given her startup line

 

 

 

 

 

Link to comment
8 hours ago, Elsidia said:

No you don't understand.

When you link rubber gloves with d-link - those gloves disappear from inventory and appears rubber gloves locked.

When you unlock those gloves in inventory left rubber gloves locked and gloves with d-link not appear and not equipped.

If you add mcs property to those gloves as you recommend - after unlock you got robber gloves unlocked in inventory and rubber gloves with d-link equipped on you. That's because in mastercontroller script removedevice is disabled - rubber gloves locked:

  Reveal hidden contents

;libs.removeDevice(libs.playerref, dcumenu.dcur_RubberGlovesLocked, dcumenu.dcur_RubberGlovesLockedRendered, Libs.zad_DeviousHeavyBondage, destroyDevice = true, skipevents = false, skipmutex = true)

 

When you add that property to rubber gloves locked - after unlock rubber gloves locked disappears from inventory and rubber gloves with d-link equipped on you as need.

 

 

Oh, now I understand - you are saying that both changes are needed for good workflow - mcs for actual restraint swap, and DestroyOnRemove for not leaving garbage... I'll do some testing of this on weekend.

Link to comment
16 hours ago, Kimy said:

Yes, and DCL 9 will make DDC required. DCL is going to add a LOT of furniture fun!

i understand that you want to make a big update with dcl9. but that does not excuse the delay of the changes in solification you agreed at ONE YEAR ago. you said you have made them but not published them. you say it is in dcl9, but why ? no reason not to publish it immerdiately as a little patch. if i propose something in other mods, i get it two hours later, not more then a year. do you play your dd games with your fans here ?

 

btw you may take a look at submissive lola and how much better the whipping there progressed after my comments. in some hours. it was exactly the same as yours is still now.

btw2 what will your furniture mattter if you have nothing else to do than brought onto it and get down from it? what an iq is that ? We got them since years in POP with whipping and fucking with DDs on it or not, Same with Maria Eden since 2016, together with Display Model in every furniture, chain or pose that exists.

Link to comment
1 hour ago, shiagwen said:

i understand that you want to make a big update with dcl9. but that does not excuse the delay of the changes in solification you agreed at ONE YEAR ago. you said you have made them but not published them. you say it is in dcl9, but why ? no reason not to publish it immerdiately as a little patch. if i propose something in other mods, i get it two hours later, not more then a year. do you play your dd games with your fans here ?

 

btw you may take a look at submissive lola and how much better the whipping there progressed after my comments. in some hours. it was exactly the same as yours is still now.

btw2 what will your furniture mattter if you have nothing else to do than brought onto it and get down from it? what an iq is that ? We got them since years in POP with whipping and fucking with DDs on it or not, Same with Maria Eden since 2016, together with Display Model in every furniture, chain or pose that exists.

 

Forgive me for sticking my nose in here, but other modders on LL may not have quite so many of those minor inconveniences commonly known as

 

'other commitments'

 

Might just be worth taking a step back, drawing breath and having a little look to see if that might just be so?  There are clues down through Kimy's threads ... :-)

 

 

 

Link to comment
9 hours ago, shiagwen said:

i understand that you want to make a big update with dcl9. but that does not excuse the delay of the changes in solification you agreed at ONE YEAR ago. you said you have made them but not published them. you say it is in dcl9, but why ? no reason not to publish it immerdiately as a little patch. if i propose something in other mods, i get it two hours later, not more then a year. do you play your dd games with your fans here ?

Funny how you think something is inexcusable when I don't owe any explanation to anyone here, about how, when and if I implement anything.

9 hours ago, shiagwen said:

btw2 what will your furniture mattter if you have nothing else to do than brought onto it and get down from it? what an iq is that ? We got them since years in POP with whipping and fucking with DDs on it or not, Same with Maria Eden since 2016, together with Display Model in every furniture, chain or pose that exists.

Except that DDC's code is a lot more powerful than ZAP/POP's and can do quite a few things the older mods simply cannot do... Honestly, did you think I would spend all that time writing completely new code for furniture devices, if the new code wouldn't be a massive improvement over what's already out there?  ?

 

Feel free to check DDC's feature list and then guess what I might do with these in DCL 9...

Link to comment
17 minutes ago, IsabellyFanuch said:

Hello, can anyone help me?

I really do like slavery mods and I'm trying to be enslaved by Leah in my Save.

But I'm playing with her as my follower a lot of time and nothing is happening....

How can I trigger the slavery quest? :(

I tried increasing the arousal level, using tons of cuffs...

That's the old method now the enslavement happens at the end of Leon's quest you can choose to be enslaved by Leon, Leah, or not enslaved at all.

For now that is the only time the enslavement can be triggered without other mods.

Link to comment
27 minutes ago, Tenri said:

That's the old method now the enslavement happens at the end of Leon's quest you can choose to be enslaved by Leon, Leah, or not enslaved at all.

For now that is the only time the enslavement can be triggered without other mods.

Thank you thank you thank you!!!

 

You saved me hours of gameplay ❤️

Link to comment
On 9/10/2020 at 2:11 PM, shiagwen said:

No, it stand still, since one year....

Here I am busy during the time...

On 9/10/2020 at 11:30 AM, shiagwen said:

i understand that you want to make a big update with dcl9. but that does not excuse the delay of the changes in solification you agreed at ONE YEAR ago. you said you have made them but not published them. you say it is in dcl9, but why ? no reason not to publish it immerdiately as a little patch. if i propose something in other mods, i get it two hours later, not more then a year. do you play your dd games with your fans here ?

 

btw you may take a look at submissive lola and how much better the whipping there progressed after my comments. in some hours. it was exactly the same as yours is still now.

btw2 what will your furniture mattter if you have nothing else to do than brought onto it and get down from it? what an iq is that ? We got them since years in POP with whipping and fucking with DDs on it or not, Same with Maria Eden since 2016, together with Display Model in every furniture, chain or pose that exists.

How nice and with charme you´re  screwing any sort of dildos into our butts. I like it, I love you. -LOL

Take it easy!

Link to comment
On 9/10/2020 at 4:30 PM, shiagwen said:

i understand that you want to make a big update with dcl9. but that does not excuse the delay of the changes in solification you agreed at ONE YEAR ago. you said you have made them but not published them. you say it is in dcl9, but why ? no reason not to publish it immerdiately as a little patch. if i propose something in other mods, i get it two hours later, not more then a year. do you play your dd games with your fans here ?

 

btw you may take a look at submissive lola and how much better the whipping there progressed after my comments. in some hours. it was exactly the same as yours is still now.

btw2 what will your furniture mattter if you have nothing else to do than brought onto it and get down from it? what an iq is that ? We got them since years in POP with whipping and fucking with DDs on it or not, Same with Maria Eden since 2016, together with Display Model in every furniture, chain or pose that exists.

You know I don't even bother to use ZAZ furnuture. The different between DD items and Zaz items is DD is immersive while Zaz is only for lore play.

Zaz furniture broke almost with any DD items on your character.Something like equiped with heel and MC will float above the X frame. 

So if Kimy could bring a furniture that actually work with all DD items then I cannot hold my gratitude.

 

PS: I don't know if Submissive Lola mod author release a patch because of your commend or he just happened to release a patch at that time anyway. But since all the modding community here is free contributor, no one fucking need to do anything just because you said so.

Link to comment
21 minutes ago, hungvipbcsok said:

You know I don't even bother to use ZAZ furnuture. The different between DD items and Zaz items is DD is immersive while Zaz is only for lore play.

Zaz furniture broke almost with any DD items on your character.Something like equiped with heel and MC will float above the X frame. 

So if Kimy could bring a furniture that actually work with all DD items then I cannot hold my gratitude.

 

PS: I don't know if Submissive Lola mod author release a patch because of your commend or he just happened to release a patch at that time anyway. But since all the modding community here is free contributor, no one fucking need to do anything just because you said so.

i never command, i propose. in case of solification and use nearby beds you can go back in the posts here and find it a year ago and kimy agreed to it. the point is not, that i command  kimy to do anything, the point is, that he agreed but never made. solification in this way is useless. because you fuck right on the spot while nearby npc walking over you etc.  every sex mod has this use nearby bed sexlab function. 

Link to comment

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
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use