Difference between revisions of "Papyrus Assembler"
Jump to navigation
Jump to search
imported>Qazaaq m (fixed link) |
imported>Qazaaq m |
||
Line 1: | Line 1: | ||
The [[Papyrus Assembler]] is a command utility used to assemble [[ | The [[Papyrus Assembler]] is a command utility used to assemble [[Script File]]s. | ||
The program will take 'assembly' <code>*.pas</code> files and convert them into executable <code>*.pex</code> files, a format that Fallout 4 can understand. | The program will take 'assembly' <code>*.pas</code> files and convert them into executable <code>*.pex</code> files, a format that Fallout 4 can understand. | ||
This utility is included with the [[Creation Kit]] and can be found in <code>...\Steam\SteamApps\common\Fallout 4\Papyrus Compiler\PapyrusAssembler.exe</code>. | This utility is included with the [[Creation Kit]] and can be found in <code>...\Steam\SteamApps\common\Fallout 4\Papyrus Compiler\PapyrusAssembler.exe</code>. |
Revision as of 13:41, 6 December 2018
The Papyrus Assembler is a command utility used to assemble Script Files.
The program will take 'assembly' *.pas
files and convert them into executable *.pex
files, a format that Fallout 4 can understand.
This utility is included with the Creation Kit and can be found in ...\Steam\SteamApps\common\Fallout 4\Papyrus Compiler\PapyrusAssembler.exe
.
Notes
None