Script File

From the Fallout4 CreationKit Wiki
Revision as of 19:48, 6 December 2018 by imported>Qazaaq (added tools)
Jump to navigation Jump to search

File Extension: .psc, .pas, .pex, .ppj, .log

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.

Log

A .log file is used to write Papyrus runtime information to disk for debugging purposes.

Tooling

See Also