Jump to content

Compiling a script with NP++


ciauz2

Recommended Posts

About a year ago I successfully compiled a psc script that I wanted to edit, so no problem at all. Now I'm trying to edit some scripts from a mod but I can't compile them anymore. The only thing that changed is that I upgraded from Win7 to Win10.

 

Anyway when I compile the cmd window gives me a lot of errors:

C:\Program Files (x86)\Notepad++>"D:\SteamLibrary\SteamApps\common\Skyrim\Papyrus Compiler\PapyrusCompiler.exe" "sirsal_sf_speechcraft_initial.psc" -f="TESV_Papyrus_Flags.flg" -i="D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source" -o="D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts"
Starting 1 compile threads for 1 files...
Compiling "sirsal_sf_speechcraft_initial"...
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_sf_speechcraft_initial.psc(0,0): unable to locate script TopicInfo
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_sf_speechcraft_initial.psc(16,36): unknown type objectreference
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_sf_speechcraft_initial.psc(18,32): cannot convert to unknown type actor
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_sf_speechcraft_initial.psc(18,32): cannot cast a objectreference to a actor, types are incompatible
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_sf_speechcraft_initial.psc(18,7): unknown type actor
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_sf_speechcraft_initial.psc(19,7): GetOwningQuest is not a function or does not exist
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_sf_speechcraft_initial.psc(19,24): cannot cast a none to a sirsal_quest_script, types are incompatible
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_sf_speechcraft_initial.psc(19,48): sirsal_quest_script is not a known user-defined type
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_sf_speechcraft_initial.psc(20,7): GetOwningQuest is not a function or does not exist
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_sf_speechcraft_initial.psc(20,24): cannot cast a none to a sirsal_quest_script, types are incompatible
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_sf_speechcraft_initial.psc(20,48): sirsal_quest_script is not a known user-defined type
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_sf_speechcraft_initial.psc(21,7): GetOwningQuest is not a function or does not exist
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_sf_speechcraft_initial.psc(21,24): cannot cast a none to a sirsal_quest_script, types are incompatible
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_sf_speechcraft_initial.psc(21,48): sirsal_quest_script is not a known user-defined type
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_sf_speechcraft_initial.psc(22,36): GetOwningQuest is not a function or does not exist
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_sf_speechcraft_initial.psc(22,53): cannot cast a none to a sirsal_quest_script, types are incompatible
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_sf_speechcraft_initial.psc(22,21): unknown type sirsal_quest_script
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_sf_speechcraft_initial.psc(23,9): sirsal_quest_script is not a known user-defined type
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_sf_speechcraft_initial.psc(23,70): variable game is undefined
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_sf_speechcraft_initial.psc(23,75): none is not a known user-defined type
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_sf_speechcraft_initial.psc(23,87): none is not a known user-defined type
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_sf_speechcraft_initial.psc(23,108): cannot cast a none to a int, types are incompatible
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_sf_speechcraft_initial.psc(23,40): none is not a known user-defined type
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_sf_speechcraft_initial.psc(24,9): sirsal_quest_script is not a known user-defined type
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_sf_speechcraft_initial.psc(24,45): variable game is undefined
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_sf_speechcraft_initial.psc(24,50): none is not a known user-defined type
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_sf_speechcraft_initial.psc(24,62): cannot cast a none to a objectreference, types are incompatible
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_sf_speechcraft_initial.psc(24,92): cannot convert to unknown type objectreference
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_sf_speechcraft_initial.psc(24,92): cannot cast a actor to a objectreference, types are incompatible
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_sf_speechcraft_initial.psc(24,40): none is not a known user-defined type
No output generated for sirsal_sf_speechcraft_initial.psc, compilation failed.

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

It seems that nothing is recognized in the script, but I'm not sure.

 

Maybe I didn't correctly setup the notepad? But the fact is last time I tried to compile a script everything worked fine. Thanks for any help.

 

p.s: same results in the CK.

Link to comment
Share on other sites

"unable to locate script TopicInfo": Is the the Key

 

short -> Move/Replace the TopicInfo.psc to Source Folder and it should Compile.

 

long -> Reinstall Scripts, then SKSE Scripts & SkyUI_SDK if you use that,

 

maybe PapyrusUtil as well, then Your SCRIPTS, Fixed.

Edited by PeterMartyr
Link to comment
Share on other sites

Thank you for your reply. I've followed everything you said to the letter, but it's still a mess:

C:\Program Files (x86)\Notepad++>"D:\SteamLibrary\SteamApps\common\Skyrim\Papyrus Compiler\PapyrusCompiler.exe" "sirsal_sf_speechcraft_initial.psc" -f="TESV_Papyrus_Flags.flg" -i="D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source" -o="D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts"
Starting 1 compile threads for 1 files...
Compiling "sirsal_sf_speechcraft_initial"...
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Keyword.psc(4,33): unknown type location
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Actor.psc(27,49): unknown type globalvariable
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Actor.psc(28,34): globalvariable is not a known user-defined type
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Actor.psc(28,1): type mismatch on parameter 1 (did you forget a cast?)
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\ActorBase.psc(4,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Quest.psc(12,66): unknown type globalvariable
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Quest.psc(13,12): globalvariable is not a known user-defined type
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Quest.psc(18,34): globalvariable is not a known user-defined type
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Quest.psc(18,40): cannot compare a none to a float (cast missing or types unrelated)
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Quest.psc(18,40): cannot relatively compare variables to None
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Quest.psc(18,90): globalvariable is not a known user-defined type
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Quest.psc(18,96): cannot compare a none to a float (cast missing or types unrelated)
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Quest.psc(18,96): cannot relatively compare variables to None
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Quest.psc(135,58): unknown type globalvariable
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Quest.psc(140,10): unknown type location
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Quest.psc(144,10): unknown type location
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Quest.psc(148,10): unknown type location
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Quest.psc(155,10): unknown type location
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Quest.psc(158,62): unknown type location
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Quest.psc(159,10): unknown type location
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Quest.psc(169,31): unknown type location
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Quest.psc(173,10): unknown type location
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Quest.psc(176,33): unknown type location
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Quest.psc(179,36): unknown type location
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Quest.psc(185,28): unknown type location
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Quest.psc(200,71): unknown type location
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Quest.psc(205,10): unknown type location
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Quest.psc(208,57): unknown type location
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Quest.psc(229,10): unknown type location
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Quest.psc(232,48): unknown type location
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Quest.psc(236,33): unknown type location
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Quest.psc(241,10): unknown type location
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\LeveledItem.psc(13,24): unknown type globalvariable
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\LeveledItem.psc(14,40): unknown type globalvariable
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\MagicEffect.psc(48,15): unknown type light
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\MagicEffect.psc(49,24): unknown type light
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\MagicEffect.psc(51,22): unknown type effectshader
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\MagicEffect.psc(52,35): unknown type effectshader
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\MagicEffect.psc(54,22): unknown type effectshader
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\MagicEffect.psc(55,39): unknown type effectshader
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\MagicEffect.psc(57,20): unknown type projectile
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\MagicEffect.psc(58,34): unknown type projectile
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\MagicEffect.psc(60,19): unknown type explosion
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\MagicEffect.psc(61,32): unknown type explosion
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\MagicEffect.psc(72,23): unknown type impactdataset
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\MagicEffect.psc(73,40): unknown type impactdataset
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\MagicEffect.psc(78,28): unknown type imagespacemodifier
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\MagicEffect.psc(79,45): unknown type imagespacemodifier
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Race.psc(20,19): unknown type voicetype
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Race.psc(23,52): unknown type voicetype
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\ActorBase.psc(55,24): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\ActorBase.psc(104,19): unknown type voicetype
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\ActorBase.psc(105,32): unknown type voicetype
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Shout.psc(4,21): unknown type wordofpower
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Shout.psc(8,46): unknown type wordofpower
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Actor.psc(179,17): unknown type package
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Ammo.psc(9,20): unknown type projectile
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Weapon.psc(54,16): unknown type static
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Weapon.psc(55,33): unknown type static
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Actor.psc(293,45): unknown type associationtype
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Actor.psc(454,28): unknown type idle
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Actor.psc(457,38): unknown type idle
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Actor.psc(721,32): unknown type location
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Actor.psc(721,51): unknown type location
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Actor.psc(733,29): unknown type package
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Actor.psc(737,30): unknown type package
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Actor.psc(741,27): unknown type package
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Game.psc(176,41): unknown type wordofpower
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Game.psc(251,57): unknown type imagespacemodifier
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Game.psc(257,31): unknown type wordofpower
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Game.psc(263,32): unknown type wordofpower
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\ObjectReference.psc(86,33): location is not a known user-defined type
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\ObjectReference.psc(86,77): location is not a known user-defined type
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\ObjectReference.psc(110,5): unknown type key
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\ObjectReference.psc(112,5): type mismatch on parameter 1 (did you forget a cast?)
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\ObjectReference.psc(112,29): cannot compare a none to a int (cast missing or types unrelated)
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\ObjectReference.psc(113,3): type mismatch on parameter 1 (did you forget a cast?)
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\ObjectReference.psc(242,18): unknown type location
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\ObjectReference.psc(245,15): unknown type scene
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\ObjectReference.psc(251,18): unknown type location
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\ObjectReference.psc(269,13): unknown type key
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\ObjectReference.psc(368,19): unknown type voicetype
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\ObjectReference.psc(374,20): unknown type worldspace
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\ObjectReference.psc(388,41): unknown type locationreftype
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\ObjectReference.psc(465,90): unknown type encounterzone
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\ObjectReference.psc(477,45): unknown type impactdataset
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\ObjectReference.psc(517,19): unknown type topic
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\ObjectReference.psc(598,36): unknown type location
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\ObjectReference.psc(600,10): unknown type location
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\ObjectReference.psc(604,20): location is not a known user-defined type
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\ObjectReference.psc(665,67): unknown type projectile
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\ObjectReference.psc(822,24): unknown type referencealias
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\ObjectReference.psc(834,26): unknown type referencealias[]
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\Keyword.psc(8,45): unknown type location
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(12,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(13,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(15,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(16,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(17,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(18,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(19,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(20,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(21,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(22,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(23,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(24,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(25,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(28,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(29,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(32,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(33,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(35,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(36,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(38,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(39,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(40,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(41,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(43,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(44,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(45,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(46,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(48,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(49,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(50,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(52,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(53,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(54,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(55,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(56,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(57,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(58,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(60,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(61,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(62,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(63,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(64,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(65,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(66,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(67,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(69,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(70,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(71,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(73,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(76,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(77,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(78,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(79,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(80,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(82,15): unknown type class
D:\SteamLibrary\SteamApps\common\Skyrim\Data\scripts\source\sirsal_quest_script.psc(83,15): unknown type class
No output generated for sirsal_sf_speechcraft_initial.psc, compilation failed.

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

Everything is UNKNOWN, it seems. Thank you for your patience.

 

edit: note that the errors comes from other scripts, probably SKSE scripts. Maybe I have to reinstall everything from the beginning.

Edited by ciauz2
Link to comment
Share on other sites

Programmers check their code as they go.

When you de-compile someone else's work this is what you get

 

I don't think it's decompiler fault (but it may be), because I tried to compile another script that I edited and compiled succesfully long ago (with the source code made available by the modder), and even that gives me a lot of errors.

Link to comment
Share on other sites

Well it turned out it was waaay much simpler than I thought, but I couldn't ever figured out without further research. I just needed to copy all the content of Script.rar archive inside Data file (without overwriting anything) and it's all ok now!

Link to comment
Share on other sites

Well it turned out it was waaay much simpler than I thought, but I couldn't ever figured out without further research. I just needed to copy all the content of Script.rar archive inside Data file (without overwriting anything) and it's all ok now!

hey that what I said to, only completely rebuilding it from scratch to avoid unknown Errors

 

Happy it working for You now

cheeers

Link to comment
Share on other sites

  • Recently Browsing   0 members

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