Jump to content

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


Recommended Posts

Posted

JAAAAAAAAAAAAAAA Jetzt arbeite ich in der Schmide,.. mein Problem war, dass ich nachdem ich "Set CDxSlavePropQ1Done to -2" gesetzt hatte, zu langsam war, als ich dann zum Schmied geschickt wurde.. ich wusste nicht, dass ich dies auch in der Zeit abschliessen muss,.. daher wurde ich dannach immer wieder erneut zum Ork geschickt...

Hier nun Endlich angekommen, hatte ich anfangs leider wieder Probleme mit Raccan, dessen Text wiederholt sich immer und immer wieder, auch nachdem ich in die Schmiede runter geportet werde, dann wiederholte sich der Text von De'Zra immer wieder.. nach zwei Versuchen klappte es aber, ich habe sie mit Tab Taste ausgeblendet und nun kann ich hier mal an die Arbeit gehen.. :-)

-------------------------------------------------------------------

 

YEEEEEEEEEEEEESSSSSSSSSSSSS Now I work in the Schmide, .. my problem was that after I had set "Set CDxSlavePropQ1Done to -2", was too slow, when I was then sent to the blacksmith .. I did not know that I was also in The time has to close, so I was then again and again sent to the Ork ...

In the end, I finally had problems with Raccan, whose text is repeated over and over again, even after I have been put down into the smithy, then the text of De'Zra repeated again and again .. after two attempts worked But it, I've blinded it with tab key and now I can go here to the work .. :-)

Posted

Hello fellow Dreamers!

 

After spending several days trying to enjoy all the various and wonderful aspects that Master Veladarius crafted for our devious delight, I wanted to enthusiastically share some thoughts and hopes.

 

First, I want to share my most important realization that during the later progression of the story so here goes. I often found myself stuck and immobilized waiting for some action or state that I would seldom realize was whenever the action calls for PC to be controlled. I spent many hours frustratingly watching the 'Three Hour Tour' around Skyrim or I'd be frustrated that the NPC's wouldn't properly toggle their ques with my PC. After reading this ...

 

Veladarius, on 08 Nov 2016 - 6:56 PM, said:snapback.png

 

ProjRadioNoise, on 07 Nov 2016 - 11:03 PM, said:snapback.png

Having an issue with the first special quest. After I talk to her in her room she wants to see the items on the table, but immediately I lose control and are then walked a good distance outside of Solitude every time. If I re enable player control and talk to her again there is no dialogue options other than the ones I already had.

 

Your last quest or punishment had a force greet that did not end properly. This typically happens when dialogue is rushed through.

 

 

I looked into my early saves and found one where it was to be my first punishment (inside the wilderness cage) for failing to deliver a package in time. I also read in this thread that we should check / reset the PC idle status, as well as toggling disabling PC control at times. Some clues I used to narrow my focus to my first punishment was that further saves had problems with Master displaying her shop wares by stating she was busy. That clue also corresponded with the constant initialization of the dreaded 'Three Hour Tour' characteristic. I found a save early on that had neither of those states, and I narrowed my safe save / bad save border to my first punishment in cage.

 

To safely and smartly allow the dialogue and NPC / PC actions, I merely put myself in NPC control mode and waited FULLY for the guard to let me out. No rushing, no crazy console shenanigans, just plain ole patience and waiting in Disable PC control. After that step of proper release, I progressed in a few more jobs/tasks and each time, I'd check my NPC control status as well as checking / resetting my avatar idle status, testing to see if she'd commence another epic and fruitless wandering. Thankfully, so far I've had no problems in seeing Master's wicked wares nor have had seen my PC get the urge to just 'walk it off'.

 

Secondly, I've wanted to express my concern about whenever my PC would have to be collared and belted forcefully by Master and my troubles wherein I'd get the constant 'stop moving' text from her. I admit I often times toggle my game save between running Captured Dreams version 4. 5, and 4.7 because in the earlier 4.5 I have no troubles getting Master to belt my behind. In 4.7 I always get trouble and freezing whenever she wants/has to belt me. I relish the much more polished and developed version 4.7, but I play through much more comfortably in 4.5. I have begun utilizing frequent 'reset player idle status' whenever I'm interacting in punishments or tasks, and I'd love to hear some feedback on what is or may be causing Master to fail her code checks during the belting sessions.

v4.5 used a system where it would choose the item and look up the pieces for it. At that point in time I was also using a flag on the equip command that would skip the checks DD has to make sure there were no conflicting devices but it would not pick them up properly and had conflict issues between collars and harnesses with both being equipped. With the flag removed and letting DD check for conflicts it took much longer to equip devices (2x - 3x longer) and would at times time out of the dialogue.

 

v4.7 uses a set of arrays for the devices so once it decides on the items it just pulls the items from the array which works faster than the DD command to look up item parts. If you are having issues with the quest items not equipping go into the MCM menu and on the Quest Reset page there is an option to reset the array, sometimes it does not do it properly the first time (not sure why as the initial check refers to the same commands).

 

The dialogue where it is saying it is working is a dialogue loop that ends once it detects the belt keyword is on something worn by the player and keeps the dialogue from timing out.

 

 

Thirdly, I did try the task with Elsif once and also got the same or similar problems with my fellow thread contributors, Whenever I get back to that stage in story progression, I'll try Vel's suggestion to wait until 9 PM game time to initialize the task.

 

 

Lastly, I would like to ask you folks if anyone would know the commands / steps folks could input and see a display of WHICH part of code / quest is forcing the PC to do actions? Would there be a command string that can display a simple "You are being commanded by 'so and so' at this time' whenever the PC is put in NPC control?

This is the function I built to disable player controls:

Function DisablePlayerControl()
	game.disablePlayerControls()
	game.forcethirdperson()
	game.setplayeraidriven(true)
	libs.SetAnimating(PlayerRef, true)
EndFunction

It is the same for every quest and at times the player controls are enabled then disabled a few seconds later so an idle animation can reset, usually when adding / removing armbinders or yokes. As to which npc is suspending the controls is it generally the one that you are currently or about to speak with.

 

 

Thanks again Vel for your hard work and patience in giving many words of guidance to my fellow dreamers!

Posted

 

 

Secondly, I've wanted to express my concern about whenever my PC would have to be collared and belted forcefully by Master and my troubles wherein I'd get the constant 'stop moving' text from her. I admit I often times toggle my game save between running Captured Dreams version 4. 5, and 4.7 because in the earlier 4.5 I have no troubles getting Master to belt my behind. In 4.7 I always get trouble and freezing whenever she wants/has to belt me. I relish the much more polished and developed version 4.7, but I play through much more comfortably in 4.5. I have begun utilizing frequent 'reset player idle status' whenever I'm interacting in punishments or tasks, and I'd love to hear some feedback on what is or may be causing Master to fail her code checks during the belting sessions.

 

More for to hopefully help Vel squash bugs, but I just wanted to chime in and note that I have similar issues on my current save file.  I'm not actively playing Captured Dreams at the moment, and when I do I may very well just play it on a brand new save.  However, when I did attempt to do a mission or free trial on my main save I got the infinite "stop moving around <may repeat>" dialogue when Master attempted to equip a belt.  The various manual options for quest/array reset and making sure the item preferences were all "any" did not seem to fix this issue.

 

My current setup is about as unfriendly to a complicated script mod like this as possible however, so I'm not personally looking for a solution (the real solution would be to play it fresh on a clean save with minimal unrelated mods).

 

 

Relevant section of the log is below, but a few notes on why this information may NOT be useful and why I'm not looking for a solution personally:

 

- The file is very old and very heavy on script mods, but it has been well maintained and kept free of any major scripting issues long term

- CD has been run through Restringer, as well as several other mods with very large individual script counts, as the save would be overloaded and corrupted otherwise

- CD was initially installed at version 4.5 and upgraded with overrides, rather than any sort of clean save.

 

 

 

 

 [11/09/2016 - 06:18:52PM] Error: Cannot check worn items against a None keyword

stack:
[ (00000014)].Actor.WornHasKeyword() - "<native>" Line ?
[CDxSlavery_Functions (CC17170A)].cdxslavery_functions.RemoveCDDev() - "cdxslavery_functions.psc" Line ?
[CDxSlavery_Functions (CC17170A)].cdxslavery_functions.RemoveCDItems() - "cdxslavery_functions.psc" Line ?
[CDxFreeTrial (CC11DD74)].cdxfreetrial.prepareplayer() - "cdxfreetrial.psc" Line ?
[ (CC11DD78)].CDxFT_Part1.Fragment_4() - "cdxft_part1.psc" Line ?
[11/09/2016 - 06:18:52PM] Error: Cannot check worn items against a None keyword
stack:
[ (00000014)].Actor.WornHasKeyword() - "<native>" Line ?
[CDxSlavery_Functions (CC17170A)].cdxslavery_functions.RemoveCDDev() - "cdxslavery_functions.psc" Line ?
[CDxSlavery_Functions (CC17170A)].cdxslavery_functions.RemoveCDItems() - "cdxslavery_functions.psc" Line ?
[CDxFreeTrial (CC11DD74)].cdxfreetrial.prepareplayer() - "cdxfreetrial.psc" Line ?
[ (CC11DD78)].CDxFT_Part1.Fragment_4() - "cdxft_part1.psc" Line ?
[11/09/2016 - 06:18:52PM] Error: Cannot check worn items against a None keyword
stack:
[ (00000014)].Actor.WornHasKeyword() - "<native>" Line ?
[CDxSlavery_Functions (CC17170A)].cdxslavery_functions.RemoveCDDev() - "cdxslavery_functions.psc" Line ?
[CDxSlavery_Functions (CC17170A)].cdxslavery_functions.RemoveCDItems() - "cdxslavery_functions.psc" Line ?
[CDxFreeTrial (CC11DD74)].cdxfreetrial.prepareplayer() - "cdxfreetrial.psc" Line ?
[ (CC11DD78)].CDxFT_Part1.Fragment_4() - "cdxft_part1.psc" Line ?
[11/09/2016 - 06:18:54PM] [Zad]: EquipDevice called for Little Devils Plug - The Exciter
[11/09/2016 - 06:18:54PM] [Zad]: Acquired mutex, equipping Little Devils Plug - The Exciter
[11/09/2016 - 06:18:54PM] [Zad]: OnContainerChanged()
[11/09/2016 - 06:18:54PM] [Zad]: EquipDevice called for 
[11/09/2016 - 06:18:54PM] [Zad]: SpinLock() Started.
[11/09/2016 - 06:18:54PM] [Zad]: OnEquipped(Sapphire: Little Devils Plug - The Exciter)
[11/09/2016 - 06:18:54PM] [Zad]: No menus are open. Equipping silently.
[11/09/2016 - 06:18:55PM] [Zad]: Sending device event DeviceEquippedVaginal Plug(Sapphire:1)
[11/09/2016 - 06:18:55PM] [Zad]: SyncInventory(): Equipping Vaginal Plug.
[11/09/2016 - 06:18:55PM] [Zad]: SpinLock() Completed. Cycles:4
[11/09/2016 - 06:18:55PM] [Zad]: Acquired mutex, equipping 
[11/09/2016 - 06:18:56PM] [Zad]: Set slot mask to [0]: 0
[11/09/2016 - 06:19:00PM] [Zad]: Belt not worn: Removing plugs.
[11/09/2016 - 06:19:00PM] [Zad]: Sending device event DeviceRemovedVaginal Plug(Sapphire:1)
[11/09/2016 - 06:19:00PM] [Zad]: RemoveDevice called for Little Devils Plug - The Exciter
[11/09/2016 - 06:19:00PM] [Zad]: SpinLock() Started.
[11/09/2016 - 06:19:17PM] [Zad] ((WARNING)): SpinLock() timed out.
[11/09/2016 - 06:19:17PM] [Zad]: SpinLock() Completed. Cycles:151
[11/09/2016 - 06:19:17PM] [Zad]: Acquired mutex, removing Little Devils Plug - The Exciter
[11/09/2016 - 06:19:17PM] [Zad]: OnUnequipped(Sapphire: Little Devils Plug - The Exciter)
[11/09/2016 - 06:19:17PM] [Zad]: Detected removal token. Done.

 

 

Go into the MCM menu and reset the device array on the quest reset page.

Here's an odd one.  For some reason, Herran decided to take a hike to Markarth, leaving my character standing around waiting for the punishment scene.

 

No idea on that one, he doesn't have any AI packages that would take him away from the shop area.

Posted

Oke und leider wieder das nächste Problem... nachdem ich die Quote in der Schmiede mehr als einmal erfüllt habe, würde ich losgeschickt diese "Kriegerin" zu suchen... Ich habe sie in der Ruine der Dwemer gefunden, ihr ihren Kristall gebracht usw..

Ab jetzt sagt De'zra nur noch zu mir: mach weiter so und ich habe etwas weiteres zu erledigen oder so..

Das Problem ist; ich erfülle die Quote täglich über das doppelte, aber es geht nicht mehr vorran,.. egal wie viele Tage auch vergehen.

 

-----------------------------------------------

 

Oke and unfortunately again the next problem ... after I have met the quota in the Smithy more than once, I would be sent this "warrior" to look ... I have found them in the ruins of the Dwemer, you brought their crystal etc ..

From now on, De'zra only says to me: keep up and I have something else to do or so ..

The problem is; I fill the quota daily over the double, but it does not go any more before, no matter how many days also pass away.

 

 

 

Posted

Ok, ich habe jetzt die Quest, wo ich zum Leuchtturm muss,.. ich habe dannach einfach CDxSlave ..... Q2 + 1 - 2 - 3 - 4 eingegeben... irgendwann bekam ich dann nach X Mal Neu starten diese quest...bin mal gespannt

 

 

-----------------------------------------------------

 

 

Ok, I now have the quest, where I have to go to the lighthouse, I have then simply CDxSlave ..... Q2 + 1 - 2 - 3 - 4 entered ... somehow I got then after X times restart this quest ...am curious

Posted

Nun habe ich Alessia oder wie die heißt durch halb Skyrim geführt... beim Meister angekommen, sagt sie zu mir, ich soll sie ins Haupthaus bringen... dort angekommen passiert wieder nichts... *seuftz*

Posted

Sooo... after not playing Skyrim for a long time, I decided to fire the game up again, of course after I saw CD having a new update.

 

Now a little something I am encountering. The masters slaves are missing their feet models and 90% of the devices have no textures at all.

 

I am also getting an infinite repeat loop of the master telling my character to hold still whenever a device is being applied to her. Put a CD belt on my character after adding it via console, thinking to circumvent the issue. This was not quite the case. While I can do delivery quests, the master won't take the belt off of my character.

 

I also noticed the normal CD belt, cuffs, etc, from the previous 3.xx version seems to be gone. Makes me think the mod is trying to adress those.

 

So I am likely short of some requirement I think.  Could anyone, or you Vel be so kind to tell me in which mod the NEW textures were in?

 

Figured I'd ask, before I rip my entire game installation apart. :P

Posted

Oke und leider wieder das nächste Problem... nachdem ich die Quote in der Schmiede mehr als einmal erfüllt habe, würde ich losgeschickt diese "Kriegerin" zu suchen... Ich habe sie in der Ruine der Dwemer gefunden, ihr ihren Kristall gebracht usw..

 

Ab jetzt sagt De'zra nur noch zu mir: mach weiter so und ich habe etwas weiteres zu erledigen oder so..

 

Das Problem ist; ich erfülle die Quote täglich über das doppelte, aber es geht nicht mehr vorran,.. egal wie viele Tage auch vergehen.

 

-----------------------------------------------

 

Oke and unfortunately again the next problem ... after I have met the quota in the Smithy more than once, I would be sent this "warrior" to look ... I have found them in the ruins of the Dwemer, you brought their crystal etc ..

 

From now on, De'zra only says to me: keep up and I have something else to do or so ..

 

The problem is; I fill the quota daily over the double, but it does not go any more before, no matter how many days also pass away.

 

It is possible that the quest did not end properly and advance you to the next section (smithing part 2). Check the global variable for CDxSlaveTaskLvl, it should be 12 at this point. Since the Smithy quests are not repeatable it is not starting the day.

Nun habe ich Alessia oder wie die heißt durch halb Skyrim geführt... beim Meister angekommen, sagt sie zu mir, ich soll sie ins Haupthaus bringen... dort angekommen passiert wieder nichts... *seuftz*

 

If it is stopping when the Master is leaving the basement just wait for 1 hour and it will continue from there. I don't know why it does it as she has reached her destination at that point and should trigger the next part.

Sooo... after not playing Skyrim for a long time, I decided to fire the game up again, of course after I saw CD having a new update.

 

Now a little something I am encountering. The masters slaves are missing their feet models and 90% of the devices have no textures at all.

 

I am also getting an infinite repeat loop of the master telling my character to hold still whenever a device is being applied to her. Put a CD belt on my character after adding it via console, thinking to circumvent the issue. This was not quite the case. While I can do delivery quests, the master won't take the belt off of my character.

 

I also noticed the normal CD belt, cuffs, etc, from the previous 3.xx version seems to be gone. Makes me think the mod is trying to adress those.

 

So I am likely short of some requirement I think.  Could anyone, or you Vel be so kind to tell me in which mod the NEW textures were in?

 

Figured I'd ask, before I rip my entire game installation apart. :P

 

You need both v4.05 and v4.07 as v4.07 is just a script and esp update to v4.05 which has all the textures.

 

There should not be any items removed from v3 though they may be renamed due to the addition of all the new devices.

Posted

For anyone having issues with quest devices not equipping, specifically if the dialogue never advances when putting them on at the start of a quest do the following:

 

Go into the MCM menu and on the Quest Reset page there is an option to reset the device arrays. It is set up to do it automatically when you enter the shop but it has failed to populate on occasion (no idea why). Once you have done it in the MCM menu it should resolve the infinite loop when equipping quest items.

 

If you still have issues let me know and post a log of your session where you use the MCM option so I can look for any errors you may be having.

 

Also, if you are having any issues with scenes that stop post a log from the session and give as detailed description of what and when it happens. There are over 9000 lines of dialogue and almost 600 scenes so if you just say this quest stopped I will ignore your post.

Posted

 

Sooo... after not playing Skyrim for a long time, I decided to fire the game up again, of course after I saw CD having a new update.

 

Now a little something I am encountering. The masters slaves are missing their feet models and 90% of the devices have no textures at all.

 

I am also getting an infinite repeat loop of the master telling my character to hold still whenever a device is being applied to her. Put a CD belt on my character after adding it via console, thinking to circumvent the issue. This was not quite the case. While I can do delivery quests, the master won't take the belt off of my character.

 

I also noticed the normal CD belt, cuffs, etc, from the previous 3.xx version seems to be gone. Makes me think the mod is trying to adress those.

 

So I am likely short of some requirement I think.  Could anyone, or you Vel be so kind to tell me in which mod the NEW textures were in?

 

Figured I'd ask, before I rip my entire game installation apart. :P

 

You need both v4.05 and v4.07 as v4.07 is just a script and esp update to v4.05 which has all the textures.

 

There should not be any items removed from v3 though they may be renamed due to the addition of all the new devices.

 

 

Okay, reinstalling 4.05 solved the missing textures. As with most issues, the issue was sitting infront of the computer. Of course there can't be textures if I don't put any in my data directory from the 512 - 2048 selection in the rar.file. >.>

 

Just to be sure though, I reinstalled it all again over it in the case I was missing something. This still isn't running as we want it to, the master keeps getting stuck in an infinite "Hold still please! << MAY REPEAT >>" dialogue when trying to start the delivery quest. Belt is never getting on my character for that matter.

 

The belt I circumvented this with via console is the "Captured Dreams Chastity Belt Padded black" and when trying to get it removed by the master, she says she can help and in the next line goes to "You're wearing nothing I am willing to remove".

 

Not yet screaming for help, just a minor headsup.  I'll see to my load order and try a few things via MCM, will post the log if I am getting nowhere.

 

Posted

 

 

Sooo... after not playing Skyrim for a long time, I decided to fire the game up again, of course after I saw CD having a new update.

 

Now a little something I am encountering. The masters slaves are missing their feet models and 90% of the devices have no textures at all.

 

I am also getting an infinite repeat loop of the master telling my character to hold still whenever a device is being applied to her. Put a CD belt on my character after adding it via console, thinking to circumvent the issue. This was not quite the case. While I can do delivery quests, the master won't take the belt off of my character.

 

I also noticed the normal CD belt, cuffs, etc, from the previous 3.xx version seems to be gone. Makes me think the mod is trying to adress those.

 

So I am likely short of some requirement I think.  Could anyone, or you Vel be so kind to tell me in which mod the NEW textures were in?

 

Figured I'd ask, before I rip my entire game installation apart. :P

 

You need both v4.05 and v4.07 as v4.07 is just a script and esp update to v4.05 which has all the textures.

 

There should not be any items removed from v3 though they may be renamed due to the addition of all the new devices.

 

 

Okay, reinstalling 4.05 solved the missing textures. As with most issues, the issue was sitting infront of the computer. Of course there can't be textures if I don't put any in my data directory from the 512 - 2048 selection in the rar.file. >.>

 

Just to be sure though, I reinstalled it all again over it in the case I was missing something. This still isn't running as we want it to, the master keeps getting stuck in an infinite "Hold still please! << MAY REPEAT >>" dialogue when trying to start the delivery quest. Belt is never getting on my character for that matter.

 

The belt I circumvented this with via console is the "Captured Dreams Chastity Belt Padded black" and when trying to get it removed by the master, she says she can help and in the next line goes to "You're wearing nothing I am willing to remove".

 

Not yet screaming for help, just a minor headsup.  I'll see to my load order and try a few things via MCM, will post the log if I am getting nowhere.

 

 

 

In the MCM menu on the Quest Reset page there is an option to reset the device arrays, use that and it should fix the issue.

 

I have set it up in the next release that it will check the array on startup and if it is not set it will set it up so this issue should go away.

Posted

 

 

 

Sooo... after not playing Skyrim for a long time, I decided to fire the game up again, of course after I saw CD having a new update.

 

Now a little something I am encountering. The masters slaves are missing their feet models and 90% of the devices have no textures at all.

 

I am also getting an infinite repeat loop of the master telling my character to hold still whenever a device is being applied to her. Put a CD belt on my character after adding it via console, thinking to circumvent the issue. This was not quite the case. While I can do delivery quests, the master won't take the belt off of my character.

 

I also noticed the normal CD belt, cuffs, etc, from the previous 3.xx version seems to be gone. Makes me think the mod is trying to adress those.

 

So I am likely short of some requirement I think.  Could anyone, or you Vel be so kind to tell me in which mod the NEW textures were in?

 

Figured I'd ask, before I rip my entire game installation apart. :P

 

You need both v4.05 and v4.07 as v4.07 is just a script and esp update to v4.05 which has all the textures.

 

There should not be any items removed from v3 though they may be renamed due to the addition of all the new devices.

 

 

Okay, reinstalling 4.05 solved the missing textures. As with most issues, the issue was sitting infront of the computer. Of course there can't be textures if I don't put any in my data directory from the 512 - 2048 selection in the rar.file. >.>

 

Just to be sure though, I reinstalled it all again over it in the case I was missing something. This still isn't running as we want it to, the master keeps getting stuck in an infinite "Hold still please! << MAY REPEAT >>" dialogue when trying to start the delivery quest. Belt is never getting on my character for that matter.

 

The belt I circumvented this with via console is the "Captured Dreams Chastity Belt Padded black" and when trying to get it removed by the master, she says she can help and in the next line goes to "You're wearing nothing I am willing to remove".

 

Not yet screaming for help, just a minor headsup.  I'll see to my load order and try a few things via MCM, will post the log if I am getting nowhere.

 

 

 

In the MCM menu on the Quest Reset page there is an option to reset the device arrays, use that and it should fix the issue.

 

I have set it up in the next release that it will check the array on startup and if it is not set it will set it up so this issue should go away.

 

 

Nope, that didn't do it.

 

I'm onto something here though. Remember I said the masters slaves had no feet?  I checked their inventories, they are wearing pony boots and I don't seem to have those from any mod.

 

I am not quite getting smarter from my log here, but to it looks like CD fails to adress something because it isn't there.

 

Are the pony boots from assets maybe? That's the only mod I didn't redownload again because I was pretty sure I had the newest version from May 2016 already.

 

 

Here's what papyrus says. I closed skyrim after a few seconds of the << MAY REPEAT >> line loop.

 

 

 

[11/11/2016 - 02:07:40AM] Papyrus log opened (PC)

[11/11/2016 - 02:07:40AM] Function GetEffectMagnitudes in the empty state on type Ingredient does not exist. Function will not be flagged as callable from tasklets.

[11/11/2016 - 02:07:40AM] warning: Replacing native function PrintConsole on unlinked object SexLabUtil.

[11/11/2016 - 02:07:40AM] Update budget: 1.200000ms (Extra tasklet budget: 1.200000ms, Load screen budget: 500.000000ms)

[11/11/2016 - 02:07:40AM] Memory page: 128 (min) 512 (max) 76800 (max total)

[11/11/2016 - 02:07:57AM] Cannot open store for class "dlc1scwispwallscript", missing file?

[11/11/2016 - 02:07:57AM] Cannot open store for class "DLC2BenthicLurkerFXSCRIPT", missing file?

[11/11/2016 - 02:07:57AM] Cannot open store for class "fnissmquestscript", missing file?

[11/11/2016 - 02:07:57AM] Cannot open store for class "fnissmconfigmenu", missing file?

[11/11/2016 - 02:07:57AM] Cannot open store for class "follower3dnpc", missing file?

[11/11/2016 - 02:07:57AM] Cannot open store for class "DagiRahtRaceController", missing file?

[11/11/2016 - 02:07:57AM] Error: Unable to bind script DagiRahtRaceController to DagiRahtRaceController (3200BA25) because their base types do not match

[11/11/2016 - 02:07:58AM] Cannot open store for class "huntersvisionimodscript", missing file?

[11/11/2016 - 02:07:58AM] Cannot open store for class "cccEggManEffectScript", missing file?

[11/11/2016 - 02:07:58AM] Cannot open store for class "EquipItemOnEffectStart", missing file?

[11/11/2016 - 02:07:58AM] Cannot open store for class "Mycastanotherspellscript", missing file?

[11/11/2016 - 02:07:58AM] Cannot open store for class "NecroApocryphaBookScript", missing file?

[11/11/2016 - 02:07:58AM] Cannot open store for class "ImperialWolfRaceController", missing file?

[11/11/2016 - 02:07:58AM] Error: Unable to bind script ImperialWolfRaceController to 1ImperialWolfRaceController (C3011ABA) because their base types do not match

[11/11/2016 - 02:07:58AM] Cannot open store for class "ddt_analPlugScript", missing file?

[11/11/2016 - 02:07:58AM] Cannot open store for class "ddt_vaginalPlugScript", missing file?

[11/11/2016 - 02:07:58AM] Cannot open store for class "vkjplaysubmissive", missing file?

[11/11/2016 - 02:07:58AM] Error: Unable to bind script vkjLib to vkjMQ (D6026EC9) because their base types do not match

[11/11/2016 - 02:07:59AM] Error: Unable to bind script TrapBear to TweakTraps (D800C515) because their base types do not match

[11/11/2016 - 02:07:59AM] Error: Unable to bind script traptriggerbase to TweakTraps (D800C515) because their base types do not match

[11/11/2016 - 02:07:59AM] Cannot open store for class "SF_TweakP1Hangout_02017201", missing file?

[11/11/2016 - 02:07:59AM] Error: Unable to bind script SF_TweakP1Hangout_02017201 to  (D8017201) because their base types do not match

[11/11/2016 - 02:07:59AM] Cannot open store for class "SF_TweakP1Pose_02017788", missing file?

[11/11/2016 - 02:07:59AM] Error: Unable to bind script SF_TweakP1Pose_02017788 to  (D8017788) because their base types do not match

[11/11/2016 - 02:07:59AM] Cannot open store for class "slavePhoneme", missing file?

[11/11/2016 - 02:07:59AM] Error: Unable to bind script slavePhoneme to  (D409000F) because their base types do not match

[11/11/2016 - 02:08:06AM] Error: Unable to bind script DLC2WaterScript to alias Water on quest DLC2TTF2 (0301AAC8) because their base types do not match

[11/11/2016 - 02:08:06AM] warning: Property AshSpawnAttachChancePercent on script DLC2AshSpawnAttackChanceScript attached to alias Player on quest DLC2Init (03016E02) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property TaskEnable on script CDxTravellerCleanUp attached to alias traveller on quest CDxSlavery_Property (CF17B43D) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (03027110) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (03027111) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (03027112) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (03027113) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DarkSouls on script DLC1SeranaLevelingScript attached to  (02003B8E) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property Necromancy on script DLC1SeranaLevelingScript attached to  (02003B8E) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property MageArmor50 on script DLC1SeranaLevelingScript attached to  (02003B8E) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property SavageStrike on script DLC1SeranaLevelingScript attached to  (02003B8E) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property HackAndSlash60 on script DLC1SeranaLevelingScript attached to  (02003B8E) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property MagicResistance30 on script DLC1SeranaLevelingScript attached to  (02003B8E) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property WindWalker on script DLC1SeranaLevelingScript attached to  (02003B8E) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property HackAndSlash90 on script DLC1SeranaLevelingScript attached to  (02003B8E) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property MageArmor30 on script DLC1SeranaLevelingScript attached to  (02003B8E) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property Bladesman90 on script DLC1SeranaLevelingScript attached to  (02003B8E) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property AugmentedFrost on script DLC1SeranaLevelingScript attached to  (02003B8E) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property Bladesman60 on script DLC1SeranaLevelingScript attached to  (02003B8E) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property MagicResistance50 on script DLC1SeranaLevelingScript attached to  (02003B8E) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] Error: Property FeedControlSP on script playervampirequestscript attached to PlayerVampireQuest (000EAFD5) cannot be bound because <NULL form> (CD008985) is not the right type

[11/11/2016 - 02:08:07AM] warning: Property Alias_PlayerVampireAlias on script QF_PlayerVampireQuest_000EAFD5 attached to PlayerVampireQuest (000EAFD5) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (03027117) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (03027116) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (03027115) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property mslVTComSDGags on script mslvtmcmdebugscr attached to mslVTMCMQST (CD0ED73A) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property mslVTNoBiteWearAddFL on script mslvtmcmdebugscr attached to mslVTMCMQST (CD0ED73A) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (03027114) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC1ECADE) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC1ECADE) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC1ECADE) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC1ECADF) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC1ECADF) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC1ECADF) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC20BA4D) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC20BA4D) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC20BA4D) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property MDEnd on script CDxPS01_MDCell01Exit attached to  (CF242676) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property Axe on script DLC2DBAncientDragonbornSCRIPT attached to  (0301DC33) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC210BD5) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC210BD5) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC210BD5) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC1E231C) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC1E231C) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC1E231C) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property Alias_LevitationTarget on script DLC2_QF_DLC2DialogueTelMithry_02017E85 attached to DLC2DialogueTelMithryn (03017E85) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2A7) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2A6) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC210C65) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC210C65) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC210C65) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2A4) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] Error: Property KwForbiddenKeywords on script vkjAttireControl attached to vkjArmorRestriction (D602AFD6) cannot be initialized because the value is the incorrect type

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC139767) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC139767) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC139767) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property NecroLichRitualQuest on script NecroBlackBookScript attached to  (BC22523E) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC20BA06) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC20BA06) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC20BA06) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property ExpQuest on script CDxSummonsLetter2 attached to  (CF090AF9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC1E2348) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC1E2348) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC1E2348) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2A8) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property FollowerDismissMessageWedding on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property FollowerDismissMessageCompanions on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property FollowerDismissMessageWait on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DismissedFollower on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property FollowerDismissMessageCompanionsMale on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property FollowerDismissMessage on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property FollowerDismissMessageCompanionsFemale on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2RRTeldrynSero on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2AB) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2AA) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2AE) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2AF) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC1ECBE1) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC1ECBE1) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC1ECBE1) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC148AD6) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC148AD6) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC148AD6) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2AC) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2AD) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC252CAC) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC252CAC) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC252CAC) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property patron_items09 on script CDxVIPHouseSpa attached to  (CF0AC4ED) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property patron_items03 on script CDxVIPHouseSpa attached to  (CF0AC4ED) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property patron_items04 on script CDxVIPHouseSpa attached to  (CF0AC4ED) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property patron_items01 on script CDxVIPHouseSpa attached to  (CF0AC4ED) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property SexLab on script CDxVIPHouseSpa attached to  (CF0AC4ED) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property libs on script CDxVIPHouseSpa attached to  (CF0AC4ED) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property patron_items02 on script CDxVIPHouseSpa attached to  (CF0AC4ED) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property patron_items07 on script CDxVIPHouseSpa attached to  (CF0AC4ED) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property patron_items06 on script CDxVIPHouseSpa attached to  (CF0AC4ED) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property patron_items10 on script CDxVIPHouseSpa attached to  (CF0AC4ED) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property patron_items08 on script CDxVIPHouseSpa attached to  (CF0AC4ED) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property patron_items05 on script CDxVIPHouseSpa attached to  (CF0AC4ED) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC206548) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC206548) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC206548) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC206549) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC206549) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC206549) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC252CAA) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC252CAA) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC252CAA) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC252CAB) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC252CAB) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC252CAB) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC252CA9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC252CA9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC252CA9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DarkSouls on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property Necromancy on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property AugmentedFrost on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property SavageStrike on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property HackAndSlash60 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property MagicResistance30 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property WindWalker on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property HackAndSlash90 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property MageArmor50 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property MageArmor30 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property Bladesman90 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property Bladesman60 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property MagicResistance50 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] Error: Property ARTHLALL4DStartController on script IS_QF_StartQuest_03000D72 attached to IS_StartQuest (D4000D72) cannot be bound because <NULL form> (C012BBBC) is not the right type

[11/11/2016 - 02:08:07AM] Error: Property ARTHLALVampireStartController on script IS_QF_StartQuest_03000D72 attached to IS_StartQuest (D4000D72) cannot be bound because <NULL form> (C0126AB9) is not the right type

[11/11/2016 - 02:08:07AM] Error: Property ARTHLALBanditStartController on script IS_QF_StartQuest_03000D72 attached to IS_StartQuest (D4000D72) cannot be bound because <NULL form> (C01219B6) is not the right type

[11/11/2016 - 02:08:07AM] warning: Property bindings01enable on script CDxVIP_PS_cGetLeatherStrips01 attached to  (CF1D2744) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property bindings01disable on script CDxVIP_PS_cGetLeatherStrips01 attached to  (CF1D2744) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property bingindsbundle on script CDxVIP_PS_cGetLeatherStrips01 attached to  (CF1D2744) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property Plate01disable on script CDxVIP_PS_cGetLeatherStrips01 attached to  (CF1D2744) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC20654A) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC20654A) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC20654A) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property SexLab on script vkjTrick attached to vkjTrick (D602AA5A) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property owner on script vkjTrick attached to vkjTrick (D602AA5A) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property IdleDef on script vkjTrick attached to vkjTrick (D602AA5A) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property PlayerRef on script vkjTrick attached to vkjTrick (D602AA5A) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property KeywordWristBinds on script vkjTrick attached to vkjTrick (D602AA5A) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] Error: Property MesSeductionME on script mslVTFeedDialSCR attached to mslVTFeedDialQST (CD0CD406) cannot be bound because <NULL form> (CD018251) is not the right type

[11/11/2016 - 02:08:07AM] warning: Property TG05KarliahInvisibilitySpell on script tg06questscript attached to TG06 (00021552) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2B7) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2B6) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2B5) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property OrcRace on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property BretonRaceVampire on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property ArgonianRaceVampire on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property OrcRaceVampire on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property ImperialRaceVampire on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property BretonRace on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property ImperialRace on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property HighElfRace on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property HighElfRaceVampire on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property NordRaceVampire on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property KhajiitRaceVampire on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property RedguardRaceVampire on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property WoodElfRace on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DarkElfRace on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property HircinesRingPower on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property RedguardRace on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property ArgonianRace on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DarkElfRaceVampire on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property KhajiitRace on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property WoodElfRaceVampire on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property NordRace on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2B4) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC1D5451) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC1D5451) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC1D5451) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2B0) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2B1) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (0302710F) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2B2) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2B3) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC12F4F0) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC12F4F0) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC12F4F0) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property DBForever on script darkbrotherhood attached to DarkBrotherhood (0001EA5C) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:07AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2A5) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:12AM] warning: Property ExpQuest on script CDxSummonsLetter2 attached to  (FF000E3D) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:12AM] warning: Property delivery on script CDxPD_Delivery attached to  (FF000E44) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:13AM] [DLC2PillarBuilderActorScript < (030177DD)>]OnPackageStart()

[11/11/2016 - 02:08:13AM] [DLC2PillarBuilderActorScript < (03018FD0)>]OnPackageStart()

[11/11/2016 - 02:08:13AM] [DLC2PillarBuilderActorScript < (03018FC3)>]OnPackageStart()

[11/11/2016 - 02:08:13AM] [DLC2PillarBuilderActorScript < (03018FA1)>]OnPackageStart()

[11/11/2016 - 02:08:13AM] [DLC2PillarBuilderActorScript < (030177DB)>]OnPackageStart()

[11/11/2016 - 02:08:13AM] [DLC2PillarBuilderActorScript < (0301843D)>]OnPackageStart()

[11/11/2016 - 02:08:13AM] [DLC2PillarBuilderActorScript < (03018FCF)>]OnPackageStart()

[11/11/2016 - 02:08:13AM] daymoyl - OnInit

[11/11/2016 - 02:08:13AM] [DLC1VQ03ManageFactions <DLC1VQ03Hunter (020098CB)>]manage factions

[11/11/2016 - 02:08:13AM] DVA >> ---- Checking External Compatibility ----

[11/11/2016 - 02:08:13AM] DVA (4)>> ---- Compatibility Status ----

[11/11/2016 - 02:08:13AM] DVA (4)>> ------ SkyUI: Installed

[11/11/2016 - 02:08:13AM] DVA (4)>> ------ Better Vampires: Not Installed

[11/11/2016 - 02:08:13AM] DVA (4)>> ------ Predator Vision: Not Installed

[11/11/2016 - 02:08:13AM] DVA (4)>> ---- End External Compatibility Check ----

[11/11/2016 - 02:08:13AM] [sLD_MCM <_SLD_QST_MCM (D5042C3F)>] INITIALIZED

[11/11/2016 - 02:08:13AM] [zbloodEBTmenu <zGoreEffectsPlayerQuest (190389EC)>] INITIALIZED

[11/11/2016 - 02:08:14AM] [ski_activeeffectswidget <SKI_ActiveEffectsWidgetInstance (D1000822)>] INITIALIZED

[11/11/2016 - 02:08:14AM] [ski_activeeffectswidget <SKI_ActiveEffectsWidgetInstance (D1000822)>]: Updating to script version 2

[11/11/2016 - 02:08:14AM] [hdtHighHeelMCM <hdtHighHeel_ConfigMenu (07000804)>] INITIALIZED

[11/11/2016 - 02:08:14AM] [DVA_ConfigMenu <DVA_ConfigQuest (4400F5D1)>] INITIALIZED

[11/11/2016 - 02:08:14AM] [uSUndeadFXMCM <USModMenu (6200DA81)>] INITIALIZED

[11/11/2016 - 02:08:14AM] FNIS aa (load game) started

[11/11/2016 - 02:08:14AM] [vlkNSLAnimTester_Config <vlk_NSLAnimTester (D2000D62)>] INITIALIZED

[11/11/2016 - 02:08:14AM] ===============================[DAYMOYL: Ignore all Warnings start]================================

[11/11/2016 - 02:08:14AM] daymoyl - SkyUI.esp found

[11/11/2016 - 02:08:14AM] daymoyl - Dawnguard.esm found

[11/11/2016 - 02:08:14AM] daymoyl - AmazingFollowerTweaks.esp found

[11/11/2016 - 02:08:14AM] ================================[DAYMOYL: Ignore all Warnings end]=================================

[11/11/2016 - 02:08:14AM] [DVA_ConfigMenu <DVA_ConfigQuest (4400F5D1)>]: Registered DVA at MCM.

[11/11/2016 - 02:08:14AM] [zbloodEBTmenu <zGoreEffectsPlayerQuest (190389EC)>]: Registered Enhanced Blood at MCM.

[11/11/2016 - 02:08:14AM] [uSUndeadFXMCM <USModMenu (6200DA81)>]: Registered Undead FX at MCM.

[11/11/2016 - 02:08:14AM] PATCH 1.9 QUEST HAS STARTED

[11/11/2016 - 02:08:14AM] PATCH 1.6 QUEST HAS STARTED

[11/11/2016 - 02:08:14AM] PATCH 1.5 QUEST HAS STARTED

[11/11/2016 - 02:08:14AM] [sLD_MCM <_SLD_QST_MCM (D5042C3F)>]: Registered SexLab Dialogues at MCM.

[11/11/2016 - 02:08:14AM] FNIS aa started (init) nMods: 1 nSets: 14

[11/11/2016 - 02:08:14AM] FNIS aa GetAAprefixList mod: FNIS aa nMods: 1

[11/11/2016 - 02:08:14AM] FNIS aa GetAAsets mod: FNIS aa nSets: 14

[11/11/2016 - 02:08:14AM] FNIS aa GetAAsetList mod: FNIS aa nSets: 14

[11/11/2016 - 02:08:14AM] DLC1: Starting DLC1 Initialization quest.

[11/11/2016 - 02:08:14AM] [DLC2_QF_DLC2_MQ04_02016E02 <DLC2Init (03016E02)>] DLC2Init quest START

[11/11/2016 - 02:08:14AM] ---BYOH Adoption System has started.---

[11/11/2016 - 02:08:14AM] ==== LAL: Mod support check - Ignore errors about missing files. ====

[11/11/2016 - 02:08:14AM] Error: File "Chesko_Frostfall.esp" does not exist or is not currently loaded.

stack:

    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?

    [ARTHLALVersionTracking (C0049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 69

    [ARTHLALVersionTracking (C0049F33)].arth_lal_versiontrackingscript.OnInit() - "ARTH_LAL_VersionTrackingScript.psc" Line 47

[11/11/2016 - 02:08:14AM] Error: File "teg_returntohelgen.esp" does not exist or is not currently loaded.

stack:

    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?

    [ARTHLALVersionTracking (C0049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 89

    [ARTHLALVersionTracking (C0049F33)].arth_lal_versiontrackingscript.OnInit() - "ARTH_LAL_VersionTrackingScript.psc" Line 47

[11/11/2016 - 02:08:14AM] Error: File "Keld-Nar.esp" does not exist or is not currently loaded.

stack:

    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?

    [ARTHLALVersionTracking (C0049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 97

    [ARTHLALVersionTracking (C0049F33)].arth_lal_versiontrackingscript.OnInit() - "ARTH_LAL_VersionTrackingScript.psc" Line 47

[11/11/2016 - 02:08:14AM] Error: File "ShezriesOldHroldan.esp" does not exist or is not currently loaded.

stack:

    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?

    [ARTHLALVersionTracking (C0049F33)].arth_lal_versiontrackingscript.DLCSupportCheck() - "ARTH_LAL_VersionTrackingScript.psc" Line 106

    [ARTHLALVersionTracking (C0049F33)].arth_lal_versiontrackingscript.OnInit() - "ARTH_LAL_VersionTrackingScript.psc" Line 47

[11/11/2016 - 02:08:14AM] ==== LAL: Mod support check - Done. ====

[11/11/2016 - 02:08:14AM] [hdtHighHeelMCM <hdtHighHeel_ConfigMenu (07000804)>]: Registered $hdtHighHeel_menuname at MCM.

[11/11/2016 - 02:08:14AM] [sKI_ConfigMenu <SKI_ConfigMenuInstance (D1000820)>] INITIALIZED

[11/11/2016 - 02:08:14AM] [sKI_ConfigMenu <SKI_ConfigMenuInstance (D1000820)>]: Updating to script version 2

[11/11/2016 - 02:08:14AM] [sKI_ConfigMenu <SKI_ConfigMenuInstance (D1000820)>]: Updating to script version 3

[11/11/2016 - 02:08:14AM] [sKI_ConfigMenu <SKI_ConfigMenuInstance (D1000820)>]: Updating to script version 4

[11/11/2016 - 02:08:14AM] [sKI_ConfigMenu <SKI_ConfigMenuInstance (D1000820)>]: Updating to script version 5

[11/11/2016 - 02:08:14AM] [sKI_ConfigMenu <SKI_ConfigMenuInstance (D1000820)>]: Updating to script version 6

[11/11/2016 - 02:08:14AM] [sKI_ConfigMenu <SKI_ConfigMenuInstance (D1000820)>]: Updating to script version 7

[11/11/2016 - 02:08:14AM] [HeadtrackingConfigMenu <HeadtrackingConfig (26006931)>] INITIALIZED

[11/11/2016 - 02:08:15AM] InitWidgetLoader()

[11/11/2016 - 02:08:15AM] [DLC1VQ03ManageFactions <DLC1VQ03Vampire (02004C3D)>]manage factions

[11/11/2016 - 02:08:15AM] [ski_favoritesmanager <SKI_FavoritesManagerInstance (D100082A)>]: Updating to script version 2

[11/11/2016 - 02:08:15AM] [daymoyl_monitorconfig <daymoyl_Monitor (15000D62)>] INITIALIZED

[11/11/2016 - 02:08:15AM] [daymoyl_monitormeter <daymoyl_monitormeter (1502619E)>] INITIALIZED

[11/11/2016 - 02:08:15AM] Error: File "Sneak Tools.esp" does not exist or is not currently loaded.

stack:

    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?

    [iS_StartQuest (D4000D72)].IS_MainScript.DLCSupportCheck() - "is_mainscript.psc" Line 106

    [iS_StartQuest (D4000D72)].IS_MainScript.OnInit() - "is_mainscript.psc" Line 94

[11/11/2016 - 02:08:15AM] Error: File "sanguinesDebauchery.esp" does not exist or is not currently loaded.

stack:

    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?

    [iS_StartQuest (D4000D72)].IS_MainScript.DLCSupportCheck() - "is_mainscript.psc" Line 114

    [iS_StartQuest (D4000D72)].IS_MainScript.OnInit() - "is_mainscript.psc" Line 94

[11/11/2016 - 02:08:15AM] IS: Captured Dreams detected.

[11/11/2016 - 02:08:15AM] Error: File "SimpleSlavery.esp" does not exist or is not currently loaded.

stack:

    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?

    [iS_StartQuest (D4000D72)].IS_MainScript.DLCSupportCheck() - "is_mainscript.psc" Line 129

    [iS_StartQuest (D4000D72)].IS_MainScript.OnInit() - "is_mainscript.psc" Line 94

[11/11/2016 - 02:08:15AM] daymoyl - Updating script to version 6.050000

[11/11/2016 - 02:08:15AM] daymoyl - All Registered Events Validated

[11/11/2016 - 02:08:15AM] daymoyl - Waking Up

[11/11/2016 - 02:08:15AM] daymoyl -  SKI_MeterWidget OnWidgetReset()

[11/11/2016 - 02:08:15AM] daymoyl -  SKI_MeterWidget OnWidgetReset()

[11/11/2016 - 02:08:15AM] daymoyl - Granted DA Debug spell

[11/11/2016 - 02:08:15AM] daymoyl - Registering custom quest events

[11/11/2016 - 02:08:16AM] DLC2InitCrossDLCScript found: [DLC1VQ01QuestScript <DLC1VQ01 (0200352A)>], [bYOH_QF_BYOHRelationshipAdopt_010042B4 <BYOHRelationshipAdoption (040042B4)>]

[11/11/2016 - 02:08:16AM] Arvak: Adding [WorldSpace <DLC2SolstheimWorld (03000800)>] to [FormList < (0100099B)>]

[11/11/2016 - 02:08:16AM] [DLC2InitCrossDLCScript <alias Player on quest DLC2Init (03016E02)>] found Durnehviir in Dawnguard.esm

[11/11/2016 - 02:08:16AM] Now updating Hearthfire content.

[11/11/2016 - 02:08:16AM] [[Actor < (0001A66B)>], [Actor < (0001A6AC)>], [Actor < (00019A2D)>], [Actor < (00013484)>], [Actor < (0001C18F)>], [Actor < (000199B4)>], [Actor < (0001348B)>], [Actor < (00019E10)>], [Actor < (0001B08F)>], [Actor < (000198DB)>], [Actor < (000198A4)>], [Actor < (0001A6AE)>], [Actor < (000199D0)>], [Actor < (0001A636)>], None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None] 100

[11/11/2016 - 02:08:16AM] Now checking: [Actor < (0001A66B)>]

[11/11/2016 - 02:08:16AM] Now checking: [Actor < (0001A6AC)>]

[11/11/2016 - 02:08:16AM] Now checking: [Actor < (00019A2D)>]

[11/11/2016 - 02:08:16AM] Now checking: [Actor < (00013484)>]

[11/11/2016 - 02:08:16AM] Now checking: [Actor < (0001C18F)>]

[11/11/2016 - 02:08:16AM] Now checking: [Actor < (000199B4)>]

[11/11/2016 - 02:08:16AM] Now checking: [Actor < (0001348B)>]

[11/11/2016 - 02:08:16AM] Now checking: [Actor < (00019E10)>]

[11/11/2016 - 02:08:16AM] Now checking: [Actor < (0001B08F)>]

[11/11/2016 - 02:08:16AM] Now checking: [Actor < (000198DB)>]

[11/11/2016 - 02:08:16AM] Now checking: [Actor < (000198A4)>]

[11/11/2016 - 02:08:16AM] Now checking: [Actor < (0001A6AE)>]

[11/11/2016 - 02:08:16AM] Now checking: [Actor < (000199D0)>]

[11/11/2016 - 02:08:16AM] Now checking: [Actor < (0001A636)>]

[11/11/2016 - 02:08:16AM] Now checking: None

[11/11/2016 - 02:08:16AM] Done updating Hearthfire content.

[11/11/2016 - 02:08:16AM] warning: Property OrcRace on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:16AM] warning: Property BretonRaceVampire on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:16AM] warning: Property ArgonianRaceVampire on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:16AM] warning: Property OrcRaceVampire on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:16AM] warning: Property ImperialRaceVampire on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:16AM] warning: Property BretonRace on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:16AM] warning: Property ImperialRace on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:16AM] warning: Property HighElfRace on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:16AM] warning: Property HighElfRaceVampire on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:16AM] warning: Property NordRaceVampire on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:16AM] warning: Property KhajiitRaceVampire on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:16AM] warning: Property RedguardRaceVampire on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:16AM] warning: Property WoodElfRace on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:16AM] warning: Property DarkElfRace on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:16AM] warning: Property HircinesRingPower on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:16AM] warning: Property RedguardRace on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:16AM] warning: Property ArgonianRace on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:16AM] warning: Property DarkElfRaceVampire on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:16AM] warning: Property KhajiitRace on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:16AM] warning: Property WoodElfRaceVampire on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:16AM] warning: Property NordRace on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:17AM] [DLC2_QF_DLC2_MQ04_02016E02 <DLC2Init (03016E02)>] DLC2Init quest DONE

[11/11/2016 - 02:08:18AM] PATCH 1.4 QUEST HAS STARTED

[11/11/2016 - 02:08:18AM] Patch Script is working

[11/11/2016 - 02:08:18AM] warning: Property Alias_PlayerVampireAlias on script QF_PlayerVampireQuest_000EAFD5 attached to PlayerVampireQuest (000EAFD5) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:18AM] Error: Property FeedControlSP on script playervampirequestscript attached to PlayerVampireQuest (000EAFD5) cannot be bound because <NULL form> (CD008985) is not the right type

[11/11/2016 - 02:08:18AM] [DLC1_2StateActivatorWithGlobal < (02017D59)>]: SetOpen called with abOpen = False

[11/11/2016 - 02:08:18AM] RNPC: Initiating NPC mental model.

[11/11/2016 - 02:08:18AM] warning: Property FollowerDismissMessageWedding on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:18AM] warning: Property FollowerDismissMessageCompanions on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:18AM] warning: Property FollowerDismissMessageWait on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:18AM] warning: Property DismissedFollower on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:18AM] warning: Property FollowerDismissMessageCompanionsMale on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:18AM] warning: Property FollowerDismissMessage on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:18AM] warning: Property FollowerDismissMessageCompanionsFemale on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:18AM] warning: Property DLC2RRTeldrynSero on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:18AM] [byohhousescript <BYOHHousePale (04010BEE)>]OnInit

[11/11/2016 - 02:08:18AM] [byohhousescript <BYOHHousePale (04010BEE)>]OnInit

[11/11/2016 - 02:08:18AM] [byohhousescript <BYOHHouseHjaalmarch (0400BE09)>]OnInit

[11/11/2016 - 02:08:18AM] [DLC1InitScript <DLC1Init (02002C09)>]: appending explosive gas formlists

[11/11/2016 - 02:08:18AM] [byohhousescript <BYOHHouseHjaalmarch (0400BE09)>]OnInit

[11/11/2016 - 02:08:18AM] [DLC1InitScript <DLC1Init (02002C09)>]: [Form < (0200F1B5)>] is being added to list [FormList < (00082E17)>]

[11/11/2016 - 02:08:18AM] [DLC1InitScript <DLC1Init (02002C09)>]: [Form < (0200F1B0)>] is being added to list [FormList < (00082E17)>]

[11/11/2016 - 02:08:18AM] [byohhousescript <BYOHHouseFalkreath (0400305E)>]OnInit

[11/11/2016 - 02:08:18AM] [byohhousescript <BYOHHouseFalkreath (0400305E)>]OnInit

[11/11/2016 - 02:08:18AM] [DLC1InitScript <DLC1Init (02002C09)>]: [Form < (0200F1BA)>] is being added to list [FormList < (00082E17)>]

[11/11/2016 - 02:08:18AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (4C0012C7)>], itemCount=1

[11/11/2016 - 02:08:18AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:18AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Form < (00012E4D)>], itemCount=1

[11/11/2016 - 02:08:18AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:18AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (00012E46)>], itemCount=1

[11/11/2016 - 02:08:18AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:18AM] SEXLAB -- Init [sslActorStats <SexLabQuestFramework (0F000D62)>]

[11/11/2016 - 02:08:18AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (3F12078F)>], itemCount=1

[11/11/2016 - 02:08:18AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:18AM] SEXLAB -- Init [sslSystemConfig <SexLabQuestFramework (0F000D62)>]

[11/11/2016 - 02:08:18AM] Updating Orphanables Status: ------------------------

[11/11/2016 - 02:08:18AM] SEXLAB -- Init [sslActorStats <SexLabQuestFramework (0F000D62)>]

[11/11/2016 - 02:08:18AM] [DLC1InitScript <DLC1Init (02002C09)>]: [Form < (0200F1B5)>] is being added to list [FormList < (00109E7B)>]

[11/11/2016 - 02:08:18AM] SEXLAB -- Init [sslthreadlibrary <SexLabQuestFramework (0F000D62)>]

[11/11/2016 - 02:08:18AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:18AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (A000A6A5)>], itemCount=1

[11/11/2016 - 02:08:18AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:18AM] SEXLAB -- Init [sslSystemConfig <SexLabQuestFramework (0F000D62)>]

[11/11/2016 - 02:08:18AM] SEXLAB -- Init [sslthreadlibrary <SexLabQuestFramework (0F000D62)>]

[11/11/2016 - 02:08:18AM] error: Native static function GetNodeRotation could find no matching static function on linked type SexLabUtil. Function will not be bound.

[11/11/2016 - 02:08:18AM] error: Native static function SetFreeCameraSpeed could find no matching static function on linked type SexLabUtil. Function will not be bound.

[11/11/2016 - 02:08:18AM] error: Native static function ToggleFreeCamera could find no matching static function on linked type SexLabUtil. Function will not be bound.

[11/11/2016 - 02:08:18AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:18AM] SEXLAB -- Init [sslactorlibrary <SexLabQuestFramework (0F000D62)>]

[11/11/2016 - 02:08:18AM] SEXLAB - NOTICE: [sexlabframework <SexLabQuestFramework (0F000D62)>] - Loaded SexLabFramework

[11/11/2016 - 02:08:18AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (00012E49)>], itemCount=1

[11/11/2016 - 02:08:18AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:18AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:18AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (00012E4B)>], itemCount=1

[11/11/2016 - 02:08:18AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:18AM] SEXLAB -- Init [sslactorlibrary <SexLabQuestFramework (0F000D62)>]

[11/11/2016 - 02:08:18AM] SEXLAB - NOTICE: [sexlabframework <SexLabQuestFramework (0F000D62)>] - Loaded SexLabFramework

[11/11/2016 - 02:08:18AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (A000A720)>], itemCount=1

[11/11/2016 - 02:08:18AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:18AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:18AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (A000A71F)>], itemCount=1

[11/11/2016 - 02:08:18AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:18AM] SEXLAB - NOTICE: Adding Dragonborn beds to formlist...

[11/11/2016 - 02:08:18AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (A000A62A)>], itemCount=1

[11/11/2016 - 02:08:18AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:18AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (A000A629)>], itemCount=1

[11/11/2016 - 02:08:18AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:18AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (3F120790)>], itemCount=1

[11/11/2016 - 02:08:18AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:18AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:18AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (3F12080D)>], itemCount=1

[11/11/2016 - 02:08:18AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:18AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (3F120712)>], itemCount=1

[11/11/2016 - 02:08:18AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:18AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:18AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (4C00D784)>], itemCount=1

[11/11/2016 - 02:08:18AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:18AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (4C00D78A)>], itemCount=1

[11/11/2016 - 02:08:18AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:18AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (4C00D78B)>], itemCount=1

[11/11/2016 - 02:08:18AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:18AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (A000A6A4)>], itemCount=1

[11/11/2016 - 02:08:18AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:18AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:18AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (3F12080C)>], itemCount=1

[11/11/2016 - 02:08:18AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (3F12051F)>], itemCount=1

[11/11/2016 - 02:08:18AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:18AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:18AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:18AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (3F12051E)>], itemCount=1

[11/11/2016 - 02:08:18AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:18AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (3F12059C)>], itemCount=1

[11/11/2016 - 02:08:18AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:18AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (3F12059B)>], itemCount=1

[11/11/2016 - 02:08:18AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:19AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (3F1204A1)>], itemCount=1

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:19AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (3F120695)>], itemCount=1

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:19AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (3F1202AE)>], itemCount=1

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:19AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (3F1202AD)>], itemCount=1

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:19AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (3F12032B)>], itemCount=1

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:19AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (3F12032A)>], itemCount=1

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:19AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (3F1203A8)>], itemCount=1

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:19AM] SEXLAB -- Init [sslobjectfactory <SexLabQuestObjectFactory (0F078818)>]

[11/11/2016 - 02:08:19AM] SEXLAB -- Init [sslobjectfactory <SexLabQuestObjectFactory (0F078818)>]

[11/11/2016 - 02:08:19AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (3F1204A2)>], itemCount=1

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:19AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (3F1201B4)>], itemCount=1

[11/11/2016 - 02:08:19AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (3F1203A7)>], itemCount=1

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:19AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (3F120231)>], itemCount=1

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:19AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (3F120696)>], itemCount=1

[11/11/2016 - 02:08:19AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (3F1201B3)>], itemCount=1

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:19AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (3F120230)>], itemCount=1

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:19AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (3F120713)>], itemCount=1

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:19AM] SEXLAB -- Init [sslBenchmark <SexLabDev (0F072727)>]

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:19AM] SexLab MCM Loaded CurrentVerison: 0 / 16200

[11/11/2016 - 02:08:19AM] [sslConfigMenu <SexLabConfigurationMenu (0F079840)>] INITIALIZED

[11/11/2016 - 02:08:19AM] SEXLAB -- Init [sslBenchmark <SexLabDev (0F072727)>]

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:19AM] SexLab MCM Loaded CurrentVerison: 16200 / 16200

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:19AM] -------------------

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:19AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=0

[11/11/2016 - 02:08:19AM] Error: Cannot add a None inventory event filter to this reference alias

stack:

    [alias Player on quest BYOHHouseBuilding (0400305D)].BYOHHouseBuildingPlayerScript.AddInventoryEventFilter() - "<native>" Line ?

    [bYOHHouseBuilding (0400305D)].BYOH_QF_BYOHHouseBuilding_0100305D.Fragment_0() - "BYOH_QF_BYOHHouseBuilding_0100305D.psc" Line 177

[11/11/2016 - 02:08:21AM] [slamainscr <sla_Main (10042D62)>]: starting maintenance... Update frequency 120.000000

[11/11/2016 - 02:08:21AM] [slamainscr <sla_Main (10042D62)>]: starting maintenance... Update frequency 120.000000

[11/11/2016 - 02:08:21AM] [slamainscr <sla_Main (10042D62)>]: registered for maintenance

[11/11/2016 - 02:08:21AM] [slaconfigscr <sla_Config (1001C6E0)>] INITIALIZED

[11/11/2016 - 02:08:21AM] [slaconfigscr <sla_Config (1001C6E0)>]: Updating MCM menus to version 21

[11/11/2016 - 02:08:21AM] [slamainscr <sla_Main (10042D62)>]: starting maintenance... Update frequency 120.000000

[11/11/2016 - 02:08:21AM] [slamainscr <sla_Main (10042D62)>]: registered for maintenance

[11/11/2016 - 02:08:21AM] [slamainscr <sla_Main (10042D62)>]: registered for maintenance

[11/11/2016 - 02:08:21AM] [Zad]: Building mcm menu.

[11/11/2016 - 02:08:21AM] [Zad]: Config_ABC()

[11/11/2016 - 02:08:21AM] [Zad]: Initializing ABC values...

[11/11/2016 - 02:08:21AM] FNIS aa GetAAprefixList mod: DeviousDevices nMods: 1

[11/11/2016 - 02:08:21AM] FNIS aa GetAAmodID mod: DeviousDevices prefix: abc modID:0

[11/11/2016 - 02:08:21AM] FNIS aa GetAAsetList mod: DeviousDevices nSets: 14

[11/11/2016 - 02:08:21AM] FNIS aa GetGroupBaseValue - mod/id:DeviousDevices/0 group:44 return:1

[11/11/2016 - 02:08:21AM] FNIS aa GetAAsetList mod: DeviousDevices nSets: 14

[11/11/2016 - 02:08:21AM] FNIS aa GetGroupBaseValue - mod/id:DeviousDevices/0 group:6 return:1

[11/11/2016 - 02:08:21AM] FNIS aa GetAAsetList mod: DeviousDevices nSets: 14

[11/11/2016 - 02:08:21AM] FNIS aa GetGroupBaseValue - mod/id:DeviousDevices/0 group:34 return:1

[11/11/2016 - 02:08:21AM] FNIS aa GetAAsetList mod: DeviousDevices nSets: 14

[11/11/2016 - 02:08:21AM] FNIS aa GetGroupBaseValue - mod/id:DeviousDevices/0 group:33 return:1

[11/11/2016 - 02:08:21AM] FNIS aa GetAAsetList mod: DeviousDevices nSets: 14

[11/11/2016 - 02:08:21AM] FNIS aa GetGroupBaseValue - mod/id:DeviousDevices/0 group:35 return:1

[11/11/2016 - 02:08:21AM] FNIS aa GetAAsetList mod: DeviousDevices nSets: 14

[11/11/2016 - 02:08:21AM] FNIS aa GetGroupBaseValue - mod/id:DeviousDevices/0 group:51 return:1

[11/11/2016 - 02:08:21AM] FNIS aa GetAAsetList mod: DeviousDevices nSets: 14

[11/11/2016 - 02:08:21AM] FNIS aa GetGroupBaseValue - mod/id:DeviousDevices/0 group:18 return:1

[11/11/2016 - 02:08:21AM] FNIS aa GetAAsetList mod: DeviousDevices nSets: 14

[11/11/2016 - 02:08:21AM] FNIS aa GetGroupBaseValue - mod/id:DeviousDevices/0 group:8 return:1

[11/11/2016 - 02:08:21AM] FNIS aa GetAAsetList mod: DeviousDevices nSets: 14

[11/11/2016 - 02:08:21AM] FNIS aa GetGroupBaseValue - mod/id:DeviousDevices/0 group:52 return:1

[11/11/2016 - 02:08:21AM] FNIS aa GetAAsetList mod: DeviousDevices nSets: 14

[11/11/2016 - 02:08:21AM] FNIS aa GetGroupBaseValue - mod/id:DeviousDevices/0 group:48 return:1

[11/11/2016 - 02:08:21AM] FNIS aa GetAAsetList mod: DeviousDevices nSets: 14

[11/11/2016 - 02:08:21AM] FNIS aa GetGroupBaseValue - mod/id:DeviousDevices/0 group:11 return:1

[11/11/2016 - 02:08:21AM] FNIS aa GetAAsetList mod: DeviousDevices nSets: 14

[11/11/2016 - 02:08:21AM] FNIS aa GetGroupBaseValue - mod/id:DeviousDevices/0 group:10 return:1

[11/11/2016 - 02:08:21AM] FNIS aa GetAAsetList mod: DeviousDevices nSets: 14

[11/11/2016 - 02:08:21AM] FNIS aa GetGroupBaseValue - mod/id:DeviousDevices/0 group:12 return:1

[11/11/2016 - 02:08:21AM] FNIS aa GetAAsetList mod: DeviousDevices nSets: 14

[11/11/2016 - 02:08:21AM] FNIS aa GetGroupBaseValue - mod/id:DeviousDevices/0 group:0 return:1

[11/11/2016 - 02:08:21AM] [Zad]: Config_ABC()

[11/11/2016 - 02:08:21AM] Cannot open store for class "consoleutil", missing file?

[11/11/2016 - 02:08:21AM] Error: Unable to obtain function call information - returning None

stack:

    [zadQuest (1300F624)].zadbq00.checkBlindfoldDarkFog() - "zadBQ00.psc" Line 143

    [zadQuest (1300F624)].zadbq00.OnInit() - "zadBQ00.psc" Line 121

[11/11/2016 - 02:08:21AM] [zadconfig <zadConfigQuest (1301A282)>] INITIALIZED

[11/11/2016 - 02:08:21AM] [Zad]: OnVersionUpdate(17/0)

[11/11/2016 - 02:08:21AM] Error: cdxchastelife (CF1EE079): unknown quest objective 5.

stack:

    [cdxchastelife (CF1EE079)].cdxchastelife.SetObjectiveDisplayed() - "<native>" Line ?

    [cdxchastelife (CF1EE079)].cdxchastelife.Fragment_2() - "cdxchastelife.psc" Line 29

[11/11/2016 - 02:08:21AM] [Zad]: Initializing ABC values...

[11/11/2016 - 02:08:21AM] FNIS aa GetAAprefixList mod: DeviousDevices nMods: 1

[11/11/2016 - 02:08:21AM] FNIS aa GetAAmodID mod: DeviousDevices prefix: abc modID:0

[11/11/2016 - 02:08:21AM] FNIS aa GetAAsetList mod: DeviousDevices nSets: 14

[11/11/2016 - 02:08:21AM] FNIS aa GetGroupBaseValue - mod/id:DeviousDevices/0 group:44 return:1

[11/11/2016 - 02:08:21AM] FNIS aa GetAAsetList mod: DeviousDevices nSets: 14

[11/11/2016 - 02:08:21AM] FNIS aa GetGroupBaseValue - mod/id:DeviousDevices/0 group:6 return:1

[11/11/2016 - 02:08:21AM] FNIS aa GetAAsetList mod: DeviousDevices nSets: 14

[11/11/2016 - 02:08:21AM] FNIS aa GetGroupBaseValue - mod/id:DeviousDevices/0 group:34 return:1

[11/11/2016 - 02:08:21AM] FNIS aa GetAAsetList mod: DeviousDevices nSets: 14

[11/11/2016 - 02:08:21AM] FNIS aa GetGroupBaseValue - mod/id:DeviousDevices/0 group:33 return:1

[11/11/2016 - 02:08:21AM] FNIS aa GetAAsetList mod: DeviousDevices nSets: 14

[11/11/2016 - 02:08:21AM] FNIS aa GetGroupBaseValue - mod/id:DeviousDevices/0 group:35 return:1

[11/11/2016 - 02:08:21AM] FNIS aa GetAAsetList mod: DeviousDevices nSets: 14

[11/11/2016 - 02:08:21AM] FNIS aa GetGroupBaseValue - mod/id:DeviousDevices/0 group:51 return:1

[11/11/2016 - 02:08:21AM] FNIS aa GetAAsetList mod: DeviousDevices nSets: 14

[11/11/2016 - 02:08:21AM] FNIS aa GetGroupBaseValue - mod/id:DeviousDevices/0 group:18 return:1

[11/11/2016 - 02:08:21AM] FNIS aa GetAAsetList mod: DeviousDevices nSets: 14

[11/11/2016 - 02:08:21AM] FNIS aa GetGroupBaseValue - mod/id:DeviousDevices/0 group:8 return:1

[11/11/2016 - 02:08:21AM] FNIS aa GetAAsetList mod: DeviousDevices nSets: 14

[11/11/2016 - 02:08:21AM] FNIS aa GetGroupBaseValue - mod/id:DeviousDevices/0 group:52 return:1

[11/11/2016 - 02:08:21AM] FNIS aa GetAAsetList mod: DeviousDevices nSets: 14

[11/11/2016 - 02:08:21AM] FNIS aa GetGroupBaseValue - mod/id:DeviousDevices/0 group:48 return:1

[11/11/2016 - 02:08:21AM] FNIS aa GetAAsetList mod: DeviousDevices nSets: 14

[11/11/2016 - 02:08:21AM] FNIS aa GetGroupBaseValue - mod/id:DeviousDevices/0 group:11 return:1

[11/11/2016 - 02:08:21AM] FNIS aa GetAAsetList mod: DeviousDevices nSets: 14

[11/11/2016 - 02:08:21AM] FNIS aa GetGroupBaseValue - mod/id:DeviousDevices/0 group:10 return:1

[11/11/2016 - 02:08:21AM] FNIS aa GetAAsetList mod: DeviousDevices nSets: 14

[11/11/2016 - 02:08:21AM] FNIS aa GetGroupBaseValue - mod/id:DeviousDevices/0 group:12 return:1

[11/11/2016 - 02:08:21AM] FNIS aa GetAAsetList mod: DeviousDevices nSets: 14

[11/11/2016 - 02:08:21AM] FNIS aa GetGroupBaseValue - mod/id:DeviousDevices/0 group:0 return:1

[11/11/2016 - 02:08:21AM] Error: Static function ExecuteCommand not found on object consoleutil. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadbq00.checkBlindfoldDarkFog() - "zadBQ00.psc" Line 143

    [zadQuest (1300F624)].zadbq00.OnInit() - "zadBQ00.psc" Line 121

[11/11/2016 - 02:08:21AM] [DRTMCMConfigMenu <aaaDovahkiinRelaxOptionQuest (2800CA14)>] INITIALIZED

[11/11/2016 - 02:08:21AM] APOCALYPSE DEBUG: Initialising Populate Lists script...

[11/11/2016 - 02:08:21AM] APOCALYPSE DEBUG: Initialising Populate Lists script...

[11/11/2016 - 02:08:21AM] Error: File "aMidianborn_Skyforge_Weapons.esp" does not exist or is not currently loaded.

stack:

    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?

    [alias Player on quest ESFCompanionsCore (6C000D62)].ESFCPlayerAliasScript.CompatibilitySetup() - "ESFCPlayerAliasScript.psc" Line 27

    [alias Player on quest ESFCompanionsCore (6C000D62)].ESFCPlayerAliasScript.OnInit() - "ESFCPlayerAliasScript.psc" Line 8

[11/11/2016 - 02:08:21AM] Error: File "aMidianborn_Skyforge_Weapons.esp" does not exist or is not currently loaded.

stack:

    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?

    [alias Player on quest ESFCompanionsCore (6C000D62)].ESFCPlayerAliasScript.CompatibilitySetup() - "ESFCPlayerAliasScript.psc" Line 27

    [alias Player on quest ESFCompanionsCore (6C000D62)].ESFCPlayerAliasScript.OnInit() - "ESFCPlayerAliasScript.psc" Line 8

[11/11/2016 - 02:08:21AM] [ESFCSkyUIMenuScript <ESFCCompatSkyUI (6C02CF51)>] INITIALIZED

[11/11/2016 - 02:08:21AM] handling target:[GenericRaceController <NingheimRaceController (89002F9E)>]

[11/11/2016 - 02:08:21AM] waiting for Slot:[GenericRaceController <NingheimRaceController (89002F9E)>]

[11/11/2016 - 02:08:21AM] Error: Property MesSeductionME on script mslVTFeedDialSCR attached to mslVTFeedDialQST (CD0CD406) cannot be bound because <NULL form> (CD018251) is not the right type

[11/11/2016 - 02:08:21AM] [mslVTMCMConfigSCR <mslVTMCMQST (CD0ED73A)>] INITIALIZED

[11/11/2016 - 02:08:21AM] warning: Property mslVTComSDGags on script mslvtmcmdebugscr attached to mslVTMCMQST (CD0ED73A) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:21AM] warning: Property mslVTNoBiteWearAddFL on script mslvtmcmdebugscr attached to mslVTMCMQST (CD0ED73A) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:21AM] [cdxmcmmenu <CDxMCMMenu (CF05BBEE)>] INITIALIZED

[11/11/2016 - 02:08:22AM] warning: Property TaskEnable on script CDxTravellerCleanUp attached to alias traveller on quest CDxSlavery_Property (CF17B43D) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:22AM] handling target:[GenericRaceController <NingheimRaceController (89002F9E)>]

[11/11/2016 - 02:08:22AM] [NecroConfig <NecroAnims (D7000D62)>] INITIALIZED

[11/11/2016 - 02:08:26AM] VM is freezing...

[11/11/2016 - 02:08:26AM] VM is frozen

[11/11/2016 - 02:08:26AM] Reverting game...

[11/11/2016 - 02:08:27AM] Error: Unable to bind script SF_TweakP1Hangout_02017201 to  (D8017201) because their base types do not match

[11/11/2016 - 02:08:27AM] Error: Unable to bind script DagiRahtRaceController to DagiRahtRaceController (3200BA25) because their base types do not match

[11/11/2016 - 02:08:27AM] Error: Unable to bind script SF_TweakP1Pose_02017788 to  (D8017788) because their base types do not match

[11/11/2016 - 02:08:27AM] Error: Unable to bind script TrapBear to TweakTraps (D800C515) because their base types do not match

[11/11/2016 - 02:08:27AM] Error: Unable to bind script traptriggerbase to TweakTraps (D800C515) because their base types do not match

[11/11/2016 - 02:08:27AM] Error: Unable to bind script slavePhoneme to  (D409000F) because their base types do not match

[11/11/2016 - 02:08:27AM] Error: Unable to bind script vkjLib to vkjMQ (D6026EC9) because their base types do not match

[11/11/2016 - 02:08:27AM] Error: Unable to bind script ImperialWolfRaceController to 1ImperialWolfRaceController (C3011ABA) because their base types do not match

[11/11/2016 - 02:08:27AM] Error: Unable to bind script DLC2WaterScript to alias Water on quest DLC2TTF2 (0301AAC8) because their base types do not match

[11/11/2016 - 02:08:27AM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (03027110) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (03027113) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] Error: Property FeedControlSP on script playervampirequestscript attached to PlayerVampireQuest (000EAFD5) cannot be bound because <NULL form> (CD008985) is not the right type

[11/11/2016 - 02:08:27AM] warning: Property Alias_PlayerVampireAlias on script QF_PlayerVampireQuest_000EAFD5 attached to PlayerVampireQuest (000EAFD5) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (03027116) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (03027115) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property mslVTComSDGags on script mslvtmcmdebugscr attached to mslVTMCMQST (CD0ED73A) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property mslVTNoBiteWearAddFL on script mslvtmcmdebugscr attached to mslVTMCMQST (CD0ED73A) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (03027114) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC1ECADE) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC1ECADE) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC1ECADE) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC1ECADF) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC1ECADF) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC1ECADF) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC20BA4D) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC20BA4D) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC20BA4D) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property MDEnd on script CDxPS01_MDCell01Exit attached to  (CF242676) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property Axe on script DLC2DBAncientDragonbornSCRIPT attached to  (0301DC33) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC210BD5) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC210BD5) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC210BD5) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property Alias_LevitationTarget on script DLC2_QF_DLC2DialogueTelMithry_02017E85 attached to DLC2DialogueTelMithryn (03017E85) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2A7) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2A6) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property OrcRace on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property BretonRaceVampire on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property ArgonianRaceVampire on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property OrcRaceVampire on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property ImperialRaceVampire on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property BretonRace on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property ImperialRace on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property HighElfRace on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property HighElfRaceVampire on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property NordRaceVampire on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property KhajiitRaceVampire on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property RedguardRaceVampire on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property WoodElfRace on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DarkElfRace on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property HircinesRingPower on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property RedguardRace on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property ArgonianRace on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DarkElfRaceVampire on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property KhajiitRace on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property WoodElfRaceVampire on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property NordRace on script companionshousekeepingscript attached to C00 (0004B2D9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC210C65) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC210C65) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC210C65) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2A5) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2A4) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] Error: Property KwForbiddenKeywords on script vkjAttireControl attached to vkjArmorRestriction (D602AFD6) cannot be initialized because the value is the incorrect type

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC139767) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC139767) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC139767) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property AshSpawnAttachChancePercent on script DLC2AshSpawnAttackChanceScript attached to alias Player on quest DLC2Init (03016E02) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property NecroLichRitualQuest on script NecroBlackBookScript attached to  (BC22523E) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC20BA06) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC20BA06) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC20BA06) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property ExpQuest on script CDxSummonsLetter2 attached to  (CF090AF9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC1E2348) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC1E2348) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC1E2348) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2A8) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property TG05KarliahInvisibilitySpell on script tg06questscript attached to TG06 (00021552) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property FollowerDismissMessageWedding on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property FollowerDismissMessageCompanions on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property FollowerDismissMessageWait on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DismissedFollower on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property FollowerDismissMessageCompanionsMale on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property FollowerDismissMessage on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property FollowerDismissMessageCompanionsFemale on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2RRTeldrynSero on script DLC2HirelingQuestScript attached to DLC2HirelingQuest (03038566) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2AB) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2AA) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2AE) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2AF) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC1ECBE1) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC1ECBE1) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC1ECBE1) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2AC) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (03027111) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC252CAC) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC252CAC) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC252CAC) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC1D5451) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC1D5451) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC1D5451) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (03027112) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC206548) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC206548) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC206548) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property TaskEnable on script CDxTravellerCleanUp attached to alias traveller on quest CDxSlavery_Property (CF17B43D) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC206549) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC206549) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC206549) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property patron_items09 on script CDxVIPHouseSpa attached to  (CF0AC4ED) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property patron_items03 on script CDxVIPHouseSpa attached to  (CF0AC4ED) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property patron_items04 on script CDxVIPHouseSpa attached to  (CF0AC4ED) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property patron_items01 on script CDxVIPHouseSpa attached to  (CF0AC4ED) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property SexLab on script CDxVIPHouseSpa attached to  (CF0AC4ED) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property libs on script CDxVIPHouseSpa attached to  (CF0AC4ED) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property patron_items02 on script CDxVIPHouseSpa attached to  (CF0AC4ED) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property patron_items07 on script CDxVIPHouseSpa attached to  (CF0AC4ED) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property patron_items06 on script CDxVIPHouseSpa attached to  (CF0AC4ED) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property patron_items10 on script CDxVIPHouseSpa attached to  (CF0AC4ED) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property patron_items08 on script CDxVIPHouseSpa attached to  (CF0AC4ED) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property patron_items05 on script CDxVIPHouseSpa attached to  (CF0AC4ED) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property bindings01enable on script CDxVIP_PS_cGetLeatherStrips01 attached to  (CF1D2744) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property bindings01disable on script CDxVIP_PS_cGetLeatherStrips01 attached to  (CF1D2744) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property bingindsbundle on script CDxVIP_PS_cGetLeatherStrips01 attached to  (CF1D2744) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property Plate01disable on script CDxVIP_PS_cGetLeatherStrips01 attached to  (CF1D2744) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC252CAA) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC252CAA) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC252CAA) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC252CAB) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC252CAB) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC252CAB) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC252CA9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC252CA9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC252CA9) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DarkSouls on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property Necromancy on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property AugmentedFrost on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property SavageStrike on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property HackAndSlash60 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property MagicResistance30 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property WindWalker on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property HackAndSlash90 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property MageArmor50 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property MageArmor30 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property Bladesman90 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property Bladesman60 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property MagicResistance50 on script DLC1SeranaLevelingScript attached to  (02003BA8) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC20654A) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC20654A) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC20654A) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] Error: Property ARTHLALL4DStartController on script IS_QF_StartQuest_03000D72 attached to IS_StartQuest (D4000D72) cannot be bound because <NULL form> (C012BBBC) is not the right type

[11/11/2016 - 02:08:27AM] Error: Property ARTHLALVampireStartController on script IS_QF_StartQuest_03000D72 attached to IS_StartQuest (D4000D72) cannot be bound because <NULL form> (C0126AB9) is not the right type

[11/11/2016 - 02:08:27AM] Error: Property ARTHLALBanditStartController on script IS_QF_StartQuest_03000D72 attached to IS_StartQuest (D4000D72) cannot be bound because <NULL form> (C01219B6) is not the right type

[11/11/2016 - 02:08:27AM] Error: Property MesSeductionME on script mslVTFeedDialSCR attached to mslVTFeedDialQST (CD0CD406) cannot be bound because <NULL form> (CD018251) is not the right type

[11/11/2016 - 02:08:27AM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (0302710F) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property PlatePosition on script dlc2toldarstombpuzzleplatescript attached to  (03027117) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2B7) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2B6) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2B5) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2B4) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC1E231C) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC1E231C) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC1E231C) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2B0) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2B1) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property SexLab on script vkjTrick attached to vkjTrick (D602AA5A) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property owner on script vkjTrick attached to vkjTrick (D602AA5A) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property IdleDef on script vkjTrick attached to vkjTrick (D602AA5A) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property PlayerRef on script vkjTrick attached to vkjTrick (D602AA5A) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property KeywordWristBinds on script vkjTrick attached to vkjTrick (D602AA5A) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2AD) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2B2) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC148AD6) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC148AD6) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC148AD6) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property Puppet on script JBPuppetChestScript attached to  (4C00F2B3) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker02 on script DLC2LvlSeekerMirrorScript attached to  (BC12F4F0) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker03 on script DLC2LvlSeekerMirrorScript attached to  (BC12F4F0) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DLC2EncSeeker01 on script DLC2LvlSeekerMirrorScript attached to  (BC12F4F0) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DarkSouls on script DLC1SeranaLevelingScript attached to  (02003B8E) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property Necromancy on script DLC1SeranaLevelingScript attached to  (02003B8E) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property MageArmor50 on script DLC1SeranaLevelingScript attached to  (02003B8E) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property SavageStrike on script DLC1SeranaLevelingScript attached to  (02003B8E) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property HackAndSlash60 on script DLC1SeranaLevelingScript attached to  (02003B8E) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property MagicResistance30 on script DLC1SeranaLevelingScript attached to  (02003B8E) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property WindWalker on script DLC1SeranaLevelingScript attached to  (02003B8E) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property HackAndSlash90 on script DLC1SeranaLevelingScript attached to  (02003B8E) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property MageArmor30 on script DLC1SeranaLevelingScript attached to  (02003B8E) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property Bladesman90 on script DLC1SeranaLevelingScript attached to  (02003B8E) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property AugmentedFrost on script DLC1SeranaLevelingScript attached to  (02003B8E) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property Bladesman60 on script DLC1SeranaLevelingScript attached to  (02003B8E) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property MagicResistance50 on script DLC1SeranaLevelingScript attached to  (02003B8E) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property DBForever on script darkbrotherhood attached to DarkBrotherhood (0001EA5C) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property delivery on script CDxPD_Delivery attached to  (FF000E81) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:27AM] warning: Property ExpQuest on script CDxSummonsLetter2 attached to  (FF000E84) cannot be initialized because the script no longer contains that property

[11/11/2016 - 02:08:33AM] Loading game...

[11/11/2016 - 02:08:34AM] VM is thawing...

[11/11/2016 - 02:08:34AM] SEXLAB - LOADED: Version 16200 / 16200

[11/11/2016 - 02:08:34AM] [Zad]: [teaser] Loaded: 0%

[11/11/2016 - 02:08:34AM] [Zad]: [Finisher Plug] Loaded: 0%

[11/11/2016 - 02:08:34AM] SexLab MCM Loaded CurrentVerison: 16200 / 16200

[11/11/2016 - 02:08:34AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>] OnPlayerLoadGame...

[11/11/2016 - 02:08:34AM] [DCL1VampireTurnPlayerScript <alias Player on quest DLC1VampireTurn (0200588C)>]OnPlayerLoadGame() calling MakeAliasesEyesRed()

[11/11/2016 - 02:08:34AM] FNIS AA started (load)

[11/11/2016 - 02:08:34AM] [dlc1vampireturnscript <DLC1VampireTurn (0200588C)>]MakeAliasesEyesRed()

[11/11/2016 - 02:08:34AM] DLC2InitCrossDLCScript found: [DLC1VQ01QuestScript <DLC1VQ01 (0200352A)>], [bYOH_QF_BYOHRelationshipAdopt_010042B4 <BYOHRelationshipAdoption (040042B4)>]

[11/11/2016 - 02:08:34AM] [Zad]: DevicesUnderneath::Maintenance()

[11/11/2016 - 02:08:34AM] [Zad]: [Armbinder Struggle] Loaded: 15%

[11/11/2016 - 02:08:34AM] [Zad]: [Horny] Loaded: 5%

[11/11/2016 - 02:08:34AM] [Zad]: [Plug Moan] Loaded: 10%

[11/11/2016 - 02:08:34AM] [Zad]: [Nipple Piercings] Loaded: 10%

[11/11/2016 - 02:08:34AM] [Zad]: [Restraints+Armor] Loaded: 7%

[11/11/2016 - 02:08:34AM] [Zad]: [Restrictive Collar] Loaded: 15%

[11/11/2016 - 02:08:34AM] [Zad]: [Tight Corset] Loaded: 15%

[11/11/2016 - 02:08:34AM] [Zad]: [bra Chafing] Loaded: 10%

[11/11/2016 - 02:08:34AM] [Zad]: [belted Empty] Loaded: 10%

[11/11/2016 - 02:08:34AM] [Zad]: [blindfold Mystery] Loaded: 1%

[11/11/2016 - 02:08:34AM] [Zad]: [belt Chafing] Loaded: 10%

[11/11/2016 - 02:08:34AM] [Zad]: [Yoke Struggle] Loaded: 20%

[11/11/2016 - 02:08:34AM] [Zad]: [stamina Drain] Loaded: 50%

[11/11/2016 - 02:08:34AM] [Zad]: [bump Pumps] Loaded: 17%

[11/11/2016 - 02:08:34AM] [Zad]: [Posture Collar] Loaded: 10%

[11/11/2016 - 02:08:34AM] [Zad]: [Health Drain] Loaded: 0%

[11/11/2016 - 02:08:34AM] [Zad]: [Mounted] Loaded: 100%

[11/11/2016 - 02:08:34AM] [Zad]: [Drip] Loaded: 10%

[11/11/2016 - 02:08:34AM] [Zad]: [Wet Padding] Loaded: 10%

[11/11/2016 - 02:08:34AM] [Zad]: [blindfold Trip] Loaded: 10%

[11/11/2016 - 02:08:34AM] [Zad]: [Vibration] Loaded: 25%

[11/11/2016 - 02:08:34AM] [Zad]: [Harness] Loaded: 10%

[11/11/2016 - 02:08:34AM] [Zad]: [Periodic Shocks] Loaded: 60%

[11/11/2016 - 02:08:34AM] [slamainscr <sla_Main (10042D62)>]: starting maintenance... Update frequency 120.000000

[11/11/2016 - 02:08:34AM] DVA >> ---- Checking External Compatibility ----

[11/11/2016 - 02:08:34AM] DVA (4)>> ---- Compatibility Status ----

[11/11/2016 - 02:08:34AM] DVA (4)>> ------ SkyUI: Installed

[11/11/2016 - 02:08:34AM] DVA (4)>> ------ Better Vampires: Not Installed

[11/11/2016 - 02:08:34AM] DVA (4)>> ------ Predator Vision: Not Installed

[11/11/2016 - 02:08:34AM] DVA (4)>> ---- End External Compatibility Check ----

[11/11/2016 - 02:08:34AM] SexLab Dialogues: Reset SexLab events

[11/11/2016 - 02:08:34AM] Error: File "aMidianborn_Skyforge_Weapons.esp" does not exist or is not currently loaded.

stack:

    <unknown self>.Game.GetFormFromFile() - "<native>" Line ?

    [alias Player on quest ESFCompanionsCore (6C000D62)].ESFCPlayerAliasScript.CompatibilitySetup() - "ESFCPlayerAliasScript.psc" Line 27

    [alias Player on quest ESFCompanionsCore (6C000D62)].ESFCPlayerAliasScript.OnPlayerLoadGame() - "ESFCPlayerAliasScript.psc" Line 14

[11/11/2016 - 02:08:35AM] Error: Static function ExecuteCommand not found on object consoleutil. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadbq00.checkBlindfoldDarkFog() - "zadBQ00.psc" Line 143

    [zadQuest (1300F624)].zadbq00.Maintenance() - "zadBQ00.psc" Line 154

    [alias Player on quest zadQuest (1300F624)].zadPlayerScript.OnPlayerLoadGame() - "zadPlayerScript.psc" Line 13

[11/11/2016 - 02:08:35AM] zbfExternal: Compatibility checking

[11/11/2016 - 02:08:35AM] zbfExternal: -------------------------------------------------------

[11/11/2016 - 02:08:35AM] zbfExternal:                    SexLab version: 16200

[11/11/2016 - 02:08:35AM] zbfExternal:                 SlaveTats version:

[11/11/2016 - 02:08:35AM] [slamainscr <sla_Main (10042D62)>]: registered for maintenance

[11/11/2016 - 02:08:35AM] [slamainscr <sla_Main (10042D62)>]: starting maintenance... Update frequency 120.000000

[11/11/2016 - 02:08:35AM] zbfExternal:                  RaceMenu version: 7

[11/11/2016 - 02:08:35AM] zbfExternal: Non SexLab Animation Pack version: 0

[11/11/2016 - 02:08:35AM] zbfExternal: -------------------------------------------------------

[11/11/2016 - 02:08:35AM] zbfExternal:                    SexLab support: TRUE

[11/11/2016 - 02:08:35AM] zbfExternal:                   Overlay support: False

[11/11/2016 - 02:08:35AM] zbfExternal:      Non SexLab Animation support: False

[11/11/2016 - 02:08:35AM] zbfExternal: -------------------------------------------------------

[11/11/2016 - 02:08:35AM] [Zad]: [Chaos Plugs] Loaded: 25%

[11/11/2016 - 02:08:36AM] [Zad]: Set Device Hider slot to 40.

[11/11/2016 - 02:08:36AM] InitWidgetLoader()

[11/11/2016 - 02:08:36AM] [Zad]: [Mana Drain] Loaded: 0%

[11/11/2016 - 02:08:36AM] [slamainscr <sla_Main (10042D62)>]: registered for maintenance

[11/11/2016 - 02:08:36AM] [Zad]: [Tight Gloves] Loaded: 15%

[11/11/2016 - 02:08:36AM] [Zad]: RebuildSlotmask()

[11/11/2016 - 02:08:36AM] [Zad]: Starting update chain.

[11/11/2016 - 02:08:36AM] daymoyl -  SKI_MeterWidget OnWidgetReset()

[11/11/2016 - 02:08:36AM] daymoyl -  SKI_MeterWidget OnWidgetReset()

[11/11/2016 - 02:08:36AM] [Zad]: Devious Devices is now creating animations.

[11/11/2016 - 02:08:36AM] SEXLAB - GetSetAnimation(DDBeltedSolo): Get

[11/11/2016 - 02:08:36AM] SEXLAB - GetSetAnimation(DDArmbinderSolo): Get

[11/11/2016 - 02:08:36AM] SEXLAB - GetSetAnimation(DDYokeSolo): Get

[11/11/2016 - 02:08:36AM] [Zad]: EnableEventProcessing()

[11/11/2016 - 02:08:36AM] [Zad]: Rehooking Mod Events

[11/11/2016 - 02:08:36AM] [Zad]: ZadNpc::DoRegister(0.491393)

[11/11/2016 - 02:08:36AM] [Zad]: RepopulateNpcs()

[11/11/2016 - 02:08:36AM] [Zad]: Not repopulating NPC slots: Feature is disabled.

[11/11/2016 - 02:08:36AM] [Zad]: ==========Begin Compatibility Checks==========

[11/11/2016 - 02:08:36AM] [Zad]: Please note that Errors related to missing files should be ignored.

[11/11/2016 - 02:08:36AM] [Zad]: [ Dependency Checks ]

[11/11/2016 - 02:08:36AM] [Zad]: DDi version [5.000000]: OK

[11/11/2016 - 02:08:36AM] [Zad]: assets version [2.900000]: OK

[11/11/2016 - 02:08:36AM] [Zad]: ZaZ Animation Pack version [610.000000]: OK

[11/11/2016 - 02:08:36AM] [Zad]: Aroused version [20140124.000000]: OK

[11/11/2016 - 02:08:36AM] [Zad]: SexLab version [16200.000000]: OK

[11/11/2016 - 02:08:36AM] [Zad]: [ Third Party Mod Compatibility Checks ]

[11/11/2016 - 02:08:36AM] [Zad]: [ Sanity Checks ]

[11/11/2016 - 02:08:36AM] [Zad]: Verifying that installation is untainted by an unsupported upgrade: OK

[11/11/2016 - 02:08:36AM] [Zad]: ==========End Compatibility Checks==========

[11/11/2016 - 02:08:36AM] [Zad]: Initializing Events arrays.

[11/11/2016 - 02:08:36AM] [Zad]: zadEventSlots::Maintenance()

[11/11/2016 - 02:08:36AM] [Zad]: Config Interval:0.500000. Total number of events: 0. Next staggered update in 0.500000

[11/11/2016 - 02:08:36AM] [Zad]: [Tight Gloves] Registered. Event #0

[11/11/2016 - 02:08:36AM] [Zad]: [Armbinder Struggle] Registered. Event #1

[11/11/2016 - 02:08:36AM] [Zad]: [Plug Moan] Registered. Event #2

[11/11/2016 - 02:08:36AM] [Zad]: Maintenance_ABC()

[11/11/2016 - 02:08:36AM] [Zad]: [Yoke Struggle] Registered. Event #3

[11/11/2016 - 02:08:36AM] [Zad]: [Chaos Plugs] Registered. Event #4

[11/11/2016 - 02:08:36AM] [Zad]: [blindfold Trip] Registered. Event #5

[11/11/2016 - 02:08:36AM] [Zad]: [Mana Drain] Registered. Event #6

[11/11/2016 - 02:08:36AM] [Zad]: Begin skse print test.

[11/11/2016 - 02:08:36AM] [Zad]: [Horny] Registered. Event #7

[11/11/2016 - 02:08:36AM] [Zad]: End skse print test.

[11/11/2016 - 02:08:36AM] [Zad]: Monitoring Camera state.

[11/11/2016 - 02:08:36AM] [Zad]: [Nipple Piercings] Registered. Event #8

[11/11/2016 - 02:08:36AM] [Zad]: [Restraints+Armor] Registered. Event #9

[11/11/2016 - 02:08:36AM] [Zad]: [Restrictive Collar] Registered. Event #10

[11/11/2016 - 02:08:36AM] ===============================[DAYMOYL: Ignore all Warnings start]================================

[11/11/2016 - 02:08:36AM] daymoyl - SkyUI.esp found

[11/11/2016 - 02:08:36AM] daymoyl - Dawnguard.esm found

[11/11/2016 - 02:08:36AM] daymoyl - AmazingFollowerTweaks.esp found

[11/11/2016 - 02:08:36AM] ================================[DAYMOYL: Ignore all Warnings end]=================================

[11/11/2016 - 02:08:36AM] [Zad]: [Tight Corset] Registered. Event #11

[11/11/2016 - 02:08:36AM] [Zad]: [bra Chafing] Registered. Event #12

[11/11/2016 - 02:08:36AM] [Zad]: [belted Empty] Registered. Event #13

[11/11/2016 - 02:08:36AM] [Zad]: [blindfold Mystery] Registered. Event #14

[11/11/2016 - 02:08:36AM] [Zad]: [belt Chafing] Registered. Event #15

[11/11/2016 - 02:08:36AM] [Zad]: [stamina Drain] Registered. Event #16

[11/11/2016 - 02:08:36AM] [Zad]: [bump Pumps] Registered. Event #17

[11/11/2016 - 02:08:36AM] [Zad]: [Posture Collar] Registered. Event #18

[11/11/2016 - 02:08:36AM] [Zad]: Set slot mask to [337641472]: 337641472

[11/11/2016 - 02:08:36AM] [Zad]: [Health Drain] Registered. Event #19

[11/11/2016 - 02:08:36AM] [Zad]: [Mounted] Registered. Event #20

[11/11/2016 - 02:08:37AM] [Zad]: [Drip] Registered. Event #21

[11/11/2016 - 02:08:37AM] [Zad]: [Wet Padding] Registered. Event #22

[11/11/2016 - 02:08:37AM] [Zad]: [Vibration] Registered. Event #23

[11/11/2016 - 02:08:37AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemRemoved [Armor < (13040F0C)>], itemCount=1

[11/11/2016 - 02:08:37AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:37AM] [Zad]: [Harness] Registered. Event #24

[11/11/2016 - 02:08:37AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (13040F0C)>], itemCount=1

[11/11/2016 - 02:08:37AM] [Zad]: [Periodic Shocks] Registered. Event #25

[11/11/2016 - 02:08:37AM] Error: Unable to call Delete - no native object bound to the script object, or object is of incorrect type

stack:

    [item 5 in container  (00000014)].zadHiderScript.Delete() - "<native>" Line ?

    [item 5 in container  (00000014)].zadHiderScript.OnContainerChanged() - "zadHiderScript.psc" Line 5

[11/11/2016 - 02:08:37AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=20

[11/11/2016 - 02:08:37AM] [Zad]: [teaser] Registered. Event #26

[11/11/2016 - 02:08:37AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:08:37AM] [Zad]: [Finisher Plug] Registered. Event #27

[11/11/2016 - 02:08:37AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=20

[11/11/2016 - 02:08:37AM] daymoyl - All Registered Events Validated

[11/11/2016 - 02:08:37AM] daymoyl - Registering custom quest events

[11/11/2016 - 02:08:37AM] Cannot open store for class "xpmselib", missing file?

[11/11/2016 - 02:08:37AM] Error: Unable to obtain function call information - returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2324

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:08:37AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2325

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:08:39AM] [DLC2PillarBuilderActorScript < (030177DB)>]OnPackageStart()

[11/11/2016 - 02:08:47AM] daymoyl - Update 3.000000

[11/11/2016 - 02:08:48AM] [DLC2PillarBuilderActorScript < (030177DB)>]OnPackageStart()

[11/11/2016 - 02:08:48AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2324

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:08:48AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2325

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:08:51AM] [slamainscr <sla_Main (10042D62)>]:Defered maintenance...

[11/11/2016 - 02:08:51AM] [slamainscr <sla_Main (10042D62)>]: found Devious Devices - Assets.esm

[11/11/2016 - 02:08:52AM] [slamainscr <sla_Main (10042D62)>]: Enabled Desire spell

[11/11/2016 - 02:08:52AM] [slamainscr <sla_Main (10042D62)>]: Updated notification key to 49

[11/11/2016 - 02:08:52AM] [slamainscr <sla_Main (10042D62)>]: finished maintenance

[11/11/2016 - 02:08:53AM] [DLC2PillarBuilderActorScript < (030177DB)>]OnPackageStart()

[11/11/2016 - 02:08:54AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2324

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:08:54AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2325

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:08:56AM] [DLC2PillarBuilderActorScript < (030177DB)>]OnPackageStart()

[11/11/2016 - 02:08:59AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2324

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:08:59AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2325

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:09:02AM] [DLC2PillarBuilderActorScript < (030177DB)>]OnPackageStart()

[11/11/2016 - 02:09:24AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2324

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:09:24AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2325

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:09:24AM] [DLC2PillarBuilderActorScript < (030177DB)>]OnPackageStart()

[11/11/2016 - 02:09:27AM] [DLC2PillarBuilderActorScript < (030177DB)>]OnPackageStart()

[11/11/2016 - 02:09:32AM] [Zad]: OnPageReset()

[11/11/2016 - 02:09:49AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2324

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:09:49AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2325

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:09:49AM] [DLC2PillarBuilderActorScript < (030177DB)>]OnPackageStart()

[11/11/2016 - 02:09:49AM] RNPC: Periodic update check.

[11/11/2016 - 02:09:52AM] [DLC2PillarBuilderActorScript < (030177DB)>]OnPackageStart()

[11/11/2016 - 02:09:53AM] [DLC1VampireSleepScript <DLC1VampireSleep (02008E3B)>]PlayerActivateBed() IsCoffin =False

[11/11/2016 - 02:09:54AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2324

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:09:54AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2325

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:09:55AM] [DLC2PillarBuilderActorScript < (030177DB)>]OnPackageStart()

[11/11/2016 - 02:09:59AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2324

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:09:59AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2325

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:10:04AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2324

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:10:04AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2325

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:10:09AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2324

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:10:09AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2325

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:10:11AM] [DLC2PillarBuilderActorScript < (030177DB)>]OnPackageStart()

[11/11/2016 - 02:10:14AM] [DLC2PillarBuilderActorScript < (030177DB)>]OnPackageStart()

[11/11/2016 - 02:10:14AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2324

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:10:14AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2325

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:10:19AM] [DLC2PillarBuilderActorScript < (030177DB)>]OnPackageStart()

[11/11/2016 - 02:10:20AM] RNPC: Periodic update check.

[11/11/2016 - 02:10:20AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2324

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:10:20AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2325

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:10:22AM] [Zad]: GetDeviceByTags([Keyword <zad_DeviousPlugVaginal (1201DD7C)>], vaginal,plug)

[11/11/2016 - 02:10:22AM] [Zad]: EquipDevice called for Little Devils Plug -The Orgasmo

[11/11/2016 - 02:10:22AM] [Zad]: Acquired mutex, equipping Little Devils Plug -The Orgasmo

[11/11/2016 - 02:10:22AM] [Zad]: OnContainerChanged()

[11/11/2016 - 02:10:22AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (CF042AF8)>], itemCount=1

[11/11/2016 - 02:10:22AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:10:22AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=20

[11/11/2016 - 02:10:23AM] [Zad]: OnEquipped(Moira: Little Devils Plug -The Orgasmo)

[11/11/2016 - 02:10:23AM] Error: Cannot call GetName() on a None object, aborting function call

stack:

    [zadQuest (1300F624)].zadlibs.equipDevice() - "zadLibs.psc" Line 472

    [CDxSlavery_Functions (CF17170A)].cdxslavery_functions.SetCDDevice() - "cdxslavery_functions.psc" Line 374

    [CDxSlavery_Functions (CF17170A)].cdxslavery_functions.AddBaseCDDevices() - "cdxslavery_functions.psc" Line 102

    .CDxPD_S01_EB01.Fragment_0() - "cdxpd_s01_eb01.psc" Line 11

[11/11/2016 - 02:10:23AM] warning: Assigning None to a non-object variable named "::temp3"

stack:

    [zadQuest (1300F624)].zadlibs.equipDevice() - "zadLibs.psc" Line 472

    [CDxSlavery_Functions (CF17170A)].cdxslavery_functions.SetCDDevice() - "cdxslavery_functions.psc" Line 374

    [CDxSlavery_Functions (CF17170A)].cdxslavery_functions.AddBaseCDDevices() - "cdxslavery_functions.psc" Line 102

    .CDxPD_S01_EB01.Fragment_0() - "cdxpd_s01_eb01.psc" Line 11

[11/11/2016 - 02:10:23AM] [Zad]: EquipDevice called for

[11/11/2016 - 02:10:23AM] [Zad]: SpinLock() Started.

[11/11/2016 - 02:10:23AM] [Zad]: No menus are open. Equipping silently.

[11/11/2016 - 02:10:23AM] [Zad]: Sending device event DeviceEquippedVaginal Plug(Moira:1)

[11/11/2016 - 02:10:23AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (CF042AF9)>], itemCount=1

[11/11/2016 - 02:10:23AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:10:23AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=20

[11/11/2016 - 02:10:23AM] [Zad]: SyncInventory(): Equipping Vaginal Plug.

[11/11/2016 - 02:10:24AM] [Zad]: SpinLock() Completed. Cycles:9

[11/11/2016 - 02:10:24AM] Error: Cannot call GetName() on a None object, aborting function call

stack:

    [zadQuest (1300F624)].zadlibs.equipDevice() - "zadLibs.psc" Line 474

    [CDxSlavery_Functions (CF17170A)].cdxslavery_functions.SetCDDevice() - "cdxslavery_functions.psc" Line 374

    [CDxSlavery_Functions (CF17170A)].cdxslavery_functions.AddBaseCDDevices() - "cdxslavery_functions.psc" Line 102

    .CDxPD_S01_EB01.Fragment_0() - "cdxpd_s01_eb01.psc" Line 11

[11/11/2016 - 02:10:24AM] warning: Assigning None to a non-object variable named "::temp3"

stack:

    [zadQuest (1300F624)].zadlibs.equipDevice() - "zadLibs.psc" Line 474

    [CDxSlavery_Functions (CF17170A)].cdxslavery_functions.SetCDDevice() - "cdxslavery_functions.psc" Line 374

    [CDxSlavery_Functions (CF17170A)].cdxslavery_functions.AddBaseCDDevices() - "cdxslavery_functions.psc" Line 102

    .CDxPD_S01_EB01.Fragment_0() - "cdxpd_s01_eb01.psc" Line 11

[11/11/2016 - 02:10:24AM] [Zad]: Acquired mutex, equipping

[11/11/2016 - 02:10:24AM] Error: None is not a valid inventory item

stack:

    [ (00000014)].Actor.GetItemCount() - "<native>" Line ?

    [zadQuest (1300F624)].zadlibs.WearingConflictingDevice() - "zadLibs.psc" Line 1226

    [zadQuest (1300F624)].zadlibs.equipDevice() - "zadLibs.psc" Line 479

    [CDxSlavery_Functions (CF17170A)].cdxslavery_functions.SetCDDevice() - "cdxslavery_functions.psc" Line 374

    [CDxSlavery_Functions (CF17170A)].cdxslavery_functions.AddBaseCDDevices() - "cdxslavery_functions.psc" Line 102

    .CDxPD_S01_EB01.Fragment_0() - "cdxpd_s01_eb01.psc" Line 11

[11/11/2016 - 02:10:24AM] Error: None is not a valid inventory item

stack:

    [ (00000014)].Actor.GetItemCount() - "<native>" Line ?

    [zadQuest (1300F624)].zadlibs.equipDevice() - "zadLibs.psc" Line 486

    [CDxSlavery_Functions (CF17170A)].cdxslavery_functions.SetCDDevice() - "cdxslavery_functions.psc" Line 374

    [CDxSlavery_Functions (CF17170A)].cdxslavery_functions.AddBaseCDDevices() - "cdxslavery_functions.psc" Line 102

    .CDxPD_S01_EB01.Fragment_0() - "cdxpd_s01_eb01.psc" Line 11

[11/11/2016 - 02:10:24AM] Error: Cannot add None to a container

stack:

    [ (00000014)].Actor.AddItem() - "<native>" Line ?

    [zadQuest (1300F624)].zadlibs.equipDevice() - "zadLibs.psc" Line 487

    [CDxSlavery_Functions (CF17170A)].cdxslavery_functions.SetCDDevice() - "cdxslavery_functions.psc" Line 374

    [CDxSlavery_Functions (CF17170A)].cdxslavery_functions.AddBaseCDDevices() - "cdxslavery_functions.psc" Line 102

    .CDxPD_S01_EB01.Fragment_0() - "cdxpd_s01_eb01.psc" Line 11

[11/11/2016 - 02:10:24AM] [Zad]: EquipDevice called for CD Collar - Black Ebonite

[11/11/2016 - 02:10:24AM] [Zad]: SpinLock() Started.

[11/11/2016 - 02:10:27AM] [DLC2PillarBuilderActorScript < (030177DB)>]OnPackageStart()

[11/11/2016 - 02:10:27AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2324

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:10:27AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2325

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:10:29AM] [Zad]: Belt not worn: Removing plugs.

[11/11/2016 - 02:10:29AM] [Zad]: Sending device event DeviceRemovedVaginal Plug(Moira:1)

[11/11/2016 - 02:10:29AM] [Zad]: RemoveDevice called for Little Devils Plug -The Orgasmo

[11/11/2016 - 02:10:29AM] [Zad]: SpinLock() Started.

[11/11/2016 - 02:10:32AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2324

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:10:32AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2325

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:10:35AM] [DLC2PillarBuilderActorScript < (030177DB)>]OnPackageStart()

[11/11/2016 - 02:10:37AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2324

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:10:37AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2325

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:10:38AM] [DLC2PillarBuilderActorScript < (030177DB)>]OnPackageStart()

[11/11/2016 - 02:10:42AM] [Zad] ((WARNING)): SpinLock() timed out.

[11/11/2016 - 02:10:42AM] [Zad]: SpinLock() Completed. Cycles:151

[11/11/2016 - 02:10:42AM] [Zad]: Acquired mutex, equipping CD Collar - Black Ebonite

[11/11/2016 - 02:10:42AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (CF03E9C1)>], itemCount=1

[11/11/2016 - 02:10:42AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:10:42AM] [Zad]: OnContainerChanged()

[11/11/2016 - 02:10:42AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=20

[11/11/2016 - 02:10:42AM] [Zad]: OnEquipped(Moira: CD Collar - Black Ebonite)

[11/11/2016 - 02:10:42AM] [Zad]: No menus are open. Equipping silently.

[11/11/2016 - 02:10:42AM] [Zad]: Sending device event DeviceEquippedCollar(Moira:1)

[11/11/2016 - 02:10:43AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2324

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:10:43AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2325

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:10:43AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemAdded [Armor < (CF03E9C0)>], itemCount=1

[11/11/2016 - 02:10:43AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:10:43AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=20

[11/11/2016 - 02:10:43AM] [Zad]: SyncInventory(): Equipping Collar.

[11/11/2016 - 02:10:43AM] [Zad]: RestraintScript OnEquippedPost Collar

[11/11/2016 - 02:10:43AM] [Zad]: SpinLock() Completed. Cycles:121

[11/11/2016 - 02:10:43AM] [Zad]: Acquired mutex, removing Little Devils Plug -The Orgasmo

[11/11/2016 - 02:10:43AM] [bYOHHouseBuildingPlayerScript <alias Player on quest BYOHHouseBuilding (0400305D)>]OnItemRemoved [Armor < (CF042AF9)>], itemCount=1

[11/11/2016 - 02:10:43AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] UpdateLogCount

[11/11/2016 - 02:10:43AM] [DLC2PillarBuilderActorScript < (030177DB)>]OnPackageStart()

[11/11/2016 - 02:10:43AM] [Zad]: OnUnequipped(Moira: Little Devils Plug -The Orgasmo)

[11/11/2016 - 02:10:43AM] [Zad]: Detected removal token. Done.

[11/11/2016 - 02:10:43AM] [byohhousebuildingscript <BYOHHouseBuilding (0400305D)>] logcount=20

[11/11/2016 - 02:10:47AM] [Zad]: CheckAllEvents()

[11/11/2016 - 02:10:47AM] [Zad]: ZadNpc::OnUpdateGameTime()

[11/11/2016 - 02:10:47AM] [Zad]: ZadNpc::DoRegister(0.499988)

[11/11/2016 - 02:10:48AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2324

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:10:48AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2325

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:10:49AM] [Zad]: Config Interval:0.500000. Total number of events: 0. Next staggered update in 0.500000

[11/11/2016 - 02:10:49AM] [DLC2PillarBuilderActorScript < (030177DB)>]OnPackageStart()

[11/11/2016 - 02:10:52AM] RNPC: Periodic update check.

[11/11/2016 - 02:10:53AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2324

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:10:53AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2325

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:10:57AM] [DLC2PillarBuilderActorScript < (030177DB)>]OnPackageStart()

[11/11/2016 - 02:10:58AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2324

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:10:58AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2325

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:11:01AM] VM is freezing...

[11/11/2016 - 02:11:01AM] VM is frozen

 

 

 

 

Posted

Completed property slave questline and accepted the relationship slave offer, but my quest log still says property slave. Any way to check it off?

 

As relationship slave are there conditions when the master would allow taking off the chastity belt/collar?

Posted

 

Are the pony boots from assets maybe? That's the only mod I didn't redownload again because I was pretty sure I had the newest version from May 2016 already.

 

 

Pony boots are from DD-Expansion, which adds NiOverride (Or RaceMenu) as requirements, either out of date for you?

 

[11/11/2016 - 02:10:48AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2324

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:10:48AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2325

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:10:49AM] [Zad]: Config Interval:0.500000. Total number of events: 0. Next staggered update in 0.500000

[11/11/2016 - 02:10:49AM] [DLC2PillarBuilderActorScript < (030177DB)>]OnPackageStart()

[11/11/2016 - 02:10:52AM] RNPC: Periodic update check.

[11/11/2016 - 02:10:53AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2324

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:10:53AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2325

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:10:57AM] [DLC2PillarBuilderActorScript < (030177DB)>]OnPackageStart()

[11/11/2016 - 02:10:58AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2324

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:10:58AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2325

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

 

 

It appears that there is a problem with your ZAZ Animation Pack (install 6.1 then 6.11 overtop) or your skeleton (usally xpmse).

My bad, "zadBraEffect" is DD-Integration, though I think you mentioned already reinstalling that one.

 

First bit of your log is listing a large number of missing/broken scripts. You might try a save cleaner, though probably not directly related to this problem.

Posted

 

 

Are the pony boots from assets maybe? That's the only mod I didn't redownload again because I was pretty sure I had the newest version from May 2016 already.

 

 

Pony boots are from DD-Expansion, which adds NiOverride (Or RaceMenu) as requirements, either out of date for you?

 

[11/11/2016 - 02:10:48AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2324

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:10:48AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2325

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:10:49AM] [Zad]: Config Interval:0.500000. Total number of events: 0. Next staggered update in 0.500000

[11/11/2016 - 02:10:49AM] [DLC2PillarBuilderActorScript < (030177DB)>]OnPackageStart()

[11/11/2016 - 02:10:52AM] RNPC: Periodic update check.

[11/11/2016 - 02:10:53AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2324

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:10:53AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2325

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:10:57AM] [DLC2PillarBuilderActorScript < (030177DB)>]OnPackageStart()

[11/11/2016 - 02:10:58AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2324

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

[11/11/2016 - 02:10:58AM] Error: Static function SetNodeScale not found on object xpmselib. Aborting call and returning None

stack:

    [zadQuest (1300F624)].zadlibs.SetNodeHidden() - "zadLibs.psc" Line 2357

    [zadQuest (1300F624)].zadlibs.HideBreasts() - "zadLibs.psc" Line 2325

    [Active effect 1 on  (CF002AF2)].zadBraEffect.OnUpdate() - "zadBraEffect.psc" Line 31

 

 

It appears that there is a problem with your ZAZ Animation Pack (install 6.1 then 6.11 overtop) or your skeleton (usally xpmse).

 

 

First bit of your log is listing a large number of missing/broken scripts. You might try a save cleaner, though probably not directly related to this problem.

 

 

Reinstalled ZAZ animations again, patched it etc to no avail. No clue why this refuses to work but I'll fiddle more around with that tomorrow, getting late here.

 

Thank you for the counsel though. I think this is one of those needle in the hay cases again, but I'll get there.

 

And yes, I am quite aware of those script errors actually, they've been there since ages because I use some really old mods still. I am not even noticing a performance difference because of them actually and everything else works surprisingly flawless and stable considering I'm at 254 mods.

 

I'm the type who never even looks at updates for stuff aslong as everything still works as it is or fancy new features have been added. :P

Posted

Nun habe ich Alessia oder wie die heißt durch halb Skyrim geführt... beim Meister angekommen, sagt sie zu mir, ich soll sie ins Haupthaus bringen... dort angekommen passiert wieder nichts... *seuftz*

 

If it is stopping when the Master is leaving the basement just wait for 1 hour and it will continue from there. I don't know why it does it as she has reached her destination at that point and should trigger the next part.

 

Der Meister war zu der Zeit im Geschäft.. sie sagte zu mir ich soll sie ins Haupthaus bringen,.. wohin denn da genau? Ist das dieses Manor House gleich in der Eingangshalle, wo der Meister dann auch isst? Weil wenn ich die Sklavin dorthin bringe und warte, dann betretet der Meister zwar den Raum, aber es passiert nichts weiter, auch stundenlanges Warten hilft an dieser Stelle leider nichts.

 

-----------------------------------

 

The master was at the time in the shop .. she said to me I should take her into the main house, where exactly where? Is this Manor House right in the entrance hall where the Master then also eats? Because when I bring the slave girl there and wait, then the master enters the room, but nothing happens, even hours of waiting at this point unfortunately does not help.

 

 

Edit:

 

Oke danke nochmals, hat sich erübrigt,.. ich dachte nicht an den Kerker im Haupthaus... Leider keine Quest Marker und ich ein scheiss Englisch.. :-D

-------

Oke thank you again, has not needed, I thought not to the dungeon in the main house ... Unfortunately, no quest markers and I a shitty English .. :-D

Posted

9000 lines of dialogue, wow… I have a feeling I missed a lot of that… any sort of guide to get all there is to get from this mod?

 

---

Other then that, got an interesting one, not sure if it was already answered here.

Took job to make a delivery and got set up with a harness and plugs - only this harness is invisible when on my character (all other items work), and when I ask Master to remove stuff it says "cursed item found" in on-screen messages. It does not get removed by either Master or anything else.

 

Item name is "CD Harness - Black Leather". It is visible in preview and looks normal, but invisible on character.

If this is one of the "God cursed" items I've been hearing about on these forums - why did Master set me up with it?

 

Anyway, had to get back to an earlier save.

Posted

Ja das ist auch mein Problem, manche Devises werden leider auch bei mir unsichtbar angezeigt, oder ich habe ein Halsband um, aber keinen Keuschheitswürtel..

Eine Frage hätte ich an dieser Stelle noch am Rande: nachdem ich im Haupthaus bei Markus bin, hört der nicht auf zu labern und beginnt seinen Satz mit den Einweisungen ständig erneut..

Ich habe das Ganze so beendet, dass ich irgendwann mal den Dialog bekam, dass ich meine Aufgabe nicht schaffe und wurde am nächsten Morgen zur Herrin geschickt, diese Dekorierte ihren Shop mit mir als Puppe.. als ich dann wieder zu Markus ins Haupthaus gebracht wurde, entfernte er alle Gegenstände von mir, bis auf die Stiefel.. ich habe an dieser Stelle kein Halsband mehr an und auch keinen Gürtel.

 

-----------------------------------------------------------------------------------

 

Yes this is also my problem, some Devices are unfortunately invisible to me, or I have a collar around, but no chastity.

A question I would have at this point still s.der marginal: after I am in the main house with Markus, he does not cease to lazy and starts his sentence with the assignments constantly again ..

I finished the whole thing so that I got the dialogue once, that I can not do my task and was sent to the mistress next morning, this decorated her shop with me as a doll .. when I was then brought back to Markus in the main house , He removed all the items from me, except for the boots .. I have no collar at this point and also no belt.

 

 

Posted

Edit above:

 

Ok das Problem lag wohl daran, dass es keine Items von Captured Dreams gewesen sind, welche mir angezogen wurden und Markus entfernt die, legt aber bis auf die Stiefel keine neuen mehr an...

Ich habe es jetzt nochmals getestet, diesmal kam ich als Bestrafung in den Käfig draußen, hier klappte es mit dem Halsband und den Gürtel wieder, als ich zu Markus gebracht wurde!

Trotzdem noch eine Frage bitte: Meinem Charakter werden keine Plugs mehr eingesetzt, muss ich da etwas bestimmtes einstellen, oder ist dies so beabsichtigt?
Also von Anfang an, als Minen-Sklavin wird mir vom Meister nur Halsband und Gürtel verpasst, aber keine Plugs.

 

-----------------------------------------------

 

Ok, the problem was probably that there were no items of Captured Dreams, which were attracted to me and Markus removed the, but does not put on the boots any more ...

I tested it again, this time I came as a punishment in the cage outside, here it worked again with the collar and the belt, when I was brought to Markus!

Still, a question please: My character is no longer plugs, I have to adjust something specific, or is this so intended?
So from the beginning, as a mine slave, the master will only miss the collar and the belt, but no plugs.

Posted

9000 lines of dialogue, wow… I have a feeling I missed a lot of that… any sort of guide to get all there is to get from this mod?

 

---

Other then that, got an interesting one, not sure if it was already answered here.

Took job to make a delivery and got set up with a harness and plugs - only this harness is invisible when on my character (all other items work), and when I ask Master to remove stuff it says "cursed item found" in on-screen messages. It does not get removed by either Master or anything else.

 

Item name is "CD Harness - Black Leather". It is visible in preview and looks normal, but invisible on character.

If this is one of the "God cursed" items I've been hearing about on these forums - why did Master set me up with it?

 

Anyway, had to get back to an earlier save.

 

No one will ever see all 9000 lines of dialogue most likely, a lot of them are there due to variations in their statistics or sex. To give an idea as to how much v4 changed vs v3, v3 only had about 4500 lines.

 

On the message about the cursed item found that refers to Cursed Loot, the God Cursed items would be listed as unremovable.

 

The CD Harness would be from a quest. v4.05 had issues where it would put a harness on you then a collar which are incompatible items since the harness has a collar built into it. The harness would need to be removed via console as it is broken at this point. Use showinventory on yourself, find an item with no name (ignoring the one ending in 40f0c) and use removeitem on it then unequip it in the regular inventory screen.

 

 

Ja das ist auch mein Problem, manche Devises werden leider auch bei mir unsichtbar angezeigt, oder ich habe ein Halsband um, aber keinen Keuschheitswürtel..

 

Eine Frage hätte ich an dieser Stelle noch am Rande: nachdem ich im Haupthaus bei Markus bin, hört der nicht auf zu labern und beginnt seinen Satz mit den Einweisungen ständig erneut..

 

Ich habe das Ganze so beendet, dass ich irgendwann mal den Dialog bekam, dass ich meine Aufgabe nicht schaffe und wurde am nächsten Morgen zur Herrin geschickt, diese Dekorierte ihren Shop mit mir als Puppe.. als ich dann wieder zu Markus ins Haupthaus gebracht wurde, entfernte er alle Gegenstände von mir, bis auf die Stiefel.. ich habe an dieser Stelle kein Halsband mehr an und auch keinen Gürtel.

 

-----------------------------------------------------------------------------------

 

Yes this is also my problem, some Devices are unfortunately invisible to me, or I have a collar around, but no chastity.

 

A question I would have at this point still s.der marginal: after I am in the main house with Markus, he does not cease to lazy and starts his sentence with the assignments constantly again ..

 

I finished the whole thing so that I got the dialogue once, that I can not do my task and was sent to the mistress next morning, this decorated her shop with me as a doll .. when I was then brought back to Markus in the main house , He removed all the items from me, except for the boots .. I have no collar at this point and also no belt.

 

The issue with the looping looks like an issue with NIO and DD concerning the breasts being hidden as that was the error that was happening and it may have been keeping DD from properly advancing.

 

Remove it as in the post above and you should be able to reequip it and have it work properly.

 

Was the belt removed in the shop or by marcus? It is likely an issue of it removing everything but not everything was put back properly.

 

 

Edit above:

 

Ok das Problem lag wohl daran, dass es keine Items von Captured Dreams gewesen sind, welche mir angezogen wurden und Markus entfernt die, legt aber bis auf die Stiefel keine neuen mehr an...

 

Ich habe es jetzt nochmals getestet, diesmal kam ich als Bestrafung in den Käfig draußen, hier klappte es mit dem Halsband und den Gürtel wieder, als ich zu Markus gebracht wurde!

 

Trotzdem noch eine Frage bitte: Meinem Charakter werden keine Plugs mehr eingesetzt, muss ich da etwas bestimmtes einstellen, oder ist dies so beabsichtigt?

Also von Anfang an, als Minen-Sklavin wird mir vom Meister nur Halsband und Gürtel verpasst, aber keine Plugs.

 

-----------------------------------------------

 

Ok, the problem was probably that there were no items of Captured Dreams, which were attracted to me and Markus removed the, but does not put on the boots any more ...

 

I tested it again, this time I came as a punishment in the cage outside, here it worked again with the collar and the belt, when I was brought to Markus!

 

Still, a question please: My character is no longer plugs, I have to adjust something specific, or is this so intended?

So from the beginning, as a mine slave, the master will only miss the collar and the belt, but no plugs.

 

Plugs are an issue currently and won't be addressed until v4.09 as it requires changes that involve the MCM menu, Relationship Slave preferences and the device equip script to bring them all in alignment so they match. The MCM menu part is there as it was supposed to be out several versions ago when we were having issues with the English/German translations and the menu for the plugs would not pick up the proper items so I had to put it on hold for a bit.

Posted

 

Plugs are an issue currently and won't be addressed until v4.09 as it requires changes that involve the MCM menu, Relationship Slave preferences and the device equip script to bring them all in alignment so they match. The MCM menu part is there as it was supposed to be out several versions ago when we were having issues with the English/German translations and the menu for the plugs would not pick up the proper items so I had to put it on hold for a bit.

 

 

Ich verstehe,... ich spiele die Englische Version jetzt,.. ich habe CDS_V4-05_LESP.7Z gelöscht und überspielt, einen neuen Charakter angefangen, kommplett neues Spiel.. aber habe komischerweise immer noch eine Deutsche Beschreibung im MCM Menu und eben das Problem, dass keine Plugs mehr vorkommen.

 

Meine Version ist jetzt:

 

Captured_Dreams_V4-05.7Z

 

Captured Dreams V4.07 - English only update.zip

Posted

 

 

Is anyone else still have issues with De'Zra force greet at the smithy?

 

I can't get her to sod off and let me get on with crafting.  Infinite loop of force greeting, had it a bit with Raccan too when he first brought the Player to the smithy but his force greet loop only lasted 3-4 iterations, I can't get De'Zra to stop.

 

Does anyone have a workaround?

 

 

CD v4.07

Clean Install

​New Save

 

Also, because of this constant force greet, De'Zra never progresses this part of the quest so now the player is locked into a never ending loop of dialogue and performing a task where the quota doesn't have any effect as nothing progresses to the next stage.

 

Vel, is there a command I can use to progress this part of the quest just to break out of this loop?

 

 

thanks,

 

 

Stopscene <id> with the following id's

- Herran - xx18d90e

- De'Zra - xx18e411

after that the dialogue should end properly, if not exit it yourself at the end and it should not start over. I have added these commands into the scenes that follow these scenes but if it continues to do it I don't know what else to do at that point.

 

 

This command does work at stopping the scene, however, De'Zra just force greets as soon as the scene has ended and the whole thing starts over again.

Posted

 

 

This command does work at stopping the scene, however, De'Zra just force greets as soon as the scene has ended and the whole thing starts over again.

 

 

Do it during the last line of her dialogue, the others have walkaway dialogue that will direct you back into it. I would suggest doing it just before you exit the dialogue and just after.

Posted

 

 

Plugs are an issue currently and won't be addressed until v4.09 as it requires changes that involve the MCM menu, Relationship Slave preferences and the device equip script to bring them all in alignment so they match. The MCM menu part is there as it was supposed to be out several versions ago when we were having issues with the English/German translations and the menu for the plugs would not pick up the proper items so I had to put it on hold for a bit.

 

 

Ich verstehe,... ich spiele die Englische Version jetzt,.. ich habe CDS_V4-05_LESP.7Z gelöscht und überspielt, einen neuen Charakter angefangen, kommplett neues Spiel.. aber habe komischerweise immer noch eine Deutsche Beschreibung im MCM Menu und eben das Problem, dass keine Plugs mehr vorkommen.

 

Meine Version ist jetzt:

 

Captured_Dreams_V4-05.7Z

 

Captured Dreams V4.07 - English only update.zip

 

 

The MCM menu uses a different setup for translations and is separate from the rest of the dialogue. If you are using the non localized version but still have it set to German the main dialogue will be in English but the MCM menu will be in German.

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

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