From b1f694cec0e128d102de5f73bf035493ad830e30 Mon Sep 17 00:00:00 2001 From: ehofman Date: Sat, 28 Feb 2004 12:17:00 +0000 Subject: [PATCH] Add a weather radar display instrument which treats every AIAircraft as a thunderstorm right now. --- Aircraft/Instruments/wxradar.xml | 226 +++++++++++++++++++++++++++++++ 1 file changed, 226 insertions(+) create mode 100644 Aircraft/Instruments/wxradar.xml diff --git a/Aircraft/Instruments/wxradar.xml b/Aircraft/Instruments/wxradar.xml new file mode 100644 index 000000000..9c1044530 --- /dev/null +++ b/Aircraft/Instruments/wxradar.xml @@ -0,0 +1,226 @@ + + Radar + 256 + 256 + + + + background + 256 + 256 + + Aircraft/T38/Instruments/Textures/radar_background.rgb + 0 + 0 + 1 + 1 + + + + + target1 + 20 + 13 + + + ai/models/aircraft[1]/radar/range-nm + 43 + + + + Aircraft/T38/Instruments/Textures/radar_misc.rgb + 0.078125 + 0.605468 + 0.414062 + 0.8125 + + + + x-shift + ai/models/aircraft[1]/radar/x-shift + 2.55 + + + y-shift + ai/models/aircraft[1]/radar/y-shift + 2.55 + + + rotation + ai/models/aircraft[1]/radar/rotation + -90 + + + + + + frame + 256 + 256 + + Aircraft/T38/Instruments/Textures/radar_frame.rgb + 0 + 0 + 1 + 1 + + + + + range knob + + + instrumentation/radar/range + 20 + + + 22 + 22 + + Aircraft/T38/Instruments/Textures/radar_misc.rgb + 0.0273437 + 0.9101562 + 0.0898437 + 0.9765662 + + + + x-shift + -108 + + + y-shift + -112 + + + rotation + -45 + + + + + + range knob + + + instrumentation/radar/range + 40 + + + 22 + 22 + + Aircraft/T38/Instruments/Textures/radar_misc.rgb + 0.0273437 + 0.9101562 + 0.0898437 + 0.9765662 + + + + x-shift + -108 + + + y-shift + -112 + + + rotation + 40 + + + + + + altitude + text + led + 6 + + 0.96 + 1.0 + 0.96 + + + + number-value + ai/models/aircraft[1]/position/altitude-ft + 0.001 + %2.1f + + + + + x-shift + 85 + + + y-shift + -121 + + + + + + outer range ring + text + led + 6 + + 0.96 + 1.0 + 0.96 + + + + number-value + instrumentation/radar/range + %2.0f + + + + + x-shift + -90 + + + y-shift + 66 + + + + + + inner range ring + text + led + 6 + + 0.96 + 1.0 + 0.96 + + + + number-value + instrumentation/radar/range + 0.5 + %2.0f + + + + + x-shift + -50 + + + y-shift + 32 + + + + + + + \ No newline at end of file