Jump to content

Skyrim Script Compilation Question


Allannaa

Recommended Posts

Posted

If this isn't the place I should be posting this, I'm sorry, and I have no problem with a moderator moving the thread.

 

Here's the issue.  Not too long ago I had a hard-drive crash which resulted in having to reinstall everything (not just Skyrim.)

 

Since then I've had a weird issue in the CreationKit.

 

I use one -- ONE -- script in my mods.  What it does is make a piece of flint-and-steel activate a nearby linked fire.  It was written for me by someone else.

 

I downloaded all the mods I use, including my own, from the "other site", and then decided to tweak one of my own existing mods.  I didn't actually tweak the ESP, I made a new file entirely.

 

But when I went to compile the script, I got the error listed below.

 

Now, that said -- the script works.  You "Use Flint and Steel" and the fire starts burning as it should.  You "Use Flint and Steel" again, and the fire goes out as it should.

 

But I get the "compile failed" message in the CK, and I flat out don't get why.  As I've stated in a lot of other places, though, I'm a texture artist.  Scripting makes my head a-splode.  So I need to know if this is something I should worry about, or something I should just ignore, or something I should freak out over.

 

 

Starting 1 compile threads for 1 files...
Compiling "CottageFireLighterScript"...
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Keyword.psc(4,33): unknown type location
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Keyword.psc(8,45): unknown type location
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(27,49): unknown type globalvariable
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(28,34): globalvariable is not a known user-defined type
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(28,1): type mismatch on parameter 1 (did you forget a cast?)
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\ActorBase.psc(4,15): unknown type class
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\ActorBase.psc(10,18): unknown type formlist
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(12,66): unknown type globalvariable
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(13,12): globalvariable is not a known user-defined type
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(18,34): globalvariable is not a known user-defined type
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(18,40): cannot compare a none to a float (cast missing or types unrelated)
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(18,40): cannot relatively compare variables to None
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(18,90): globalvariable is not a known user-defined type
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(18,96): cannot compare a none to a float (cast missing or types unrelated)
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(18,96): cannot relatively compare variables to None
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(135,58): unknown type globalvariable
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(140,10): unknown type location
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(144,10): unknown type location
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(148,10): unknown type location
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(155,10): unknown type location
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(158,62): unknown type location
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(159,10): unknown type location
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(169,31): unknown type location
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(173,10): unknown type location
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(176,33): unknown type location
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(179,36): unknown type location
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(185,28): unknown type location
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(200,71): unknown type location
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(205,10): unknown type location
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(208,57): unknown type location
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(229,10): unknown type location
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(232,48): unknown type location
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(236,33): unknown type location
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(241,10): unknown type location
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\LeveledItem.psc(13,24): unknown type globalvariable
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\LeveledItem.psc(14,40): unknown type globalvariable
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\MagicEffect.psc(48,15): unknown type light
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\MagicEffect.psc(49,24): unknown type light
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\MagicEffect.psc(51,22): unknown type effectshader
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\MagicEffect.psc(52,35): unknown type effectshader
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\MagicEffect.psc(54,22): unknown type effectshader
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\MagicEffect.psc(55,39): unknown type effectshader
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\MagicEffect.psc(57,20): unknown type projectile
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\MagicEffect.psc(58,34): unknown type projectile
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\MagicEffect.psc(60,19): unknown type explosion
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\MagicEffect.psc(61,32): unknown type explosion
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\MagicEffect.psc(72,23): unknown type impactdataset
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\MagicEffect.psc(73,40): unknown type impactdataset
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\MagicEffect.psc(78,28): unknown type imagespacemodifier
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\MagicEffect.psc(79,45): unknown type imagespacemodifier
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Race.psc(20,19): unknown type voicetype
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Race.psc(23,52): unknown type voicetype
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\ActorBase.psc(55,24): unknown type class
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\HeadPart.psc(23,18): unknown type formlist
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\HeadPart.psc(24,32): unknown type formlist
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\ActorBase.psc(104,19): unknown type voicetype
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\ActorBase.psc(105,32): unknown type voicetype
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Game.psc(51,70): unknown type formlist
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Game.psc(54,69): unknown type formlist
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Game.psc(67,77): unknown type formlist
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Game.psc(72,76): unknown type formlist
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Game.psc(176,41): unknown type wordofpower
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Game.psc(251,57): unknown type imagespacemodifier
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Game.psc(257,31): unknown type wordofpower
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Game.psc(263,32): unknown type wordofpower
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\ActorValueInfo.psc(54,30): unknown type formlist
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Shout.psc(4,21): unknown type wordofpower
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Shout.psc(8,46): unknown type wordofpower
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(170,17): unknown type faction
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(179,17): unknown type package
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Ammo.psc(9,20): unknown type projectile
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Weapon.psc(54,16): unknown type static
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Weapon.psc(55,33): unknown type static
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(220,36): unknown type faction
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(293,45): unknown type associationtype
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(377,34): unknown type faction
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(439,32): unknown type faction
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(454,28): unknown type idle
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(457,38): unknown type idle
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(463,35): unknown type faction
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(525,33): unknown type faction
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(557,32): unknown type faction
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(568,30): unknown type faction
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(637,55): unknown type formlist
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(721,32): unknown type location
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(721,51): unknown type location
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(733,29): unknown type package
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(737,30): unknown type package
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(741,27): unknown type package
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Cell.psc(7,17): unknown type faction
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\Cell.psc(22,33): unknown type faction
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(86,33): location is not a known user-defined type
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(86,77): location is not a known user-defined type
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(110,5): unknown type key
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(112,5): type mismatch on parameter 1 (did you forget a cast?)
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(112,29): cannot compare a none to a int (cast missing or types unrelated)
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(113,3): type mismatch on parameter 1 (did you forget a cast?)
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(242,18): unknown type location
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(245,15): unknown type scene
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(251,18): unknown type location
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(254,17): unknown type faction
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(269,13): unknown type key
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(368,19): unknown type voicetype
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(374,20): unknown type worldspace
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(388,41): unknown type locationreftype
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(465,90): unknown type encounterzone
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(477,45): unknown type impactdataset
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(517,19): unknown type topic
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(544,33): unknown type faction
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(598,36): unknown type location
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(600,10): unknown type location
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(604,20): location is not a known user-defined type
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(665,67): unknown type projectile
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(822,24): unknown type referencealias
c:\steam\steamapps\common\skyrim\Data\Scripts\Source\ObjectReference.psc(828,30): unknown type formlist
No output generated for CottageFireLighterScript, compilation failed.

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

 

Posted

Are you launching the CK through Mod Organizer? Have you installed SKSE?

 

I don't use mod organiser, or NMM or anything else.  I launch the CK from the Steam > (et cetera) Skyrim folder, because I always have.

 

I do, of course, launch Skyrim from the SKSE shortcut.

 

I have the latest version of SKSE (and everything else on earth) installed.

 

To be fair, this problem *could* have existed before the hard-drive replacement and I just didn't know about it because I hadn't modded since last winter.

Posted

It seems that for some reason CK doesn't see the vanilla skyrim scripts, well, part of them. Have you tried verifying your skyrim/ck installation through steam? It'll reset some things as well, so might need to reinstall SKSE for example afterwards.

Posted

Srende -- I'll try that again... Remind me to reset "Allow multiple masters and Allow multiple Editors" though.... hehe

Archived

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

  • Recently Browsing   0 members

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