Jump to content

Devious Devices - Captured Dreams Shop v4.15 - files removed


Recommended Posts

Posted

 

But with the spouse still does not work.

I live as an example in Breezhome and there is also Lydia. I can address her with the text "..." like my spouse.

Sometimes the Toy Box works and sometimes does not. (At the same spot).

The other devices I can not even set up, because the alignments on it are a disaster. In the X frame device I stood at the side somewhere.

As I said before, it would be better if the player was not taken at this point and you clicked on it yourself, what you can also, but unfortunately no longer after the dialog.

When I am whipped, my position changes, which means that I am stuck in a wall.

 

Best regards!

 

I can change it so that the player has to get into the furniture themselves, not a difficult task.

 

As for the whipping scene in Chaste Spouse it does not look like I have the setvehicle command being used, I will have to add it in.

Edit: Added the command, hopefully it works as it can be temperamental at times.

 

 

 

Yes, that would be perfect, if the player himself could get into the device that the spouse suggests.

 

Posted

 

 

Can this be reset in the MCM somewhere?

My spouse frees me no more and says after hours only to me again "Hello darling ... etc."

 

But she does not tell me "Time to free you" ..

 

There is an option to free you in the Slave page of the MCM menu.

 

 

Jep, but the Toy Chest no longer spawns.

But I can pack them again, then unpack them again, etc.

 

 

I will have to add a check for that function so it checks if you are using the toy box and have it reset it.

Posted

A few things with ver 4.15.

 

1. Can we get an mcm option to have the restrictive boots equipped instead of the pony? The sound of the pony boots is getting on my nerves. I have been using devious devices equip to do this so far, but it would be better to have that option in cd. 

 

2. First day of manor work, Markus keeps saying why am I late (it's 7 am) and then he says that I have done a good job and everything was done in time (I haven't done shit). Then this repeats and I cannot progress from here.

 

3. Wrong belt keeps getting equipped. I selected closed in the MCM, I get the correct one when it first gets equipped but then I get the open on subsequent equippings. 

 

4. The silver belt shows as black on the pc. 

 

5. In the Emperor tower I just hang around the cell. No ghost comes. Is that the end there?

 

6. You do know we can just fast travel back to the shop after we get that package for Master. Quite eaasy to evade all those hunters. Perhaps disable fast travel after we get the slave package?

 

7. Any way to fix NPCs not keeping their hands inside the armbinder? 

Posted

I do not understand that.
I get the restrictive boots about as often dressed as the pony boots.
Silver is silver for me and black is black - back in black! :lol:

You can also change the textures yourself, simply overwrite and rename them.

Should not one be cursed in the Tower?
The fast travel Option to turn off will be a bit difficult, I have this synonymous with DDe and Cursed Loot off and nevertheless I can use after a short time the fast travel.

Posted

A few things with ver 4.15.

 

6. You do know we can just fast travel back to the shop after we get that package for Master. Quite eaasy to evade all those hunters. Perhaps disable fast travel after we get the slave package?

 

 

 

 

If you can fast travel then the pursuit has ended, and anyway the disabling of fast travel already exist : it's you, nobody force you to fast travel.

Posted

I mean equip the restrictive boots instead of pony when a property slave. 

 

Silver shows up as silver in the inventory but as black on the character. 

 

Stop fast travel should not be difficult, DDe does it afterall, no idea how though. 


 

A few things with ver 4.15.


 

6. You do know we can just fast travel back to the shop after we get that package for Master. Quite eaasy to evade all those hunters. Perhaps disable fast travel after we get the slave package?

 

 

 

 

If you can fast travel then the pursuit has ended, and anyway the disabling of fast travel already exist : it's you, nobody force you to fast travel.

 

 

Well then by your logic we can just imagine that the devious devices are equipped and not bother equipping them in the first place.  :huh:

Posted

Ok but what do you have against the pony boots? :D Well ok, tasteful are different!
The textures have a small error, that's true.
The black textures in the folder like cdx_black_beltpadded_d.dds etc. are actually displayed in silver.

Posted

 

A few things with ver 4.15.

 

6. You do know we can just fast travel back to the shop after we get that package for Master. Quite eaasy to evade all those hunters. Perhaps disable fast travel after we get the slave package?

 

 

 

 

If you can fast travel then the pursuit has ended, and anyway the disabling of fast travel already exist : it's you, nobody force you to fast travel.

 

 

Well then by your logic we can just imagine that the devious devices are equipped and not bother equipping them in the first place.  :huh:

 

With your logic, explain to me how you can be pursued AND activate fast travel : if you can fast travel then you have no enemies around you.

Posted

 

 

A few things with ver 4.15.

 

6. You do know we can just fast travel back to the shop after we get that package for Master. Quite eaasy to evade all those hunters. Perhaps disable fast travel after we get the slave package?

 

 

 

 

If you can fast travel then the pursuit has ended, and anyway the disabling of fast travel already exist : it's you, nobody force you to fast travel.

 

 

Well then by your logic we can just imagine that the devious devices are equipped and not bother equipping them in the first place.  :huh:

 

With your logic, explain to me how you can be pursued AND activate fast travel : if you can fast travel then you have no enemies around you.

 

 

Have you even played this mod? The idea is to get a package and take it back to Master and avoid some hunters along the way. There are no enemies anywhere in this scenario.

 

Now I understand that Skyrim requires a certain amount of imagination to make it immersive, for example I do not go through that Big River by Solitude where all the boats are docked because the "package" being bound would drown; so I will just use the roads to go around it. But it would be so much more immersive if the fast travel was disabled, because since it is a mechanic of Skyrim I will use it if available. 

Posted

Ok but what do you have against the pony boots? :D Well ok, tasteful are different!

The textures have a small error, that's true.

The black textures in the folder like cdx_black_beltpadded_d.dds etc. are actually displayed in silver.

 

Oh, I have nothing against the pony boots, if worn for a short time. But like I mentioned before,  when worn for a long time the noise they make on stone floors get on my nerves while the restrictive boots don't. 

Posted

1- During property slave your choices likely will not be taken into consideration, there are set devices used in most of these cases.

2- Pony boots are standard uniform for maids

3- I do have it set to stop fast travel:

Function Q4ReturnTrip()
	game.enablefasttravel(false)    <---- this function starts once you receive the package
	Q4Hunter1State = 1
	Q4Hunter2State = 1
	Q4Hunter3State = 1
	Q4Hunter4State = 1
	q4stage = 3
	propslave.setobjectivecompleted(41)
	propslave.setobjectivedisplayed(42)
endfunction

If it is not disabled I know that there are mods that check this and can override it. The fast travel ban is not released until you have spoken and Master is being moved to the Manor Dungeon.

4- The scene in the Emperor's Tower was set so once you were locked up it would wait about 15 seconds, fade out and time pass then fade in and the ghost would be there. After another wait of about 15 seconds the cook will arrive and free you. This was done as part of v4.09 and you should not have control of your character until you are released by the cook.

5- As for silver items showing as black I have no idea why that would happen.

 

 

Posted

Well, that's great about the fast travel. I will check my game. 

 

I understand that pony boots are part of the maid uniform, my idea is to change them to the black ebony restrictive boots instead. In my opinion the restrictive ones complement the maid's uniform better. A MCM option perhaps?

Posted

 

Silver shows up as silver in the inventory but as black on the character.

 

Yes, it looks like one of the alt textures isn't set in CK:

EDIT: Nope, I'm wrong about that, sorry. Didn't find it.

Posted

Well, that's great about the fast travel. I will check my game. 

 

I understand that pony boots are part of the maid uniform, my idea is to change them to the black ebony restrictive boots instead. In my opinion the restrictive ones complement the maid's uniform better. A MCM option perhaps?

 

If you don't like the pony boots they are normal devices, unlock them and replace them if you want.

Posted

I like the mod it's got some problems with the visit to the thalmor embassy with the master, but otherwise a mod I like.

 

Anyway, I have a question when I talk to the master and ask for a job she has a job she says she needs it to be handled discreetly but when I select it, it always says I'm unable to do it. Am I missing something or what?

Posted

I like the mod it's got some problems with the visit to the thalmor embassy with the master, but otherwise a mod I like.

 

Anyway, I have a question when I talk to the master and ask for a job she has a job she says she needs it to be handled discreetly but when I select it, it always says I'm unable to do it. Am I missing something or what?

 

Did you install everything of the requirements?

Sounds like the scene would not continue.

Or you already have devices on you, which are not removable, but the master usually tells you that.

Posted

 

I like the mod it's got some problems with the visit to the thalmor embassy with the master, but otherwise a mod I like.

 

Anyway, I have a question when I talk to the master and ask for a job she has a job she says she needs it to be handled discreetly but when I select it, it always says I'm unable to do it. Am I missing something or what?

 

Did you install everything of the requirements?

Sounds like the scene would not continue.

Or you already have devices on you, which are not removable, but the master usually tells you that.

 

 

 

I've installed everything all 4 parts and the embassy guards out of the 5th, and the first time I went to talk to her I talked to her and it said the same but gave me the customer quest and I had the rubber doll collar on and a couple pieces of it but when I head over a dragon attacked. I died and had to load my save but didn't have it on then just my regular gear and a leg and arm cuffs I talk to her and she said that so, I had her take them off. I tried again, the same message. so finally I just took everything off and still the same message.

Posted

 

 

I like the mod it's got some problems with the visit to the thalmor embassy with the master, but otherwise a mod I like.

 

Anyway, I have a question when I talk to the master and ask for a job she has a job she says she needs it to be handled discreetly but when I select it, it always says I'm unable to do it. Am I missing something or what?

 

Did you install everything of the requirements?

Sounds like the scene would not continue.

Or you already have devices on you, which are not removable, but the master usually tells you that.

 

 

 

I've installed everything all 4 parts and the embassy guards out of the 5th, and the first time I went to talk to her I talked to her and it said the same but gave me the customer quest and I had the rubber doll collar on and a couple pieces of it but when I head over a dragon attacked. I died and had to load my save but didn't have it on then just my regular gear and a leg and arm cuffs I talk to her and she said that so, I had her take them off. I tried again, the same message. so finally I just took everything off and still the same message.

 

 

The 4 Letter quests are only available for a short time before they expire and the timer for when they are available again restarts. They are usually available for a few days but the timer starts when the maid is dispatched so if she has issues finding you you may end up missing it.

 

As for the Embassy quest the only issues should be alignment issues with the furniture, I have played through it several times since working on v4.9 and later and have had no issues. If there is any issues it is likely a device issue.

Posted

 

 

 

I like the mod it's got some problems with the visit to the thalmor embassy with the master, but otherwise a mod I like.

 

Anyway, I have a question when I talk to the master and ask for a job she has a job she says she needs it to be handled discreetly but when I select it, it always says I'm unable to do it. Am I missing something or what?

 

Did you install everything of the requirements?

Sounds like the scene would not continue.

Or you already have devices on you, which are not removable, but the master usually tells you that.

 

 

 

I've installed everything all 4 parts and the embassy guards out of the 5th, and the first time I went to talk to her I talked to her and it said the same but gave me the customer quest and I had the rubber doll collar on and a couple pieces of it but when I head over a dragon attacked. I died and had to load my save but didn't have it on then just my regular gear and a leg and arm cuffs I talk to her and she said that so, I had her take them off. I tried again, the same message. so finally I just took everything off and still the same message.

 

 

The 4 Letter quests are only available for a short time before they expire and the timer for when they are available again restarts. They are usually available for a few days but the timer starts when the maid is dispatched so if she has issues finding you you may end up missing it.

 

As for the Embassy quest the only issues should be alignment issues with the furniture, I have played through it several times since working on v4.9 and later and have had no issues. If there is any issues it is likely a device issue.

 

 

So if it expires, that dialog option might still show (I've only ever seen the maids for when they track me down for the free trial)?

 

As for the 2nd embassy mission with the master, ill keep a look out for it, it's always when I get to the guards' room and right after they make mention of seeing me again I get no other dialog and it doesn't progress, so I'll see if it pops up in papyrus logs and try to figure it out before I come back (probably screwed up something with a diff mod).

Posted

Hi Val,

 

I have that "stop moving around" issue. 

 

I have tried setting the belt to being any of the padded, the material preference to metal.

 

I have also made sure I have nothing in my inventory including any hidden items. The only item is the DDi hide devices item 040F0C.

 

However a belt will still not be equipped.

 

I've attached a log.

 

attachicon.gifCaoptured Dreams - Papyrus.log

 

attachicon.gifloadorder.txt

 

Go into the MCM menu and there is an option to repopulate the device array (I think it is on the quest reset page) as it looks like it isn't finding anything in it.

 

 

 

 

I like the mod it's got some problems with the visit to the thalmor embassy with the master, but otherwise a mod I like.

 

Anyway, I have a question when I talk to the master and ask for a job she has a job she says she needs it to be handled discreetly but when I select it, it always says I'm unable to do it. Am I missing something or what?

 

Did you install everything of the requirements?

Sounds like the scene would not continue.

Or you already have devices on you, which are not removable, but the master usually tells you that.

 

 

 

I've installed everything all 4 parts and the embassy guards out of the 5th, and the first time I went to talk to her I talked to her and it said the same but gave me the customer quest and I had the rubber doll collar on and a couple pieces of it but when I head over a dragon attacked. I died and had to load my save but didn't have it on then just my regular gear and a leg and arm cuffs I talk to her and she said that so, I had her take them off. I tried again, the same message. so finally I just took everything off and still the same message.

 

 

The 4 Letter quests are only available for a short time before they expire and the timer for when they are available again restarts. They are usually available for a few days but the timer starts when the maid is dispatched so if she has issues finding you you may end up missing it.

 

As for the Embassy quest the only issues should be alignment issues with the furniture, I have played through it several times since working on v4.9 and later and have had no issues. If there is any issues it is likely a device issue.

 

 

So if it expires, that dialog option might still show (I've only ever seen the maids for when they track me down for the free trial)?

 

As for the 2nd embassy mission with the master, ill keep a look out for it, it's always when I get to the guards' room and right after they make mention of seeing me again I get no other dialog and it doesn't progress, so I'll see if it pops up in papyrus logs and try to figure it out before I come back (probably screwed up something with a diff mod).

 

 

Second one should work fine as well. Typically they will come around every 45 minutes or so. You can check that the timer is running if you use   sqv  cdxPunishmentSet01 and scroll up to the Papyrus section and it should say something as to how often it checks.

Posted

Val I tried clicking on "set / reset quest device array's" and it still kept on saying for me to not move around.

 

I may have figured out the reason for the issue but it is on your end

 

I will use this error from your log as an example:

 

[06/20/2017 - 12:07:55AM] error: Cannot call GetName() on a None object, aborting function call

stack:
[zadQuest (1800F624)].zadlibs.EquipDevice() - "zadLibs.psc" Line 503
[CDxSlavery_Functions (C017170A)].cdxslavery_functions.SetCDDevice() - "cdxslavery_functions.psc" Line 393
[CDxSlavery_Functions (C017170A)].cdxslavery_functions.AddBaseCDDevices() - "cdxslavery_functions.psc" Line 123

 

 

This line in the script CDxSlaveryFunctions does not refer to the command SetCDDevice(), this is the line (and several around it) in question:

	elseif Dev_Material == 3
		if Dev_Color == 4
			Dev_Color = 11    <----   line 393 of script
		elseif Dev_Color == 5
			Dev_Color = 12
		elseif Dev_Color == 7
			Dev_Color = 13
		endif
	endif

This line in the script CDxSlaveryFunctions does not refer to the command AddBaseCDDevices(),  this is the line (and several around it) in question:

Function FitSlaveArmbinder(actor akActor)
	actor target
	libs.equipdevice(target, armbinder_Inv, armbinder_Rend, libs.zad_deviousarmbinder)
EndFunction
                           <---- Line 123

Function FitSlavePlugs(actor akActor)
	actor target = akactor
	Req_VagplugPref = 9
	Req_AnalPlugPref = 3
	SetCDDevice(playerref, 9, true)
	SetCDDevice(playerref, 10, true)
EndFunction


Function AddBaseCDDevices()            <---- this is line 134
	SetCDDevice(playerref, 9, false)
	SetCDDevice(playerref, 10, false)
	SetCDDevice(playerref, 1, false)
	if Dev_BeltType == 3
		UTILITY.WAIT(2.0)
		return
	endif
	UTILITY.WAIT(2.0)
	SetCDDevice(playerref, 2, false)
endfunction

My guess is that you somehow may have an old version of this script as it was changed drastically several versions ago (v.4.08 maybe?).

 

This would explain why the resetting the device array did not work as there was no device array at that time in this script.

 

I suggest uninstalling and reinstalling the mod, no clean save should be necessary but you will have to run the reset device array function just to make sure once you reinstall it. Make sure to use the newest version and not start with v4.05 on reinstall as it is only necessary for those who wish to remain with the German Language version.

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...