You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inspired by the Norwegian Air Traffic Control System (NATCON).
4
+
5
+
## Installation and use
6
+
7
+
1. Download the latest release from the [Releases](here) page.
8
+
2. Place the DLL and JSON file in the same directory.
9
+
3. Load the plugin in EuroScope.
10
+
11
+
By default the plugin will automatically open ILS windows based on the active arrival runways. It's also possible to open windows manually using `.par <title>` (where `<title>` refers to the `"title"` in the configuration file)
12
+
13
+
## Configuration
14
+
15
+
The plugin reads the JSON configuration file when the plugin is loaded. For detailed configuration options, refer to [the sample configuration file](/Sample%20config). Worth noticing:
16
+
17
+
-`localizerCourse` must be the **true** heading in degrees
18
+
-`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.
0 commit comments