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.
- Modify weather settings with live METAR information.
- Modify placement of flight plan checkpoints.
- Open flight plan in SkyVector, including aircraft settings.
- Export text briefings and Markdown files, including weather and aircraft settings.
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:
- Aerofly FS 4
- Node.js (Version 16+)
- Optional: Windows Terminal or use your pre-installed terminal
- Run
npm install -g aerofly-missions
from your terminal to globally installaerofly-missions
. - Optional: You might want to put a preconfigured batch file on your desktop for ease of access.
- Run
npm install -g aerofly-missions
from your terminal to updateaerofly-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.
- Open Aerofly FS 4, set up a flight plan, choose a aircraft, set time and weather. (You may want to use the Aerofly Wettergerät to get weather data.)
- Start the flight and check if the position of your aircraft is correct.
- Quit Aerofly FS 4 so all your settings will be saved to your
main.mcf
configuration file, usually located atC:\Users\…\Documents\Aerofly FS 4\main.mcf
. - Web version:
- Open https://fboes.github.io/aerofly-missions/dist/ and point the tool to the
main.mcf
.
- Open https://fboes.github.io/aerofly-missions/dist/ and point the tool to the
- Local version:
- Open the explorer and point it to the directory
main.mcf
is located, e.g.Documents\Aerofly FS 4\
. - Right click on the folder name and choose "Open in terminal".
- Run
aerofly-missions
in the open terminal to convertmain.mcf
to atmc
file (see below).
- Open the explorer and point it to the directory
- Grab your exported
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.