Jump to content

Recommended Posts

Posted

Got an issue with a Chastity Belt and Bra that don't respond to any key i can find, High Security or otherwise.  Console commands won't remove them either.  Any Ideas?  I got them waking up from the cryo freeze cutscene, if that helps

Posted
1 hour ago, Reaper121 said:

Got an issue with a Chastity Belt and Bra that don't respond to any key i can find, High Security or otherwise.  Console commands won't remove them either.  Any Ideas?  I got them waking up from the cryo freeze cutscene, if that helps

Don't use console commands to remove locked devices. Ends very badly. ;)

You need to talk to John in the Dugout Inn. It's part of the Belted quest... which is to get the stuff removed.

Posted
8 minutes ago, izzyknows said:

Don't use console commands to remove locked devices. Ends very badly. ;)

You need to talk to John in the Dugout Inn. It's part of the Belted quest... which is to get the stuff removed.

 

Out of curiosity, which mod is that from? (I know it's not DD itself.)

Posted (edited)
1 hour ago, Reaper121 said:

Found him, thanks.  Only problem now is 3rd person is stuck in the bunny hop.  Probably due to console command use. Thanks for helping

Yea that'll happen.

Try crafting the hobble dress, equipping it, hop around a bit then remove it. (manipulate the lock when putting it on)

 

Edit:
There's also a patch to remove the bunny hop. (super simple to do yourself)

Edited by izzyknows
Posted
7 hours ago, vaultbait said:

 

Out of curiosity, which mod is that from? (I know it's not DD itself.)

Like Ego said.

Using

set dcw_enableBeltedQuest to 0

in pre-war Sanctuary disables it.

Posted
1 hour ago, DevilGod05 said:

Still a noob at using the outfit studio.

Select fusiongirl green part, mask arm vertices with mask vertices tool, invert selection, press right mouse button on fusiongirl green part and choose delete vertices. it will delete all unmask vertices.

Then save a project with new name and build into bodyslide saved new project.

 

Posted

I have a device equipped after some raiders assaulted me and both types of keys are in my inventory but i still cant unequip the device. 

 

does anyone know what causes this? 

Posted
9 minutes ago, Person1 said:

I have a device equipped after some raiders assaulted me and both types of keys are in my inventory but i still cant unequip the device. 

 

does anyone know what causes this? 

 

What device is it?

Posted
34 minutes ago, Person1 said:

I have a device equipped after some raiders assaulted me and both types of keys are in my inventory but i still cant unequip the device. 

 

does anyone know what causes this? 

If Violate put a collar on your PC, then one of the Raiders has a note with the unlock code. Or, you can use the Real Handcuffs MCM debug to force it off.
Or .. use Boston Devious Helper to remove any device.

Posted
5 minutes ago, Person1 said:

A black latex hood

Restraint key should unlock it. Do you get the popup about unlocking it?

Whatever you do, do not use console commands to remove it.

Posted
4 minutes ago, izzyknows said:

If Violate put a collar on your PC, then one of the Raiders has a note with the unlock code. Or, you can use the Real Handcuffs MCM debug to force it off.
Or .. use Boston Devious Helper to remove any device.

I dont have a collar on me and ive left the location and long killed any of the raiders, would i have to buy one off of Kimmy then go back to the place it happened?

Posted
8 minutes ago, izzyknows said:

Restraint key should unlock it. Do you get the popup about unlocking it?

Whatever you do, do not use console commands to remove it.

I have the key and nothing happens when i click the hood. it just shifts for a second on my pip-boy screen and is still equipped. 

Posted
2 hours ago, Person1 said:

I have the key and nothing happens when i click the hood. it just shifts for a second on my pip-boy screen and is still equipped. 

you need the key from the raiders that put the device on you. Or, buy a restraints key from Kimy in the Memory Den - this will then allow you to unlock it.

 

and no, you don't have to be in the place it happened to do it.

Posted
6 hours ago, Person1 said:

I have the key and nothing happens when i click the hood. it just shifts for a second on my pip-boy screen and is still equipped. 

You should get a popup.

Try crafting a hood at the restraints workbench, put it on, manipulating the lock, walk around a few seconds, then take it off.

Posted
9 hours ago, Person1 said:

I have the key and nothing happens when i click the hood. it just shifts for a second on my pip-boy screen and is still equipped. 

You have a mod what block DD scripts or wrong DD install.

As example mod what makes unpause in pipboy (you open a pipboy and enemies can attack you) not compatible with DD and unlock menu if  DD items not appear while you remove this mod.

 

Posted
On 7/28/2021 at 11:42 AM, Elsidia said:

You have a mod what block DD scripts or wrong DD install.

As example mod what makes unpause in pipboy (you open a pipboy and enemies can attack you) not compatible with DD and unlock menu if  DD items not appear while you remove this mod.

 

Oh, thats what it is...

 

Im using Fallsouls XD fuck sake 

Posted
On 7/28/2021 at 11:42 AM, Elsidia said:

You have a mod what block DD scripts or wrong DD install.

As example mod what makes unpause in pipboy (you open a pipboy and enemies can attack you) not compatible with DD and unlock menu if  DD items not appear while you remove this mod.

 

Thank you so much! :D

Posted
17 hours ago, Person1 said:

Im using Fallsouls XD fuck sake 

If Fallsouls is what makes a unpaused game in then i study DD scripts and still can't find solution how to fix it. There is complicated equip system what's test if you are in pipboy (script operand: isinmenu) And seems Fallsouls completely ignore this operand and DD always think, that you arn't in menu. I think you can made a fix by using F4SE commands to check if you are in pipboy. I think it stil lcan works. But also seems it can completely destroy NPC DD  equip menu because there you not in pipboy but in NPC menu, what can lead to more bugs.

Anyway if you are strong in scripting you can write a patch for DD to change isinmenu checking to F4SE check if you are in pipboy and hope that will not break other part.

Posted
1 hour ago, Elsidia said:

If Fallsouls is what makes a unpaused game in then i study DD scripts and still can't find solution how to fix it. There is complicated equip system what's test if you are in pipboy (script operand: isinmenu) And seems Fallsouls completely ignore this operand and DD always think, that you arn't in menu. I think you can made a fix by using F4SE commands to check if you are in pipboy. I think it stil lcan works. But also seems it can completely destroy NPC DD  equip menu because there you not in pipboy but in NPC menu, what can lead to more bugs.

Anyway if you are strong in scripting you can write a patch for DD to change isinmenu checking to F4SE check if you are in pipboy and hope that will not break other part.

 

You should be able to replace Utility.IsInMenuMode() with

 

UI.IsMenuOpen("ContainerMenu") || UI.IsMenuOpen("PipboyMenu") || UI.IsMenuOpen("Console")

 

That will handle trading with NPCs, the pip-boy, and the console.

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