Microsoft Flight Simulator X SDK: Difference between revisions

Content deleted Content added
Jastro1 (talk | contribs)
No edit summary
Jastro1 (talk | contribs)
Line 105:
 
=== Step 10: Link Mission XML to Flight File ===
This step will link the Mission Flight File, created in Step 1, to the Mission XML file created in StepinStep 8. This will set up the 'skeleton' of your mission.
#* Open the '''NameofYourMission''.FLT' file in your mission's Mission Folder.
#* At the top of the .FLT file, you will see the following lines of code:
<Title=''TitleofMission''><br />
<Description=""><br />
<AppVersion=10.0.61637><br />
<FlightVersion=1/>
* Fill in the mission's name, with spaces, in the <Title=_________> field
 
=== Ignore this section--Page under development!!! ===