Gulfwulf Posted March 20, 2016 Posted March 20, 2016 I'm having a problem compiling a new creature script. These are the errors I'm getting: Ā E:\Steam\SteamApps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(299,31): variable NiOverride is undefined E:\Steam\SteamApps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(299,42): none is not a known user-defined type E:\Steam\SteamApps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(300,19): variable NiOverride is undefined E:\Steam\SteamApps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(300,30): none is not a known user-defined type E:\Steam\SteamApps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(305,5): variable NiOverride is undefined E:\Steam\SteamApps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(305,16): none is not a known user-defined type E:\Steam\SteamApps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(306,5): variable NiOverride is undefined E:\Steam\SteamApps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(306,16): none is not a known user-defined type E:\Steam\SteamApps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(715,31): variable NiOverride is undefined E:\Steam\SteamApps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(715,42): none is not a known user-defined type E:\Steam\SteamApps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(716,5): variable NiOverride is undefined E:\Steam\SteamApps\common\Skyrim\Data\Scripts\Source\sslActorAlias.psc(716,16): none is not a known user-defined type E:\Steam\SteamApps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(696,61): variable NiOverride is undefined E:\Steam\SteamApps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(696,72): none is not a known user-defined type E:\Steam\SteamApps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(696,91): cannot compare a none to a int (cast missing or types unrelated) E:\Steam\SteamApps\common\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(696,91): cannot relatively compare variables to None No output generated for Weregalscript, compilation failed. Ā Batch compile of 1 files finished. 0 succeeded, 1 failed. Failed on Weregalscript Ā I have the source scripts from SexLab, XPMSE, FNIS, SKSE, and SkyUI 5.0 in my scripts folder. Any idea as to what I'm doing wrong? Thanks.
Slammer64 Posted March 20, 2016 Posted March 20, 2016 You need to have the source files fromĀ Racemenu as well, that's where NiOverride is located.
Gulfwulf Posted March 20, 2016 Author Posted March 20, 2016 Ah, thanks. I thought I had those because I was using XPMSE. I'll dig it up and get those installed.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.