Difference between revisions of "Script File"
Jump to navigation
Jump to search
imported>Qazaaq (added tools) |
imported>Qazaaq (added wiki link) |
||
Line 27: | Line 27: | ||
== See Also == | == See Also == | ||
*[[Script File Structure]] | |||
*[[Papyrus Projects]] | *[[Papyrus Projects]] | ||
*[[:Category:Game Files|Game Files Category]] | *[[:Category:Game Files|Game Files Category]] |
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.