Skip to content

Glossary

Scrivener07 edited this page Jun 24, 2019 · 39 revisions

A glossary of terms used in these documents.

Command Line Interface (CLI)

A command line interface (CLI) is a means of interacting with a computer program where the user issues commands to the program in the form of successive lines of text (command lines). Most people will recognize the Windows Command Prompt as an example of a common CLI. Read more about this topic on wikipedia.

Creation Kit

The primary tool for editing the game's data files. Read more about the Creation Kit for Skyrim and Fallout 4.

Language Server Protocol (LSP)

Integrated Development Environment (IDE)

An integrated development environment (IDE) is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of at least a source code editor, build automation tools, and a debugger. Read more about this topic on wikipedia.

User Folder

The user folder is the default import for user created scripts.

Import Folder

An import folder is a directory of Papyrus source files and namespaces.

Import Root

The import root is the directory where namespaces will resolve their paths.

Installation

The installation refers to where the game is installed.

Namespace

This is a part of your script's "type".

Package

A package refers to all the files included with a project including non-source.

Project

A project refers to the modification your working on.

Script Extender (xSE, SKSE, F4SE)

The Script Extender family of projects have existed for many years with support for titles reaching back to Morrowind and beyond. Because of this, each Script Extender has adopted a naming scheme of the game's prefix followed by SE. For example, the Script Extender project for Skyrim is called SKSE, Fallout 4 is called F4SE, or just xSE to refer to the project in general.

Although some elements of the Script Extender source code has been carried from one game to another, each is essentially a standalone project. The Script Extender project is graciously hosted by SilverLock, visit the official websites for SKSE and F4SE.

VS Code

Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop.

Clone this wiki locally