Difference between revisions of "Papyrus FAQs"
Jump to navigation
Jump to search
→When I try to compile scripts outside the Creation Kit, my scripts always fail to compile. I'm sure my syntax is correct!
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, | 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> | ||
=== 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? === |