Difference between revisions of "Script File"
Jump to navigation
Jump to search
imported>Qazaaq (Created page with "Category:Editor Reference Category:Game Files '''File Extension:''' .psc, .pex ==Tooling== *The Creation Kit includes tooling for working with scripts. *There are com...") |
imported>Qazaaq (added wiki link) |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
'''File Extension:''' <code>.psc</code>, <code>.pas</code>, <code>.pex</code>, <code>.ppj</code>, <code>.log</code> | |||
'''File Extension:''' .psc, .pex | == Files == | ||
=== Source === | |||
A <code>.psc</code> file contains papyrus source code. | |||
=== Assembly === | |||
A <code>.pas</code> file contains papyrus assembly. | |||
=== Executable === | |||
A <code>.pex</code> file is executed by the game. | |||
=== Project === | |||
A <code>.ppj</code> file is used with the papyrus compiler. | |||
=== Log === | |||
A <code>.log</code> file is used to write Papyrus runtime information to disk for debugging purposes. | |||
==Tooling== | == Tooling == | ||
* | *[[Creation Kit]] | ||
*[[Text Editors]] | |||
*[[Papyrus Compiler]] | |||
*[[Papyrus Assembler]] | |||
*[[Papyrus Profile Analyzer]] | |||
*[[Papyrus Stack Dump Analyzer]] | |||
*There are community software projects that provided tooling for working with scripts. | *There are community software projects that provided tooling for working with scripts. | ||
== See Also == | == See Also == | ||
*[[:Category: | *[[Script File Structure]] | ||
*[[Papyrus Projects]] | |||
*[[:Category:Game Files|Game Files Category]] | |||
[[Category:Editor Reference]] | |||
[[Category:Papyrus]] | |||
[[Category:Game Files]] |
Latest revision as of 18:52, 6 December 2018
File Extension: .psc
, .pas
, .pex
, .ppj
, .log
Files[edit | edit source]
Source[edit | edit source]
A .psc
file contains papyrus source code.
Assembly[edit | edit source]
A .pas
file contains papyrus assembly.
Executable[edit | edit source]
A .pex
file is executed by the game.
Project[edit | edit source]
A .ppj
file is used with the papyrus compiler.
Log[edit | edit source]
A .log
file is used to write Papyrus runtime information to disk for debugging purposes.
Tooling[edit | edit source]
- Creation Kit
- Text Editors
- Papyrus Compiler
- Papyrus Assembler
- Papyrus Profile Analyzer
- Papyrus Stack Dump Analyzer
- There are community software projects that provided tooling for working with scripts.