Difference between revisions of "Script File"
Jump to navigation
Jump to search
added file type info
imported>Qazaaq (added papyrus project file extension) |
imported>Qazaaq (added file type info) |
||
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> | ||
==Tooling== | == Papyrus Source == | ||
A <code>.psc</code> file contains papyrus source code. | |||
== Papyrus Assembly == | |||
A <code>.pas</code> file contains papyrus assembly. | |||
== Papyrus Executable == | |||
A <code>.pex</code> file is executed by the game. | |||
== Papyrus Project == | |||
A <code>.ppj</code> file is used with the papyrus compiler. | |||
== Tooling == | |||
*The Creation Kit includes tooling for working with scripts. | *The Creation Kit includes tooling for working with scripts. | ||
*There are community software projects that provided tooling for working with scripts. | *There are community software projects that provided tooling for working with scripts. | ||
*Some [[:Category:Text_Editors|Text Editors]] support Papyrus scripts. | *Some [[:Category:Text_Editors|Text Editors]] support Papyrus scripts. | ||
== See Also == | == See Also == | ||
*[[:Category:Game_Files|Game Files Category]] | *[[:Category:Game_Files|Game Files Category]] | ||
*[[Distribution]] | *[[Distribution]] | ||
[[Category:Editor Reference]] | |||
[[Category:Game Files]] |