Jump to content

Microsoft Flight Simulator X SDK

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 109.156.19.20 (talk) at 12:42, 3 February 2016. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Insert non-formatted text here

Overview

The Flight Simulator X SDK can be used to create add-on components for Flight Simulator X. These components can be new or replacement aircraft, instrumentation, missions, scenery, terrain, airport ground vehicles, airport runways and buildings, special effects, camera views, and many other elements in the simulated world. It must be pointed out, though, that some of these tasks, such as creating new aircraft, are very involved, demand a considerable amount of skill and knowledge, and are time consuming. Other tasks, though requiring patience and close attention to detail, can be completed in a few hours - such as designing and adding a simple gauge to an existing aircraft, configuring a new camera, creating a new graphical special effect, or completing a fairly simple new mission. (For more detail on creating missions, see Mission Creation SDK).

Unless the default installation directory is changed, the SDK installs to:

C:\Program Files\Microsoft Games\Microsoft Flight Simulator X SDK\[1]

The SDK is divided into four main areas

Core Utilities Kit:

This kit covers the new SimConnect SDK - the programmers interface to Flight Simulator X, Camera Configuration, and also tables of variables that can be used by client applications written for SimConnect, and other components of the overall SDK.

Environment Kit:

This kit covers terrain, scenery, modeling, aircraft and boat traffic, and special effects.

Mission Creation Kit:

This kit covers the creation of missions (tutorials, directed challenges and adventures).

SimObject Creation Kit:

This kit covers the creation of aircraft, panels and gauges, and also all the other simulation objects that can appear (ground vehicles, boats, animals, trains, and so on).

Installation (FSX Deluxe Edition)

The SDK is not installed by default, so it is necessary to manually install the package. To do this in Windows, follow these steps: (you must be logged into an Administrator account)

  1. Insert Microsoft Flight Simulator X disk.
  2. Open the E Drive(removable disk drive in File explorer.
  3. Open SDK sub-folder.
  4. Double click 'setup.exe'.
  5. Tell the program where to install and run the application. (Default locations is: C:\Program Files(x86)\Microsoft Games\Microsoft Flight Simulator X SDK)[2]
  6. Browse to the Microsoft Flight Simulator X SDK folder: C:\<user name>\Application Data\Microsoft\FSX\
  7. Search for and open dll.xml
  8. Edit the file so that each <Launch.Addon> section reads as follows:

<Launch.Addon>

<Name>Name Of Tool</Name>

<Disabled>False</Disabled>

<ManualLoad>False</ManualLoad>

<Path>..\Microsoft Flight Simulator X SDK\SDK\Mission Creation Kit\Object_Placement.dll</Path>

</Launch.Addon>

  1. Open FSX and select the tool from the in-flight 'Tools' drop-down menu.