I spammed TESV_Papyrus_Flags.flg around to nearly all relevant folders (Papyrus Compiler,script,source,ect) and I am still getting the error
Anyone have any idea why? I even unpacked the scripts.rar again.
I spammed TESV_Papyrus_Flags.flg around to nearly all relevant folders (Papyrus Compiler,script,source,ect) and I am still getting the error
Anyone have any idea why? I even unpacked the scripts.rar again.
Does this happen when you compile from the ck or from another source, Notepad++ or else?
TESV_Papyrus_Flags.flg should be in the source folder; remove the others.
Looks like you have a different problem than what you think it is. That output states that the compiler is failing to compile a script called -f=TESV_Papyrus_Flags.flg, which, for what should be fairly obvious reasons, cannot be done. The following is what the compiler would output if it was not able to find the flags file:
Starting 1 compile threads for 1 files...Compiling "Test"...(0,0): Unable to find flags file: TESV_Papyrus_Flags.flgH:\Mod Organizer\Skyrim\mods\SKSE\Scripts\Source\Game.psc(1,0): Unknown user flag HiddenH:\Mod Organizer\Skyrim\mods\SKSE\Scripts\Source\Game.psc(1,0): Unknown user flag HiddenH:\Mod Organizer\Skyrim\mods\SKSE\Scripts\Source\Game.psc(1,0): Unknown user flag HiddenH:\Mod Organizer\Skyrim\mods\SKSE\Scripts\Source\Actor.psc(1,0): Unknown user flag HiddenNo output generated for Test.psc, compilation failed.Batch compile of 1 files finished. 0 succeeded, 1 failed.Failed on Test.psc
How are you attempting to compile the script? It seems like -f=TESV_Papyrus_Flags.flg is mistakenly being sent to the compiler as the name of the script to compile instead of as one of the many arguments. The compiler expects a few arguments: the name of the script, the input folder, the output folder, and the name of the file containing flags.