Jump to content

Script Compile Error


Guest

Recommended Posts

Posted

Ok so i have been out of the Skyrim, scripting for a while, did a fresh install for the first time in 4 years, I extracted Script.rar already. and everything that needs to be done, and am getting this error-

 

Compiling "mf_campjobquestscript"...
C:\Games\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(306,31): variable NiOverride is undefined
C:\Games\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(306,42): none is not a known user-defined type
C:\Games\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(307,19): variable NiOverride is undefined
C:\Games\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(307,30): none is not a known user-defined type
C:\Games\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(312,5): variable NiOverride is undefined
C:\Games\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(312,16): none is not a known user-defined type
C:\Games\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(313,5): variable NiOverride is undefined
C:\Games\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(313,16): none is not a known user-defined type
C:\Games\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(722,31): variable NiOverride is undefined
C:\Games\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(722,42): none is not a known user-defined type
C:\Games\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(723,5): variable NiOverride is undefined
C:\Games\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(723,16): none is not a known user-defined type
C:\Games\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(765,61): variable NiOverride is undefined
C:\Games\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(765,72): none is not a known user-defined type
C:\Games\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(765,91): cannot compare a none to a int (cast missing or types unrelated)
C:\Games\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(765,91): cannot relatively compare variables to None
No output generated for mf_campjobquestscript, compilation failed.

 

So I can see its the Nio Override Variable in the sexlab source, I unpacked sexlab rar and put the scripts in again, same error.

So I am having a brain cramp, I am searching forums right now, I am sure it is something simple I missed, any help would be appreciated 

Posted

NiOverride isn't a variable in the SexLab scripts, but a global script from NiOverride/RaceMenu, so you should get NiOverride.psc from the RaceMenu.bsa

Posted

Found it, Racemenu Scripts from BSA, my bad, brain cramp gone :)

Posted
1 minute ago, Targultoon said:

NiOverride isn't a variable in the SexLab scripts, but a global script from NiOverride/RaceMenu, so you should get NiOverride.psc from the RaceMenu.bsa

Yeah my bad, found it right after I posted, thanks

Archived

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

  • Recently Browsing   0 members

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