Fallout 4
0 of 0

File information

Last updated

Original upload

Created by

Kapiainen

Uploaded by

mrpwn

Virus scan

Safe to use

About this mod

Sublime Text 2 and 3 package for the Papyrus scripting language.

Requirements
Permissions and credits
Changelogs
The package provided by Bethesda on the official Fallout 4 Creation Kit wiki is probably better at the moment since it includes more extensive completions. The goal is to implement most major features present in the Skyrim module (e.g. the linter, intelligent code completion) in the Fallout 4 module, but that may take some time as the new version of Papyrus has many new features.

Sublime Text 2
 and 3 package for the Papyrus scripting language.

SublimePapyrus is a package that aims to provide a development environment for the Papyrus scripting language within Sublime Text. The package is split into a core package and additional packages for specific games and/or resources. The core package is always required, but the other packages usually depend upon the core package or one of the other packages.

How to install
- Download a release.
- Start Sublime Text.
- Click on the Browse Packages... option in the Preferences section of Sublime Text's toolbar.
- The \Data\Packages folder should now be open. Browse to \Data\Installed Packages.
- Open the release archive that was downloaded and extract the .sublime-package files to \Data\Installed Packages.
- Restart Sublime Text.

Features
- Syntax highlighting
- Build systems
- Basic completions
- Various commands

See the GitHub repository for more information.

Credits:
From version 1.0.0 onwards:
Kapiainen (MrJack, mrpwn)

Prior to version 1.0.0:
Quad2Core
MrJack
Based on the work done by Bethesda Game Studios and Mark Hanna. Used according to the license included in the original package and said license is included in this package.