Jump to content

How to solve compile problems after latest CK update from Steam


Guest

Recommended Posts

Hello,

 

after the last update of Skyrim and Creation Kit you may have errors when you try to compile your scripts.

 

Example messages are:

  • DEFAULT: BSString::Set(): Could not allocate full amount of memory asked for with aiMaxLen
  • Unable to find flags file: TESV_Papyrus_Flags.flg
  • RegisterForModEvents is not a function in SKI_ConfigBase.psc

 

To solve these errors you can do these simple actions:

  1. Be sure Steam will complete the update of the Creation Kit
  2. Go in your Data folder of Skyrim and unpack the whole "Scripts.rar" file you will find. Be sure you place the files *.psc in the Data\Scripts\Source\ folder. You might don't want to overwrite files.
  3. Download and install SKSE again. http://skse.silverlock.org/
  4. You may want also to download the 7zip version of SKSE, manually extract the Data\Scripts and Data\Scripts\Source and overwrite everything is in the standard Data\Scripts folder of Skyrim. Remember to overwrite the standard files with SKSE ones. This is really important.
  5. You may want also to go in the Skyrim main folder and edit the SkyrimEditor.ini file. You will find that the line bAllowMultipleMasterLoads=1 is gone (and you want it back.)

Now you should be able again to launch the CK and compile your scripts.

 

I hope this post will help somebody to avoid to lose time understanding why something that "yesterday was working fine" now it is no more working "and I did not do anything!!!"

 

 

Link to comment

Not sure @bahow. The only thing I saw is that the scripts are now in a rar file.

Probably they had a good reason to do this.

 

But because the sources are no more available the CK was no more able to compile.

Link to comment

Not sure @bahow. The only thing I saw is that the scripts are now in a rar file.

Probably they had a good reason to do this.

 

But because the sources are no more available the CK was no more able to compile.

 

There cannot be a good reason to do this as long as the Papyrus compiler demands source files instead of compiled files.  It is the kind of thing done by someone who doesn't understand how the thing works and who doesn't have to fix anything because they are no making any changes to the game any more.

 

Bethesda has worked out some sort of agreement with Steam to do a "Curated Workshop" for Skyrim which necessitated a modification to the Creation Kit and as a result we got this bastardized copy of some junior developer's idea of a cleaned up Skyrim.

Link to comment

Not sure I get your point @WaxenFigure.

 

Putting the scripts in a single file (a rar file? why not a bsa?) it is ok to avoid to overwrite scripts that are updated when the game updates.

 

For modders is enough to understand how to continue to do modding.

And for this is enough to just unzip (unrar) the archive.

 

But I am not a politician nor a philosopher.

 

I apologize if I am doing something wrong.

Link to comment

1. I found this one some days back, could not compile.  I tend never to allow steam to go online, as I have had there forced updates to crush my games on more than one occasion.

 

 Anyway I decide to log onto steam, and after wards I could not compile many things I had been working on. I found the .rar with the help of some obscure web thread, and extracted only the scripts part of that .rar file located in your data folder.

 

  Then as you said I had to re install SKSE, because Steam had messed that up again.

 

QUESTION:: What I was wanting to know is if i should extract the DialogueViews as well, I realized this came from steam, and that always throws red flags up, so I have installed only what I felt had to be installed so far, and did not install the DialogueViews part of the .RAR

 

2.  Looks to me like Steam has effectively reduced the number of people that might consider trying to learn how to Mod in skyrim by doing this. A way I guess to reduce there bandwidth problems maybe, or just limit the possibilities for some. I wonder?

 

  It does not seem to be something even a novice programer would miss. Separation of a very important part or need of the CK to and Obscure, and un documented location, with out even considering to tell people.

Link to comment

Hello @galgat, I did not put the DialogueViews back. I am actually not sure about what they are.

I do dialogues (very often new ones) and I did not have any problem without the "Dialogue Views", I am also able to update vanilla dialogues, still without "Dialogue Views".

 

I agree 95% on your statement: making life of modders more complex.

The 5% is: it is just another thing to learn.

 

Let's publicize the solution (maybe some contributor/administraotr can make a more visible post) so newbies may know how to do it.

 

Link to comment

Yes It need some more publication some where, I am sure many like You, and I scoured the I-net looking for solutions to this, and some very new to modding, may be totally perplexed.

 

When I think of steam, I think of this quote

 

According to Ronald Reagan
"The nine most terrifying words in the English language are: 'I'm from the government and I'm here to help.'"

Thats sort of how I feel about steam :)

Link to comment

Please post a better description of your compile errors, @Thorn23.

Like a copy/paste of the code you try to compile and the error messages.

 

I will try to understand what it is not working.

 

 

Link to comment
  • 4 weeks later...
  • 4 weeks later...

After unpacking scripts.rar i get these errors from CK : 

 

 

Starting 1 compile threads for 1 files...
Compiling "sslAnimationDefaults"...
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(344,12): variable StringUtil is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(344,23): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(344,5): type mismatch while assigning to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(350,11): variable StringUtil is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(350,22): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(350,5): type mismatch while assigning to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(354,9): variable StringUtil is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(354,20): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(354,2): type mismatch while assigning to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(359,16): variable StringUtil is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(359,27): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(359,5): type mismatch while assigning to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(361,8): variable StringUtil is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(361,19): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(361,1): type mismatch while assigning to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(363,19): variable StringUtil is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(363,30): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(365,9): variable StringUtil is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(365,20): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(365,2): type mismatch while assigning to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(388,4): variable StringUtil is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(388,15): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(388,34): cannot compare a none to a string (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(389,9): variable StringUtil is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(389,20): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(395,9): variable StringUtil is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(395,20): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(395,5): type mismatch while assigning to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(399,9): variable StringUtil is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(399,35): variable StringUtil is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(399,46): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(399,20): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(401,16): variable StringUtil is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(401,27): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(402,16): variable StringUtil is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(402,47): variable StringUtil is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(402,58): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(402,45): cannot add a int to a none (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslUtility.psc(402,27): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseVoice.psc(20,30): GetCameraState is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseVoice.psc(20,30): cannot call the member function GetCameraState alone or on a type, must call it on a variable
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseVoice.psc(20,47): cannot compare a none to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(80,10): SetExpressionPhoneme is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(85,10): SetExpressionPhoneme is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(93,10): ResetExpressionOverrides is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(101,11): SetExpressionPhoneme is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(109,11): SetExpressionModifier is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(119,11): SetExpressionPhoneme is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseExpression.psc(126,11): SetExpressionModifier is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadLibrary.psc(279,11): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadLibrary.psc(279,20): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadLibrary.psc(279,5): type mismatch while assigning to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadLibrary.psc(280,1): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadLibrary.psc(280,10): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadLibrary.psc(281,1): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadLibrary.psc(281,10): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadLibrary.psc(282,1): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadLibrary.psc(282,10): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(51,8): GetQuest is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(51,8): cannot call the member function GetQuest alone or on a type, must call it on a variable
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(51,40): cannot cast a none to a sslcreatureanimationdefaults, types are incompatible
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(53,1): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(53,15): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(53,24): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(53,10): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorStats.psc(165,4): variable StringUtil is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorStats.psc(165,15): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorStats.psc(165,30): cannot compare a none to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorStats.psc(308,295): GetName is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorStats.psc(782,55): GetName is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorStats.psc(807,56): GetName is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorStats.psc(843,57): GetName is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(101,22): GetName is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(109,22): GetVoiceType is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(157,23): GetName is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(94,31): GetAliasByName is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(94,57): cannot cast a none to a sslbasevoice, types are incompatible
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(119,61): GetName is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(208,22): GetNthAlias is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(208,38): cannot cast a none to a sslbasevoice, types are incompatible
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(118,17): GetNthAlias is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(118,32): cannot cast a none to a sslbaseanimation, types are incompatible
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(275,13): GetNthAlias is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(275,28): cannot cast a none to a sslbasevoice, types are incompatible
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(425,18): GetNthAlias is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(425,33): cannot cast a none to a sslbaseexpression, types are incompatible
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslExpressionSlots.psc(122,27): GetNthAlias is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslExpressionSlots.psc(122,43): cannot cast a none to a sslbaseexpression, types are incompatible
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslExpressionSlots.psc(150,8): GetQuest is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslExpressionSlots.psc(150,8): cannot call the member function GetQuest alone or on a type, must call it on a variable
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslExpressionSlots.psc(150,40): cannot cast a none to a sslexpressiondefaults, types are incompatible
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslExpressionFactory.psc(29,33): GetNthAlias is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslExpressionFactory.psc(29,49): cannot cast a none to a sslbaseexpression, types are incompatible
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslExpressionFactory.psc(36,2): RegisterForModEvent is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslExpressionFactory.psc(37,15): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslExpressionFactory.psc(37,24): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslExpressionFactory.psc(37,6): type mismatch while assigning to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslExpressionFactory.psc(38,2): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslExpressionFactory.psc(38,11): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslExpressionFactory.psc(39,2): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslExpressionFactory.psc(39,11): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslExpressionFactory.psc(46,1): UnregisterForModEvent is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslExpressionSlots.psc(152,1): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslExpressionSlots.psc(152,15): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslExpressionSlots.psc(152,24): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslExpressionSlots.psc(152,10): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(536,15): RegisterForModEvent is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(539,16): RegisterForModEvent is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(541,9): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(541,18): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(541,5): type mismatch while assigning to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(542,1): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(542,10): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(543,1): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(543,10): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(546,15): UnregisterForModEvent is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslObjectFactory.psc(549,16): UnregisterForModEvent is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(230,32): GetQuest is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(230,32): cannot call the member function GetQuest alone or on a type, must call it on a variable
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(230,65): cannot cast a none to a sexlabframework, types are incompatible
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(241,8): GetQuest is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(241,8): cannot call the member function GetQuest alone or on a type, must call it on a variable
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(241,40): cannot cast a none to a sslvoicedefaults, types are incompatible
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceFactory.psc(25,28): GetNthAlias is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceFactory.psc(25,44): cannot cast a none to a sslbasevoice, types are incompatible
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceFactory.psc(32,2): RegisterForModEvent is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceFactory.psc(33,15): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceFactory.psc(33,24): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceFactory.psc(33,6): type mismatch while assigning to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceFactory.psc(34,2): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceFactory.psc(34,11): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceFactory.psc(35,2): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceFactory.psc(35,11): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceFactory.psc(42,1): UnregisterForModEvent is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(243,1): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(243,15): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(243,24): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(243,10): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(395,22): GetCameraState is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(395,22): cannot call the member function GetCameraState alone or on a type, must call it on a variable
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(395,39): cannot compare a none to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(420,22): GetCameraState is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(420,22): cannot call the member function GetCameraState alone or on a type, must call it on a variable
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(420,39): cannot compare a none to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(458,21): GetCameraState is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(458,21): cannot call the member function GetCameraState alone or on a type, must call it on a variable
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(458,38): cannot compare a none to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(474,60): GetCameraState is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(474,60): cannot call the member function GetCameraState alone or on a type, must call it on a variable
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(474,77): cannot compare a none to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(495,10): GetCameraState is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(495,10): cannot call the member function GetCameraState alone or on a type, must call it on a variable
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(495,27): cannot compare a none to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(534,10): GetCameraState is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(534,10): cannot call the member function GetCameraState alone or on a type, must call it on a variable
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(534,27): cannot compare a none to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(560,41): GetVoiceType is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(561,11): SetVoiceType is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(615,12): SetVoiceType is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(617,12): SetVoiceType is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(699,12): UnequipItemEX is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(705,12): UnequipItemEX is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(714,40): GetMaskForSlot is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(714,40): cannot call the member function GetMaskForSlot alone or on a type, must call it on a variable
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(714,22): GetWornForm is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(749,28): GetType is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(749,8): type mismatch while assigning to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(808,10): SetExpressionPhoneme is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(809,10): SetExpressionPhoneme is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(810,10): SetExpressionPhoneme is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(811,10): SetExpressionPhoneme is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(812,10): SetExpressionPhoneme is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(813,10): SetExpressionPhoneme is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(814,10): SetExpressionPhoneme is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(815,10): SetExpressionPhoneme is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(816,10): SetExpressionPhoneme is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(817,10): SetExpressionPhoneme is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(818,10): SetExpressionPhoneme is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(819,10): SetExpressionPhoneme is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(820,10): SetExpressionPhoneme is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(821,10): SetExpressionPhoneme is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(822,10): SetExpressionPhoneme is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(823,10): SetExpressionPhoneme is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(827,10): SetExpressionModifier is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(828,10): SetExpressionModifier is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(829,10): SetExpressionModifier is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(830,10): SetExpressionModifier is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(831,10): SetExpressionModifier is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(832,10): SetExpressionModifier is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(833,10): SetExpressionModifier is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(834,10): SetExpressionModifier is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(835,10): SetExpressionModifier is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(836,10): SetExpressionModifier is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(837,10): SetExpressionModifier is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(838,10): SetExpressionModifier is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(839,10): SetExpressionModifier is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(840,10): SetExpressionModifier is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(844,10): ResetExpressionOverrides is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(854,10): SetExpressionPhoneme is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(859,10): SetExpressionPhoneme is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(875,11): SetExpressionPhoneme is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(882,11): SetExpressionModifier is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(905,11): SheatheWeapon is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(914,1): RegisterForModEvent is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(915,1): RegisterForModEvent is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(916,1): RegisterForModEvent is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(917,1): RegisterForModEvent is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(918,1): RegisterForModEvent is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(925,1): UnregisterForModEvent is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(926,1): UnregisterForModEvent is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(927,1): UnregisterForModEvent is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(928,1): UnregisterForModEvent is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(929,1): UnregisterForModEvent is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(148,50): GetName is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(151,50): GetName is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(154,50): GetName is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(159,50): GetName is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(311,2): RegisterForModEvent is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(312,2): RegisterForModEvent is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(313,2): RegisterForModEvent is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(314,2): RegisterForModEvent is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(315,2): RegisterForModEvent is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(517,105): GetName is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(794,2): SendModEvent is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(799,11): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(799,20): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(799,5): type mismatch while assigning to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(801,2): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(801,11): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(802,2): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(802,11): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(803,2): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(803,11): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(807,1): SendModEvent is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(833,1): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(833,15): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(833,24): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(833,10): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(850,2): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(850,16): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(850,25): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(850,11): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(885,11): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(885,20): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(885,5): type mismatch while assigning to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(886,1): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(886,10): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(887,1): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(887,10): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(888,1): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(888,10): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(979,17): GetNthAlias is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(979,32): cannot cast a none to a sslactoralias, types are incompatible
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(980,17): GetNthAlias is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(980,32): cannot cast a none to a sslactoralias, types are incompatible
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(981,17): GetNthAlias is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(981,32): cannot cast a none to a sslactoralias, types are incompatible
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(982,17): GetNthAlias is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(982,32): cannot cast a none to a sslactoralias, types are incompatible
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(983,17): GetNthAlias is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadModel.psc(983,32): cannot cast a none to a sslactoralias, types are incompatible
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadController.psc(302,8): variable Input is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadController.psc(302,14): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadController.psc(314,8): variable Input is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadController.psc(314,14): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadController.psc(326,8): variable Input is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadController.psc(326,14): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadController.psc(354,92): GetName is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadController.psc(374,1): the parameter defaults of function centeroncoords in state animating on script sslthreadcontroller do not match the parent script sslthreadmodel
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadController.psc(600,2): RegisterForKey is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadController.psc(601,2): RegisterForKey is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadController.psc(602,2): RegisterForKey is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadController.psc(603,2): RegisterForKey is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadController.psc(604,2): RegisterForKey is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadController.psc(605,2): RegisterForKey is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadController.psc(606,2): RegisterForKey is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadController.psc(607,2): RegisterForKey is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadController.psc(608,2): RegisterForKey is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadController.psc(609,2): RegisterForKey is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadController.psc(610,2): RegisterForKey is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadController.psc(611,2): RegisterForKey is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadController.psc(618,1): UnregisterForAllKeys is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadSlots.psc(58,1): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadSlots.psc(58,15): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadSlots.psc(58,24): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadSlots.psc(58,10): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\SexLabFramework.psc(944,1): the parameter defaults of function newthread in state disabled on script sexlabframework does not match the empty state
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\SexLabFramework.psc(958,2): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\SexLabFramework.psc(958,16): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\SexLabFramework.psc(958,25): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\SexLabFramework.psc(958,11): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\SexLabFramework.psc(965,2): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\SexLabFramework.psc(965,16): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\SexLabFramework.psc(965,25): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\SexLabFramework.psc(965,11): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\SexLabUtil.psc(113,4): variable StringUtil is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\SexLabUtil.psc(113,15): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\SexLabUtil.psc(113,38): cannot compare a none to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\SexLabUtil.psc(123,4): variable StringUtil is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\SexLabUtil.psc(123,15): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\SexLabUtil.psc(123,36): cannot compare a none to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\SexLabUtil.psc(126,4): variable StringUtil is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\SexLabUtil.psc(126,15): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\SexLabUtil.psc(126,38): cannot compare a none to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\SexLabUtil.psc(129,4): variable StringUtil is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\SexLabUtil.psc(129,15): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\SexLabUtil.psc(129,38): cannot compare a none to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\SexLabUtil.psc(132,4): variable StringUtil is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\SexLabUtil.psc(132,15): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\SexLabUtil.psc(132,40): cannot compare a none to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\SexLabUtil.psc(160,26): GetCameraState is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\SexLabUtil.psc(160,26): cannot call the member function GetCameraState alone or on a type, must call it on a variable
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\SexLabUtil.psc(160,43): cannot compare a none to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(80,25): GetWornForm is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(110,12): UnequipItemEX is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(116,12): UnequipItemEX is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(125,40): GetMaskForSlot is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(125,40): cannot call the member function GetMaskForSlot alone or on a type, must call it on a variable
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(125,22): GetWornForm is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(158,26): GetType is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(158,7): type mismatch while assigning to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(180,31): GetName is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(186,31): GetName is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(189,31): GetName is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(192,31): GetName is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(195,31): GetName is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(198,31): GetName is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(201,31): GetName is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(204,31): GetName is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(207,30): GetName is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(214,29): GetName is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,62): IsRaceFlagSet is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,91): variable StringUtil is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,102): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,126): cannot compare a none to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,136): variable StringUtil is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,147): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,172): cannot compare a none to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,181): variable StringUtil is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,192): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,214): cannot compare a none to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,223): variable StringUtil is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,234): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,259): cannot compare a none to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,269): variable StringUtil is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,280): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,303): cannot compare a none to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,345): variable StringUtil is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,356): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,380): cannot compare a none to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(281,14): GetModCount is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(281,14): cannot call the member function GetModCount alone or on a type, must call it on a variable
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(281,5): type mismatch while assigning to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(284,21): GetModName is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(284,21): cannot call the member function GetModName alone or on a type, must call it on a variable
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(327,32): variable UI is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(327,35): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(327,61): variable UI is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(327,64): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(350,80): GetName is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(371,12): SheatheWeapon is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(401,9): GetCameraState is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(401,9): cannot call the member function GetCameraState alone or on a type, must call it on a variable
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(401,26): cannot compare a none to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(408,8): variable Input is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(408,14): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(408,34): cannot compare a none to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(408,34): cannot relatively compare variables to None
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(408,42): variable Input is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(408,48): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(408,95): variable Input is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(408,101): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(408,142): variable Input is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(408,148): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(412,8): variable Input is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(412,14): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(412,34): cannot compare a none to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(412,34): cannot relatively compare variables to None
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(412,42): variable Input is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(412,48): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(412,100): variable Input is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(412,106): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(412,149): variable Input is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(412,155): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(524,5): variable StringUtil is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(524,16): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(524,58): cannot cast a none to a float, types are incompatible
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(528,8): variable SKSE is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(528,13): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(528,39): cannot compare a none to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(528,39): cannot relatively compare variables to None
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(532,14): GetQuest is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(532,14): cannot call the member function GetQuest alone or on a type, must call it on a variable
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(544,9): variable FNIS is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(544,14): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(605,1): UnregisterForAllKeys is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(606,1): RegisterForKey is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(607,1): RegisterForKey is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(612,1): RegisterForCrosshairRef is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(625,16): GetQuest is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(625,16): cannot call the member function GetQuest alone or on a type, must call it on a variable
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(625,49): cannot cast a none to a sexlabframework, types are incompatible
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(105,22): GetRace is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(105,22): cannot call the member function GetRace alone or on a type, must call it on a variable
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(532,30): GetRace is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslBaseAnimation.psc(532,30): cannot call the member function GetRace alone or on a type, must call it on a variable
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslAnimationSlots.psc(275,26): GetNthAlias is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslAnimationSlots.psc(275,42): cannot cast a none to a sslbaseanimation, types are incompatible
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslAnimationSlots.psc(297,32): GetQuest is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslAnimationSlots.psc(297,32): cannot call the member function GetQuest alone or on a type, must call it on a variable
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslAnimationSlots.psc(297,65): cannot cast a none to a sexlabframework, types are incompatible
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslAnimationSlots.psc(309,8): GetQuest is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslAnimationSlots.psc(309,8): cannot call the member function GetQuest alone or on a type, must call it on a variable
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslAnimationSlots.psc(309,42): cannot cast a none to a sslanimationdefaults, types are incompatible
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslAnimationSlots.psc(311,1): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslAnimationSlots.psc(311,15): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslAnimationSlots.psc(311,24): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslAnimationSlots.psc(311,10): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslAnimationFactory.psc(55,32): GetNthAlias is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslAnimationFactory.psc(55,48): cannot cast a none to a sslbaseanimation, types are incompatible
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslAnimationFactory.psc(62,2): RegisterForModEvent is not a function or does not exist
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslAnimationFactory.psc(63,15): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslAnimationFactory.psc(63,24): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslAnimationFactory.psc(63,6): type mismatch while assigning to a int (cast missing or types unrelated)
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslAnimationFactory.psc(64,2): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslAnimationFactory.psc(64,11): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslAnimationFactory.psc(65,2): variable ModEvent is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslAnimationFactory.psc(65,11): none is not a known user-defined type
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslAnimationFactory.psc(72,1): UnregisterForModEvent is not a function or does not exist
No output generated for sslAnimationDefaults, compilation failed.

Batch compile of 1 files finished. 0 succeeded, 1 failed.
Failed on sslAnimationDefaults

 

 

I reinstalled all the game to clean it but same :/

Link to comment

Seems that you are missing the sources for SKSE.

 

Thry to download SKSE again (7zip), uncompress and place all the pex/psc in the scripts and scripts/source folder.

Link to comment

I did and i fixed a line in sslanimationsdefaults.psc now i have this

 

Compiling "sslAnimationDefaults"...
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslThreadController.psc(374,1): the parameter defaults of function centeroncoords in state animating on script sslthreadcontroller do not match the parent script sslthreadmodel
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\SexLabFramework.psc(944,1): the parameter defaults of function newthread in state disabled on script sexlabframework does not match the empty state
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(544,9): variable FNIS is undefined
D:\Steam Games\steamapps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(544,14): none is not a known user-defined type
No output generated for sslAnimationDefaults, compilation failed.
 
Batch compile of 1 files finished. 0 succeeded, 1 failed.
Failed on sslAnimationDefaults
 
Here's the stuff i added into to get the animation
 

RegisterAnimation("leito_missionary_3_a1_s1") ; at the beggining

 

function leito_missionary_3_a1_s1(int id)
sslBaseAnimation Base = Create(id)
 
Base.Name = "leito_missionary_3_a1_s1"
 
Base.SetContent(Sexual)
Base.SoundFX = Squishing
 
int a1 = Base.AddPosition(Female, addCum=Anal)
Base.AddPositionStage(a1, "leito_missionary_3_a1_s1", 0)
Base.AddPositionStage(a1, "leito_missionary_3_a1_s2", 0)
Base.AddPositionStage(a1, "leito_missionary_3_a1_s3", 0)
Base.AddPositionStage(a1, "leito_missionary_3_a1_s4", 0)
        Base.AddPositionStage(a1, "leito_missionary_3_a1_s5", 0)
 
int a2 = Base.AddPosition(Male)
Base.AddPositionStage(a2, "leito_missionary_3_a2_s1", -82, sos = 0)
Base.AddPositionStage(a2, "leito_missionary_3_a2_s2", -82, sos = 0)
Base.AddPositionStage(a2, "leito_missionary_3_a2_s3", -82, sos = 0)
Base.AddPositionStage(a2, "leito_missionary_3_a2_s4", -82, sos = 0)
        Base.AddPositionStage(a2, "leito_missionary_3_a2_s5", -82, sos = 0)
 
Base.SetStageSoundFX(4, none)
Base.SetStageTimer(4, 26.0)
 
Base.AddTag("Sex")
Base.AddTag("Dark Investigations")
Base.AddTag("zDI")
Base.AddTag("Athstai")
Base.AddTag("MF")
Base.AddTag("Doggy")
Base.AddTag("Vaginal")
Base.AddTag("Dirty")
 
Base.Save(id)
endFunction
 
at the end

 

 

 
Link to comment

You should post this in the SexLab thread. You are trying to recompile SexLab and you have some errors.

 

...\sslThreadController.psc(374,1): --> Be sure you have to full framework updated including all the sources
...\SexLabFramework.psc(944,1): --> Be sure you have to full framework updated including all the sources
...\sslSystemConfig.psc(544,9): --> You need to add the FNIS source files
 
Link to comment

The files you need are called:

 

* FNIS.psc

* FNISVersion.psc

* FNISVersionGenerated.psc

 

They have to be in the scripts/source folder.

 

 

 

 

Link to comment
  • 1 month later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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