Skip to content

EvenAR/ILS-Window

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 aircraft height accuracy. This is necessary for newer flight simulators with advanced atmospheric models (more info). For pilots using older simulators or custom weather settings, the displayed height may be slightly different from what is shown in the simulator.

Configuration

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 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".

Screenshot

image

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