GguyWesker101 Posted July 11, 2018 Share Posted July 11, 2018 (edited) I've been working on a huge project lately, made a lot of great advances, and now THIS: Papyrus Compiler Version 2.8.0.4 for Fallout 4Copyright © ZeniMax Media. All rights reserved.Starting 1 compile threads for 1 files...Compiling "DOD_:Fragments:Quests:QF_DODbunkerquestintro_01002E1A"...C:\Users\Gguy\AppData\Local\Temp\PapyrusTemp\DOD_\Fragments\Quests\QF_DODbunkerquestintro_01002E1A.psc(29,0): function variable instanceID already defined in the same scopeC:\Users\Gguy\AppData\Local\Temp\PapyrusTemp\DOD_\Fragments\Quests\QF_DODbunkerquestintro_01002E1A.psc(72,15): script property DODlightsturnon5 already definedC:\Users\Gguy\AppData\Local\Temp\PapyrusTemp\DOD_\Fragments\Quests\QF_DODbunkerquestintro_01002E1A.psc(72,15): script variable ::DODlightsturnon5_var already definedC:\Users\Gguy\AppData\Local\Temp\PapyrusTemp\DOD_\Fragments\Quests\QF_DODbunkerquestintro_01002E1A.psc(72,15): script property DODlightsturnon5 already has a get function definedC:\Users\Gguy\AppData\Local\Temp\PapyrusTemp\DOD_\Fragments\Quests\QF_DODbunkerquestintro_01002E1A.psc(74,15): script property DODlightsturnon2 already definedC:\Users\Gguy\AppData\Local\Temp\PapyrusTemp\DOD_\Fragments\Quests\QF_DODbunkerquestintro_01002E1A.psc(74,15): script variable ::DODlightsturnon2_var already definedC:\Users\Gguy\AppData\Local\Temp\PapyrusTemp\DOD_\Fragments\Quests\QF_DODbunkerquestintro_01002E1A.psc(74,15): script property DODlightsturnon2 already has a get function definedC:\Users\Gguy\AppData\Local\Temp\PapyrusTemp\DOD_\Fragments\Quests\QF_DODbunkerquestintro_01002E1A.psc(78,15): script property DODlightsturnon2 already definedC:\Users\Gguy\AppData\Local\Temp\PapyrusTemp\DOD_\Fragments\Quests\QF_DODbunkerquestintro_01002E1A.psc(78,15): script variable ::DODlightsturnon2_var already definedC:\Users\Gguy\AppData\Local\Temp\PapyrusTemp\DOD_\Fragments\Quests\QF_DODbunkerquestintro_01002E1A.psc(78,15): script property DODlightsturnon2 already has a get function definedC:\Users\Gguy\AppData\Local\Temp\PapyrusTemp\DOD_\Fragments\Quests\QF_DODbunkerquestintro_01002E1A.psc(82,15): script property DODlightsturnon2 already definedC:\Users\Gguy\AppData\Local\Temp\PapyrusTemp\DOD_\Fragments\Quests\QF_DODbunkerquestintro_01002E1A.psc(82,15): script variable ::DODlightsturnon2_var already definedC:\Users\Gguy\AppData\Local\Temp\PapyrusTemp\DOD_\Fragments\Quests\QF_DODbunkerquestintro_01002E1A.psc(82,15): script property DODlightsturnon2 already has a get function definedNo output generated for DOD_:Fragments:Quests:QF_DODbunkerquestintro_01002E1A, compilation failed.Batch compile of 1 files finished. 0 succeeded, 1 failed.Failed on DOD_:Fragments:Quests:QF_DODbunkerquestintro_01002E1A I can't compile scripts in that quest and the script properties listed above aren't even listed under the properties section. Edited July 11, 2018 by charliedfsf Link to comment Share on other sites More sharing options...
GguyWesker101 Posted July 11, 2018 Author Share Posted July 11, 2018 My entire project is literally stuck until this is resolved, so if anyone has an idea what i gotta do, i'd greatly appreciate it. Link to comment Share on other sites More sharing options...
GguyWesker101 Posted July 11, 2018 Author Share Posted July 11, 2018 (edited) Managed to fix the issue by editing the PSC script file in Notepad, and deleting all the error entries (aka the properties that glitched out). Edited July 11, 2018 by charliedfsf Link to comment Share on other sites More sharing options...
Zzyxzz Posted July 11, 2018 Share Posted July 11, 2018 Good that you found the issue! Just a small tipp:Get the editor: Visual Studio Code from Microsoft and then add the papyrus extension. You can also add an compiler extension.The editor is perfect and makes it easy to manipulate code. The extension provides syntax and coloration of the code. Its a must have and very very easy to set up. Link to comment Share on other sites More sharing options...
Recommended Posts