Papyrus Compiler Checks Base Scripts

Post » Thu Jun 21, 2012 1:44 pm

Hi ;]

I've been scripting a lot, and the compiler's been a huge help, but suddenly it has started checking base scripts too?

This is the debug log from a single script I wrote and compiled without compiling any other scripts:
Spoiler


Starting 1 compile threads for 1 files...
Compiling "fpoHALevelCheckScript"...
c:\users\anne\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(170,17): unknown type faction
c:\users\anne\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(220,36): unknown type faction
c:\users\anne\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(377,34): unknown type faction
c:\users\anne\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(439,32): unknown type faction
c:\users\anne\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(463,35): unknown type faction
c:\users\anne\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(525,33): unknown type faction
c:\users\anne\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(554,32): unknown type faction
c:\users\anne\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(565,30): unknown type faction
c:\users\anne\steam\steamapps\common\skyrim\Data\Scripts\Source\Cell.psc(7,17): unknown type faction
c:\users\anne\steam\steamapps\common\skyrim\Data\Scripts\Source\Cell.psc(22,33): unknown type faction
c:\users\anne\steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(254,17): unknown type faction
c:\users\anne\steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(544,33): unknown type faction
No output generated for fpoHALevelCheckScript, compilation failed.

Batch compile of 1 files finished. 0 succeeded, 1 failed.
Failed on fpoHALevelCheckScript

How do I stop it from checking other scripts?

Also, I consider it interesting that Beth's base scripts contain errors and cannot compile properly.

Thank you for reading :)
User avatar
SamanthaLove
 
Posts: 3565
Joined: Mon Dec 11, 2006 3:54 am

Post » Thu Jun 21, 2012 5:08 pm

I think you might have deleted the faction.psc from your source folder. And I think the compiler always looks through (without compiling) every script that is called from the script being compiled.
User avatar
Michelle davies
 
Posts: 3509
Joined: Wed Sep 27, 2006 3:59 am

Post » Thu Jun 21, 2012 11:31 am

Going to check it out, thanks for the reply... I didn't delete anything at all though
User avatar
Steven Hardman
 
Posts: 3323
Joined: Sun Jun 10, 2007 5:12 pm

Post » Thu Jun 21, 2012 11:39 pm

Tell Steam to refresh the CK and let it make sure all of the standard scripts are where they belong.
User avatar
mollypop
 
Posts: 3420
Joined: Fri Jan 05, 2007 1:47 am

Post » Fri Jun 22, 2012 2:15 am

How is it that you're running the Papyrus compiler? If you're using the batch file, could you post its contents here?

Cipscis
User avatar
Eve Booker
 
Posts: 3300
Joined: Thu Jul 20, 2006 7:53 pm


Return to V - Skyrim