Skip to content

EvenAR/ILS-Window

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ILS window plugin for EuroScope

Shows aircraft positions relative to the ILS.

Installation and use

  1. Download the latest release from the Releases page.
  2. Place the DLL and JSON file in the same directory.
  3. 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.

Configuration

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 degrees
  • maxOffsetLeft and maxOffsetRight 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".

Screenshots

The first image shows an example using the "X11" window style. In the second image the "CDE" window style is used.

image Screenshot 2025-02-12 215106

The design is loosely inspired by the Norwegian Air Traffic Control System (NATCON).