TESV_Papyrus_Flags.flg error says missing but is there.

Post » Fri Jun 05, 2015 5:23 am

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.

User avatar
Isabell Hoffmann
 
Posts: 3463
Joined: Wed Apr 18, 2007 11:34 pm

Post » Thu Jun 04, 2015 7:59 pm

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.

User avatar
Alyna
 
Posts: 3412
Joined: Wed Aug 30, 2006 4:54 am

Post » Fri Jun 05, 2015 11:16 am

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.

User avatar
kitten maciver
 
Posts: 3472
Joined: Fri Jun 30, 2006 2:36 pm


Return to V - Skyrim