Atom
Atom is an open-source, highly-extensible text editor based on Chromium and Node.js. It was created and is being actively developed by the GitHub team. It can be downloaded from the official Atom site. Atom has an extremely flexible package system that allows customization of virtually everything about the editor.
Installation
Install Atom
- Go to the Atom website, download the setup file, and run it.
Install Packages
Syntax highlighting is provided by the language-papyrus package. Building is provided by the build and build-papyrus packages.
- In Atom, open the settings tab (File -> Settings, or Ctrl + Comma)
- Select the Install tab on the side
- Type in
language-papyrus
, then click install on the package when the results appear - Repeat the previous step for
build
andbuild-papyrus
If your Papyrus Compiler isn't in the default location (C:\Program Files (x86)\Steam\SteamApps\common\Fallout 4\Papyrus Compiler\PapyrusCompiler.exe
), then you must set it in the build-papyrus package settings.
- In Atom, open the settings tab (File -> Settings, or Ctrl + Comma)
- Select the Packages tab on the side
- Search for
build-papyrus
or find it in the list, and click on Settings - Change the compiler path setting to your appropriate path
Building
The build-papyrus package currently only supports using Papyrus project files to compile.
Make sure whatever folder you have open in Atom contains your project file in its root, and use Ctrl-Alt-B
to trigger the build.