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!)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Infobox-Applicable-FSVersion
| FSXI = false
| FSXA = false
| FSX = false
| FS2004 = true
| FS2002 = false
| FS2000 = false
| FS98 = false
}}
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 [[Introduction to 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:Tweaking]]
[[Category:Scenery_Design]]

Latest revision as of 10:01, 6 July 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 Introduction to ASM tweaking.