Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KingfuChan committed Feb 12, 2021
1 parent 9020e67 commit 455de41
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,19 @@ Miscellaneous Tag Enhancement Plugin for EuroScope

## Tag Items and Behavious

1. **GS(KPH) with indicator **- Ground speed in kph, with accel(A) and decel(L) indicator.
2. **RMK/STS indicator **- shows a * if RMK/ or STS/ is found in flight plan remarks.
3. **VS(fpm) in 4 digits **- vertical speed in xxxx, will not display if vs<=100 fpm.
4. **Level indicator **- combination of climb, descent, level flight indicator.
5. **Actual altitude (m) **- uses QNH altitude below transition level and STD altitude above.
6. **Cleared flight level (m) **- shows Chinese metric RVSM levels if matches, else calculats.
7. **Final flight level (m) **- shows Chinese metric RVSM levels if matches, else calculats.
8. **Similar callsign indicator **- algorithm is too complex to explain here and may contain bugs.
1. **GS(KPH) with indicator** - Ground speed in kph, with accel(A) and decel(L) indicator.
2. **RMK/STS indicator** - shows a **\*** if RMK/ or STS/ is found in flight plan remarks.
3. **VS(fpm) in 4 digits** - vertical speed in xxxx, will not display if vs<=100 fpm.
4. **Level indicator** - combination of climb, descent, level flight indicator.
5. **Actual altitude (m)** - uses QNH altitude below transition level and STD altitude above.
6. **Cleared flight level (m)** - shows Chinese metric RVSM levels if matches, else calculats.
7. **Final flight level (m)** - shows Chinese metric RVSM levels if matches, else calculats.
8. **Similar callsign indicator** - algorithm is too complex to explain here and may contain bugs.


## Custom Cursor Settings

You may turn the default mouse arrow to a cross to simulate real-world radar screens.
Enter **.MTEP CURSOR ON** (case-insensitive) in your command line at the bottom of the screen to activate the cursor feature.
Enter **".MTEP CURSOR OFF** to de-activate.
This setting will be saved in your EuroScope plugin settings.

0 comments on commit 455de41

Please sign in to comment.