Jump to content

Unable to compile a mod's .psc, everything -should- be in the right place?


Recommended Posts

Posted

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?

Posted
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.

Archived

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

  • Recently Browsing   0 members

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