Difference between revisions of "Notepad++ Setup"
Jump to navigation
Jump to search
→Setting up a quick compile: Somebody broke the environmental variable.
imported>Schnusch |
imported>JustinOther (→Setting up a quick compile: Somebody broke the environmental variable.) |
||
Line 7: | Line 7: | ||
#Open Notepad++ | #Open Notepad++ | ||
#Hit F5 (run) | #Hit F5 (run) | ||
#Paste the following line into the input in the "Run..." dialogue window in Notepad++:<pre>" | #Paste the following line into the input in the "Run..." dialogue window in Notepad++:<pre>"%ProgramFiles(x86)%\Steam\SteamApps\Common\Skyrim\Papyrus Compiler\PapyrusCompiler.exe" %1 -f="TESV_Papyrus_Flags.flg" -i="%ProgramFiles(x86)%\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source" -o="%ProgramFiles(x86)%\Steam\SteamApps\Common\Skyrim\Data\Scripts" | ||
Pause</pre>NOTE: Inside the first quotes, paste in the equivalent path on your PC that points to the ScriptCompile.bat file. | |||
#Select Save... | #Select Save... | ||
#Name it something useful like "Compile Papyrus" | #Name it something useful like "Compile Papyrus" |