Microsoft Flight Simulator X SDK: Difference between revisions

Content deleted Content added
Jastro1 (talk | contribs)
No edit summary
BG19bot (talk | contribs)
m WP:CHECKWIKI error fix for #03. Missing Reflist. Do general fixes if a problem exists. -, replaced: → (6) using AWB (11876)
Line 1:
<nowiki>Insert non-formatted text here</nowiki>{{unreferenced|date=February 2016}}
<nowiki>Insert non-formatted text here</nowiki>
 
==Introduction==
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:
Line 11 ⟶ 12:
The SDK is divided into four kits:
 
=== 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).
=== SimObjectMission Creation Kit: ===
This kit covers the creation of missions (tutorials, directed challenges and adventures).
 
=== MissionSimObject 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)
Line 29 ⟶ 34:
# Search for and open dll.xml
# Edit the file so that each <code><Launch.Addon></code> section reads as follows:
<Launch.Addon><br /><Name>''Name Of Tool''</Name><br /><Disabled>'''False'''</Disabled><br /><ManualLoad>'''False'''</ManualLoad><br /><Path>C:\\Microsoft  Flight  Simulator  X  SDK\SDK\Mission  Creation  Kit\Object_Placement.dll</Path><br /></Launch.Addon>
 
== Opening in-flight SDK tools in FSX ==
Line 44 ⟶ 49:
=== Scenery Objects ===
 
==== '''Scenery objects''' ====
Scenery Objects are objects such as people, buildings, bridges, or vehicles that appear in a Mission's scenery. Scenery objects created using the Object Placement Tool only appear in Missions, so they won't change the appearance of a ___location in free flight. There is an enormous library of scenery objects that come with FSX, and any of these objects, as well as objects created by the programmer, can be added to the Mission.
 
==== '''Mobile scenery objects''' ====
Mobile Scenery Objects are essentially scenery objects that have a series of programmed waypoints that allow them to move around. ''<u>Note: For moving vehicles, ships, and aircraft, it is more appropriate to create AI program objects with waypoint lists.</u>''
 
Line 60 ⟶ 65:
* Triggers
* Goal Object
* Disabled Traffic Airport Object
 
==References==
{{Reflist}}
 
[[Category:Microsoft Flight Simulator]]