Difference between revisions of "Sublime Text Setup"
Jump to navigation
Jump to search
→Quick Compile
imported>JustinOther m (→Quick Compile) |
imported>JustinOther |
||
Line 10: | Line 10: | ||
(You'll also want to check the batch file itself, obviously.) | (You'll also want to check the batch file itself, obviously.) | ||
*NOTE: Check Skyrim\Papyrus Compiler\ScriptCompile.bat and make sure its file paths match your installation's. The below in its entirety should work for a default Skyrim installation on x86 or x64 Windows. | |||
<div style="overflow-x: scroll;"><source lang="xml">"%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</source></div> | |||
==Updating the snippets== | ==Updating the snippets== |