Settings ‐ Plugin - Gameagle/vSID GitHub Wiki
Example File
configured paths are relative to the .dll path
Request + Landing Clearance Values
- "requests"
- caution defaults to 2 (minutes)
- warning defaults to 5 (minutes)
- "clrf" (this entry is mandatory - empty brackets {} suffice to use the default values)
- distCaution defaults to 10.0 (miles from airport)
- distWarning defaults to 2.0 (miles from airport)
- altCaution defaults to 1500 (feet AGL - depends on set airport elevation in airport config)
- altWarning defaults to 500 (feet AGL - depends on set airport elevation in airport config)
Request + Pushback Indicator
It is only possible to use this feature with vSMR or Groundradar Plugin. To show the requests and the pushback indicator the follwoing settings are required:
Groundradar Plugin:
"showPbIndicatorOn": "Ground Radar display" "showRequestOn": "Ground Radar display"
vSMR Plugin:
"showPbIndicatorOn": "vSMR display" "showRequestOn": "vSMR display"
Plugin Config
{
"airportConfigs": "../vSID Airportconfig",
"colors": {
"sidSuggestion": {"r": 255,"g": 255,"b": 255},
"suggestedSidSet": {"r": 0,"g": 255,"b": 0},
"customSidSuggestion": {"r": 255,"g": 255,"b": 180},
"customSidSet": {"r": 255,"g": 120,"b": 30},
"noSid": {"r": 220,"g": 30,"b": 20},
"sidHighlight": {"r": 240,"g": 90,"b": 190},
"suggestedClmb": {"r": 255,"g": 255,"b": 255},
"customClmbSet": {"r": 255,"g": 120,"b": 30},
"clmbSet": {"r": 50,"g": 240,"b": 210},
"clmbViaSet": {"r": 0,"g": 255,"b": 0},
"clmbHighlight": {"r": 240,"g": 90,"b": 190},
"rwyNotSet": {"r": 255,"g": 255,"b": 255},
"rwySet": {"r": 0,"g": 255,"b": 0},
"notDepRwySet": {"r": 230,"g": 230,"b": 60},
"squawkSet": {"r": 255,"g": 255,"b": 255},
"squawkNotSet": {"r": 230,"g": 230,"b": 60},
"requestNeutral": {"r": 128,"g": 128,"b": 128},
"requestCaution": {"r": 230,"g": 230,"b": 60},
"requestWarning": {"r": 220,"g": 30,"b": 20},
"clrfSet": {"r": 0,"g": 160,"b": 30},
"clrfCaution": {"r": 250,"g": 160,"b": 0},
"clrfWarning": {"r": 200,"g": 10,"b": 10},
"pbIndicator": {"r": 0, "g": 255, "b": 0},
"reqIndicator": {"r": 255,"g": 120,"b": 30}
},
"requests": {"caution": 2, "warning": 5},
"clrf": {
"distCaution": 10.0,
"distWarning": 2.0,
"altCaution": 1500,
"altWarning": 500
},
"display": {
"showPbIndicatorOn": "Ground Radar display",
"enablePbIndicator": true,
"showRequestOn": "Ground Radar display",
"enableRequest": true
}
}