Difference between revisions of "Papyrus FAQs"

96 bytes removed ,  13:10, 11 May 2016
imported>Digitalparanoid
(created / still populating from forum)
 
imported>Digitalparanoid
Line 55: Line 55:
=== When I try to compile scripts outside the Creation Kit, my scripts always fail to compile. I'm sure my syntax is correct!  ===
=== When I try to compile scripts outside the Creation Kit, my scripts always fail to compile. I'm sure my syntax is correct!  ===


For the sake of simplicity, I recommend using my Windows batch script (.bat file) for compiling scripts outside the Creation Kit.
For the sake of simplicity, use fireundubh's Windows batch script (.bat file) for compiling scripts outside the Creation Kit.


# Save [https://gist.github.com/fireundubh/667b685ad9f5e3358a9b596b42036949 compile_fo4.bat] to <code>C:\Scripts</code>. Create the directory if needed.
# Save [https://gist.github.com/fireundubh/667b685ad9f5e3358a9b596b42036949 compile_fo4.bat] to <code>C:\Scripts</code>. Create the directory if needed.
Line 70: Line 70:
compile_fo4 project.ppj          // compile the specified project file in the Projects directory   
compile_fo4 project.ppj          // compile the specified project file in the Projects directory   
</pre>
</pre>
If you have the old version of this script (previously posted here), I recommend updating!


=== What are all of the parameters for PapyrusCompiler.exe? What do they mean? ===
=== What are all of the parameters for PapyrusCompiler.exe? What do they mean? ===