Jump to content

[LE] Confirm Compiler Settings Dialogue box Opens every time Notepad++ is Opened


Recommended Posts

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

  • Recently Browsing   0 members

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