Baaleos Posted January 12, 2019 Share Posted January 12, 2019 As per the guide that exists here:https://www.nexusmods.com/skyrim/articles/49826 I am trying to build my own alternative start modUnfortunately, I cannot get my TopicInfo script to compile Scriptname _Arthal_Baal_VampireLord extends TopicInfo ARTH_LAL_StartQuest Property ChargenQuest Auto Quest Property MyQuest Auto ChargenQuest.SetAddonQuestStage(10, MyQuest )I get the following: Starting 1 compile threads for 1 files...Compiling "_Arthal_Baal_VampireLord"...D:\SteamLibrary\steamapps\common\skyrim\Data\Scripts\Source\LAL\temp\_Arthal_Baal_VampireLord.psc(6,12): no viable alternative at input '.'No output generated for _Arthal_Baal_VampireLord, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed.Failed on _Arthal_Baal_VampireLord I've read various guides on how to solve this issue, but none of them seem to work for me: I've taken the script sources from the 'scripts.rar' added them to a new directory - I called it LALThen in chronological order of release, I added the dawnguard, hearthfires, and dragonborn subfolder contents into that directory as well, overwriting any duplicate files.Finally adding the Alternate Start scripts to the source folder too. I even added the skse script sources too - in case there was a dependency on those too.No matter what I did - I keep getting the no viable alternative at input '.' Can someone suggest what I might be missing?Note - When I say I made a new scripts source folder, I did set it in the SkyrimEditor.ini also so it is finding the source folder. I've also tried deleting the source folders contents, and rebuilding it step by step with contents from the scripts.rar file and the alternate start scripts. Link to comment Share on other sites More sharing options...
Baaleos Posted January 12, 2019 Author Share Posted January 12, 2019 When I add the property ARTH_LAL_StartQuest Property ChargenQuest Auto To the script, I am no longer able to open the properties view of the script.It says'Errors encountered while attempting to reload the script'However the script itself compiles when I add the property via the text editor Looking inside EditorWarnings.txt SCRIPTS: Error: Unable to link type of property "ChargenQuest" on object "Arthal_Baal_VampireLord" Link to comment Share on other sites More sharing options...
Baaleos Posted January 16, 2019 Author Share Posted January 16, 2019 BumpAnyone? Link to comment Share on other sites More sharing options...
Recommended Posts