NismoMan Posted November 11, 2013 Share Posted November 11, 2013 Hi all, first of all I apologize if this seems to be a repetitive question but I've tried scouting around the forum and the net in general without any luck in getting my wheels going with using SLAB in modding so I figured my only shot here is to call for your help. I really want to add something to this community and I believe I have the potential to do something of value and I need your help in achieving that. Please bear with me I'm fairly a new modder with a modest knowledge of the basic things I've learnt through the CK website and that is that; I can't for the life of me get the concept of adding sexlab codes and fragments and/or properties to work for me and I constantly get errors when compiling the codes. I'm not sure if I even got the setup right though; I load up the CK, Load up Skyrim.esm and Sexlab.esm as masters (edited the .ini file for that) and my mod as the active mod. When adding properties, I can't seem to find the SexLabSystems mentioned in the Git page, and Adding SexLabFrameworks manually only return errors. I've already got the latest SkyUI 4.1 SKD files and the latest SKSE files so I think the issue is not related to those but to my own approach in adding the scripts/properties. Any help to this simpleton here would be really appreciated guys. Keep up the great work all. Link to comment
Guffel Posted November 12, 2013 Share Posted November 12, 2013 what kind of errors do you get? To add the SL framework property you have to make a empty script, save it, add the property with "sexlabframework" type and select the only value you can get. After this you can add content to your script. Link to comment
NismoMan Posted November 12, 2013 Author Share Posted November 12, 2013 what kind of errors do you get? To add the SL framework property you have to make a empty script, save it, add the property with "sexlabframework" type and select the only value you can get. After this you can add content to your script. I did just as you said, added a new script, saved it, manually typed "sexlabframework" under property type and then I got the below error; Starting 1 compile threads for 1 files... Compiling "TOT01ThiefBargain"... D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(46,1): RegisterForModEvent is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(47,1): SendModEvent is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(48,1): UnregisterForAllModEvents is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationFactory.psc(27,1): RegisterForModEvent is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationFactory.psc(28,1): SendModEvent is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationFactory.psc(29,1): UnregisterForAllModEvents is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationDefaults.psc(41,17): GetModCount is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationDefaults.psc(41,17): cannot call the member function GetModCount alone or on a type, must call it on a variable D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationDefaults.psc(41,5): type mismatch while assigning to a int (cast missing or types unrelated) D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationDefaults.psc(44,24): GetModName is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationDefaults.psc(44,24): cannot call the member function GetModName alone or on a type, must call it on a variable D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(22,45): GetName is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(53,14): GetAliasByName is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(53,58): cannot cast a none to a sslbaseanimation, types are incompatible D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(55,14): GetAliasByName is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(55,57): cannot cast a none to a sslbaseanimation, types are incompatible D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(62,1): SendModEvent is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorStats.psc(338,1): SendModEvent is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseVoice.psc(39,23): GetVoiceType is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseVoice.psc(44,8): SetVoiceType is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseVoice.psc(46,8): SetVoiceType is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseVoice.psc(49,7): SetVoiceType is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceFactory.psc(31,1): RegisterForModEvent is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceFactory.psc(32,1): SendModEvent is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceFactory.psc(33,1): UnregisterForAllModEvents is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(136,14): GetAliasByName is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(136,46): cannot cast a none to a sslbasevoice, types are incompatible D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(138,14): GetAliasByName is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(138,45): cannot cast a none to a sslbasevoice, types are incompatible D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(145,1): SendModEvent is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(338,46): HasKeyWordString is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(436,55): GetName is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(436,85): GetName is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(680,2): SendModEvent is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(683,1): SendModEvent is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(694,16): RegisterForModEvent is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(696,1): SendModEvent is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(89,79): GetName is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(154,11): SheatheWeapon is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(235,60): GetCameraState is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(235,60): cannot call the member function GetCameraState alone or on a type, must call it on a variable D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(235,77): cannot compare a none to a int (cast missing or types unrelated) D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(458,1): UnregisterForModEvent is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(464,1): UnregisterForModEvent is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(489,1): UnregisterForAllModEvents is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorSlots.psc(84,18): GetAliasByName is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorSlots.psc(84,50): cannot cast a none to a sslactoralias, types are incompatible D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorSlots.psc(86,18): GetAliasByName is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorSlots.psc(86,49): cannot cast a none to a sslactoralias, types are incompatible D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(77,44): GetName is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(79,6): HasKeywordString is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(84,6): HasKeywordString is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(105,29): GetName is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(107,14): IsRaceFlagSet is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(112,25): HasKeywordString is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(214,16): GetMaskForSlot is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(214,16): cannot call the member function GetMaskForSlot alone or on a type, must call it on a variable D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(214,3): type mismatch while assigning to a int (cast missing or types unrelated) D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,12): GetWornForm is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,30): cannot cast a none to a armor, types are incompatible D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(216,28): HasKeyWordString is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(223,30): HasKeyWordString is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(237,30): HasKeyWordString is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(273,25): GetType is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(273,6): type mismatch while assigning to a int (cast missing or types unrelated) D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(350,10): HasKeyWordString is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(371,50): HasKeywordString is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(373,50): HasKeywordString is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(410,1): RegisterForKey is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(411,1): RegisterForKey is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(412,1): RegisterForKey is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(413,1): RegisterForKey is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(414,1): RegisterForKey is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(415,1): RegisterForKey is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(416,1): RegisterForKey is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(417,1): RegisterForKey is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(418,1): RegisterForKey is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(419,1): RegisterForKey is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(420,1): RegisterForKey is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(421,1): RegisterForKey is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(422,1): RegisterForKey is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(428,1): UnregisterForAllKeys is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(201,14): GetAliasByName is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(201,50): cannot cast a none to a sslbaseanimation, types are incompatible D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(203,14): GetAliasByName is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(203,49): cannot cast a none to a sslbaseanimation, types are incompatible D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(210,1): SendModEvent is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadSlots.psc(73,19): GetAliasByName is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadSlots.psc(73,52): cannot cast a none to a sslthreadcontroller, types are incompatible D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadSlots.psc(75,19): GetAliasByName is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadSlots.psc(75,51): cannot cast a none to a sslthreadcontroller, types are incompatible No output generated for TOT01ThiefBargain, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed. Failed on TOT01ThiefBargain I really appreciate you taking the time to help man, thanks! Link to comment
Guffel Posted November 12, 2013 Share Posted November 12, 2013 Ok, you have to reinstall SKSE because Creation Kit overwrites some of the skripts or something, and you have to put the scr folder from the skse archive into your skrim folder. It is not in the installer, you have to to it maually from the .7z archive. You also have to install the SkyUI source script. see: http://git.loverslab.com/sexlab/wikis/home (at the bottom) Link to comment
NismoMan Posted November 13, 2013 Author Share Posted November 13, 2013 Ok, you have to reinstall SKSE because Creation Kit overwrites some of the skripts or something, and you have to put the scr folder from the skse archive into your skrim folder. It is not in the installer, you have to to it maually from the .7z archive. You also have to install the SkyUI source script. see: http://git.loverslab.com/sexlab/wikis/home (at the bottom) Hi Guffel, Still nothing, I'm getting more or less the same error as before: Starting 1 compile threads for 1 files... Compiling "TOTBargainThief"... D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(46,1): RegisterForModEvent is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(47,1): SendModEvent is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(48,1): UnregisterForAllModEvents is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationFactory.psc(27,1): RegisterForModEvent is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationFactory.psc(28,1): SendModEvent is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationFactory.psc(29,1): UnregisterForAllModEvents is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationDefaults.psc(41,17): GetModCount is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationDefaults.psc(41,17): cannot call the member function GetModCount alone or on a type, must call it on a variable D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationDefaults.psc(41,5): type mismatch while assigning to a int (cast missing or types unrelated) D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationDefaults.psc(44,24): GetModName is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationDefaults.psc(44,24): cannot call the member function GetModName alone or on a type, must call it on a variable D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(22,45): GetName is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(53,14): GetAliasByName is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(53,58): cannot cast a none to a sslbaseanimation, types are incompatible D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(55,14): GetAliasByName is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(55,57): cannot cast a none to a sslbaseanimation, types are incompatible D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(62,1): SendModEvent is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorStats.psc(338,1): SendModEvent is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseVoice.psc(39,23): GetVoiceType is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseVoice.psc(44,8): SetVoiceType is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseVoice.psc(46,8): SetVoiceType is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseVoice.psc(49,7): SetVoiceType is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceFactory.psc(31,1): RegisterForModEvent is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceFactory.psc(32,1): SendModEvent is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceFactory.psc(33,1): UnregisterForAllModEvents is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(136,14): GetAliasByName is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(136,46): cannot cast a none to a sslbasevoice, types are incompatible D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(138,14): GetAliasByName is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(138,45): cannot cast a none to a sslbasevoice, types are incompatible D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(145,1): SendModEvent is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(338,46): HasKeyWordString is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(436,55): GetName is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(436,85): GetName is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(680,2): SendModEvent is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(683,1): SendModEvent is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(694,16): RegisterForModEvent is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(696,1): SendModEvent is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(89,79): GetName is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(154,11): SheatheWeapon is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(235,60): GetCameraState is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(235,60): cannot call the member function GetCameraState alone or on a type, must call it on a variable D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(235,77): cannot compare a none to a int (cast missing or types unrelated) D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(458,1): UnregisterForModEvent is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(464,1): UnregisterForModEvent is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(489,1): UnregisterForAllModEvents is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorSlots.psc(84,18): GetAliasByName is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorSlots.psc(84,50): cannot cast a none to a sslactoralias, types are incompatible D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorSlots.psc(86,18): GetAliasByName is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorSlots.psc(86,49): cannot cast a none to a sslactoralias, types are incompatible D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(77,44): GetName is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(79,6): HasKeywordString is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(84,6): HasKeywordString is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(105,29): GetName is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(107,14): IsRaceFlagSet is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(112,25): HasKeywordString is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(214,16): GetMaskForSlot is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(214,16): cannot call the member function GetMaskForSlot alone or on a type, must call it on a variable D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(214,3): type mismatch while assigning to a int (cast missing or types unrelated) D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,12): GetWornForm is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,30): cannot cast a none to a armor, types are incompatible D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(216,28): HasKeyWordString is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(223,30): HasKeyWordString is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(237,30): HasKeyWordString is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(273,25): GetType is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(273,6): type mismatch while assigning to a int (cast missing or types unrelated) D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(350,10): HasKeyWordString is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(371,50): HasKeywordString is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(373,50): HasKeywordString is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(410,1): RegisterForKey is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(411,1): RegisterForKey is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(412,1): RegisterForKey is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(413,1): RegisterForKey is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(414,1): RegisterForKey is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(415,1): RegisterForKey is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(416,1): RegisterForKey is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(417,1): RegisterForKey is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(418,1): RegisterForKey is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(419,1): RegisterForKey is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(420,1): RegisterForKey is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(421,1): RegisterForKey is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(422,1): RegisterForKey is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(428,1): UnregisterForAllKeys is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(201,14): GetAliasByName is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(201,50): cannot cast a none to a sslbaseanimation, types are incompatible D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(203,14): GetAliasByName is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(203,49): cannot cast a none to a sslbaseanimation, types are incompatible D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(210,1): SendModEvent is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadSlots.psc(73,19): GetAliasByName is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadSlots.psc(73,52): cannot cast a none to a sslthreadcontroller, types are incompatible D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadSlots.psc(75,19): GetAliasByName is not a function or does not exist D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadSlots.psc(75,51): cannot cast a none to a sslthreadcontroller, types are incompatible No output generated for TOTBargainThief, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed. Failed on TOTBargainThief Link to comment
Ashal Posted November 13, 2013 Share Posted November 13, 2013 Those are literally all errors related to SKSE functions, you almost certainly don't have the source scripts from SKSE installed properly. Link to comment
NismoMan Posted November 13, 2013 Author Share Posted November 13, 2013 Those are literally all errors related to SKSE functions, you almost certainly don't have the source scripts from SKSE installed properly. Hi Ashal, I already had it installed twice... as a last resort; I fiddled around and deleted all previous files manually from Skyrim's folder and reinstalled it again; this time it worked! However... I might have gotten myself into another pool of mud, lol. After writing my modest script; I got a small weird error at the end; Compiling "TOT01ThiefBargain"... D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TOT01ThiefBargain.psc(10,18): variable SexLab is undefined D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TOT01ThiefBargain.psc(10,25): none is not a known user-defined type D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TOT01ThiefBargain.psc(13,8): variable SexLab is undefined D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TOT01ThiefBargain.psc(13,15): none is not a known user-defined type D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TOT01ThiefBargain.psc(14,0): variable SexLab is undefined D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TOT01ThiefBargain.psc(14,7): none is not a known user-defined type No output generated for TOT01ThiefBargain, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed. Failed on TOT01ThiefBargain Any idea what this might be? I'm getting more excited by the minute now, lol, the possibilities SexLab brings... it's unreal man! Btw, again; Thank you and Guffel for the help, I truly appreciate this guys. Link to comment
shane4244 Posted November 13, 2013 Share Posted November 13, 2013 Those are literally all errors related to SKSE functions, you almost certainly don't have the source scripts from SKSE installed properly. Hi Ashal, I already had it installed twice... as a last resort; I fiddled around and deleted all previous files manually from Skyrim's folder and reinstalled it again; this time it worked! However... I might have gotten myself into another pool of mud, lol. After writing my modest script; I got a small weird error at the end; Compiling "TOT01ThiefBargain"... D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TOT01ThiefBargain.psc(10,18): variable SexLab is undefined D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TOT01ThiefBargain.psc(10,25): none is not a known user-defined type D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TOT01ThiefBargain.psc(13,8): variable SexLab is undefined D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TOT01ThiefBargain.psc(13,15): none is not a known user-defined type D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TOT01ThiefBargain.psc(14,0): variable SexLab is undefined D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TOT01ThiefBargain.psc(14,7): none is not a known user-defined type No output generated for TOT01ThiefBargain, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed. Failed on TOT01ThiefBargain Any idea what this might be? I'm getting more excited by the minute now, lol, the possibilities SexLab brings... it's unreal man! Btw, again; Thank you and Guffel for the help, I truly appreciate this guys. By looking at the errors you have now it looks like you don't have SexLab property assigned you should have a line in there something like this "SexLabFramework Property SexLab Auto" Link to comment
NismoMan Posted November 17, 2013 Author Share Posted November 17, 2013 Those are literally all errors related to SKSE functions, you almost certainly don't have the source scripts from SKSE installed properly. Hi Ashal, I already had it installed twice... as a last resort; I fiddled around and deleted all previous files manually from Skyrim's folder and reinstalled it again; this time it worked! However... I might have gotten myself into another pool of mud, lol. After writing my modest script; I got a small weird error at the end; Compiling "TOT01ThiefBargain"... D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TOT01ThiefBargain.psc(10,18): variable SexLab is undefined D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TOT01ThiefBargain.psc(10,25): none is not a known user-defined type D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TOT01ThiefBargain.psc(13,8): variable SexLab is undefined D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TOT01ThiefBargain.psc(13,15): none is not a known user-defined type D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TOT01ThiefBargain.psc(14,0): variable SexLab is undefined D:\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\TOT01ThiefBargain.psc(14,7): none is not a known user-defined type No output generated for TOT01ThiefBargain, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed. Failed on TOT01ThiefBargain Any idea what this might be? I'm getting more excited by the minute now, lol, the possibilities SexLab brings... it's unreal man! Btw, again; Thank you and Guffel for the help, I truly appreciate this guys. By looking at the errors you have now it looks like you don't have SexLab property assigned you should have a line in there something like this "SexLabFramework Property SexLab Auto" Hi Shane, I don't know about that; the SexLab property was added successfully without a hitch, it compiled without errors and saved it. The errors I've mentioned in my last post was are what I got afterwards. below is the codes I'm trying to use; I've basically helped myself to look at the codes off of Mazoky's PayCrime Mod for reference and made changes according to my simpler needs just so I could fool proof my attempts and know if what I'm doing works. Sorry for the late reply; I was out of the country on a week long road trip photoshoot. Link to comment
Thargon Posted February 1, 2014 Share Posted February 1, 2014 Hi all, first of all I apologize if this seems to be a repetitive question but I've tried scouting around the forum and the net in general without any luck in getting my wheels going with using SLAB in modding so I figured my only shot here is to call for your help. I really want to add something to this community and I believe I have the potential to do something of value and I need your help in achieving that. Please bear with me I'm fairly a new modder with a modest knowledge of the basic things I've learnt through the CK website and that is that; I can't for the life of me get the concept of adding sexlab codes and fragments and/or properties to work for me and I constantly get errors when compiling the codes. I'm not sure if I even got the setup right though; I load up the CK, Load up Skyrim.esm and Sexlab.esm as masters (edited the .ini file for that) and my mod as the active mod. When adding properties, I can't seem to find the SexLabSystems mentioned in the Git page, and Adding SexLabFrameworks manually only return errors. I've already got the latest SkyUI 4.1 SKD files and the latest SKSE files so I think the issue is not related to those but to my own approach in adding the scripts/properties. Any help to this simpleton here would be really appreciated guys. Keep up the great work all. The dreaded [ Source\ski_widgetmanager.psc(29,1): RegisterForModEvent is not a function or does not exist ] Skyrim Bug is solved. In short, the SKSE *.exe installer looks at he date of the script files, and doesn't install if of the same date. This is probably a convienence for the SKSE developers, so they don't have to wait for a full install file transfer time when testing a small change to just a few files. So, If you've been fighting the problem, and just re-installed, the Skyrim game, then SkyUI, some of the files which should be overwritten with SKSE versions are not, and hence it cannot find the handles fo rhte ResisterForMenu or RegisterFor******! So, download the Archieve version of the file, and manually copy and paste the Script files, both *.pex, and source *.psc into the Skyrim/Data/Scripts folder, and everything will start working again. I was so frustrated with this problem, that until I came across this post I had devolved into: Drinking Whiskey Kicking the Dog Pounding on the keyboard until I got blood and plastic shards Searching for hard drugs Screaming at the sky and contemplating using nuclear weapons on innocent cities in utter frustration! Thanks to (Journeyman) on the Nexus Formus, ... I'm better now. Spread the word. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.