DA62

The DA62 airplane sample can be downloaded from the Help menu in DevMode. This sample contains a complete aircraft project, with all the files required by the simulation to fly the aircraft as well as source files which can be examined to see how the model was created and the flight files are set up. Once downloaded and installed, it can be found in the same folder as the other samples. It is worth noting that the Sources folder contain 2 3Ds Max model files:

  • DA62_exterior.max2019
  • DA62_interior.max2019

These can be used as reference projects when creating your own models for the simulation.

Example Images Of The DA62 Sample 3DS Max Files

You can expand the link below to see the DA62 file and folder structure:

File OverviewFile Overview

+ DA62
|---+ PackageDefinitions
|   |---+ da62-sdk-aircraft
|   |   |---+ ContentInfo
|   |   |   |---- Thumbnail.jpg
|   |   |---- Business.json
|   |---- da62-sdk-aircraft.xml
|---+ PackageSources
|   |---+ SimObjects
|       |---+ Airplanes
|           |---+ DA62_SDK_AIRCRAFT
|               |---+ Checklist
|               |   |---- DA62_Checklist.xml
|               |---+ Localization
|               |   |---- aircraft.loc
|               |---+ model
|               |   |---- DA62.xml
|               |   |---- DA62_interior.xml
|               |   |---- DA62_INTERIOR_LOD00.bin
|               |   |---- DA62_INTERIOR_LOD00.gltf
|               |   |---- DA62_INTERIOR_LOD01.bin
|               |   |---- DA62_INTERIOR_LOD01.gltf
|               |   |---- DA62_INTERIOR_LOD02.bin
|               |   |---- DA62_INTERIOR_LOD02.gltf
|               |   |---- DA62_INTERIOR_LOD03.bin
|               |   |---- DA62_INTERIOR_LOD03.gltf
|               |   |---- DA62_INTERIOR_LOD04.bin
|               |   |---- DA62_INTERIOR_LOD04.gltf
|               |   |---- DA62_INTERIOR_LOD05.bin
|               |   |---- DA62_INTERIOR_LOD05.gltf
|               |   |---- DA62_INTERIOR_LOD06.bin
|               |   |---- DA62_INTERIOR_LOD06.gltf
|               |   |---- DA62_LOD00.bin
|               |   |---- DA62_LOD00.gltf
|               |   |---- DA62_LOD01.bin
|               |   |---- DA62_LOD01.gltf
|               |   |---- DA62_LOD02.bin
|               |   |---- DA62_LOD02.gltf
|               |   |---- DA62_LOD03.bin
|               |   |---- DA62_LOD03.gltf
|               |   |---- DA62_LOD04.bin
|               |   |---- DA62_LOD04.gltf
|               |   |---- DA62_LOD05.bin
|               |   |---- DA62_LOD05.gltf
|               |   |---- DA62_LOD06.bin
|               |   |---- DA62_LOD06.gltf
|               |   |---- model.cfg
|               |---+ panel
|               |   |---- panel.cfg
|               |   |---- panel.xml
|               |---+ sound
|               |   |---- Asobo_DA62.PC.PCK
|               |   |---- sound.xml
|               |---+ soundAI
|               |   |---- Asobo_DA62_AI.PC.PCK
|               |   |---- soundAI.xml
|               |---+ Texture
|               |   |---- < various PNG and FLAGS files >
|               |   |---- texture.cfg
|               |---- ai.cfg
|               |---- aircraft.cfg
|               |---- aircraft.loc
|               |---- Approach.flt
|               |---- apron.flt
|               |---- cameras.cfg
|               |---- Climb.flt
|               |---- cockpit.cfg
|               |---- Cruise.flt
|               |---- engines.cfg
|               |---- Final.flt
|               |---- flight_model.cfg
|               |---- gameplay.cfg
|               |---- hangar.flt
|               |---- Notice.txt
|               |---- runway.flt
|               |---- systems.cfg
|               |---- target_performance.cfg
|               |---- taxi.flt
|---+ Sources
|   |---+ Art
|       |---+ Max
|           |---+ Textures
|               |---- < various PNG files >
|           |---- DA62_exterior.max
|           |---- DA62_interior.max

 

 

Loading And Building The Project

In order to load and build the project in Microsoft Flight Simulator, you must have previously enabled Developer Mode (see here for more information). Once enabled, simply follow these steps:

 

  • Use the Open project... command from the File menu.

Developer Mode Open Project

 

  • Select the file DA62_SDK_Project.xml from the DA62 sample project.

DA62 Project Directory

 

  • The Project Editor should open automatically and show you the project mycompany-aircraft-simple (if the Project Editor doesn't open, then you can open it from the Developer Mode Tools menu)

The DA62 Package In The Project Editor

 

  • Clicking on the project in the Project Editor will open the Inspector Window, and here you need to click the Build Package button (if the Inspector Window does not open automatically, go to the View menu in the Project Editor and open it from there).
    The Project Inspector Window

 

  • This will build a package from the files specified in your project. This package will be named da62-sdk-aircraft and will be output in the Packages folder created in the same directory as DA62-SDK-Project.xml:

 

  • Building the package will also install it into Microsoft Flight Simulator and so you can now proceed to the aircraft selection screen and see your newly created plane:
    The DA62 In Microsoft Flight Simulator