The Aerofly Missionsgerät converts simulator flight plan files for Aerofly FS 4 (main.mcf
and tmc
), Microsoft Flight Simulator (pln
) and X-Plane (fms
). It also imports Garmin flight plan files (fpl
).
Head over to https://fboes.github.io/aerofly-missions/dist/ to get started.
There is also a local Node.js CLI tool, if you want some automation for your workflow.
Format | Import | Export |
---|---|---|
Aerofly FS main.mcf |
✅ | |
Aerofly FS 4 tmc custom missions file |
✅ | ✅ |
Microsoft FS pln flight plan file |
✅ | ✅ |
X-Plane fms flight plan file |
✅ | ✅ |
Garmin fpl flight plan file |
✅ | |
gpx GPS Route file |
✅ | |
GeoJSON | (✅) | ✅ |
You will need the following software installed on your PC:
npm install -g aerofly-missions
from your terminal to globally install aerofly-missions
.npm install -g aerofly-missions
from your terminal to update aerofly-missions
to the current version.This manual is for Windows 10/11 installations. On other operating systems these steps are similar, but the file system locations will be different.
main.mcf
configuration file, usually located at C:\Users\…\Documents\Aerofly FS 4\main.mcf
.main.mcf
.main.mcf
is located, e.g. Documents\Aerofly FS 4\
.aerofly-missions
in the open terminal to convert main.mcf
to a tmc
file (see below).tmc
file with all your settings converted into a single mission file. This file can now be placed into the custom mission directory in Aerofly FS 4.Be aware that right now Aerofly FS 4 accepts custom missions exclusively from within …\Aerofly FS 4 Flight Simulator\missions\custom_missions_user.tmc
. See installation instructions on how to get started.
See the custom missions documentation for more information. See also more sources for flight plans on the Internet.
Author: Frank Boës
Copyright & license: See LICENSE.txt
This tool is NOT affiliated with, endorsed, or sponsored by IPACS GbR. As stated in the LICENSE.txt, this tool comes with no warranty and might damage your files.
This software complies with the General Data Protection Regulation (GDPR) as it does not collect nor transmits any personal data to third parties.