Difference between revisions of "Papyrus Compiler Reference"

217 bytes added ,  06:59, 15 April 2017
no edit summary
imported>Mardoxx
(Added dissassembly instructions)
imported>Serenity
 
(One intermediate revision by one other user not shown)
Line 26: Line 26:


This command line parameter specifies a list of folders that the compiler will look in for other scripts and the flag file. You'll want to at least point this at the folder that contains all the game's base scripts. Multiple folders are separated by semicolons.
This command line parameter specifies a list of folders that the compiler will look in for other scripts and the flag file. You'll want to at least point this at the folder that contains all the game's base scripts. Multiple folders are separated by semicolons.
If you happen to have multiple import sources, make sure that none of these have scripts with matching names. Only the first occurrence will be imported, every other source of the same name is ignored.


==== Output ====
==== Output ====
Line 67: Line 69:
<pre>for /F "tokens=*" %%F in ('dir /b *.pex') do PapyrusAssembler.exe %%~nF -D -Q</pre>
<pre>for /F "tokens=*" %%F in ('dir /b *.pex') do PapyrusAssembler.exe %%~nF -D -Q</pre>


{{Languages}}
[[Category: Scripting]]
[[Category: Scripting]]
[[Category: Papyrus]]
[[Category: Papyrus]]
Anonymous user