blu3mania / npp-papyrus

Notepad++ plugin to provide Papyrus scripting language support to Notepad++, such as syntax highlighting with automatic recognition of class names/functions/properties, keywords matching, and hyperlinks to referenced scripts. It also comes with a compiler that can provide compilation errors in a separate list window, as well as inline annotation and indication where errors are reported, plus support anonymization of compiled .pex files.
GNU General Public License v3.0
24 stars 7 forks source link

FO4 namespaces #59

Closed dizietsma closed 9 months ago

dizietsma commented 9 months ago

Does the comment on the latest commit mean that I can now compile a script in user subfolder in FO4 without using a project file? I could never get that to work before and gave up; just put everything in ../source:)

diziet

blu3mania commented 9 months ago

Yes. For example, if you have a script "MyMOD:MyScript" in Data\Scripts\Source\User\MyMOD\MyScript.psc, v1.2.2 should be able to correctly compile (and optionally anonymize) it to Data\Scripts\MyMOD\MyScript.pex

dizietsma commented 9 months ago

Cwl:) I shall revisit my FO4 mods and see what happens!

diziet