Can someone please help or explain why I can't seem to compile scripts in Notepad++? I have followed the instructions on the wiki page but I cannot get it to work properly. After creating a script, and saving to my source file when I try to compile it I receive the following message in the cmd.exe window:
C:\Program Files (x86)Notepad++>"C:\Projects\TESV\Build\PC\Papyrus Compiler\PapyrusCompiler.exe"
"MyFirstScript.psc" -f="TESV_Papyrus_flg" -i="C:\Projects\TESV\Build\Source\DLC01\Scripts" -o="C:\Projects\TESV\Build\PC\Data\Scripts"
The system cannot find the path specified.
C:\Program Files (x86)\Notepad++>pause
Press any key to continue...
I created a shortcut in Notepad++ and checked the shortcuts .xml file and it is correct. I have a retail installation of TESV and all is in the default locations.
What I don't understand is the input and output directories on my installation are as follows:
C:\Program Files (x86)\Steam\SteamApps\common\Skyrim\Data\Scripts\Source
C:\Program Files\(x86)\Steam\SteamApps\common\Skyrim\Data\Scripts
(also tried specifying the above in the .xml file, but no results)
I have even tried moving the Papyrus compiler and my scripts folder to another directory, but still receive the same exact error message.
I'm at a loss!! Sorry this is so long but I don't know how to create a spoiler button or how to insert this info in a code box (not the most computer literate).