Shows aircraft position relative to the ILS.
- Download the latest release from the Releases page.
- Place the DLL and JSON file in the same directory.
- Load the plugin in EuroScope.
By default the plugin will automatically open ILS windows based on the active arrival runways. It's also possible to open windows manually using .ils <title>
(where <title>
refers to the "title"
in the configuration file).
Note
Limitation: This plugin uses the altitude reported by the pilot clients. Depending on the pilot's weather settings and the flight simulator they are using, the height displayed in the ILS Window may not match what the pilot sees (more info).
The plugin reads the JSON configuration file when the plugin is loaded. For detailed configuration options, refer to the sample configuration file. Worth noticing:
localizerCourse
must be the true heading in degreesmaxOffsetLeft
andmaxOffsetRight
is used to specify the maximum visible range (in nautical miles) left and right of the localizer. Most relevant for airports with paralell approaches.
The design is inspired by the Norwegian Air Traffic Control System (NATCON).