Help arranging sequences of DEL, GND and TWR in EuroScope.
This plugin can manage sequences during 3 phases of ground activities: delivery, push & taxi, take-off. In order to help identify the status of a flight and sort with the departure list, respectively they are named CLRN, PUSH, TKOF. Each status includes 2 sub-status, which is clrd for cleared and stby for stand-by. These two status can be distinguished not only by the number of the sequence at the rear of the string but also the color of the text itself (needs customization, by default the color are the same with other items in the list). For clrd it shows (e.g. TKOF), while for stby it shows the number of its sequences (e.g. CLRN_08). The plugin accepts a maximum of 99 flights for each phases which I believe is enough for most circumstances. To prevent possible confusion when a flight reconnects to VATSIM, this plugin will automatically remember the sequence at the moment they disconnect and insert them to where they shoud be after reconnecting. Various configurations including color modifications can be made manually and be saved into ES config files through the command line methods below, providing flexiblity for users with different demands.
All command lines should begin with .dls (followed by a space). Options and parameters as follows.
Command | Function |
---|---|
remove all | Removes all sequences, including both online and offline flights. If you start a new session else where without exitting ES, this command is recommended to clean up all records. |
remove offline | Removes all offline flights. |
color standby rrr,ggg,bbb | Sets standby tag color. r,g,b are integers between 0 and 255. If the format doesn't match, it deletes the color. |
color cleared rrr,ggg,bbb | Sets cleared tag color. r,g,b are integers between 0 and 255. If the format doesn't match, it deletes the color. |
color reset | Deletes all color customizations. |
interval x | Sets refresh interval to x seconds. |
interval reset | Resets refresh interval to default (5 seconds). |
speed x | Sets maximum speed to x(x>30) knots. If an aircraft's ground speed is high than x, it will be removed automatically from the sequence. |
speed reset | Reset maximum speed to default (80 knots). |
sync speed/mach/rate/off | Sets the corresponding method of synchronization. |