AxelofAtheara Posted December 7, 2019 Share Posted December 7, 2019 Every time Notepad++ is opened, a dialogue box opens that says "Please confirm the Compiler Settings". Is there a way to disable this, or am I just going to have to deal with it? It's beginning to get on my nerves. Link to comment Share on other sites More sharing options...
Cheyron Posted December 7, 2019 Share Posted December 7, 2019 how did you setup the compiler? in the run dialogue or with a plugin like nppexec… I followed the creation kit wiki for setting up notepad++ and it works fine... I use nppexec this code will work with npp exec npe_console -- m- npp_save set local fo4 = C:\Program Files (x86)\Steam\steamapps\common\Skyrim\ set local papyrus = $(fo4)\Papyrus Compiler\PapyrusCompiler.exe set local scripts = $(fo4)\Data\Scripts set local source = $(scripts)\Source set local include = $(source);$(source)\Dragonborn "$(papyrus)" "$(CURRENT_DIRECTORY)\$(FILE_NAME)" -f="TESV_Papyrus_Flags.flg" -i="$(include)" -o="$(scripts)" Link to comment Share on other sites More sharing options...
AxelofAtheara Posted December 7, 2019 Author Share Posted December 7, 2019 I followed Darkfox127's tutorial. Link to comment Share on other sites More sharing options...
Recommended Posts