Jump to content

Cannot edit scripts anymore


yerude

Recommended Posts

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 also

E:\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 following

CreationKitPrefs.ini ->

[Papyrus]
sCompileMode=Debug
bCopyScriptToSourceOnExternalEditor=1
bCopyScriptToSource=1
sMRUNamespace5=
sMRUNamespace4=
sMRUNamespace3=
sMRUNamespace2=
sMRUNamespace1=
sAliasAutoFillPrefixes=alias_
sAutoFillPrefixes=P
sDefaultNewPropertyPrefix=P
sDefaultNamespace=
CreationKit.ini ->
[Papyrus]
sScriptSourceFolder = ".\Data\Scripts\Source\User"
sAdditionalImports = "$(source);.\Data\Scripts\Source" //added it myself but didnt change anything
sAdditionalImports = "$(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

  • Recently Browsing   0 members

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