Skip to content
Scrivener07 edited this page Jun 24, 2019 · 53 revisions

You can now write mods for Fallout 4 and Skyrim with the aid of modern code editing features such as intellisense, jump to definition, symbol search, and live updated diagnostics.

If your question is not covered here then consider visiting the Issue Tracker or join us on Discord.

Quick Start

A quick start for the Papyrus Language extension covering requirements, installation, and configuration.

Requirements

The Papyrus Language extension has flexible requirements. See also the Questions page.

  1. Have a supported game installed.
  2. Have the Creation Kit installed and Base scripts extracted.
  3. Have VS Code and the Papyrus Language extension installed.
  4. Optionally have xSE installed for debugger support.
Installation

The Papyrus Language extension installs with ease.

  1. Meet the requirements for this extension.
  2. Install the Papyrus Language extension through the VS Code Extensions View by searching for "Papyrus" by "Joel Day".
  3. After installation, the extension will automatically detect your game directories by reading the windows registry.
  4. Open your project's Papyrus source files and begin coding.
  5. Optionally, customize Configurations for the Papyrus Language extension.

Features

This extension supports several advanced features that developers are accustomed to in other language IDEs.

Feature Skyrim Skyrim SE Fallout 4
Language Definition Yes Yes Yes
Static Analysis Yes Yes Yes
Intellisense Yes Yes Yes
Refactoring Yes Yes Yes
Compilation No No No
Debugging No No Yes

Settings

These are all the settings provided by the Papyrus Language extension. Read more about using VS Code Settings.

Commands

These are all the commands provided by the Papyrus Language extension. Read more about using commands with the VS Code Command Palette.

Clone this wiki locally