Difference between revisions of "Script File"
Jump to navigation
Jump to search
imported>Qazaaq (changed headings) |
imported>Qazaaq (removed category) |
||
Line 20: | Line 20: | ||
== See Also == | == See Also == | ||
*[[Papyrus Projects]] | *[[Papyrus Projects]] | ||
*[[:Category:Game Files|Game Files Category]] | |||
*[[:Category: | |||
Revision as of 23:20, 3 December 2018
File Extension: .psc
, .pas
, .pex
, .ppj
Files
Source
A .psc
file contains papyrus source code.
Assembly
A .pas
file contains papyrus assembly.
Executable
A .pex
file is executed by the game.
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.