yerude Posted October 18, 2018 Share Posted October 18, 2018 I dont know why, but my Geck doesnt work properly anymore. I cannot edit scripts anymore. I can edit the properties, but i cannot neither edit the source nor open in external editor.I checked the preferences (havent changed them, i dont know the default settings but it worked before) At the moment the Source path is E:\Steam\steamapps\common\Fallout 4\Data\Scripts\Source\User\ In the Import order field below there is alsoE:\Steam\steamapps\common\Fallout 4\Data\Scripts\Source\User\ i added also E:\Steam\steamapps\common\Fallout 4\Data\Scripts\Source\manualy because it didnt work and most scripts are located in there.This didnt fix anything. In my ini files the papyrus settings are the followingCreationKitPrefs.ini ->[Papyrus]sCompileMode=DebugbCopyScriptToSourceOnExternalEditor=1bCopyScriptToSource=1sMRUNamespace5=sMRUNamespace4=sMRUNamespace3=sMRUNamespace2=sMRUNamespace1=sAliasAutoFillPrefixes=alias_sAutoFillPrefixes=PsDefaultNewPropertyPrefix=PsDefaultNamespace= CreationKit.ini ->[Papyrus]sScriptSourceFolder = ".\Data\Scripts\Source\User"sAdditionalImports = "$(source);.\Data\Scripts\Source" //added it myself but didnt change anythingsAdditionalImports = "$(source);.\Data\Scripts\Source\Base"sAutoFillNamespaceDefault1 = "MyMod01"sAutoFillNamespaceDefault2 = "MyMod02"sAutoFillNamespaceDefault3 = "MyMod03"sAutoFillNamespaceDefault4 = "MyMod04"sAutoFillNamespaceDefault5 = "MyMod05" Does Anyone knows how to fix it?Also i am new in editing scripts, it is a little bit uncomfortable to edit in notepad.Is there any editing program for papyrus scripts which is able to autocomplete methods and functions?I am used to use netbeans for java, papyrus syntax is a little bit strange but okayish. Just researching any method is a little bit annoying. An IDE working with it would be nice, or maybe a plugin for some IDE i could work with. But first i have to fix my problem :/ I have no clue why it got wrecked. Link to comment Share on other sites More sharing options...
Recommended Posts