Skip to content

Commit 03a0df2

Browse files
authored
Update README.md
1 parent ee7fee3 commit 03a0df2

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
11
# ILS window plugin for EuroScope
22

3-
![image](https://github.com/user-attachments/assets/891e4868-6b48-4252-8923-440f4744961b)
3+
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.
19+
20+
![image](https://github.com/user-attachments/assets/49e513da-1fa5-4483-8823-f557a293c05a)

0 commit comments

Comments
 (0)