//===============================================//
// EXAMPLE FLIGHT MODEL FILES FROM THE ESP SDK   //
//===============================================//

1) Content

These are the example flight model files from the ESP SDK, covering the following aircraft types:

- Jet (e.g. Boeing 737, 747, Learjet 45, CRJ-700)
- Piston (e.g. Mooney Bravo, Beaver, DC-3)
- Piston Helo (e.g. Robinson R22)
- Turbine Helo (e.g. EH-101)
- Legacy Turbine Helo (e.g. Bell 206)
- Turboprop (e.g. King Air)

Each flight model is provided in the following format:

- ASM (Raw, as sourced from the ESP SDK)
- ASM ("...+ Tables.asm"; annotated with numbers of the corresponding record, as displayed in Aircraft Airfile Manager v2.2)
- AIR (After compilation with ASM2AIR)

Furthermore, ASM2Air.exe, used for compiling ASM files into .air format, is included.
There is also an exemplary batch file, set to compile the unannotated JetSample file.



2) Source And References

https://msdn.microsoft.com/en-us/library/cc526961.aspx



3) Credits

ACES (.asm sample files; ASM2AIR.exe)



4) Revision History

2 - Fixed wrong table number in "PistonSample+Tables", line 1091
1 - Initial

BK, 2018