PAPI creation (ASM tweak): Difference between revisions

From FSDeveloper Wiki
Jump to navigationJump to search
(Added a rather important step - how to get the ASM files!)
No edit summary
Line 1: Line 1:
You can download this tutorial in PDF format [http://www.fsdeveloper.com/forum/attachment.php?attachmentid=2547&d=1186056984 here].
You can download this tutorial in PDF format [http://www.fsdeveloper.com/forum/attachment.php?attachmentid=2547&d=1186056984 here].


Before you can begin work using this tutorial, you must alter the MakeMDL.cfg file in your gmax/plugins subfolder. Add the following 2 lines.
Before you can begin work using this tutorial, you must reconfigure MakeMDL to leave behind the ASM source files, as detailed in the article on [[ASM Tweaking]].
 
[Options]
 
keep=1
 
 
Adding the "keep" option means that the ASM files you are required to modify as part of the tutorial are left behind after the model has been created using the standard Gmax export process.




[[Category:Scenery_design]]
[[Category:Scenery_design]]

Revision as of 02:59, 22 May 2008

You can download this tutorial in PDF format here.

Before you can begin work using this tutorial, you must reconfigure MakeMDL to leave behind the ASM source files, as detailed in the article on ASM Tweaking.