Jump to content

Recommended Posts

Guest ANTON6733
Posted

FAQ doesn't cover it(WHY?) and the only question which i managed to see in topic which is nearly close to my search remains to be unanswered(may be i was blind enough to miss needed post, help is welcome).

So I'll try. I have a custom race for PC(demonica of course,if this question would show up), and look forward to set up own expendables or tie some other race's examples.

Is there a way to do it quickly, on my own, and without headaches? I have tes5edit  and close to 0 modding expierence xD

Or may be somebody can help me in that? :)

Oh and I would be excited to hear about drawing "additional textures". I tried it with photoshop, but in my best shot textures disapeared from skin in 2-3 second after showing up.

Posted

Dropping by to say howdy and ask for some ideas for a fix in regards to milk on character's breasts becoming stuck, mainly on npc's even when they are no longer pregnant or lactating for a long time. I'm thinking of removing the shader by its id if the effect is via spell and looking that up with TESVEDIT, but I'm not sure either which to choose.

 

update ---

 

Extensible Follower Framework's tattoo functionality seems to be a very convenient fix, plus I already use the framework so I rejoice!

Posted

I have the following problem:

Every time I install Soulgem oven 3 or "Ill take the display model" I get the Error message that my Papyrus utils is old/ got overwritten.

Im using Sexlab 1.61b and even tried overwriting it with papyrus utils 3.2.

I using the mod organizer and for whatever reason i cant see papyrus utils in my loadorder although I activated it and modorganizer shows that its overwriting Sexlab when I activate it.

I would really like to use your mod but I cant seem to get it to work

Posted

I have the following problem:

Every time I install Soulgem oven 3 or "Ill take the display model" I get the Error message that my Papyrus utils is old/ got overwritten.

Im using Sexlab 1.61b and even tried overwriting it with papyrus utils 3.2.

I using the mod organizer and for whatever reason i cant see papyrus utils in my loadorder although I activated it and modorganizer shows that its overwriting Sexlab when I activate it.

I would really like to use your mod but I cant seem to get it to work

 

click on sexlab and see what below it turns red. that's the mod that's screwing with it. i recently had that problem with freaking stupid wearable lanterns, gd chesko packaged it in his bsa.

Posted

 

I have the following problem:

Every time I install Soulgem oven 3 or "Ill take the display model" I get the Error message that my Papyrus utils is old/ got overwritten.

Im using Sexlab 1.61b and even tried overwriting it with papyrus utils 3.2.

I using the mod organizer and for whatever reason i cant see papyrus utils in my loadorder although I activated it and modorganizer shows that its overwriting Sexlab when I activate it.

I would really like to use your mod but I cant seem to get it to work

 

click on sexlab and see what below it turns red. that's the mod that's screwing with it. i recently had that problem with freaking stupid wearable lanterns, gd chesko packaged it in his bsa.

 

 

First of all thanks for helping. The thing is the only thing turning red is papyrus utils and even after deactivating it and trying again I still get the same Error message :/ Tried the same for soulgem oven but that Time nothing turned red at all .

 

Edit: Pretty sure im fking something up. Removed allmost every mod besides the requirements for Soul gem oven and soul gem oven itself and i still get that Error...

Posted

 

 

 

First of all thanks for helping. The thing is the only thing turning red is papyrus utils and even after deactivating it and trying again I still get the same Error message :/ Tried the same for soulgem oven but that Time nothing turned red at all .

 

Edit: Pretty sure im fking something up. Removed allmost every mod besides the requirements for Soul gem oven and soul gem oven itself and i still get that Error...

 

 

 

use the data tab to make sure that data/scripts/papyrusutil.pex and data/skse/plugins/storageutil.dll are being provided by sexlab.

post-501843-0-96948400-1462584326_thumb.png

Posted

filled/empty status on insert menu, counts on insert menu. oh, and bulk inserting?

:D

 

I actually came on over to suggest a few things, bulk inserting being one of those. Also I see that this has been updated a few times... is it safe to update to 306 if Im using 302? >.> A lot of the new features looks nice.

 

Anyway... since its been updated so many times and I have no idea if someone else suggested it before or not, I had one other suggestion. Can you make it so Soulgem Oven is compatible/interacts with Devious Devices? Specificially, I was wondering if Milking could be blocked if wearing a chastity bra, or if being full when bra'd would maybe cause some penalty. The same could be said with inserting or birthing gems when wearing a chastity belt. It could simply grey out the options when wearing a belt or bra.

 

I understand this isnt really related to the devious devices line of mods, but its one of my favorite mods I like to use in conjunction with them and it doesnt hurt to ask right? I dont think it would be hard to add something like that in, or maybe as a patch? Some of the pictures showcasing the mod even include restraints so...

 

Lastly in the features it mentions being able to make custom milks for custom races... but so far I havent seen anything about how to do it. Any help? Maybe I missed something obvious or my version is too old but didnt see anything in the MCM either.

Posted

 

 

 

 

First of all thanks for helping. The thing is the only thing turning red is papyrus utils and even after deactivating it and trying again I still get the same Error message :/ Tried the same for soulgem oven but that Time nothing turned red at all .

 

Edit: Pretty sure im fking something up. Removed allmost every mod besides the requirements for Soul gem oven and soul gem oven itself and i still get that Error...

 

 

 

use the data tab to make sure that data/scripts/papyrusutil.pex and data/skse/plugins/storageutil.dll are being provided by sexlab.

 

Apparently both are provided. And as you can see on the first screenshot soulgem oven aswell as Sexlab is activated. I also did a test run still get the Error Message. Edit: I attached my current loadorder/ all esp and esm I currently have activated (I know that racemenu plugin is deactivated . activating it didnt change anything though already tested)

post-467715-0-86949300-1462631037_thumb.pngpost-467715-0-59704900-1462631032_thumb.png

post-467715-0-88631400-1462631497_thumb.png

Posted

 

 

Apparently both are provided. And as you can see on the first screenshot soulgem oven aswell as Sexlab is activated. I also did a test run still get the Error Message. Edit: I attached my current loadorder/ all esp and esm I currently have activated (I know that racemenu plugin is deactivated . activating it didnt change anything though already tested)

 

attachicon.gifscreenshot_paint 2.pngattachicon.gifScreenshot_paint.png

 

 

thats weird as fuck. based on your screenshots seems like it should be fine.

 

its a very simple check

	If(PapyrusUtil.GetVersion() < 31)
		If(Popup)
			Debug.MessageBox("Your PapyrusUtil is too old or has been overwritten by something like SOS. Install PapyrusUtil 3.1 from LoversLab and make sure it dominates the load order.")
		EndIf
		Return FALSE
	EndIf

what about your papyrus.0.log?

Posted

 

 

 

Apparently both are provided. And as you can see on the first screenshot soulgem oven aswell as Sexlab is activated. I also did a test run still get the Error Message. Edit: I attached my current loadorder/ all esp and esm I currently have activated (I know that racemenu plugin is deactivated . activating it didnt change anything though already tested)

 

attachicon.gifscreenshot_paint 2.pngattachicon.gifScreenshot_paint.png

 

 

thats weird as fuck. based on your screenshots seems like it should be fine.

 

its a very simple check

	If(PapyrusUtil.GetVersion() < 31)
		If(Popup)
			Debug.MessageBox("Your PapyrusUtil is too old or has been overwritten by something like SOS. Install PapyrusUtil 3.1 from LoversLab and make sure it dominates the load order.")
		EndIf
		Return FALSE
	EndIf

what about your papyrus.0.log?

 

After looking up how to create papyrus logs in MO and learning hopw to create spoilers I present you my freshly generated papyrus log:

Somethings I also tested . When actually creating a character (therefor ignoring the Error) SO says its inactive due to missing dependancies. In case this wasnt clear too and to speed up the whole process incase thats the case: I dont crash I just get the error.

 

 

 

[05/07/2016 - 07:14:54PM] Papyrus log opened (PC)

[05/07/2016 - 07:14:54PM] Update budget: 1.200000ms (Extra tasklet budget: 1.200000ms, Load screen budget: 500.000000ms)

[05/07/2016 - 07:14:54PM] Memory page: 128 (min) 512 (max) 76800 (max total)

[05/07/2016 - 07:15:08PM] [dcc_sgo_QuestMenu <dcc_sgo_QuestMenu (0B005E76)>] INITIALIZED

[05/07/2016 - 07:15:08PM] SEXLAB -- Init [sslBenchmark <SexLabDev (09072727)>]

[05/07/2016 - 07:15:08PM] SEXLAB -- Init [sslobjectfactory <SexLabQuestObjectFactory (09078818)>]

[05/07/2016 - 07:15:08PM] SEXLAB -- Init [sslthreadlibrary <SexLabQuestFramework (09000D62)>]

[05/07/2016 - 07:15:08PM] SEXLAB -- Init [sslActorStats <SexLabQuestFramework (09000D62)>]

[05/07/2016 - 07:15:08PM] SEXLAB -- Init [sslSystemConfig <SexLabQuestFramework (09000D62)>]

[05/07/2016 - 07:15:08PM] SEXLAB -- Init [sslactorlibrary <SexLabQuestFramework (09000D62)>]

[05/07/2016 - 07:15:08PM] [ski_favoritesmanager <SKI_FavoritesManagerInstance (1500082A)>]: Updating to script version 2

[05/07/2016 - 07:15:08PM] SexLab MCM Loaded CurrentVerison: 0 / 16101

[05/07/2016 - 07:15:08PM] [ski_activeeffectswidget <SKI_ActiveEffectsWidgetInstance (15000822)>] INITIALIZED

[05/07/2016 - 07:15:08PM] [ski_activeeffectswidget <SKI_ActiveEffectsWidgetInstance (15000822)>]: Updating to script version 2

[05/07/2016 - 07:15:08PM] error: Unbound native function "PrintConsole" called

[05/07/2016 - 07:15:08PM] error: Unbound native function "PrintConsole" called

[05/07/2016 - 07:15:09PM] error: Unbound native function "GetVersion" called

[05/07/2016 - 07:15:09PM] [sslConfigMenu <SexLabConfigurationMenu (09079840)>] INITIALIZED

[05/07/2016 - 07:15:09PM] [XPMSEMCM <XPMSEMCM (11000888)>] INITIALIZED

[05/07/2016 - 07:15:09PM] warning: Assigning None to a non-object variable named "::temp106"

stack:

    [dcc_sgo_QuestController (0B000D62)].dcc_sgo_questcontroller.IsPapyrusUtilInstalled() - "dcc_sgo_QuestController.psc" Line 1044

    [dcc_sgo_QuestController (0B000D62)].dcc_sgo_questcontroller.ResetMod_Prepare() - "dcc_sgo_QuestController.psc" Line 488

    [dcc_sgo_QuestController (0B000D62)].dcc_sgo_questcontroller.OnInit() - "dcc_sgo_QuestController.psc" Line 1066

[05/07/2016 - 07:15:09PM] error: Unbound native function "GetVersion" called

[05/07/2016 - 07:15:09PM] warning: Assigning None to a non-object variable named "::temp106"

stack:

    [dcc_sgo_QuestController (0B000D62)].dcc_sgo_questcontroller.IsPapyrusUtilInstalled() - "dcc_sgo_QuestController.psc" Line 1044

    [dcc_sgo_QuestController (0B000D62)].dcc_sgo_questcontroller.ResetMod_Prepare() - "dcc_sgo_QuestController.psc" Line 488

    [dcc_sgo_QuestMenu (0B005E76)].dcc_sgo_QuestMenu.OnGameReload() - "dcc_sgo_QuestMenu.psc" Line 33

    [dcc_sgo_QuestMenu (0B005E76)].dcc_sgo_QuestMenu.OnInit() - "SKI_ConfigBase.psc" Line 82

[05/07/2016 - 07:15:09PM] SEXLAB - NOTICE: [sexlabframework <SexLabQuestFramework (09000D62)>] - Loaded SexLabFramework

[05/07/2016 - 07:15:09PM] [XPMSEMCM <XPMSEMCM (11000888)>]: Registered XPMSE at MCM.

[05/07/2016 - 07:15:09PM] [dcc_sgo_QuestMenu <dcc_sgo_QuestMenu (0B005E76)>]: Registered Soulgem Oven III at MCM.

[05/07/2016 - 07:15:09PM] [sslConfigMenu <SexLabConfigurationMenu (09079840)>]: Registered SexLab at MCM.

[05/07/2016 - 07:15:09PM] [sKI_ConfigMenu <SKI_ConfigMenuInstance (15000820)>] INITIALIZED

[05/07/2016 - 07:15:09PM] [sKI_ConfigMenu <SKI_ConfigMenuInstance (15000820)>]: Updating to script version 2

[05/07/2016 - 07:15:09PM] [sKI_ConfigMenu <SKI_ConfigMenuInstance (15000820)>]: Updating to script version 3

[05/07/2016 - 07:15:09PM] [sKI_ConfigMenu <SKI_ConfigMenuInstance (15000820)>]: Updating to script version 4

[05/07/2016 - 07:15:09PM] [sKI_ConfigMenu <SKI_ConfigMenuInstance (15000820)>]: Updating to script version 5

[05/07/2016 - 07:15:09PM] [sKI_ConfigMenu <SKI_ConfigMenuInstance (15000820)>]: Updating to script version 6

[05/07/2016 - 07:15:09PM] [sKI_ConfigMenu <SKI_ConfigMenuInstance (15000820)>]: Updating to script version 7

[05/07/2016 - 07:15:09PM] FNIS aa GetAAprefixList mod: XPMSE nMods: 2

[05/07/2016 - 07:15:09PM] FNIS aa GetAAsetList mod: XPMSE nSets: 17

[05/07/2016 - 07:15:09PM] FNIS aa GetAAsetList mod: XPMSE nSets: 17

[05/07/2016 - 07:15:09PM] FNIS aa GetAAsetList mod: XPMSE nSets: 17

[05/07/2016 - 07:15:09PM] FNIS aa GetAAsetList mod: XPMSE nSets: 17

[05/07/2016 - 07:15:09PM] FNIS aa GetAAsetList mod: XPMSE nSets: 17

[05/07/2016 - 07:15:09PM] FNIS aa GetAAsetList mod: XPMSE nSets: 17

[05/07/2016 - 07:15:09PM] FNIS aa GetAAsetList mod: XPMSE nSets: 17

[05/07/2016 - 07:15:09PM] FNIS aa GetAAsetList mod: XPMSE nSets: 17

[05/07/2016 - 07:15:09PM] FNIS aa GetAAsetList mod: XPMSE nSets: 17

[05/07/2016 - 07:15:09PM] FNIS aa GetAAsetList mod: XPMSE nSets: 17

[05/07/2016 - 07:15:09PM] FNIS aa GetAAsetList mod: XPMSE nSets: 17

[05/07/2016 - 07:15:09PM] FNIS aa GetAAsetList mod: XPMSE nSets: 17

[05/07/2016 - 07:15:09PM] FNIS aa GetAAsetList mod: XPMSE nSets: 17

[05/07/2016 - 07:15:09PM] FNIS aa GetAAsetList mod: XPMSE nSets: 17

[05/07/2016 - 07:15:09PM] FNIS aa GetAAsetList mod: XPMSE nSets: 17

[05/07/2016 - 07:15:09PM] FNIS aa GetAAsetList mod: XPMSE nSets: 17

[05/07/2016 - 07:15:09PM] FNIS aa (load game) started

[05/07/2016 - 07:15:09PM] XPMSE MainQuest Initialization successful.

[05/07/2016 - 07:15:09PM] error: Unbound native function "FormListRemove" called

[05/07/2016 - 07:15:09PM] warning: Assigning None to a non-object variable named "::temp122"

stack:

    [sexLabQuestFramework (09000D62)].sslSystemConfig.reload() - "sslSystemConfig.psc" Line 710

    [sexLabQuestFramework (09000D62)].sslSystemConfig.SetDefaults() - "sslSystemConfig.psc" Line 922

    [sexLabQuestFramework (09000D62)].sslSystemConfig.OnInit() - "sslSystemConfig.psc" Line 1342

[05/07/2016 - 07:15:09PM] error: Unbound native function "FormListRemove" called

[05/07/2016 - 07:15:09PM] ==== LAL: Mod support check - Ignore errors about missing files. ====

[05/07/2016 - 07:15:09PM] warning: Assigning None to a non-object variable named "::temp122"

stack:

    [sexLabQuestFramework (09000D62)].sslSystemConfig.reload() - "sslSystemConfig.psc" Line 711

    [sexLabQuestFramework (09000D62)].sslSystemConfig.SetDefaults() - "sslSystemConfig.psc" Line 922

    [sexLabQuestFramework (09000D62)].sslSystemConfig.OnInit() - "sslSystemConfig.psc" Line 1342

[05/07/2016 - 07:15:09PM] ERROR: File "Chesko_Frostfall.esp" does not exist or is not currently loaded.

stack:

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

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

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

[05/07/2016 - 07:15:09PM] ERROR: File "teg_returntohelgen.esp" does not exist or is not currently loaded.

stack:

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

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

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

[05/07/2016 - 07:15:09PM] ERROR: File "Keld-Nar.esp" does not exist or is not currently loaded.

stack:

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

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

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

[05/07/2016 - 07:15:09PM] ERROR: File "ShezriesOldHroldan.esp" does not exist or is not currently loaded.

stack:

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

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

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

[05/07/2016 - 07:15:09PM] ==== LAL: Mod support check - Done. ====

[05/07/2016 - 07:15:09PM] error: Unbound native function "FormListAdd" called

[05/07/2016 - 07:15:09PM] warning: Assigning None to a non-object variable named "::temp122"

stack:

    [sexLabQuestFramework (09000D62)].sslSystemConfig.reload() - "sslSystemConfig.psc" Line 713

    [sexLabQuestFramework (09000D62)].sslSystemConfig.SetDefaults() - "sslSystemConfig.psc" Line 922

    [sexLabQuestFramework (09000D62)].sslSystemConfig.OnInit() - "sslSystemConfig.psc" Line 1342

[05/07/2016 - 07:15:09PM] error: Unbound native function "ClampInt" called

[05/07/2016 - 07:15:09PM] warning: Assigning None to a non-object variable named "::temp122"

stack:

    [sexLabQuestFramework (09000D62)].sslSystemConfig.reload() - "sslSystemConfig.psc" Line 733

    [sexLabQuestFramework (09000D62)].sslSystemConfig.SetDefaults() - "sslSystemConfig.psc" Line 922

    [sexLabQuestFramework (09000D62)].sslSystemConfig.OnInit() - "sslSystemConfig.psc" Line 1342

[05/07/2016 - 07:15:09PM] error: Unbound native function "UnsetStringValue" called

[05/07/2016 - 07:15:09PM] warning: Assigning None to a non-object variable named "::temp63"

stack:

    [sexLabQuestRegistry (090664FB)].sslvoiceslots.ForgetVoice() - "sslVoiceSlots.psc" Line 153

    [sexLabQuestFramework (09000D62)].sslSystemConfig.SetDefaults() - "sslSystemConfig.psc" Line 942

    [sexLabQuestFramework (09000D62)].sslSystemConfig.OnInit() - "sslSystemConfig.psc" Line 1342

[05/07/2016 - 07:15:09PM] error: Unbound native function "UnsetFormValue" called

[05/07/2016 - 07:15:09PM] warning: Assigning None to a non-object variable named "::temp63"

stack:

    [sexLabQuestRegistry (090664FB)].sslvoiceslots.ForgetVoice() - "sslVoiceSlots.psc" Line 155

    [sexLabQuestFramework (09000D62)].sslSystemConfig.SetDefaults() - "sslSystemConfig.psc" Line 942

    [sexLabQuestFramework (09000D62)].sslSystemConfig.OnInit() - "sslSystemConfig.psc" Line 1342

[05/07/2016 - 07:15:09PM] error: Unbound native function "UnsetStringValue" called

[05/07/2016 - 07:15:09PM] warning: Assigning None to a non-object variable named "::temp63"

stack:

    [sexLabQuestRegistry (090664FB)].sslvoiceslots.ForgetVoice() - "sslVoiceSlots.psc" Line 156

    [sexLabQuestFramework (09000D62)].sslSystemConfig.SetDefaults() - "sslSystemConfig.psc" Line 942

    [sexLabQuestFramework (09000D62)].sslSystemConfig.OnInit() - "sslSystemConfig.psc" Line 1342

[05/07/2016 - 07:15:13PM] [DLC2_QF_DLC2_MQ04_02016E02 <DLC2Init (07016E02)>] DLC2Init quest START

[05/07/2016 - 07:15:13PM] DLC1: Starting DLC1 Initialization quest.

[05/07/2016 - 07:15:13PM] PATCH 1.9 QUEST HAS STARTED

[05/07/2016 - 07:15:13PM] PATCH 1.6 QUEST HAS STARTED

[05/07/2016 - 07:15:13PM] PATCH 1.5 QUEST HAS STARTED

[05/07/2016 - 07:15:15PM] [[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

[05/07/2016 - 07:15:15PM] Now checking: [Actor < (0001A66B)>]

[05/07/2016 - 07:15:15PM] Now checking: [Actor < (0001A6AC)>]

[05/07/2016 - 07:15:15PM] Now checking: [Actor < (00019A2D)>]

[05/07/2016 - 07:15:15PM] Now checking: [Actor < (00013484)>]

[05/07/2016 - 07:15:15PM] Now checking: [Actor < (0001C18F)>]

[05/07/2016 - 07:15:15PM] Now checking: [Actor < (000199B4)>]

[05/07/2016 - 07:15:15PM] Now checking: [Actor < (0001348B)>]

[05/07/2016 - 07:15:15PM] Now checking: [Actor < (00019E10)>]

[05/07/2016 - 07:15:15PM] Now checking: [Actor < (0001B08F)>]

[05/07/2016 - 07:15:15PM] Now checking: [Actor < (000198DB)>]

[05/07/2016 - 07:15:15PM] Now checking: [Actor < (000198A4)>]

[05/07/2016 - 07:15:15PM] Now checking: [Actor < (0001A6AE)>]

[05/07/2016 - 07:15:15PM] Now checking: [Actor < (000199D0)>]

[05/07/2016 - 07:15:15PM] Now checking: [Actor < (0001A636)>]

[05/07/2016 - 07:15:15PM] Now checking: None

[05/07/2016 - 07:15:16PM] FNIS aa started (init) nMods: 2 nSets: 17

[05/07/2016 - 07:15:16PM] FNIS aa GetAAprefixList mod: FNIS aa nMods: 2

[05/07/2016 - 07:15:16PM] FNIS aa GetAAsets mod: FNIS aa nSets: 17

[05/07/2016 - 07:15:16PM] FNIS aa GetAAsetList mod: FNIS aa nSets: 17

[05/07/2016 - 07:15:16PM] zbfExternal: Compatibility checking

[05/07/2016 - 07:15:16PM] zbfExternal: -------------------------------------------------------

[05/07/2016 - 07:15:16PM] zbfExternal:                    SexLab version: 16101

[05/07/2016 - 07:15:16PM] zbfExternal:                 SlaveTats version:

[05/07/2016 - 07:15:16PM] zbfExternal:                  RaceMenu version: 7

[05/07/2016 - 07:15:16PM] zbfExternal: Non SexLab Animation Pack version: 0

[05/07/2016 - 07:15:16PM] zbfExternal: -------------------------------------------------------

[05/07/2016 - 07:15:16PM] zbfExternal:                    SexLab support: TRUE

[05/07/2016 - 07:15:16PM] zbfExternal:                   Overlay support: False

[05/07/2016 - 07:15:16PM] zbfExternal:      Non SexLab Animation support: False

[05/07/2016 - 07:15:16PM] zbfExternal: -------------------------------------------------------

[05/07/2016 - 07:15:16PM] ERROR:  (000590F1): cannot fetch variable named FNISaa_maceqp of type int, returning 0.

stack:

    [ (000590F1)].defaultGhostScript.GetAnimationVariableInt() - "<native>" Line ?

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.GetAnimVar() - "XPMSEWeaponStyleScaleEffect.psc" Line 1654

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.SaveFNISData() - "XPMSEWeaponStyleScaleEffect.psc" Line 1660

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 960

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 365

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 206

[05/07/2016 - 07:15:16PM] ERROR:  (000E94CC): cannot fetch variable named FNISaa_2hmeqp of type int, returning 0.

stack:

    [ (000E94CC)].defaultGhostScript.GetAnimationVariableInt() - "<native>" Line ?

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.GetAnimVar() - "XPMSEWeaponStyleScaleEffect.psc" Line 1654

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.SaveFNISData() - "XPMSEWeaponStyleScaleEffect.psc" Line 1660

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 1010

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 365

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 206

[05/07/2016 - 07:15:16PM] ERROR:  (000590F0): cannot fetch variable named FNISaa_maceqp of type int, returning 0.

stack:

    [ (000590F0)].defaultGhostScript.GetAnimationVariableInt() - "<native>" Line ?

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.GetAnimVar() - "XPMSEWeaponStyleScaleEffect.psc" Line 1654

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.SaveFNISData() - "XPMSEWeaponStyleScaleEffect.psc" Line 1660

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 960

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 365

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 206

[05/07/2016 - 07:15:16PM] [DLC2_QF_DLC2_MQ04_02016E02 <DLC2Init (07016E02)>] DLC2Init quest DONE

[05/07/2016 - 07:15:16PM] ERROR:  (000590F1): cannot find variable named FNISaa_maceqp.

stack:

    [ (000590F1)].defaultGhostScript.SetAnimationVariableInt() - "<native>" Line ?

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 55

    <unknown self>.xpmselib.SetAA() - "XPMSELib.psc" Line 223

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.SetAA() - "XPMSEWeaponStyleScaleEffect.psc" Line 1585

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 965

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 365

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 206

[05/07/2016 - 07:15:16PM] ERROR:  (000590F0): cannot find variable named FNISaa_maceqp.

stack:

    [ (000590F0)].defaultGhostScript.SetAnimationVariableInt() - "<native>" Line ?

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 55

    <unknown self>.xpmselib.SetAA() - "XPMSELib.psc" Line 226

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.SetAA() - "XPMSEWeaponStyleScaleEffect.psc" Line 1585

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 963

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 365

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 206

[05/07/2016 - 07:15:16PM] ERROR:  (000590F1): cannot find variable named FNISaa_crc.

stack:

    [ (000590F1)].defaultGhostScript.SetAnimationVariableInt() - "<native>" Line ?

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 61

    <unknown self>.xpmselib.SetAA() - "XPMSELib.psc" Line 223

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.SetAA() - "XPMSEWeaponStyleScaleEffect.psc" Line 1585

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 965

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 365

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 206

[05/07/2016 - 07:15:16PM] ERROR:  (000E94CC): cannot find variable named FNISaa_2hmeqp.

stack:

    [ (000E94CC)].defaultGhostScript.SetAnimationVariableInt() - "<native>" Line ?

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 55

    <unknown self>.xpmselib.SetAA() - "XPMSELib.psc" Line 223

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.SetAA() - "XPMSEWeaponStyleScaleEffect.psc" Line 1585

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 1015

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 365

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 206

[05/07/2016 - 07:15:16PM] ERROR:  (000590F1): cannot find variable named FNISaa_maceqp_crc.

stack:

    [ (000590F1)].defaultGhostScript.SetAnimationVariableInt() - "<native>" Line ?

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 62

    <unknown self>.xpmselib.SetAA() - "XPMSELib.psc" Line 223

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.SetAA() - "XPMSEWeaponStyleScaleEffect.psc" Line 1585

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 965

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 365

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 206

[05/07/2016 - 07:15:16PM] ERROR:  (000590F0): cannot find variable named FNISaa_crc.

stack:

    [ (000590F0)].defaultGhostScript.SetAnimationVariableInt() - "<native>" Line ?

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 61

    <unknown self>.xpmselib.SetAA() - "XPMSELib.psc" Line 226

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.SetAA() - "XPMSEWeaponStyleScaleEffect.psc" Line 1585

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 963

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 365

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 206

[05/07/2016 - 07:15:16PM] ERROR:  (000E94CC): cannot find variable named FNISaa_crc.

stack:

    [ (000E94CC)].defaultGhostScript.SetAnimationVariableInt() - "<native>" Line ?

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 61

    <unknown self>.xpmselib.SetAA() - "XPMSELib.psc" Line 223

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.SetAA() - "XPMSEWeaponStyleScaleEffect.psc" Line 1585

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 1015

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 365

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 206

[05/07/2016 - 07:15:16PM] ERROR:  (000590F0): cannot find variable named FNISaa_maceqp_crc.

stack:

    [ (000590F0)].defaultGhostScript.SetAnimationVariableInt() - "<native>" Line ?

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 62

    <unknown self>.xpmselib.SetAA() - "XPMSELib.psc" Line 226

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.SetAA() - "XPMSEWeaponStyleScaleEffect.psc" Line 1585

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 963

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 365

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 206

[05/07/2016 - 07:15:16PM] ERROR:  (000E94CC): cannot find variable named FNISaa_2hmeqp_crc.

stack:

    [ (000E94CC)].defaultGhostScript.SetAnimationVariableInt() - "<native>" Line ?

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 62

    <unknown self>.xpmselib.SetAA() - "XPMSELib.psc" Line 223

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.SetAA() - "XPMSEWeaponStyleScaleEffect.psc" Line 1585

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 1015

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 365

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 206

[05/07/2016 - 07:15:16PM] ERROR:  (000E94CC): cannot fetch variable named FNISaa_sprint of type int, returning 0.

stack:

    [ (000E94CC)].defaultGhostScript.GetAnimationVariableInt() - "<native>" Line ?

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.GetAnimVar() - "XPMSEWeaponStyleScaleEffect.psc" Line 1654

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.SaveFNISData() - "XPMSEWeaponStyleScaleEffect.psc" Line 1660

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 1297

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 365

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 206

[05/07/2016 - 07:15:16PM] ERROR:  (000590F1): cannot fetch variable named FNISaa_sprint of type int, returning 0.

stack:

    [ (000590F1)].defaultGhostScript.GetAnimationVariableInt() - "<native>" Line ?

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.GetAnimVar() - "XPMSEWeaponStyleScaleEffect.psc" Line 1654

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.SaveFNISData() - "XPMSEWeaponStyleScaleEffect.psc" Line 1660

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 1297

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 365

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 206

[05/07/2016 - 07:15:16PM] ERROR:  (000590F0): cannot fetch variable named FNISaa_sprint of type int, returning 0.

stack:

    [ (000590F0)].defaultGhostScript.GetAnimationVariableInt() - "<native>" Line ?

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.GetAnimVar() - "XPMSEWeaponStyleScaleEffect.psc" Line 1654

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.SaveFNISData() - "XPMSEWeaponStyleScaleEffect.psc" Line 1660

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 1297

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 365

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 206

[05/07/2016 - 07:15:16PM] ERROR:  (000E94CC): cannot find variable named FNISaa_sprint.

stack:

    [ (000E94CC)].defaultGhostScript.SetAnimationVariableInt() - "<native>" Line ?

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 55

    <unknown self>.xpmselib.SetAA() - "XPMSELib.psc" Line 223

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.SetAA() - "XPMSEWeaponStyleScaleEffect.psc" Line 1585

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 1299

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 365

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 206

[05/07/2016 - 07:15:17PM] ERROR:  (000E94CC): cannot find variable named FNISaa_crc.

stack:

    [ (000E94CC)].defaultGhostScript.SetAnimationVariableInt() - "<native>" Line ?

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 61

    <unknown self>.xpmselib.SetAA() - "XPMSELib.psc" Line 223

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.SetAA() - "XPMSEWeaponStyleScaleEffect.psc" Line 1585

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 1299

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 365

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 206

[05/07/2016 - 07:15:17PM] ERROR:  (000E94CC): cannot find variable named FNISaa_sprint_crc.

stack:

    [ (000E94CC)].defaultGhostScript.SetAnimationVariableInt() - "<native>" Line ?

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 62

    <unknown self>.xpmselib.SetAA() - "XPMSELib.psc" Line 223

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.SetAA() - "XPMSEWeaponStyleScaleEffect.psc" Line 1585

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 1299

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 365

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 206

[05/07/2016 - 07:15:17PM] ERROR:  (000590F1): cannot find variable named FNISaa_sprint.

stack:

    [ (000590F1)].defaultGhostScript.SetAnimationVariableInt() - "<native>" Line ?

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 55

    <unknown self>.xpmselib.SetAA() - "XPMSELib.psc" Line 223

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.SetAA() - "XPMSEWeaponStyleScaleEffect.psc" Line 1585

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 1299

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 365

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 206

[05/07/2016 - 07:15:17PM] ERROR:  (000590F0): cannot find variable named FNISaa_sprint.

stack:

    [ (000590F0)].defaultGhostScript.SetAnimationVariableInt() - "<native>" Line ?

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 55

    <unknown self>.xpmselib.SetAA() - "XPMSELib.psc" Line 223

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.SetAA() - "XPMSEWeaponStyleScaleEffect.psc" Line 1585

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 1299

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 365

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 206

[05/07/2016 - 07:15:17PM] ERROR:  (000590F1): cannot find variable named FNISaa_crc.

stack:

    [ (000590F1)].defaultGhostScript.SetAnimationVariableInt() - "<native>" Line ?

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 61

    <unknown self>.xpmselib.SetAA() - "XPMSELib.psc" Line 223

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.SetAA() - "XPMSEWeaponStyleScaleEffect.psc" Line 1585

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 1299

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 365

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 206

[05/07/2016 - 07:15:17PM] ERROR:  (000590F0): cannot find variable named FNISaa_crc.

stack:

    [ (000590F0)].defaultGhostScript.SetAnimationVariableInt() - "<native>" Line ?

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 61

    <unknown self>.xpmselib.SetAA() - "XPMSELib.psc" Line 223

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.SetAA() - "XPMSEWeaponStyleScaleEffect.psc" Line 1585

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 1299

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 365

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 206

[05/07/2016 - 07:15:17PM] ERROR:  (000590F1): cannot find variable named FNISaa_sprint_crc.

stack:

    [ (000590F1)].defaultGhostScript.SetAnimationVariableInt() - "<native>" Line ?

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 62

    <unknown self>.xpmselib.SetAA() - "XPMSELib.psc" Line 223

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.SetAA() - "XPMSEWeaponStyleScaleEffect.psc" Line 1585

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 1299

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 365

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 206

[05/07/2016 - 07:15:17PM] ERROR:  (000590F0): cannot find variable named FNISaa_sprint_crc.

stack:

    [ (000590F0)].defaultGhostScript.SetAnimationVariableInt() - "<native>" Line ?

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 62

    <unknown self>.xpmselib.SetAA() - "XPMSELib.psc" Line 223

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.SetAA() - "XPMSEWeaponStyleScaleEffect.psc" Line 1585

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 1299

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 365

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 206

[05/07/2016 - 07:15:17PM] ERROR:  (000E94CC): cannot fetch variable named FNISaa_shout of type int, returning 0.

stack:

    [ (000E94CC)].defaultGhostScript.GetAnimationVariableInt() - "<native>" Line ?

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.GetAnimVar() - "XPMSEWeaponStyleScaleEffect.psc" Line 1654

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.SaveFNISData() - "XPMSEWeaponStyleScaleEffect.psc" Line 1660

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 1346

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 365

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 206

[05/07/2016 - 07:15:17PM] ERROR:  (000590F1): cannot fetch variable named FNISaa_shout of type int, returning 0.

stack:

    [ (000590F1)].defaultGhostScript.GetAnimationVariableInt() - "<native>" Line ?

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.GetAnimVar() - "XPMSEWeaponStyleScaleEffect.psc" Line 1654

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.SaveFNISData() - "XPMSEWeaponStyleScaleEffect.psc" Line 1660

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 1346

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 365

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 206

[05/07/2016 - 07:15:17PM] ERROR:  (000E94CC): cannot find variable named FNISaa_shout.

stack:

    [ (000E94CC)].defaultGhostScript.SetAnimationVariableInt() - "<native>" Line ?

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 55

    <unknown self>.xpmselib.SetAA() - "XPMSELib.psc" Line 223

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.SetAA() - "XPMSEWeaponStyleScaleEffect.psc" Line 1585

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 1348

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 365

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 206

[05/07/2016 - 07:15:17PM] ERROR:  (000E94CC): cannot find variable named FNISaa_crc.

stack:

    [ (000E94CC)].defaultGhostScript.SetAnimationVariableInt() - "<native>" Line ?

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 61

    <unknown self>.xpmselib.SetAA() - "XPMSELib.psc" Line 223

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.SetAA() - "XPMSEWeaponStyleScaleEffect.psc" Line 1585

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 1348

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 365

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 206

[05/07/2016 - 07:15:17PM] ERROR:  (000E94CC): cannot find variable named FNISaa_shout_crc.

stack:

    [ (000E94CC)].defaultGhostScript.SetAnimationVariableInt() - "<native>" Line ?

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 62

    <unknown self>.xpmselib.SetAA() - "XPMSELib.psc" Line 223

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.SetAA() - "XPMSEWeaponStyleScaleEffect.psc" Line 1585

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 1348

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 365

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?

    [Active effect 2 on  (000E94CC)].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 206

[05/07/2016 - 07:15:17PM] ERROR:  (000590F1): cannot find variable named FNISaa_shout.

stack:

    [ (000590F1)].defaultGhostScript.SetAnimationVariableInt() - "<native>" Line ?

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 55

    <unknown self>.xpmselib.SetAA() - "XPMSELib.psc" Line 223

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.SetAA() - "XPMSEWeaponStyleScaleEffect.psc" Line 1585

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 1348

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 365

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 206

[05/07/2016 - 07:15:17PM] ERROR:  (000590F1): cannot find variable named FNISaa_crc.

stack:

    [ (000590F1)].defaultGhostScript.SetAnimationVariableInt() - "<native>" Line ?

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 61

    <unknown self>.xpmselib.SetAA() - "XPMSELib.psc" Line 223

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.SetAA() - "XPMSEWeaponStyleScaleEffect.psc" Line 1585

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 1348

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 365

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 206

[05/07/2016 - 07:15:17PM] ERROR:  (000590F0): cannot fetch variable named FNISaa_shout of type int, returning 0.

stack:

    [ (000590F0)].defaultGhostScript.GetAnimationVariableInt() - "<native>" Line ?

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.GetAnimVar() - "XPMSEWeaponStyleScaleEffect.psc" Line 1654

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.SaveFNISData() - "XPMSEWeaponStyleScaleEffect.psc" Line 1660

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 1346

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 365

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 206

[05/07/2016 - 07:15:17PM] ERROR:  (000590F1): cannot find variable named FNISaa_shout_crc.

stack:

    [ (000590F1)].defaultGhostScript.SetAnimationVariableInt() - "<native>" Line ?

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 62

    <unknown self>.xpmselib.SetAA() - "XPMSELib.psc" Line 223

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.SetAA() - "XPMSEWeaponStyleScaleEffect.psc" Line 1585

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 1348

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 365

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?

    [Active effect 2 on  (000590F1)].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 206

[05/07/2016 - 07:15:17PM] ERROR:  (000590F0): cannot find variable named FNISaa_shout.

stack:

    [ (000590F0)].defaultGhostScript.SetAnimationVariableInt() - "<native>" Line ?

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 55

    <unknown self>.xpmselib.SetAA() - "XPMSELib.psc" Line 223

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.SetAA() - "XPMSEWeaponStyleScaleEffect.psc" Line 1585

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 1348

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 365

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 206

[05/07/2016 - 07:15:17PM] ERROR:  (000590F0): cannot find variable named FNISaa_crc.

stack:

    [ (000590F0)].defaultGhostScript.SetAnimationVariableInt() - "<native>" Line ?

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 61

    <unknown self>.xpmselib.SetAA() - "XPMSELib.psc" Line 223

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.SetAA() - "XPMSEWeaponStyleScaleEffect.psc" Line 1585

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 1348

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 365

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 206

[05/07/2016 - 07:15:17PM] ERROR:  (000590F0): cannot find variable named FNISaa_shout_crc.

stack:

    [ (000590F0)].defaultGhostScript.SetAnimationVariableInt() - "<native>" Line ?

    <unknown self>.fnis_aa.SetAnimGroup() - "FNIS_aa.psc" Line 62

    <unknown self>.xpmselib.SetAA() - "XPMSELib.psc" Line 223

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.SetAA() - "XPMSEWeaponStyleScaleEffect.psc" Line 1585

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 1348

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.onBeginState() - "XPMSEWeaponStyleScaleEffect.psc" Line 365

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.GotoState() - "ActiveMagicEffect.psc" Line ?

    [Active effect 2 on  (000590F0)].XPMSEWeaponStyleScaleEffect.OnEffectStart() - "XPMSEWeaponStyleScaleEffect.psc" Line 206

[05/07/2016 - 07:15:17PM] PATCH 1.4 QUEST HAS STARTED

[05/07/2016 - 07:15:18PM] SEXLAB -- Init [sslSystemConfig <SexLabQuestFramework (09000D62)>]

[05/07/2016 - 07:15:18PM] error: Unbound native function "PrintConsole" called

[05/07/2016 - 07:15:18PM] SEXLAB -- Init [sslactorlibrary <SexLabQuestFramework (09000D62)>]

[05/07/2016 - 07:15:18PM] SEXLAB -- Init [sslthreadlibrary <SexLabQuestFramework (09000D62)>]

[05/07/2016 - 07:15:18PM] SEXLAB -- Init [sslActorStats <SexLabQuestFramework (09000D62)>]

[05/07/2016 - 07:15:18PM] error: Unbound native function "FormListRemove" called

[05/07/2016 - 07:15:18PM] warning: Assigning None to a non-object variable named "::temp122"

stack:

    [sexLabQuestFramework (09000D62)].sslSystemConfig.reload() - "sslSystemConfig.psc" Line 710

    [sexLabQuestFramework (09000D62)].sslSystemConfig.SetDefaults() - "sslSystemConfig.psc" Line 922

    [sexLabQuestFramework (09000D62)].sslSystemConfig.OnInit() - "sslSystemConfig.psc" Line 1342

[05/07/2016 - 07:15:18PM] error: Unbound native function "FormListRemove" called

[05/07/2016 - 07:15:18PM] warning: Assigning None to a non-object variable named "::temp122"

stack:

    [sexLabQuestFramework (09000D62)].sslSystemConfig.reload() - "sslSystemConfig.psc" Line 711

    [sexLabQuestFramework (09000D62)].sslSystemConfig.SetDefaults() - "sslSystemConfig.psc" Line 922

    [sexLabQuestFramework (09000D62)].sslSystemConfig.OnInit() - "sslSystemConfig.psc" Line 1342

[05/07/2016 - 07:15:18PM] error: Unbound native function "FormListAdd" called

[05/07/2016 - 07:15:18PM] warning: Assigning None to a non-object variable named "::temp122"

stack:

    [sexLabQuestFramework (09000D62)].sslSystemConfig.reload() - "sslSystemConfig.psc" Line 713

    [sexLabQuestFramework (09000D62)].sslSystemConfig.SetDefaults() - "sslSystemConfig.psc" Line 922

    [sexLabQuestFramework (09000D62)].sslSystemConfig.OnInit() - "sslSystemConfig.psc" Line 1342

[05/07/2016 - 07:15:18PM] SEXLAB - NOTICE: [sexlabframework <SexLabQuestFramework (09000D62)>] - Loaded SexLabFramework

[05/07/2016 - 07:15:18PM] DLC1: DLC1 Initialization quest done.

[05/07/2016 - 07:15:18PM] SEXLAB -- Init [sslobjectfactory <SexLabQuestObjectFactory (09078818)>]

[05/07/2016 - 07:15:18PM] SEXLAB -- Init [sslBenchmark <SexLabDev (09072727)>]

[05/07/2016 - 07:15:18PM] SexLab MCM Loaded CurrentVerison: 0 / 16101

[05/07/2016 - 07:15:18PM] error: Unbound native function "PrintConsole" called

[05/07/2016 - 07:15:18PM] [sslConfigMenu <SexLabConfigurationMenu (09079840)>] INITIALIZED

[05/07/2016 - 07:15:20PM] error: Unbound native function "ClampInt" called

[05/07/2016 - 07:15:20PM] warning: Assigning None to a non-object variable named "::temp122"

stack:

    [sexLabQuestFramework (09000D62)].sslSystemConfig.reload() - "sslSystemConfig.psc" Line 733

    [sexLabQuestFramework (09000D62)].sslSystemConfig.SetDefaults() - "sslSystemConfig.psc" Line 922

    [sexLabQuestFramework (09000D62)].sslSystemConfig.OnInit() - "sslSystemConfig.psc" Line 1342

[05/07/2016 - 07:15:20PM] error: Unbound native function "UnsetStringValue" called

[05/07/2016 - 07:15:20PM] warning: Assigning None to a non-object variable named "::temp63"

stack:

    [sexLabQuestRegistry (090664FB)].sslvoiceslots.ForgetVoice() - "sslVoiceSlots.psc" Line 153

    [sexLabQuestFramework (09000D62)].sslSystemConfig.SetDefaults() - "sslSystemConfig.psc" Line 942

    [sexLabQuestFramework (09000D62)].sslSystemConfig.OnInit() - "sslSystemConfig.psc" Line 1342

[05/07/2016 - 07:15:20PM] error: Unbound native function "UnsetFormValue" called

[05/07/2016 - 07:15:20PM] warning: Assigning None to a non-object variable named "::temp63"

stack:

    [sexLabQuestRegistry (090664FB)].sslvoiceslots.ForgetVoice() - "sslVoiceSlots.psc" Line 155

    [sexLabQuestFramework (09000D62)].sslSystemConfig.SetDefaults() - "sslSystemConfig.psc" Line 942

    [sexLabQuestFramework (09000D62)].sslSystemConfig.OnInit() - "sslSystemConfig.psc" Line 1342

[05/07/2016 - 07:15:20PM] error: Unbound native function "UnsetStringValue" called

[05/07/2016 - 07:15:20PM] warning: Assigning None to a non-object variable named "::temp63"

stack:

    [sexLabQuestRegistry (090664FB)].sslvoiceslots.ForgetVoice() - "sslVoiceSlots.psc" Line 156

    [sexLabQuestFramework (09000D62)].sslSystemConfig.SetDefaults() - "sslSystemConfig.psc" Line 942

    [sexLabQuestFramework (09000D62)].sslSystemConfig.OnInit() - "sslSystemConfig.psc" Line 1342

[05/07/2016 - 07:15:20PM] zbfExternal: Compatibility checking

[05/07/2016 - 07:15:20PM] zbfExternal: -------------------------------------------------------

[05/07/2016 - 07:15:20PM] [zbfconfig <zbfConfig (0A00C243)>] INITIALIZED

[05/07/2016 - 07:15:20PM] zbfExternal:                    SexLab version: 16101

[05/07/2016 - 07:15:20PM] zbfExternal:                 SlaveTats version:

[05/07/2016 - 07:15:20PM] zbfExternal:                  RaceMenu version: 7

[05/07/2016 - 07:15:20PM] zbfExternal: Non SexLab Animation Pack version: 0

[05/07/2016 - 07:15:20PM] ZaZ Animation Pack OnVersionUpdate(610) vs 0

[05/07/2016 - 07:15:20PM] zbfExternal: -------------------------------------------------------

[05/07/2016 - 07:15:20PM] zbfExternal:                    SexLab support: TRUE

[05/07/2016 - 07:15:20PM] ZaZ Animation Pack: OnBeginState (updating)

[05/07/2016 - 07:15:20PM] zbfExternal:                   Overlay support: False

[05/07/2016 - 07:15:20PM] zbfExternal:      Non SexLab Animation support: False

[05/07/2016 - 07:15:20PM] zbfExternal: -------------------------------------------------------

[05/07/2016 - 07:15:20PM] error: Unbound native function "GetVersion" called

[05/07/2016 - 07:15:20PM] warning: Assigning None to a non-object variable named "::temp106"

stack:

    [dcc_sgo_QuestController (0B000D62)].dcc_sgo_questcontroller.IsPapyrusUtilInstalled() - "dcc_sgo_QuestController.psc" Line 1044

    [dcc_sgo_QuestController (0B000D62)].dcc_sgo_questcontroller.ResetMod_Prepare() - "dcc_sgo_QuestController.psc" Line 488

    [dcc_sgo_QuestController (0B000D62)].dcc_sgo_questcontroller.OnInit() - "dcc_sgo_QuestController.psc" Line 1066

[05/07/2016 - 07:15:20PM] zbfconfig (OnUpdateEvent): ZaZ Animation Pack: Version from 0 to 610

[05/07/2016 - 07:15:20PM] zbfconfig (OnUpdateEvent): ZaZ Animation Pack: Update proceeding

[05/07/2016 - 07:15:20PM] zbfconfig (OnUpdateEvent): ZaZ Animation Pack: Script version 610

[05/07/2016 - 07:15:23PM] zbfconfig (OnUpdateEvent): ZaZ Animation Pack quest running (zbf) - TRUE

[05/07/2016 - 07:15:23PM] InitWidgetLoader()

[05/07/2016 - 07:15:23PM] zbfconfig (OnUpdateEvent): ZaZ Animation Pack quest running (zbfSexLab) - TRUE

[05/07/2016 - 07:15:23PM] zbfconfig (OnUpdateEvent): ZaZ Animation Pack quest running (zbfConfig) - TRUE

[05/07/2016 - 07:15:23PM] zbfconfig (OnUpdateEvent): ZaZ Animation Pack quest running (zbfSlaveControl) - TRUE

[05/07/2016 - 07:15:23PM] zbfconfig (OnUpdateEvent): ZaZ Animation Pack quest running (zbfSlaveActions) - TRUE

[05/07/2016 - 07:15:23PM] zbfconfig (OnUpdateEvent): ZaZ Animation Pack quest running (zbfSlaveLeash) - TRUE

[05/07/2016 - 07:15:23PM] zbfconfig (OnUpdateEvent): ZaZ Animation Pack quest running (zbfDialogue) - TRUE

[05/07/2016 - 07:15:23PM] zbfconfig (OnUpdateEvent): ZaZ Animation Pack quest running (zbfDialogueTest) - TRUE

[05/07/2016 - 07:15:23PM] zbfconfig (OnUpdateEvent): ZaZ Animation Pack quest running (zbfExternal) - TRUE

[05/07/2016 - 07:15:23PM] ERROR: Static function ResizeStringArray not found on object utility. Aborting call and returning None

stack:

    [alias SexLabVoiceSlot001 on quest zbfSexLab (0A00CD14)].sslBaseObject.Save() - "sslBaseObject.psc" Line 168

    [alias SexLabVoiceSlot001 on quest zbfSexLab (0A00CD14)].sslBaseVoice.Save() - "sslBaseVoice.psc" Line 140

    [zbfSexLab (0A00CD14)].zbfsexlab.FinalizeVoiceDefaults() - "zbfSexLab.psc" Line 1781

    [zbfSexLab (0A00CD14)].zbfsexlab.DefineFemaleGagVoice01() - "zbfSexLab.psc" Line 1792

    [zbfSexLab (0A00CD14)].zbfsexlab.RebuildVoices() - "zbfSexLab.psc" Line 1376

    [zbfSexLab (0A00CD14)].zbfsexlab.InitializeModule() - "zbfSexLab.psc" Line 1210

    [zbfConfig (0A00C243)].zbfconfig.OnUpdateEvent() - "zbfConfig.psc" Line 373

    [zbfConfig (0A00C243)].zbfconfig.InternalOnUpdateEvent() - "zbfConfigBase.psc" Line 113

[05/07/2016 - 07:15:23PM] error: Unbound native function "PushString" called

[05/07/2016 - 07:15:23PM] SEXLAB - Voices[-1] ZapFemale Gagged - Female Gagged

[05/07/2016 - 07:15:23PM] ERROR: Static function ResizeStringArray not found on object utility. Aborting call and returning None

stack:

    [alias SexLabVoiceSlot002 on quest zbfSexLab (0A00CD14)].sslBaseObject.Save() - "sslBaseObject.psc" Line 168

    [alias SexLabVoiceSlot002 on quest zbfSexLab (0A00CD14)].sslBaseVoice.Save() - "sslBaseVoice.psc" Line 140

    [zbfSexLab (0A00CD14)].zbfsexlab.FinalizeVoiceDefaults() - "zbfSexLab.psc" Line 1781

    [zbfSexLab (0A00CD14)].zbfsexlab.DefineMaleGagVoice01() - "zbfSexLab.psc" Line 1803

    [zbfSexLab (0A00CD14)].zbfsexlab.RebuildVoices() - "zbfSexLab.psc" Line 1377

    [zbfSexLab (0A00CD14)].zbfsexlab.InitializeModule() - "zbfSexLab.psc" Line 1210

    [zbfConfig (0A00C243)].zbfconfig.OnUpdateEvent() - "zbfConfig.psc" Line 373

    [zbfConfig (0A00C243)].zbfconfig.InternalOnUpdateEvent() - "zbfConfigBase.psc" Line 113

[05/07/2016 - 07:15:23PM] error: Unbound native function "PushString" called

[05/07/2016 - 07:15:23PM] SEXLAB - Voices[-1] ZapMale Gagged - Male Gagged

[05/07/2016 - 07:15:23PM] ERROR: Static function ResizeStringArray not found on object utility. Aborting call and returning None

stack:

    [alias SexLabExpressionSlot001 on quest zbfSexLab (0A00CD14)].sslBaseObject.Save() - "sslBaseObject.psc" Line 168

    [alias SexLabExpressionSlot001 on quest zbfSexLab (0A00CD14)].sslBaseExpression.Save() - "sslBaseExpression.psc" Line 428

    [zbfSexLab (0A00CD14)].zbfsexlab.FinalizeExpressionDefaults() - "zbfSexLab.psc" Line 1816

    [zbfSexLab (0A00CD14)].zbfsexlab.DefineGagExpressionAfraid() - "zbfSexLab.psc" Line 1888

    [zbfSexLab (0A00CD14)].zbfsexlab.RebuildExpressions() - "zbfSexLab.psc" Line 1381

    [zbfSexLab (0A00CD14)].zbfsexlab.InitializeModule() - "zbfSexLab.psc" Line 1211

    [zbfConfig (0A00C243)].zbfconfig.OnUpdateEvent() - "zbfConfig.psc" Line 373

    [zbfConfig (0A00C243)].zbfconfig.InternalOnUpdateEvent() - "zbfConfigBase.psc" Line 113

[05/07/2016 - 07:15:23PM] SEXLAB - Expressions[-1] ZapAfraid Gagged - Afraid Gagged

[05/07/2016 - 07:15:23PM] ERROR: Static function ResizeStringArray not found on object utility. Aborting call and returning None

stack:

    [alias SexLabExpressionSlot002 on quest zbfSexLab (0A00CD14)].sslBaseObject.Save() - "sslBaseObject.psc" Line 168

    [alias SexLabExpressionSlot002 on quest zbfSexLab (0A00CD14)].sslBaseExpression.Save() - "sslBaseExpression.psc" Line 428

    [zbfSexLab (0A00CD14)].zbfsexlab.FinalizeExpressionDefaults() - "zbfSexLab.psc" Line 1816

    [zbfSexLab (0A00CD14)].zbfsexlab.DefineGagExpressionShy() - "zbfSexLab.psc" Line 1927

    [zbfSexLab (0A00CD14)].zbfsexlab.RebuildExpressions() - "zbfSexLab.psc" Line 1382

    [zbfSexLab (0A00CD14)].zbfsexlab.InitializeModule() - "zbfSexLab.psc" Line 1211

    [zbfConfig (0A00C243)].zbfconfig.OnUpdateEvent() - "zbfConfig.psc" Line 373

    [zbfConfig (0A00C243)].zbfconfig.InternalOnUpdateEvent() - "zbfConfigBase.psc" Line 113

[05/07/2016 - 07:15:23PM] SEXLAB - Expressions[-1] ZapShy Gagged - Shy Gagged

[05/07/2016 - 07:15:23PM] ERROR: Static function ResizeStringArray not found on object utility. Aborting call and returning None

stack:

    [alias SexLabExpressionSlot003 on quest zbfSexLab (0A00CD14)].sslBaseObject.Save() - "sslBaseObject.psc" Line 168

    [alias SexLabExpressionSlot003 on quest zbfSexLab (0A00CD14)].sslBaseExpression.Save() - "sslBaseExpression.psc" Line 428

    [zbfSexLab (0A00CD14)].zbfsexlab.FinalizeExpressionDefaults() - "zbfSexLab.psc" Line 1816

    [zbfSexLab (0A00CD14)].zbfsexlab.DefineGagExpressionHappy() - "zbfSexLab.psc" Line 1966

    [zbfSexLab (0A00CD14)].zbfsexlab.RebuildExpressions() - "zbfSexLab.psc" Line 1383

    [zbfSexLab (0A00CD14)].zbfsexlab.InitializeModule() - "zbfSexLab.psc" Line 1211

    [zbfConfig (0A00C243)].zbfconfig.OnUpdateEvent() - "zbfConfig.psc" Line 373

    [zbfConfig (0A00C243)].zbfconfig.InternalOnUpdateEvent() - "zbfConfigBase.psc" Line 113

[05/07/2016 - 07:15:23PM] SEXLAB - Expressions[-1] ZapHappy Gagged - Happy Gagged

[05/07/2016 - 07:15:23PM] ERROR: Static function ResizeStringArray not found on object utility. Aborting call and returning None

stack:

    [alias SexLabExpressionSlot004 on quest zbfSexLab (0A00CD14)].sslBaseObject.Save() - "sslBaseObject.psc" Line 168

    [alias SexLabExpressionSlot004 on quest zbfSexLab (0A00CD14)].sslBaseExpression.Save() - "sslBaseExpression.psc" Line 428

    [zbfSexLab (0A00CD14)].zbfsexlab.FinalizeExpressionDefaults() - "zbfSexLab.psc" Line 1816

    [zbfSexLab (0A00CD14)].zbfsexlab.DefineGagExpressionSad() - "zbfSexLab.psc" Line 2028

    [zbfSexLab (0A00CD14)].zbfsexlab.RebuildExpressions() - "zbfSexLab.psc" Line 1384

    [zbfSexLab (0A00CD14)].zbfsexlab.InitializeModule() - "zbfSexLab.psc" Line 1211

    [zbfConfig (0A00C243)].zbfconfig.OnUpdateEvent() - "zbfConfig.psc" Line 373

    [zbfConfig (0A00C243)].zbfconfig.InternalOnUpdateEvent() - "zbfConfigBase.psc" Line 113

[05/07/2016 - 07:15:23PM] SEXLAB - Expressions[-1] ZapSad Gagged - Sad Gagged

[05/07/2016 - 07:15:23PM] ERROR: Static function ResizeStringArray not found on object utility. Aborting call and returning None

stack:

    [alias SexLabExpressionSlot005 on quest zbfSexLab (0A00CD14)].sslBaseObject.Save() - "sslBaseObject.psc" Line 168

    [alias SexLabExpressionSlot005 on quest zbfSexLab (0A00CD14)].sslBaseExpression.Save() - "sslBaseExpression.psc" Line 428

    [zbfSexLab (0A00CD14)].zbfsexlab.FinalizeExpressionDefaults() - "zbfSexLab.psc" Line 1816

    [zbfSexLab (0A00CD14)].zbfsexlab.DefineGagExpressionAngry() - "zbfSexLab.psc" Line 2067

    [zbfSexLab (0A00CD14)].zbfsexlab.RebuildExpressions() - "zbfSexLab.psc" Line 1385

    [zbfSexLab (0A00CD14)].zbfsexlab.InitializeModule() - "zbfSexLab.psc" Line 1211

    [zbfConfig (0A00C243)].zbfconfig.OnUpdateEvent() - "zbfConfig.psc" Line 373

    [zbfConfig (0A00C243)].zbfconfig.InternalOnUpdateEvent() - "zbfConfigBase.psc" Line 113

[05/07/2016 - 07:15:23PM] SEXLAB - Expressions[-1] ZapAngry Gagged - Angry Gagged

[05/07/2016 - 07:15:23PM] ERROR:  (00000014): cannot fetch variable named FNISaa_sprint of type int, returning 0.

stack:

    [ (00000014)].Actor.GetAnimationVariableInt() - "<native>" Line ?

    [Active effect 1 on  (00000014)].XPMSEWeaponStyleScaleEffect.GetAnimVar() - "XPMSEWeaponStyleScaleEffect.psc" Line 1654

    [Active effect 1 on  (00000014)].XPMSEWeaponStyleScaleEffect.SaveFNISData() - "XPMSEWeaponStyleScaleEffect.psc" Line 1660

    [Active effect 1 on  (00000014)].XPMSEWeaponStyleScaleEffect.Restyle() - "XPMSEWeaponStyleScaleEffect.psc" Line 1297

    [Active effect 1 on  (00000014)].XPMSEWeaponStyleScaleEffect.OnPlayerCameraState() - "XPMSEWeaponStyleScaleEffect.psc" Line ?

[05/07/2016 - 07:15:23PM] zbfconfig (OnUpdateEvent): ZaZ Animation Pack finished updating.

[05/07/2016 - 07:15:23PM] ZaZ Animation Pack: OnEndState (updating)

[05/07/2016 - 07:15:25PM] VM is freezing...

[05/07/2016 - 07:15:25PM] VM is frozen

[05/07/2016 - 07:15:25PM] Saving game...

[05/07/2016 - 07:15:26PM] VM is thawing...

[05/07/2016 - 07:15:30PM] VM is freezing...

[05/07/2016 - 07:15:30PM] VM is frozen

 

 

 

Posted

 

filled/empty status on insert menu, counts on insert menu. oh, and bulk inserting?

:D

 

I actually came on over to suggest a few things, bulk inserting being one of those. Also I see that this has been updated a few times... is it safe to update to 306 if Im using 302? >.> A lot of the new features looks nice.

 

Anyway... since its been updated so many times and I have no idea if someone else suggested it before or not, I had one other suggestion. Can you make it so Soulgem Oven is compatible/interacts with Devious Devices? Specificially, I was wondering if Milking could be blocked if wearing a chastity bra, or if being full when bra'd would maybe cause some penalty. The same could be said with inserting or birthing gems when wearing a chastity belt. It could simply grey out the options when wearing a belt or bra.

 

I understand this isnt really related to the devious devices line of mods, but its one of my favorite mods I like to use in conjunction with them and it doesnt hurt to ask right? I dont think it would be hard to add something like that in, or maybe as a patch? Some of the pictures showcasing the mod even include restraints so...

 

Lastly in the features it mentions being able to make custom milks for custom races... but so far I havent seen anything about how to do it. Any help? Maybe I missed something obvious or my version is too old but didnt see anything in the MCM either.

I guess you're kinda busy or something then... so might have missed my message. But the main part I was wondering was is it safe to update from 302 to 306 or does that need a new save game...? Anyway, hope my suggestions didn't annoy ya.

 

Im just going to try updating and see if anything explodes...

Posted

 

I guess you're kinda busy or something then... so might have missed my message. But the main part I was wondering was is it safe to update from 302 to 306 or does that need a new save game...? Anyway, hope my suggestions didn't annoy ya.

 

Im just going to try updating and see if anything explodes...

 

 

updating within the 300's should be fine. if i ever broke something that hard it would be sgo 4 with 400's

 

 

I was wondering if there is an option not too have the breast grow ?? but only the belly part ??

 

the spell SGO | Main Menu > Actor Options

 

 

[05/07/2016 - 07:15:09PM] warning: Assigning None to a non-object variable named "::temp106"

stack:

    [dcc_sgo_QuestController (0B000D62)].dcc_sgo_questcontroller.IsPapyrusUtilInstalled() - "dcc_sgo_QuestController.psc" Line 1044

    [dcc_sgo_QuestController (0B000D62)].dcc_sgo_questcontroller.ResetMod_Prepare() - "dcc_sgo_QuestController.psc" Line 488

    [dcc_sgo_QuestController (0B000D62)].dcc_sgo_questcontroller.OnInit() - "dcc_sgo_QuestController.psc" Line 1066

[05/07/2016 - 07:15:09PM] error: Unbound native function "GetVersion" called

 

this suggests that for some reason, papyrus util is just not being loaded. is your skse up to date? 1.7.3.

 

also, that's a metric shitload of xpmse errors.

 

how about your Documents\My Games\Skyrim\SKSE\skse.log

Posted

 

 

I guess you're kinda busy or something then... so might have missed my message. But the main part I was wondering was is it safe to update from 302 to 306 or does that need a new save game...? Anyway, hope my suggestions didn't annoy ya.

 

Im just going to try updating and see if anything explodes...

 

 

updating within the 300's should be fine. if i ever broke something that hard it would be sgo 4 with 400's

Thanks! Indeed it seems to work fine. At least no obvious errors... >.>

 

So... any chances to have any interaction with Devious Devices, like chastity bra's and belts? :)

 

And uh, how exactly do we get custom milks for custom races? Im playing a succubus and had some ideas for what the milk could do, just no idea how to do it...

Posted

 

 

 

I guess you're kinda busy or something then... so might have missed my message. But the main part I was wondering was is it safe to update from 302 to 306 or does that need a new save game...? Anyway, hope my suggestions didn't annoy ya.

 

Im just going to try updating and see if anything explodes...

 

 

updating within the 300's should be fine. if i ever broke something that hard it would be sgo 4 with 400's

Thanks! Indeed it seems to work fine. At least no obvious errors... >.>

 

So... any chances to have any interaction with Devious Devices, like chastity bra's and belts? :)

 

And uh, how exactly do we get custom milks for custom races? Im playing a succubus and had some ideas for what the milk could do, just no idea how to do it...

 

 

got a link for the succubus race? there are a few i've never used a custom race. but i know succubus comes up enough i meant to use that one as a demo of how to do it. so i might as well, you know, do it.

 

i think i can do dd.

Posted

 

got a link for the succubus race? there are a few i've never used a custom race. but i know succubus comes up enough i meant to use that one as a demo of how to do it. so i might as well, you know, do it.

Sure the succubus race is here. http://www.nexusmods.com/skyrim/mods/22903/?

 

But I was still wondering how to make custom milks for in the mean time. Is there any documentation you made already about it? It said in the features that it is possible to do custom milks... just I must have missed 'how'...

 

 i think i can do dd.

*gets giddy with anticipation and bounces*

Posted

 

I was wondering if there is an option not too have the breast grow ?? but only the belly part ??

 

Look at the MCM options.

 

 

 

For SGO3 the option for disabling breast growth is in the UI spell thing not the MCM menu.

 

Posted

 

 

I was wondering if there is an option not too have the breast grow ?? but only the belly part ??

 

Look at the MCM options.

 

 

 

For SGO3 the option for disabling breast growth is in the UI spell thing not the MCM menu.

 

 

 

So you can't do it by using the Body Scale options in the MCM to turn down breast max?

 

Posted

Thanks for the update dark, convenience features like that are much appreciated, too!

 

 

 

 

So you can't do it by using the Body Scale options in the MCM to turn down breast max?

 

I suppose setting max size to 1.0 would make the growth not visible.

Posted

 

 

I guess you're kinda busy or something then... so might have missed my message. But the main part I was wondering was is it safe to update from 302 to 306 or does that need a new save game...? Anyway, hope my suggestions didn't annoy ya.

 

Im just going to try updating and see if anything explodes...

 

 

updating within the 300's should be fine. if i ever broke something that hard it would be sgo 4 with 400's

 

 

I was wondering if there is an option not too have the breast grow ?? but only the belly part ??

 

the spell SGO | Main Menu > Actor Options

 

 

[05/07/2016 - 07:15:09PM] warning: Assigning None to a non-object variable named "::temp106"

stack:

    [dcc_sgo_QuestController (0B000D62)].dcc_sgo_questcontroller.IsPapyrusUtilInstalled() - "dcc_sgo_QuestController.psc" Line 1044

    [dcc_sgo_QuestController (0B000D62)].dcc_sgo_questcontroller.ResetMod_Prepare() - "dcc_sgo_QuestController.psc" Line 488

    [dcc_sgo_QuestController (0B000D62)].dcc_sgo_questcontroller.OnInit() - "dcc_sgo_QuestController.psc" Line 1066

[05/07/2016 - 07:15:09PM] error: Unbound native function "GetVersion" called

 

this suggests that for some reason, papyrus util is just not being loaded. is your skse up to date? 1.7.3.

 

also, that's a metric shitload of xpmse errors.

 

how about your Documents\My Games\Skyrim\SKSE\skse.log

 

I thought i had 1.7.3 but apparently its still 1.7.2 . Never would have thought of that well thank you^^ If it still doesnt work after updating Ill message you again. Thanks again

Posted

From the descriptions it looks that this mod is intended for female PC, am i correct?

Would this mod work if i play a male PC that has sex with followers / random NPCs?

Posted

From the descriptions it looks that this mod is intended for female PC, am i correct?

Would this mod work if i play a male PC that has sex with followers / random NPCs?

 

Yes, you can use your followers as SoulGem Ovens, in fact, there's integration with other npc because if you play Female you cant collect semen (Wank it dry) at least in my game even with futa/shemale (I'vent tried to change my char sex on sexlab) character I haven't been able to do it so, you can use the main menu (like a power) on the npc to:

 

-Insert Gems (female)

-Milk it (pregnant females)

-Wank it (Male character and male npc)

 

Lets say you want Lydia to be your portable-fucking oven, you can do it, go for it!

Posted

 

From the descriptions it looks that this mod is intended for female PC, am i correct?

Would this mod work if i play a male PC that has sex with followers / random NPCs?

 

Yes, you can use your followers as SoulGem Ovens, in fact, there's integration with other npc because if you play Female you cant collect semen (Wank it dry) at least in my game even with futa/shemale (I'vent tried to change my char sex on sexlab) character I haven't been able to do it so, you can use the main menu (like a power) on the npc to:

 

-Insert Gems (female)

-Milk it (pregnant females)

-Wank it (Male character and male npc)

 

Lets say you want Lydia to be your portable-fucking oven, you can do it, go for it!

 

 

Ty for your answer

 

Ok, and by followers you means an actual actor following you or just follower actors that are sandboxing in inns, homes, etc. To explain my self better: Do i need to have lydia (or other follower/s) following me around to use her/them or i could tell her/them to go home and use her/them whenever i am in the neighbourhood?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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