Script File

From the Fallout4 CreationKit Wiki
Revision as of 09:40, 27 October 2017 by imported>Qazaaq (added file type info)
Jump to navigation Jump to search

File Extension: .psc, .pas, .pex, .ppj

Papyrus Source

A .psc file contains papyrus source code.

Papyrus Assembly

A .pas file contains papyrus assembly.

Papyrus Executable

A .pex file is executed by the game.

Papyrus Project

A .ppj file is used with the papyrus compiler.

Tooling

  • The Creation Kit includes tooling for working with scripts.
  • There are community software projects that provided tooling for working with scripts.
  • Some Text Editors support Papyrus scripts.

See Also