leetsaga Posted January 8 Posted January 8 why download consistently gets stuck at 29.4mb out of 68.9mb
ebbluminous Posted January 8 Posted January 8 1 hour ago, leetsaga said: why download consistently gets stuck at 29.4mb out of 68.9mb Just tried and works for me, so looks to be an issue at your end 1
NegiAg Posted January 8 Posted January 8 I have this problem and I don't know how to solve it. I have Skyrim AE and Sexlab 166b.
CyberQueen Posted January 11 Posted January 11 Can someone help me with scripting? I use the code: "SexLabFramework Property SexLab auto" to place for the scripts but it keeps giving me errors. I've used this code on my old install with SE but now I'm using AE v166 and now nothing works. I keep moving around the scripts folder as well and thats not doing it. I've looked through the description and the code but I'm just not getting it.
PippinTom Posted January 11 Posted January 11 2 hours ago, CyberQueen said: Can someone help me with scripting? I use the code: "SexLabFramework Property SexLab auto" to place for the scripts but it keeps giving me errors. I've used this code on my old install with SE but now I'm using AE v166 and now nothing works. I keep moving around the scripts folder as well and thats not doing it. I've looked through the description and the code but I'm just not getting it. That property will not be filled on it's own - unless you do it also in plugin (.esp/.esm) that holds "declaration" (or whatever this is called) of your script - for which you must use xEdit/CK. Find the script there, add a property of the same name and type (pointing to SexLabQuestFramework "SexLab Framework" [QUST:XX000D62]). But note that downside of this approach is that you will create hard requirement for your plugin/mod. To avoid that and stick to soft requirement - learn more about scripting - good start would be to peek at (decent) mods and analyze how it's done there,
CyberQueen Posted January 11 Posted January 11 1 hour ago, PippinTom said: That property will not be filled on it's own - unless you do it also in plugin (.esp/.esm) that holds "declaration" (or whatever this is called) of your script - for which you must use xEdit/CK. Find the script there, add a property of the same name and type (pointing to SexLabQuestFramework "SexLab Framework" [QUST:XX000D62]). But note that downside of this approach is that you will create hard requirement for your plugin/mod. To avoid that and stick to soft requirement - learn more about scripting - good start would be to peek at (decent) mods and analyze how it's done there, I have sexlab as a master for my mod. This is the error that pops up when i try to save any of the scripts........ Starting 1 compile threads for 1 files... Compiling "TIF__1C1EF6B7"... E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(295,25): GetWornForm is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(297,11): UnequipItemEX is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(305,17): CreateFormArray is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(305,17): cannot callipts\sslActorAlias.psc(1415,12): ResetExpressionOverrides is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1679,11): SheatheWeapon is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1682,20): GetEquippedObject is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1685,11): UnequipItemEX is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1689,20): GetEquippedObject is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1692,11): UnequipItemEX is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1696,43): GetMaskForSlot is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1696,43): cannot call the member function GetMaskForSlot alone or on a type, must call it on a variable E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1696,25): GetWornForm is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1700,39): GetMaskForSlot is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1700,39): cannot call the member function GetMaskForSlot alone or on a type, must call it on a variable E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1700,21): GetWornForm is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1708,12): UnequipItemEX is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1722,40): GetWornForm is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1725,28): variable NiOverride is undefined E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1725,39): none is not a known user-defined type E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1727,6): variable NiOverride is undefined E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1727,17): none is not a known user-defined type E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1728,18): variable NiOverride is undefined E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1728,29): none is not a known user-defined type E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1733,4): variable NiOverride is undefined E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1733,15): none is not a known user-defined type E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1734,4): variable NiOverride is undefined E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1734,15): none is not a known user-defined type E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1736,4): variable NiOverride is undefined E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1736,15): none is not a known user-defined type E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1764,13): EquipItemEx is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1859,10): GetCameraState is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1859,10): cannot call the member function GetCameraState alone or on a type, must call it on a variable E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1859,27): cannot compare a none to a int (cast missing or types unrelated) E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1867,11): SheatheWeapon is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1884,1): RegisterForModEvent is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1885,1): RegisterForModEvent is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1886,1): RegisterForModEvent is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1888,1): RegisterForModEvent is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1889,1): RegisterForModEvent is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1890,1): RegisterForModEvent is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1891,1): RegisterForModEvent is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1892,1): RegisterForModEvent is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1899,1): UnregisterForModEvent is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1900,1): UnregisterForModEvent is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1901,1): UnregisterForModEvent is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1903,1): UnregisterForModEvent is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1904,1): UnregisterForModEvent is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1905,1): UnregisterForModEvent is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1906,1): UnregisterForModEvent is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1907,1): UnregisterForModEvent is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1970,26): CreateBoolArray is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1970,26): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1971,26): CreateFormArray is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorAlias.psc(1971,26): cannot call the member function CreateFormArray alone or on a type, must call it on a variable E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(271,2): RegisterForModEvent is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(272,2): RegisterForModEvent is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(273,2): RegisterForModEvent is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(274,2): RegisterForModEvent is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(275,2): RegisterForModEvent is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(276,2): RegisterForModEvent is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(285,109): GetName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(288,52): GetName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(288,180): GetName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(291,52): GetName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(291,178): GetName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(296,52): GetName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(296,176): GetName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(377,26): CreateBoolArray is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(377,26): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(423,26): CreateBoolArray is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(423,26): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(472,27): CreateBoolArray is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(472,27): cannot call the member function CreateBoolArray alone or on a type, must call it on a variable E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(526,34): GetFurnitureReference is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(526,71): IsSwimming is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(528,35): GetFurnitureReference is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(528,72): IsSwimming is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(533,23): GetFurnitureReference is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(533,63): IsSwimming is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(910,12): GetCameraState is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(910,12): cannot call the member function GetCameraState alone or on a type, must call it on a variable E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(910,29): cannot compare a none to a int (cast missing or types unrelated) E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(944,15): GetCameraState is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(944,15): cannot call the member function GetCameraState alone or on a type, must call it on a variable E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(944,32): cannot compare a none to a int (cast missing or types unrelated) E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(979,108): GetName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(987,109): GetName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(1021,107): GetName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(1261,33): CreateStringArray is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(1261,33): cannot call the member function CreateStringArray alone or on a type, must call it on a variable E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(1412,34): GetFurnitureReference is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(1510,26): GetFurnitureReference is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(1723,2): SendModEvent is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(1735,1): SendModEvent is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadHook.psc(102,23): CreateStringArray is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadHook.psc(102,23): cannot call the member function CreateStringArray alone or on a type, must call it on a variable E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(2036,15): GetNthAlias is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(2036,30): cannot cast a none to a referencealias, types are incompatible E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(2039,17): GetNthAlias is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(2039,32): cannot cast a none to a sslactoralias, types are incompatible E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(2040,17): GetNthAlias is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(2040,32): cannot cast a none to a sslactoralias, types are incompatible E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(2041,17): GetNthAlias is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(2041,32): cannot cast a none to a sslactoralias, types are incompatible E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(2042,17): GetNthAlias is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(2042,32): cannot cast a none to a sslactoralias, types are incompatible E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(2043,17): GetNthAlias is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(2043,32): cannot cast a none to a sslactoralias, types are incompatible E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(2075,16): GetAliasByName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(2075,46): cannot cast a none to a referencealias, types are incompatible E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(2122,29): CreateStringArray is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(2122,29): cannot call the member function CreateStringArray alone or on a type, must call it on a variable E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(2123,29): CreateStringArray is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(2123,29): cannot call the member function CreateStringArray alone or on a type, must call it on a variable E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(2124,29): CreateFloatArray is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadModel.psc(2124,29): cannot call the member function CreateFloatArray alone or on a type, must call it on a variable E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(407,86): GetName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(476,3): RegisterForKey is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(493,17): GetFurnitureReference is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(524,33): GetFurnitureReference is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(524,70): IsSwimming is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(526,40): GetFurnitureReference is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(526,77): IsSwimming is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(531,25): GetFurnitureReference is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(531,65): IsSwimming is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(560,4): UnregisterForKey is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(563,5): RegisterForKey is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(568,4): UnregisterForKey is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(571,5): RegisterForKey is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(576,4): UnregisterForKey is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(579,5): RegisterForKey is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(584,4): UnregisterForKey is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(587,5): RegisterForKey is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(592,4): UnregisterForKey is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(595,5): RegisterForKey is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(600,4): UnregisterForKey is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(603,5): RegisterForKey is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(608,4): UnregisterForKey is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(611,5): RegisterForKey is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(616,4): UnregisterForKey is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(619,5): RegisterForKey is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(624,4): UnregisterForKey is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(627,5): RegisterForKey is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(632,4): UnregisterForKey is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(635,5): RegisterForKey is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(640,4): UnregisterForKey is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(643,5): RegisterForKey is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(652,4): UnregisterForKey is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(661,5): RegisterForKey is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(862,10): GetCameraState is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(862,10): cannot call the member function GetCameraState alone or on a type, must call it on a variable E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(862,27): cannot compare a none to a int (cast missing or types unrelated) E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(984,3): RegisterForKey is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslThreadController.psc(996,1): UnregisterForAllKeys is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(398,54): GetName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(403,31): GetName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(408,32): GetName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(411,31): GetName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(414,31): GetName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(417,31): GetName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(420,31): GetName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(423,31): GetName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(426,31): GetName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(429,31): GetName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(433,31): GetName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(437,32): GetName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(440,32): GetName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(443,32): GetName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(447,30): GetName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(457,29): GetName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(458,20): IsRaceFlagSet is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(541,23): CreateIntArray is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(541,23): cannot call the member function CreateIntArray alone or on a type, must call it on a variable E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(584,25): CreateIntArray is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(584,25): cannot call the member function CreateIntArray alone or on a type, must call it on a variable E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemLibrary.psc(54,1): RegisterForModEvent is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(325,8): variable FNIS is undefined E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(325,13): none is not a known user-defined type E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(325,28): cannot compare a none to a int (cast missing or types unrelated) E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(325,28): cannot relatively compare variables to None E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(325,41): GetCameraState is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(325,41): cannot call the member function GetCameraState alone or on a type, must call it on a variable E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(325,58): cannot compare a none to a int (cast missing or types unrelated) E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(325,58): cannot relatively compare variables to None E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(516,9): GetModByName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(516,9): cannot call the member function GetModByName alone or on a type, must call it on a variable E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(516,47): cannot compare a none to a int (cast missing or types unrelated) E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(519,9): GetModByName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(519,9): cannot call the member function GetModByName alone or on a type, must call it on a variable E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(519,32): cannot compare a none to a int (cast missing or types unrelated) E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(522,9): GetModByName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(522,9): cannot call the member function GetModByName alone or on a type, must call it on a variable E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(522,45): cannot compare a none to a int (cast missing or types unrelated) E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(530,9): GetModByName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(530,9): cannot call the member function GetModByName alone or on a type, must call it on a variable E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(530,46): cannot compare a none to a int (cast missing or types unrelated) E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(540,9): GetModByName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(540,9): cannot call the member function GetModByName alone or on a type, must call it on a variable E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(540,51): cannot compare a none to a int (cast missing or types unrelated) E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(587,80): GetName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(672,12): SheatheWeapon is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(689,10): GetCameraState is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(689,10): cannot call the member function GetCameraState alone or on a type, must call it on a variable E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(689,27): cannot compare a none to a int (cast missing or types unrelated) E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(705,9): GetCameraState is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(705,9): cannot call the member function GetCameraState alone or on a type, must call it on a variable E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(705,26): cannot compare a none to a int (cast missing or types unrelated) E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(764,18): GetSpellCount is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(764,5): type mismatch while assigning to a int (cast missing or types unrelated) E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(767,28): GetNthSpell is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(768,15): GetName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(769,42): GetName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(772,19): GetNumEffects is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(772,6): type mismatch while assigning to a int (cast missing or types unrelated) E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(775,15): GetNthEffectMagicEffect is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(825,15): GetQuest is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(825,15): cannot call the member function GetQuest alone or on a type, must call it on a variable E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(834,49): variable NiOverride is undefined E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(834,60): none is not a known user-defined type E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(834,79): cannot compare a none to a int (cast missing or types unrelated) E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(834,79): cannot relatively compare variables to None E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(837,9): variable FNIS is undefined E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(837,14): none is not a known user-defined type E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(837,38): cannot compare a none to a int (cast missing or types unrelated) E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(837,38): cannot relatively compare variables to None E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(840,9): variable FNIS is undefined E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(840,14): none is not a known user-defined type E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(843,9): variable FNIS is undefined E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(843,14): none is not a known user-defined type E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(843,44): cannot compare a none to a int (cast missing or types unrelated) E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(843,44): cannot relatively compare variables to None E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(845,79): GetCameraState is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(845,79): cannot call the member function GetCameraState alone or on a type, must call it on a variable E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(845,96): cannot compare a none to a int (cast missing or types unrelated) E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(845,96): cannot relatively compare variables to None E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(848,78): GetCameraState is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(848,78): cannot call the member function GetCameraState alone or on a type, must call it on a variable E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(848,95): cannot compare a none to a int (cast missing or types unrelated) E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(848,95): cannot relatively compare variables to None E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(902,1): RegisterForCrosshairRef is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(907,1): UnregisterForAllKeys is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(908,1): RegisterForKey is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(909,1): RegisterForKey is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(910,1): RegisterForKey is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(915,22): GetModByName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(915,22): cannot call the member function GetModByName alone or on a type, must call it on a variable E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(915,54): cannot compare a none to a int (cast missing or types unrelated) E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(920,21): GetModByName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(920,21): cannot call the member function GetModByName alone or on a type, must call it on a variable E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(920,51): cannot compare a none to a int (cast missing or types unrelated) E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(925,20): GetModByName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(925,20): cannot call the member function GetModByName alone or on a type, must call it on a variable E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(925,66): cannot compare a none to a int (cast missing or types unrelated) E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(925,81): GetModByName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(925,81): cannot call the member function GetModByName alone or on a type, must call it on a variable E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(925,127): cannot compare a none to a int (cast missing or types unrelated) E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(972,9): GetModByName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(972,9): cannot call the member function GetModByName alone or on a type, must call it on a variable E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(972,39): cannot compare a none to a int (cast missing or types unrelated) E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(985,9): GetModByName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(985,9): cannot call the member function GetModByName alone or on a type, must call it on a variable E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(985,40): cannot compare a none to a int (cast missing or types unrelated) E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(1360,78): GetName is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(1679,20): CreateFloatArray is not a function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(1679,20): cannot call the member function CreateFloatArray alone or on a type, must caa function or does not exist E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\SexLabUtil.psc(129,6): type mismatch while assigning to a int (cast missing or types unrelated) No output generated for TIF__1C1EF6B7, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed. Failed on TIF__1C1EF6B7
Tlam99 Posted January 11 Posted January 11 getwornform() is a skse function. Check for the source in the right folder.
CyberQueen Posted January 11 Posted January 11 2 hours ago, Tlam99 said: getwornform() is a skse function. Check for the source in the right folder. The sorce for skse? What do you mean?
Tlam99 Posted January 11 Posted January 11 1 hour ago, CyberQueen said: mean? https://skse.silverlock.org/
CyberQueen Posted January 11 Posted January 11 1 hour ago, Tlam99 said: https://skse.silverlock.org/ Well I'm making progress. Thanks to your comment it turned out that I for some reason needed to rearrange my skse; then I was missing the Nioveride which is a race menu thing so I had to rearrange that folder; now there's only a few errors left: E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(325,8): variable FNIS is undefined E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(325,13): none is not a known user-defined type E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(325,28): cannot compare a none to a int (cast missing or types unrelated) E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(325,28): cannot relatively compare variables to None E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(837,9): variable FNIS is undefined E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(837,14): none is not a known user-defined type E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(837,38): cannot compare a none to a int (cast missing or types unrelated) E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(837,38): cannot relatively compare variables to None E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(840,9): variable FNIS is undefined E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(840,14): none is not a known user-defined type E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(843,9): variable FNIS is undefined E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(843,14): none is not a known user-defined type E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(843,44): cannot compare a none to a int (cast missing or types unrelated) E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(843,44): cannot relatively compare variables to None I don't use FNIS, I use Pandora so I'm not sure what to do here. Any ideas?
CyberQueen Posted January 11 Posted January 11 2 hours ago, CyberQueen said: Well I'm making progress. Thanks to your comment it turned out that I for some reason needed to rearrange my skse; then I was missing the Nioveride which is a race menu thing so I had to rearrange that folder; now there's only a few errors left: E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(325,8): variable FNIS is undefined E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(325,13): none is not a known user-defined type E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(325,28): cannot compare a none to a int (cast missing or types unrelated) E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(325,28): cannot relatively compare variables to None E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(837,9): variable FNIS is undefined E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(837,14): none is not a known user-defined type E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(837,38): cannot compare a none to a int (cast missing or types unrelated) E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(837,38): cannot relatively compare variables to None E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(840,9): variable FNIS is undefined E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(840,14): none is not a known user-defined type E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(843,9): variable FNIS is undefined E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(843,14): none is not a known user-defined type E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(843,44): cannot compare a none to a int (cast missing or types unrelated) E:\SteamLibrary\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslSystemConfig.psc(843,44): cannot relatively compare variables to None I don't use FNIS, I use Pandora so I'm not sure what to do here. Any ideas? Well I finally got everything working after hours of trying to figure it out. Thank you for those who tried to help me; your comments gave me the hints and ideas I needed to get things working.
Black Heaven Posted January 20 Posted January 20 Hello everyone! I have a strange and a bit weird issue with sexlab - i have no expression on my character at all It seems funny but everything else is working fine, without any issues, but, for example, my character never open her mouth or moving her eyes or anything else during sexlab scenes. I have mfg fix installed, other mods (pamatronic deadly scripts) use their expressions normally It seems like i missing something important or just made a mistake somewehere, but i can't find the sourse of my issue When i m trying to apply expression in expression editor - no response too Can anyone suggest me something please? I m run out from ideas
YuYuuRinRin Posted January 23 Posted January 23 I have a question about the dependencies for this framework. According to the nexus page for FINS, the mod is all but abandoned and the comments say it is broken too, they instead recommend a mod called 'Pandora' (The full name is 'Pandora Behaviour Engine Plus' I dare not link it since my account is new, I know many forums ban new members that post links), does this Pandora mod work for this framework? Is it recommended now? Or does the dependency of FINS still remain as the best way to proceed?
YuYuuRinRin Posted January 23 Posted January 23 Just now, YuYuuRinRin said: I have a question about the dependencies for this framework. According to the nexus page for FINS, the mod is all but abandoned and the comments say it is broken too, they instead recommend a mod called 'Pandora' (The full name is 'Pandora Behaviour Engine Plus' I dare not link it since my account is new, I know many forums ban new members that post links), does this Pandora mod work for this framework? Is it recommended now? Or does the dependency of FINS still remain as the best way to proceed? I also want to add a question about FINS and this framework, it seems to check for Steam as an anti-piracy measure according to the description of the mod page. Does this mean that GOG copies of the game will not work?
深淵の神 Posted January 23 Posted January 23 3 hours ago, YuYuuRinRin said: I have a question about the dependencies for this framework. According to the nexus page for FINS, the mod is all but abandoned and the comments say it is broken too, they instead recommend a mod called 'Pandora' (The full name is 'Pandora Behaviour Engine Plus' I dare not link it since my account is new, I know many forums ban new members that post links), does this Pandora mod work for this framework? Is it recommended now? Or does the dependency of FINS still remain as the best way to proceed? Pandora is completely functional with sexlab, some retractors have not wanted to modernize for various reasons including unjustified prejudices or because they do not want to update Skyrim due to displeasure with Bugthesda and its business model with anti-consumer practices as many companies follow the same path (dislike that I also share). Whatever the case Pandora works fine with Skyrim AE 1.6.1170 and Skyrim GOG 1.6.1179 Just make sure you follow the installation guide correctly because there are many people reporting incorrectly due to lack of reading comprehension. Nothing even stops you from installing FNIS, Nemesis and Pandora all together and checking which animation engine best suits your needs. There are several guides on the internet, including YouTube videos. Be that as it may, the Skyrim modding scene requires a willingness to learn several basic concepts necessary before reaching a state of frustration due to CTD. Happy modding! 2
Beta The Slave Posted January 25 Posted January 25 Is there an easy way to bump proficiency? I have almost no stats in sex despite being in multiple dozens of scenes. Also, what does proficiency affect? I assume enjoyment, but I am not actually clear.
Legend0fJan Posted January 26 Posted January 26 Is it just me or is the last SE version broken in regards to expression? They don't properly cycle, oral opening settings are comepletely ignored and the lip sync function forgets to close the mouth again after a moan is played.
deeyock Posted January 30 Posted January 30 On 9/22/2025 at 4:17 PM, someperson1423 said: Sorry if this has been covered, I tried searching the thread and couldn't find an answer. Is there a way to set a universal offset for all animations? I'm using a custom race and every animation is misaligned vertically by the exact same amount. It seems like something that should be very easy but I don't see an option for it and it is getting really annoying hitting ; exactly 11 times for every new animation that runs. I know I can edit the animation profile json as well which I thought would be a bit faster than just attriting them in-game, but the profiles only seem to populate with animations which have ben modified so that doesn't help me. Was this ever answered? I'm not even using custom races, but every animation has the male about 10 or so adjustments too low, like 1-2 off to the right. I saw another comment about a profile JSON file, but how do I set that up?
friendlygaint Posted January 31 Posted January 31 (edited) For whatever reason i can never figure out what causes the blank sexlab install to randomly popup Does anyone know what exactly is causing this annoying as fuck issue? can i change a setting so that it auto installs instead so i can avoid this issue entirely???? and no, saving and reloading does not solve this issue at all. Edited January 31 by friendlygaint
CyberQueen Posted February 1 Posted February 1 Could someone help me out with the stripping script? I've checked out the code inside the psc file and I cant get it to work; I used to have it written down but not any more. It's telling me that StripActor is not a function my code: Form[] function StripActor(Actor ActorRef, Actor VictimRef = none, bool DoAnimate = true, bool LeadIn = false) return PlayerRef.StripActor(ActorRef, VictimRef, DoAnimate, LeadIn) endFunction PlayerRef is an actor property of myself of course.
Sailing Rebel Posted February 1 Posted February 1 3 hours ago, CyberQueen said: Could someone help me out with the stripping script? I've checked out the code inside the psc file and I cant get it to work; I used to have it written down but not any more. It's telling me that StripActor is not a function my code: Form[] function StripActor(Actor ActorRef, Actor VictimRef = none, bool DoAnimate = true, bool LeadIn = false) return PlayerRef.StripActor(ActorRef, VictimRef, DoAnimate, LeadIn) endFunction PlayerRef is an actor property of myself of course. StripActor() is a SexLab function. It can be called directly, unless there's a need for some extra handling alongside the process. Form[] StrippedItems = SexLab.StripActor(PlayerRef)
CyberQueen Posted February 1 Posted February 1 5 hours ago, Sailing Rebel said: StripActor() is a SexLab function. It can be called directly, unless there's a need for some extra handling alongside the process. Form[] StrippedItems = SexLab.StripActor(PlayerRef) Okay that worked great. Do you know if there's a similar line that Unstrips the player to re-equip the same items?
Sailing Rebel Posted February 1 Posted February 1 52 minutes ago, CyberQueen said: Okay that worked great. Do you know if there's a similar line that Unstrips the player to re-equip the same items? SexLab.UnstripActor(PlayerRef, StrippedItems, IsVictim = false) The full definition is in SexLabFramework.psc
CyberQueen Posted February 1 Posted February 1 2 hours ago, Sailing Rebel said: SexLab.UnstripActor(PlayerRef, StrippedItems, IsVictim = false) The full definition is in SexLabFramework.psc I see now. Thank you vary much for your help.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now