SmallsTheHappy Posted November 5, 2017 Share Posted November 5, 2017 How do I fix this?Papyrus Compiler Version 2.8.0.4 for Fallout 4Copyright © ZeniMax Media. All rights reserved.Starting 1 compile threads for 1 files...Compiling "VampireRounds"...<unknown>(0,0): Unable to find flags file: Institute_Papyrus_Flags.flgC:\Program Files (x86)\Steam\steamapps\common\Fallout 4\Data\Scripts\Source\User\VampireRounds.psc(0,0): unable to locate script scriptobjectNo output generated for VampireRounds, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed.Failed on VampireRoundsThanks! Link to comment Share on other sites More sharing options...
SKKmods Posted November 5, 2017 Share Posted November 5, 2017 You probably need to extract Institute_Papyrus_Flags.flg from ..\Fallout 4\Data\Scripts\Source\Base\Base.zip into the \Base directory, or wherever the -f path in your compile batchfile points ... example: cd %2 "C:\Program Files (x86)\Steam\steamapps\common\Fallout 4\Papyrus Compiler\PapyrusCompiler.exe" %1 -f="C:\Program Files (x86)\Steam\steamapps\common\Fallout 4\Data\Scripts\Source\Base\Institute_Papyrus_Flags.flg" -i="C:\Program Files (x86)\Steam\steamapps\common\Fallout 4\Data\Scripts\Source\User;C:\Program Files (x86)\Steam\steamapps\common\Fallout 4\Data\Scripts\Source\Base" -o="C:\Program Files (x86)\Steam\steamapps\common\Fallout 4\Data\Scripts" pause Link to comment Share on other sites More sharing options...
SmallsTheHappy Posted November 6, 2017 Author Share Posted November 6, 2017 You probably need to extract Institute_Papyrus_Flags.flg from ..\Fallout 4\Data\Scripts\Source\Base\Base.zip into the \Base directory, or wherever the -f path in your compile batchfile points ... example: cd %2 "C:\Program Files (x86)\Steam\steamapps\common\Fallout 4\Papyrus Compiler\PapyrusCompiler.exe" %1 -f="C:\Program Files (x86)\Steam\steamapps\common\Fallout 4\Data\Scripts\Source\Base\Institute_Papyrus_Flags.flg" -i="C:\Program Files (x86)\Steam\steamapps\common\Fallout 4\Data\Scripts\Source\User;C:\Program Files (x86)\Steam\steamapps\common\Fallout 4\Data\Scripts\Source\Base" -o="C:\Program Files (x86)\Steam\steamapps\common\Fallout 4\Data\Scripts" pause Wait what do I need to do. Link to comment Share on other sites More sharing options...
Yulliah Posted November 6, 2017 Share Posted November 6, 2017 Go to Fallout 4\Data\Scripts\Source\Base\Base.zipOpen the zip, locate Institute_Papyrus_Flags.flg copy it or whatever, and put it inFallout 4\Data\Scripts\Source\Base\ is what he said *edit* I think */edit* Link to comment Share on other sites More sharing options...
Recommended Posts