UNPKG

aerofly-missions

Version:

The Aerofly Missionsgerät converts simulator flight plan files for Aerofly FS 4, Microsoft Flight Simulator, X-Plane, GeoFS, and Garmin / Infinite Flight flight plan files. It also imports SimBrief flight plans.

38 lines (25 loc) 1.93 kB
# ![](favicon-64x64.png) Documentation The basic steps to work with the Missionsgerät are straightforward: 1. The Aerofly Missionsgerät converts simulator flight plan files for [Aerofly FS 4](https://www.aerofly.com/) (`main.mcf` and `tmc`), Microsoft Flight Simulator (`pln`), X-Plane (`fms`), GeoFS (`json`), and Garmin / Infinite Flight flight plan files (`fpl`). 2. Upload the flight plan file to the Missionsgerät. 3. You may want to add settings like the aircraft used, time and weather. Only Aerofly FS 4 flight plan files contain these information, so other flight plan files need to add these manually. You may also want to modify your starting position and heading by using the Missionsgerät's map. 4. Download the converted flight plan files file from the Missionsgerät. If you want to use the flight plan file in Aerofly FS 4, check the [generic `custom_missions_user.tmc` installation instructions](./generic-installation.md). ## Additional documents 1. [Building a custom missions file](./custom-missions.md) 1. [Flight plan output](./flightplan.md) 1. [Sources for flight plans](./importing-flightplans.md) 1. [Generic `custom_missions_user.tmc` installation instructions](./generic-installation.md) On a more theoretical level: 1. [How to build a flight plan](./build-flightplan.md) 1. [Development information](./development.md) ## Included mission files These missions are ready to download: 1. [Carl's Homecoming](./carls_homecoming/README.md) Take a seat in Carl's Pitts S-2, and starting in Hamburg travel up to Denmark, Sweden and finally Finnland. 1. [Tales from the Mach Loop](./mach_loop/README.md) Strap into your combat jet trainer and experience the thrill of low level flying at 400 knots in the mountains of Wales. 1. [The Reno Air Races](./reno_air_races/README.md) See the famous air racing courses of Reno and practice on your own. --- Back to [main page](../README.md)