Shows aircraft positions 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
The plugin applies cold temperature correction to improve the accuracy of the reported height from the aircraft. This is necessary for newer flight simulators with advanced atmospheric models (more info). For pilots using older simulators or custom weather settings, the presented height may be slightly different from what is shown in the flight simulator.
The plugin reads a 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.windowStyle
must be"CDE"
(Common Desktop Environment) or"X11"
(X Window System).defaultTagMode
must be set to"squawk"
(shows only the SSR code) or"callsign"
.
The first image shows an example using the "X11" window style. In the second image the "CDE" window style is used.
The design is loosely inspired by the Norwegian Air Traffic Control System (NATCON).