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
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,6 @@
2
2
3
3
Shows aircraft position relative to the ILS.
4
4
5
-
6
5
## Installation and use
7
6
8
7
1. Download the latest release from the [Releases](https://github.com/EvenAR/ILS-Window/releases) page.
@@ -11,14 +10,16 @@ Shows aircraft position relative to the ILS.
11
10
12
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 `.ils <title>` (where `<title>` refers to the `"title"` in the configuration file).
13
12
13
+
> [!NOTE]
14
+
> **Limitation**: This plugin uses the altitude reported by the pilot clients. Depending on the pilot's weather settings and the flight simulator they are using, the height displayed in the ILS Window may not match what the pilot sees (read why [here](https://forums.flightsimulator.com/t/vatsim-ivao-pilotedge-users-be-aware-of-an-important-bug/426142/468)).
15
+
14
16
## Configuration
15
17
16
18
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:
17
19
18
20
-`localizerCourse` must be the **true** heading in degrees
19
21
-`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