Zeorik Posted February 12, 2022 Posted February 12, 2022 I keep getting these errors Starting 1 compile threads for 1 files... Compiling "BDSchlongEffect"... C:\Games\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(295,25): GetWornForm is not a function or does not exist C:\Games\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(297,11): UnequipItemEX is not a function or does not exist C:\Games\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(305,17): CreateFormArray is not a function or does not exist C:\Games\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(305,17): cannot call the member function CreateFormArray alone or on a type, must call it on a variable C:\Games\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(322,11): SheatheWeapon is not a function or does not exist C:\Games\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(325,20): GetEquippedObject is not a function or does not exist C:\Games\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(328,11): UnequipItemEX is not a function or does not exist C:\Games\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(332,20): GetEquippedObject is not a function or does not exist C:\Games\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(335,11): UnequipItemEX is not a function or does not exist C:\Games\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(339,43): GetMaskForSlot is not a function or does not exist C:\Games\steamapps\common\Skyrim Special Edition\Data\Source\Scripts\sslActorLibrary.psc(339,43): cannot call the member function GetMaskForSlot alone or on a type, must call it on a variable I've looked around a fair bit and every time I think I've found something it says it's SKSE's scripts not being where they need to be... but they are. To the point I've got both a Data/Scripts/Source and Data/Source/Scripts (the latter is how it's "set up" automatically in my SSE) folder to ensure there's no way it's -not- in the right place. What am I missing?
Alessia Wellington Posted February 12, 2022 Posted February 12, 2022 Before @Grey Cloud does it again: This is the LE section. SE is this way.
Zeorik Posted February 12, 2022 Author Posted February 12, 2022 6 minutes ago, Alessia Wellington said: Before @Grey Cloud does it again: This is the LE section. SE is this way. Thankya. Sorry, I normally hash the stuff out myself and don't really come to support often ^^;
fishburger67 Posted February 12, 2022 Posted February 12, 2022 You are missing the source for SKSE and the base game and maybe others. CreateFormArray is part of Utility.psc. GetWornForm and some others are part of SKSE source.
Zeorik Posted February 12, 2022 Author Posted February 12, 2022 3 hours ago, fishburger67 said: You are missing the source for SKSE and the base game and maybe others. CreateFormArray is part of Utility.psc. GetWornForm and some others are part of SKSE source. I did finall get it worked out via help from Discord. I indeed had the SKSE source.. my CK/ Compiler wasn't set up right. files weren't being read right, and after getting a creation kit custom .ini and renaming the folders, it all worked out. Thank you though.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.