assiassin Posted October 16, 2016 Posted October 16, 2016 I've been trying to get started modding using SexLab in an attempt to make a largeish mod in the future. I'm currently working on a smaller mod that I decided would like to see added to my game but I cannot get any script to compile that has SexLab associated with it. At first it was a huge compilation error at least 200 lines long but after looking around at certain fixes I was able to get it to the following error message. Starting 1 compile threads for 1 files... Compiling "VTSSOralFPF"... C:\Games\Skyrim\Data\Scripts\Source\sslActorAlias.psc(306,31): variable NiOverride is undefined C:\Games\Skyrim\Data\Scripts\Source\sslActorAlias.psc(306,42): none is not a known user-defined type C:\Games\Skyrim\Data\Scripts\Source\sslActorAlias.psc(307,19): variable NiOverride is undefined C:\Games\Skyrim\Data\Scripts\Source\sslActorAlias.psc(307,30): none is not a known user-defined type C:\Games\Skyrim\Data\Scripts\Source\sslActorAlias.psc(312,5): variable NiOverride is undefined C:\Games\Skyrim\Data\Scripts\Source\sslActorAlias.psc(312,16): none is not a known user-defined type C:\Games\Skyrim\Data\Scripts\Source\sslActorAlias.psc(313,5): variable NiOverride is undefined C:\Games\Skyrim\Data\Scripts\Source\sslActorAlias.psc(313,16): none is not a known user-defined type C:\Games\Skyrim\Data\Scripts\Source\sslActorAlias.psc(722,31): variable NiOverride is undefined C:\Games\Skyrim\Data\Scripts\Source\sslActorAlias.psc(722,42): none is not a known user-defined type C:\Games\Skyrim\Data\Scripts\Source\sslActorAlias.psc(723,5): variable NiOverride is undefined C:\Games\Skyrim\Data\Scripts\Source\sslActorAlias.psc(723,16): none is not a known user-defined type C:\Games\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(765,61): variable NiOverride is undefined C:\Games\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(765,72): none is not a known user-defined type C:\Games\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(765,91): cannot compare a none to a int (cast missing or types unrelated) C:\Games\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(765,91): cannot relatively compare variables to None No output generated for VTSSOralFPF, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed. Failed on VTSSOralFPF Things I have tried: Reinstalling SexLab Reinstalling SKSE Installing SKYUI SDK Installing NiOverride If anyone has any idea why I am getting this error please let me know.
GenioMaestro Posted October 16, 2016 Posted October 16, 2016 you need put NiOverride.psc in your source folder... normaly, the source psc files are not copied when install the mod... you must un-pack the psc files manually and copy it.. Starting 1 compile threads for 1 files...Compiling "sslActorAlias"...Starting assembly of sslActorAlias0 error(s), 0 warning(s)Assembly succeededCompilation succeeded.Batch compile of 1 files finished. 1 succeeded, 0 failed.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.