Jump to content

Script Compile


Advint

Recommended Posts

Posted

So I've scoured the web read all the info I can and I know I'm missing something really dumb, but I just can't get script compile to run correctly. And it's gotten aggravating as its keeping me from progressing at this point. So, here's what my ScriptCompile.bat looks like:

"D:\Program Files\Steam\SteamApps\Common\Skyrim\Papyrus Compiler\PapyrusCompiler.exe" %1 -f="TESV_Papyrus_Flags.flg" -i="D:\Program Files\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source;D:\Program Files\Steam\SteamApps\Common\Skyrim\Data\Scripts\MyScripts" -o="D:\Program Files\Steam\SteamApps\Common\Skyrim\Data\Scripts"
Pause
And it always fails on -f=TESV_Papyrus_Flags.flg, for what reason I do not know, hence this topic.
Posted

I forget the trick to get the .bat file working and If I had saved a copy of my script I'd post it but I think I nuked it when I re-installed skyrim, but whatevs.

Dunno if the bat file would help (actually I think it was a Sublime Text build script or something... I forget)

 

But I do know if you just run cmd/powershell inside the Papyrus Compiler folder, you can just copy paste that text over (after you enter the script names you wish to compile) and it'll work.

 

Not a very good answer, actually doesn't really answer your question at all so sorry about that. But if your in a rush to do a quick compile on just a few scripts or have a folder with all the scripts inside that you just want to compile running it through this way isn't too bad.

Posted

-f="D:\Program Files\Steam\SteamApps\Common\Skyrim\Data\Scripts\Source\TESV_Papyrus_Flags.flg"

Was really hoping it was something like this that would make it work, but it still fails. Some extra information: It reads <unknown><0,0>: unable to locate script etc. etc.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...