3aq Posted February 12, 2020 Share Posted February 12, 2020 I am experiencing an issue where my compiler won't compile anything requiring SKSE dependent scripts. Things such as SetGameSettingFloat or SetNthEffectMagnitude is beyond the capacity of my compiler for some odd reason. I've already copied and pasted the skse scripts folder into both scripts folder (scripts and scripts/source/scripts) of my Skyrim folder. Any other script that does not require SKSE seem to compile fine. I am lost as to what I should do. Assistance is deeply appreciated. Cheers, Link to comment Share on other sites More sharing options...
3aq Posted February 12, 2020 Author Share Posted February 12, 2020 Update: alright I fixed it somehow by copy and pasting the scripts into the output folder's parent directory. -- if anyone encounters the same issue, I hope this fixes it for you. Link to comment Share on other sites More sharing options...
shumkar Posted February 12, 2020 Share Posted February 12, 2020 (edited) I've already copied and pasted the skse scripts folder into both scripts folder (scripts and scripts/source/scripts) of my Skyrim folder. I fixed it somehow by copy and pasting the scripts into the output folder's parent directory. What do you mean under the output folder's parent directory? I have .pex scripts in Data/Scripts and .psc scripts in Data/Source/Scripts, not in Data/Scripts/Source/Scripts, and it works: CK sees all .psc, and those depending on SKSE are getting compiled. Edited February 12, 2020 by shumkar Link to comment Share on other sites More sharing options...
3aq Posted February 13, 2020 Author Share Posted February 13, 2020 Parent directory as in ..\parent directory\output folder Yes, I know what you mean, however my issue of not being able to compile wasn't due to scripts being missing from the game folders. Link to comment Share on other sites More sharing options...
shumkar Posted February 13, 2020 Share Posted February 13, 2020 So, you configured some specific folder(s) for your scripts, not matching with the game folder(s)? I was not aware that is possible. Link to comment Share on other sites More sharing options...
3aq Posted February 13, 2020 Author Share Posted February 13, 2020 it's quite possible, seehttps://www.creationkit.com/index.php?title=Notepad%2B%2B_Setup Link to comment Share on other sites More sharing options...
shumkar Posted February 13, 2020 Share Posted February 13, 2020 it's quite possible, seehttps://www.creationkit.com/index.php?title=Notepad%2B%2B_SetupThanks! Link to comment Share on other sites More sharing options...
Recommended Posts