Category:SimConnect: Difference between revisions

From FSDeveloper Wiki
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
SimConnect is a new API for writing Flight Simulator Add-ons, introduced in Microsoft Flight Simulator X.
{{:Transclusion-Category:SimConnect-Oneline}}
<br>
SimConnect was first introduced with Microsoft Flight Simulator X.
 
Typically the components will perform one or more of the following:
* Add the processing for a new complex gauge, or other instrument, to Flight Simulator X.
* Replace Flight Simulator X processing of one or more events with new logic.
* Record or monitor a flight.
* Extend the mission system of Flight Simulator X.
* Create and set the flight plans for AI (non-user) aircraft.
* Set different weather systems.
* Enable new hardware to work with Flight Simulator X.  
* Control an additional camera that the user can optionally select to view.
 


[[Category:FSX]]
[[Category:FSX]]

Revision as of 04:51, 27 March 2008

SimConnect - An API to enable add-on components communicate with Flight Simulator.
SimConnect was first introduced with Microsoft Flight Simulator X.

Typically the components will perform one or more of the following:

  • Add the processing for a new complex gauge, or other instrument, to Flight Simulator X.
  • Replace Flight Simulator X processing of one or more events with new logic.
  • Record or monitor a flight.
  • Extend the mission system of Flight Simulator X.
  • Create and set the flight plans for AI (non-user) aircraft.
  • Set different weather systems.
  • Enable new hardware to work with Flight Simulator X.
  • Control an additional camera that the user can optionally select to view.