@fboes/aerofly-startgeraet
v1.0.0
Published
More comprehensive options to set-up flights in Aerofly Flight Simulator 4, including import of flight plans and weather.
Readme
Aerofly Startgerät
More comprehensive options to set-up flights in Aerofly Flight Simulator 4, including import of flight plans and weather.
Capabilities:
- Change aircraft as well as set-up fuel and payload.
- Change weather with settings in feet, statute miles and other meaningful units.
- Change time and date.
- Import weather for given time, date and airport.
- Import a flight plan as well as aircraft and weather settings from SimBrief.
- Import a flight plan from flight plan file formats like Garmin
fpl, Microsoft Flight Simulatorplnand X-Planefms.
Requirements
This tool requires Node.js in at least version 20 to be installed on your local computer.
- Visit nodejs.org
- Download the LTS (Long Term Support) version or newer
- Run the installer and follow the setup wizard
- Open your terminal application and verify the correct installation:
node --version
The Startgerät is a Command Line Interface (CLI) tool, which means you need to open a terminal to run it. The tool itself does not need to be installed, as the Node.js tool npx will take care of downloading as well as executing the Startgerät.
Installation
No installation is required! The Startgerät runs directly via npx, which automatically downloads and executes the latest version. This means:
- No disk space is used for installation
- You always get the latest version
- No manual updates needed
- Works immediately after Node.js is installed
Usage
Call this tool by opening the pre-installed terminal application of your computer and execute this command:
npx @fboes/aerofly-startgeraet@latestThis will automatically download the latest version of this application and show the main menu of the Aerofly Startgerät.
Caveats and notes
- Importing flight plans almost certainly will require to set-up the starting location of you aircraft in Aerofly FS 4, as the parking positions of aircraft are unknown.
- Importing flight plans almost certainly will require to set-up the runways you want to use in Aerofly FS 4, as the runway IDs are unknown.
- Importing of SIDs and STARs is not possible, so you will also need to add these manually in Aerofly FS 4.
- The Startgerät is able to alter the date and a third cloud layer, which both are not editable in Aerofly FS 4.
- The mapping of aircrafts & airlines from Simbrief import relies on the correct ICAO code of the aircraft being chosen.
Technical stuff
This projects uses the public APIs of the Aviation Weather Center and SimBrief. The usage of these APIs may be restricted or blocked on your local computer.
Status
For a detailed history of changes, see CHANGELOG.md.
Legal stuff
Author: Frank Boës 2026
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, but for the usage of the Aviation Weather Center API. For their data protection statement you might want to check their terms of service.
