-
This plugin seems to work very nicely within NPP, even without the need for bat files. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
This plugin just calls the game's PapyrusCompiler.exe to compile scripts, so if it doesn't compile, then your Skyrim setup is not fully working and you will encounter the same problem in CK as well. Since you mentioned problem with GetKeyword, I can only assume that you do not have Keyword.psc in your script source folder. |
Beta Was this translation helpful? Give feedback.
-
Notepad++'s Function List has nothing to do with PapyrusCompiler. Also, Papyrus.xml is only for styling. The only thing that could affect compilation is the game configuration in this plugin, and especially Import directories. Make sure you have {Skyrim Install Folder}\Data\Scripts\Source there, and without trailing backslash. Though, since you said it works with original game scripts, this should not be an issue. Does your code compile in CK? Another thing you could try to verify your game setup is to open a command prompt, change directory to {Skyrim Install Folder}\Data\Scripts\Source, then run this command to see if it compiles (replace folder according to your setup):
|
Beta Was this translation helpful? Give feedback.
Notepad++'s Function List has nothing to do with PapyrusCompiler. Also, Papyrus.xml is only for styling. The only thing that could affect compilation is the game configuration in this plugin, and especially Import directories. Make sure you have {Skyrim Install Folder}\Data\Scripts\Source there, and without trailing backslash. Though, since you said it works with original game scripts, this should not be an issue.
Does your code compile in CK? Another thing you could try to verify your game setup is to open a command prompt, change directory to {Skyrim Install Folder}\Data\Scripts\Source, then run this command to see if it compiles (replace folder according to your setup):
"..\..\..\Papyr…