Does anyone know of a way to input raw data (airspeed, altitude, etc.) into the program to produce a video representation of a known flight? We used to do it with FDR data, but would like to apply information from radar data to "recreate" a known flight path. Thanks!
[color=#000000]
Of course it can. That is one of the purposes of SimConnect...
http://msdn.microsoft.com/en-us/library/cc526983.aspxThe SimConnect SDK can be used by programmers to write add-on components for ESP. Add-on components for ESP can be written in C, C++, or, if the managed API calls are being used, any .NET language such as C#.net or VB.net.
Understand that because they are essentially identical, FSX and ESP1 share the same SDK, which is now published online for convenience. It is essentially the same as that which comes with FSX Deluxe + SDK SP1a + SDK SP2.