Jump to content

Recommended Posts

Posted
18 minutes ago, Gray User said:

If this gets off the ground, let me know. I have some things I worked out a couple years ago that I don't think I ever uploaded (anims for collars, yokes, bound legs, etc). I also have a very heavily modified DD esp if you want any ideas/alternative ways to make things work. 

Would a Discord server work for organizing? While I'm not some zoomer who isn't good with the traditional forum format, it seems to be good for mod projects. Compile what we've got, discuss what needs fixing? And then make all of this into a revival patch project until/unless we get permission from Kimy.

 

I'm currently polishing up the specular maps (I had just copied the old specular as-is originally), and seeing if it's practical to re-unwrap the UVs for the gloves to make the texture line up a bit better. While I'm apparently capable of manually positioning fingers, it makes me want to die and the rigging doesn't want to import properly for me.

Posted

Anyone can clearly say why in StraightJackets can equip and unequip  dd items, but in wrist cuffs not? I still try to find error in mod, but unlucky(

 

Posted
5 hours ago, Elsidia said:

Anyone can clearly say why in StraightJackets can equip and unequip  dd items, but in wrist cuffs not? I still try to find error in mod, but unlucky(

 

Are you talking about the message "You need to unlock your wrist cuffs before being able to manipulate any other devices."? It is defined in DD_RestraintScript.psc:

Function DisplayMessage()
	if libs.bProcessing
		return
	endif	
	if DeviceKeyword != libs.DD_KW_ItemType_WristCuffs && libs.Player.WornHasKeyword(libs.DD_kw_ItemType_WristCuffs)
		libs.notify("You need to unlock your wrist cuffs before being able to manipulate any other devices.", messageBox = true)
		return
	EndIf

This function is called to display the "equip" or "unequip" message boxes (by the way the message that is shown for putting it on or for removing it is the same, there are conditions on the options such that only the correct options are shown).

 

Wrist cuffs have the DD_kw_ItemType_WristCuffs keyword, so the check catches that they are worn and prevents you from equipping/unequipping anything else (by the way, most other messages are MESG records in the plugin, no idea why this one is hardcoded in the script instead). Same for armbinders, they have DD_kw_ItemType_WristCuffs together with DD_kw_ItemSubType_Armbinder.

 

Straitjackets on the other hand have DD_kw_ItemType_Suit together with DD_kw_ItemSubType_Straitjacket (by the way, the type and subtype keywords are documented in DD_Library.psc, line 61 and  later). So the condition does not match.

 

In other words, a bug in the code. I have not tested this, but it should be fixable by adding a second block with the matching condition, i.e.

if DeviceKeyword != libs.DD_kw_ItemType_Suit && libs.Player.WornHasKeyword(libs.DD_kw_ItemType_Suit) && libs.Player.WornHasKeyword(libs.DD_kw_ItemSubType_Straitjacket)

and then showing a matching message and returning.
 

Posted
On 12/9/2019 at 1:57 PM, wdaigle said:

Unable to confirm. The bra is not in slot 33, it's in slot 55.  Whether my FG conversion or the CBBE version, works fine for me.  Are you sure you aren't wearing something else too?

Remind me to go test it at some point, does it consistently for CBBE, and I can't remember if I'd narrowed it down to a first-person view fix or not.


@rikaco Lemme know if that does go anywhere too. Could probably do bits and pieces here and there, but I'm atrocious at committing to shit, especially if I don't have a detailed plan. :P

On 12/10/2019 at 7:49 AM, Gray User said:

I have some things I worked out a couple years ago that I don't think I ever uploaded (anims for collars, yokes, bound legs, etc)

pueCHhg.gif.652f6bf6ab256cc4490c819cf35f6a10.gif

Posted

Anyway thanks for fusion girl convert devices great work, it's save me a lot of time) But chastity belts and plugs i left old because new fusion girl gravitation badly damage their view. I need manually remove "wrong" gravitation from those devices parts to avoid graphics collision in game. Most of those i already did because it's good for me) My experience shows that plugs no need to convert its. Enough only right position by sliders using old body sliders. Chastity belts are other story - you need to convert and then manually remove gravitation from vagina, anus and most of legs, butts bones. After that they 90% like it from iron not rubber)

 

And about a scripts) I'm not so good scripter - i'm rookie and check only in fo4edit. Thanks for answer now i know where is problem.

 

And about real handcuffs mod: my experience show that they have stronger restrain script but easier free from its that device bondage wrists cuffs. But if you got combination real hinged handcuffs with keyhole from other hands size and bondage mittens - you have a big problem - only way to free is load previous save or do about 2000 times struggle out from handcuffs. And i'm not sure you free after all)

Posted

Hello,

I was wondering if anyone has had luck getting this to work in VR? I skimmed this thread (1700 replies is alot to read in full) and didn't see anything. I got this working in standard and I'm able to purchase in VR but I don't get the "do you want to put this on" boxes.

 

I know its a stretch but figured I'd ask just in case.

 

Cheers

 

P.s. Is the store charactor (name escapes me) supposed to be voiced? or silent?

Posted
7 hours ago, Elsidia said:

And about real handcuffs mod: my experience show that they have stronger restrain script but easier free from its that device bondage wrists cuffs. But if you got combination real hinged handcuffs with keyhole from other hands size and bondage mittens - you have a big problem - only way to free is load previous save or do about 2000 times struggle out from handcuffs. And i'm not sure you free after all)

You can use an "owned" settlement workbench to "cut" the hinge so you have Pip-Boy access... or... use the RH Debug Menu in MCM. With hinged facing away & mittens... I head right to the Debug Menu! LOL

 

5 hours ago, lolfacejimmy said:

P.s. Is the store charactor (name escapes me) supposed to be voiced? or silent?

Kimmy is silent and has no blank voice files, so talking with her is painfully slow. I changed her dialogue so the Buy options are first to popup.

Posted
4 hours ago, izzyknows said:

 

Kimmy is silent and has no blank voice files, so talking with her is painfully slow. I changed her dialogue so the Buy options are first to popup.

Ok thats what I thought but wanted to confirm, Thanks. :)

Posted

Hello, in case someone can help. I got a problem where Piper was restraint with legcuffs and forced to jump around. But I ran into another group of enemies who apperantly improperly removed those cuffs to give her new ones and so her animations are broken. would not be a problem if I could just reload a prior save but, you know. Bethesda...

Posted
15 hours ago, Elsidia said:

And about real handcuffs mod: my experience show that they have stronger restrain script but easier free from its that device bondage wrists cuffs. But if you got combination real hinged handcuffs with keyhole from other hands size and bondage mittens - you have a big problem - only way to free is load previous save or do about 2000 times struggle out from handcuffs. And i'm not sure you free after all)

The latest version of Sex Attributes added integration allowing you to expend accumulated "willpower" and free yourself from a DD restraint, so that could be another option without breaking immersion and going into the MCM.

 

 

Posted
16 hours ago, izzyknows said:

You can use an "owned" settlement workbench to "cut" the hinge so you have Pip-Boy access... or... use the RH Debug Menu in MCM. With hinged facing away & mittens... I head right to the Debug Menu! LOL

With equipped mittens if you break a any real handcuffs in workbench it's stuck on reequipping cycle because mittens not to allow. Game thinks that you take off a real handcuffs but mittens not) And real handcuff try to reequip broken handcuffs but mittens not allow this. When you enter to pipboy you got endless loop of real handcuffs menu)

 

Debug? You mean console?

As my experience it's not help much. Only command remove all maybe works but restraint effects still can left on.

Posted
9 hours ago, vaultbait said:

The latest version of Sex Attributes added integration allowing you to expend accumulated "willpower" and free yourself from a DD restraint, so that could be another option without breaking immersion and going into the MCM.

I have this mod it works funny in cooperate with AAF violated when you got all sexual abuses parameters to 100 and in leg cuffs you move 1 millimeter in minute)

But not sure that i have latest version)

 

Anyway if you got violated then your willpower is extremely low) Only if you after manage to escape and sleep about fallout 4 one year. But there is problem: handcuffs block chance of wait on chair but in bed you can sleep but sex attributes restores more slowly.  If on chair lower 1 attribute per hour then in bed: not sure but 24 - 48 hours for 1 attribute. Seems like a bug. But the same is for DD: if you wait on chair 1 hour you got new chance to struggle out but in bed not.

 

Edit: Seems it's have new update and description is good, maybe need to try new version)

Posted

New version isn't compatible with my mods configuration) All installed and activated but esp file isn't. If you activate manually using fallout mod order after load new save esp is disabled again.

 

Posted
4 hours ago, Elsidia said:

With equipped mittens if you break a any real handcuffs in workbench it's stuck on reequipping cycle because mittens not to allow. Game thinks that you take off a real handcuffs but mittens not) And real handcuff try to reequip broken handcuffs but mittens not allow this. When you enter to pipboy you got endless loop of real handcuffs menu)

 

Debug? You mean console?

As my experience it's not help much. Only command remove all maybe works but restraint effects still can left on.

MCM>>>Real Handcuffs>>>Debug..... Or rollback to a save before.

 

Mods work - Real Handcuffs and mittens is pretty much permanent bondage for you.  Enslavement?  Kind of what all this leads to..... and the point.

Posted
31 minutes ago, MrCruelJohn said:

MCM>>>Real Handcuffs>>>Debug..... Or rollback to a save before.

LOL - i turn on hardcore setting - that means only last option works)

 

Last sentence i don't understand but i like those devices and handcuffs)

 

Posted
12 hours ago, Elsidia said:

I have this mod it works funny in cooperate with AAF violated when you got all sexual abuses parameters to 100 and in leg cuffs you move 1 millimeter in minute)

But not sure that i have latest version)

The latest version of Sex Attributes improves the recovery time, though I still turn it up even higher in MCM. In my opinion it's tuned for a low (some might say slightly more realistic) frequency of encounters. If I had similar experiences in real life I'm sure I'd be hard pressed to walk anywhere for a while too, but when it renders the game basically unplayable for too long that's where I look to rebalance immersion and realism against enjoyment.

Posted

Hey guys. Could someone help me please? Once I enable Devious Devices my Fallout 4 wouldn't launch. I've installed all of the required mods, made sure that i have the latest versions of those mods and it still crashes on startup. I really not sure how to make it work.

Posted
9 hours ago, paparebbe said:

Hey guys. Could someone help me please? Once I enable Devious Devices my Fallout 4 wouldn't launch. I've installed all of the required mods, made sure that i have the latest versions of those mods and it still crashes on startup. I really not sure how to make it work.

Crashes on startup are not always but very often caused by missing masters. One trick that I am using in this situation is that I am starting FO4Edit [ https://www.nexusmods.com/fallout4/mods/2737 ]. If masters are missing, FO4Edit will usually tell me exactly what is missing.

Posted
14 hours ago, Pineappleman673 said:

Do vibrators work on NPCs?

You can put it on but you don't see stimulated effects and moans.

Edited: For F4SS it counts as points to get slave pacified.

Posted
On 12/14/2019 at 2:20 PM, paparebbe said:

Maybe it has to do something with priorities? I don't really understand what should have more priority and what less.

Maybe you have too many mods with conflict between. And for dd devices you need torture devices - dd items use functions from that mod as like armbinder struggle animations and restrain effects. And load order try to experiment. I have dd and torture on top of load list and it's works fine.  At down of list i have f4ss. Sometimes program "loot" helps with orders - after i use it i got working more mods. But sometimes after using this program i got aaf end work. When i reorganized boot order by vortex it start working again)

Posted

When i try struggle out from straitjacket on failure i found that have two different messages. In one says : "...to no avail. The device resisted all your efforts to struggle free. You are bound just as tight as before. You are also tired enough that you have to give up for the time being and accept being restrained....not to avail... you tired from struggle and need rest" The second is other story. it says something like that (i can't find correct text): " Your struggle only tied you better that you can't move anyway and struggle out will be impossible".  That means than other struggles is useless and you can only free by key or there left a little chance that you can free by picklock if booby pins are in inventory? Before it's all broke?

Posted
4 hours ago, Elsidia said:

When i try struggle out from straitjacket on failure i found that have two different messages. In one says : "...to no avail. The device resisted all your efforts to struggle free. You are bound just as tight as before. You are also tired enough that you have to give up for the time being and accept being restrained....not to avail... you tired from struggle and need rest" The second is other story. it says something like that (i can't find correct text): " Your struggle only tied you better that you can't move anyway and struggle out will be impossible".  That means than other struggles is useless and you can only free by key or there left a little chance that you can free by picklock if booby pins are in inventory? Before it's all broke?

The first message is a normal failure.  The second way is that the struggle got turned to "impossible".  After that happens, wait an hour and "try - examine (or inspect, whatever it's called)".  It will change the struggle analysis to "impossible" if that's what happened.  I don't think it affects the lockpicking difficulty but it might. Again, examine it to see if the chance has changed.

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   1 member

×
×
  • Create New...