[dismiss]
This wiki is a copy of the original Skyrim CK wiki created and maintained by the UESP.net. See CreationKit:Copy Notice for more info.
Difference between revisions of "Script File"
Jump to navigation
Jump to search
imported>Qazaaq (added file type info) |
imported>Qazaaq (changed headings) |
||
Line 1: | Line 1: | ||
'''File Extension:''' <code>.psc</code>, <code>.pas</code>, <code>.pex</code>, <code>.ppj</code> | '''File Extension:''' <code>.psc</code>, <code>.pas</code>, <code>.pex</code>, <code>.ppj</code> | ||
== Files == | |||
== | === Source === | ||
A <code>.psc</code> file contains papyrus source code. | A <code>.psc</code> file contains papyrus source code. | ||
== | === Assembly === | ||
A <code>.pas</code> file contains papyrus assembly. | A <code>.pas</code> file contains papyrus assembly. | ||
== | === Executable === | ||
A <code>.pex</code> file is executed by the game. | A <code>.pex</code> file is executed by the game. | ||
== | === Project === | ||
A <code>.ppj</code> file is used with the papyrus compiler. | A <code>.ppj</code> file is used with the papyrus compiler. | ||
Line 19: | Line 19: | ||
== See Also == | == See Also == | ||
*[[Papyrus Projects]] | |||
*[[Distribution]] | |||
*[[:Category:Game_Files|Game Files Category]] | *[[:Category:Game_Files|Game Files Category]] | ||
[[Category:Editor Reference]] | [[Category:Editor Reference]] | ||
[[Category:Game Files]] | [[Category:Game Files]] |
Revision as of 08:44, 27 October 2017
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.