AffablySociopathic Posted August 22, 2012 Share Posted August 22, 2012 (edited) I cannot make any script at all even the http://www.creationkit.com/Bethesda_Tutorial_Papyrus_Hello_World script doesn't work and that doesn't even have any code in it, anyhow the error message is at the bottom of the post. So I'm working on a quest/sub-race mod and I'm trying to make an alternative scene based off of the t01dibellasaltarscript used at the end of the Heart of Dibella quest seeing as how I really like the animation scene used there and it would make my mod much more lore-friendly I duplicated the cell and found the four "BlessingKneelMarker" which seem to be the activators, they contain the before mentioned t01dibellasaltarscript now seeing as how I don't want to ruin the Heart of Dibella quest I refrained from directly editing t01dibellasaltaraltarscript and attempted to create a new script which I would then place a copy of the script contained in t01dibellasaltarscript, delete it from the list of scripts contained in the Reference>Scripts part of the "BlessingKneelMarker". Oh and below is the the error message I got. Starting 1 compile threads for 1 files...Compiling "LBQPaladinScript"...c:\program files (x86)\steam\steamapps\common\skyrim\Data\Scripts\Source\ActorBase.psc(10,18): unknown type formlistc:\program files (x86)\steam\steamapps\common\skyrim\Data\Scripts\Source\HeadPart.psc(13,18): unknown type formlistc:\program files (x86)\steam\steamapps\common\skyrim\Data\Scripts\Source\HeadPart.psc(14,32): unknown type formlistc:\program files (x86)\steam\steamapps\common\skyrim\Data\Scripts\Source\Game.psc(48,70): unknown type formlistc:\program files (x86)\steam\steamapps\common\skyrim\Data\Scripts\Source\Game.psc(51,69): unknown type formlistc:\program files (x86)\steam\steamapps\common\skyrim\Data\Scripts\Source\Game.psc(64,77): unknown type formlistc:\program files (x86)\steam\steamapps\common\skyrim\Data\Scripts\Source\Game.psc(69,76): unknown type formlistc:\program files (x86)\steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(634,55): unknown type formlistNo output generated for LBQPaladinScript, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed.Failed on LBQPaladinScript Edited August 23, 2012 by AffablySociopathic Link to comment Share on other sites More sharing options...
dfac364 Posted August 23, 2012 Share Posted August 23, 2012 can you post the script? Link to comment Share on other sites More sharing options...
AffablySociopathic Posted August 23, 2012 Author Share Posted August 23, 2012 (edited) can you post the script? Thats not the problem I tried creating another script following the very simple steps of the tutorial on http://www.creationkit.com/Bethesda_Tutorial_Papyrus_Hello_World and even that script didn't work, I suspect it might be an issue with the compiler itself but if so I don't have a clue on how to fix it. Edited August 23, 2012 by AffablySociopathic Link to comment Share on other sites More sharing options...
David Brasher Posted August 23, 2012 Share Posted August 23, 2012 Have you verified integrity on your game and on the CK? You may need to download data to repair corruption. Did you set your properties correctly before attempting to compile? Link to comment Share on other sites More sharing options...
AffablySociopathic Posted August 23, 2012 Author Share Posted August 23, 2012 Have you verified integrity on your game and on the CK? You may need to download data to repair corruption. Did you set your properties correctly before attempting to compile? Well this was my first attempt at scripting so, which properties are you talking about? After I ran into that error I checked the helloworld tutorial on ck wiki and even that script didn't work. The error happens when I add a new script before I can set the properties. I name it, add a documentation string(explaining the function of the script for anyone who wants to check it out for reference) and press the okay button and then this error message pops up. Link to comment Share on other sites More sharing options...
AffablySociopathic Posted August 24, 2012 Author Share Posted August 24, 2012 Can anyone provide a a copy of the Papyrus compiler seeing as how steam won't let me uninstall and re-install CK or perhaps point me towards a separate tool that allows me to edit and create papyrus scripts. Link to comment Share on other sites More sharing options...
steve40 Posted August 27, 2012 Share Posted August 27, 2012 (edited) I cannot make any script at all even the http://www.creationkit.com/Bethesda_Tutorial_Papyrus_Hello_World script doesn't work and that doesn't even have any code in it, anyhow the error message is at the bottom of the post. You have a script file missing: "formlist.psc" and/or "formlist.pex". Have a look in DATA/SCRIPTS/SOURCE and make sure that "formlist.psc" is present. If it is, then in the CK, go to the "Gameplay" menu in the top window and look for "Compile Papyrus Scripts". Choose "formlist.psc" and recompile it. That should fix your problems. Otherwise, your best option is to go into the Steam "library" tab and click the button "verify integrity of game cache" to replace missing files in the CK. Edited August 27, 2012 by steve40 Link to comment Share on other sites More sharing options...
Recommended Posts