1
0
Fork 0

Updated RDR-160 wxradar to use Vivian's enhancements...

Added a wxradar hotspot file...
Updated Aerostar's radar hotspots
This commit is contained in:
sydadams 2007-08-10 06:24:20 +00:00
parent fd20d330ba
commit 0a92d4c802
5 changed files with 1615 additions and 1376 deletions

View file

@ -224,4 +224,30 @@ Syd Adams
</action>
</animation>
<animation>
<type>pick</type>
<object-name>RDR160.modeup</object-name>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>instrumentation/wxradar/display-controls/data</property>
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>RDR160.modedwn</object-name>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>instrumentation/wxradar/display-controls/pos</property>
</binding>
</action>
</animation>
</PropertyList>

File diff suppressed because it is too large Load diff

View file

@ -10,16 +10,23 @@
RADAR = props.globals.getNode("/instrumentation/wxradar",1);
FDM_ON = 0;
P_Str =["off","stby", "tst","on"];
RADAR.getNode("radar-texture-path",1).setValue("Aircraft/Instruments-3d/RDR-160/od_wxradar.rgb");
RADAR.getNode("echo-texture-path",1).setValue("Aircraft/Instruments/Textures/wxecho.rgb");
RADAR.getNode("serviceable",1).setBoolValue(1);
RADAR.getNode("range",1).setIntValue(10);
RADAR.getNode("range",1).setIntValue(20);
RADAR.getNode("heading-marker",1).setBoolValue(0);
RADAR.getNode("lightning",1).setBoolValue(0);
RADAR.getNode("set-range",1).setIntValue(0);
RADAR.getNode("minimized",1).setBoolValue(0);
RADAR.getNode("switch",1).setValue("off");
RADAR.getNode("switch-pos",1).setIntValue(0);
RADAR.getNode("mode",1).setValue("WX");
RADAR.getNode("lightning",1).setBoolValue(0);
RADAR.getNode("mode-control",1).setIntValue(3);
RADAR.getNode("display-mode",1).setValue("arc");
RADAR.getNode("dim",1).setDoubleValue(0.5);
RADAR.getNode("display-controls/WX",1).setBoolValue(1);
RADAR.getNode("display-controls/data",1).setBoolValue(0);
RADAR.getNode("display-controls/pos",1).setBoolValue(0);
setlistener("/sim/signals/fdm-initialized", func {
FDM_ON = 1;

View file

@ -0,0 +1,186 @@
<?xml version="1.0"?>
<!--RDR 160 WxRadar hotspots-->
<PropertyList>
<name>wxradar hotspots</name>
<w-base>170</w-base>
<h-base>130</h-base>
<w>170</w>
<h>130</h>
<layers>
</layers>
<actions>
<!--
<action>
<name>outline</name>
<button>0</button>
<x>-85</x>
<y>-65</y>
<w>170</w>
<h>130</h>
</action>
-->
<action>
<name>data toggle</name>
<button>0</button>
<x>-73</x>
<y>-2</y>
<w>12</w>
<h>8</h>
<binding>
<command>property-toggle</command>
<property>instrumentation/wxradar/display-controls/data</property>
</binding>
</action>
<action>
<name>pos toggle</name>
<button>0</button>
<x>-73</x>
<y>-20</y>
<w>12</w>
<h>8</h>
<binding>
<command>property-toggle</command>
<property>instrumentation/wxradar/display-controls/pos</property>
</binding>
</action>
<action>
<name>range increase</name>
<button>0</button>
<x>64</x>
<y>-2</y>
<w>12</w>
<h>8</h>
<binding>
<command>property-assign</command>
<property>instrumentation/wxradar/set-range</property>
<value>1</value>
</binding>
</action>
<action>
<name>range decrease</name>
<button>0</button>
<x>64</x>
<y>-20</y>
<w>12</w>
<h>8</h>
<binding>
<command>property-assign</command>
<property>instrumentation/wxradar/set-range</property>
<value>-1</value>
</binding>
</action>
<action>
<name>pwroff</name>
<button>0</button>
<x>-80</x>
<y>-51</y>
<w>12</w>
<h>20</h>
<binding>
<command>property-adjust</command>
<property>instrumentation/wxradar/switch-pos</property>
<step>-1</step>
<min>0</min>
<max>3</max>
<wrap>false</wrap>
</binding>
</action>
<action>
<name>pwron</name>
<button>0</button>
<x>-68</x>
<y>-51</y>
<w>12</w>
<h>20</h>
<binding>
<command>property-adjust</command>
<property>instrumentation/wxradar/switch-pos</property>
<step>1</step>
<min>0</min>
<max>3</max>
<wrap>false</wrap>
</binding>
</action>
<action>
<name>tiltup</name>
<button>0</button>
<x>67</x>
<y>-55</y>
<w>12</w>
<h>20</h>
<binding>
<command>property-adjust</command>
<property>instrumentation/wxradar/tilt</property>
<step>5.0</step>
<min>-15.0</min>
<max>15.0</max>
<wrap>false</wrap>
</binding>
</action>
<action>
<name>tiltdown</name>
<button>0</button>
<x>55</x>
<y>-55</y>
<w>12</w>
<h>20</h>
<binding>
<command>property-adjust</command>
<property>instrumentation/wxradar/tilt</property>
<step>-5.0</step>
<min>-15.0</min>
<max>15.0</max>
<wrap>false</wrap>
</binding>
</action>
<action>
<name>brtup</name>
<button>0</button>
<x>-68</x>
<y>39</y>
<w>12</w>
<h>20</h>
<binding>
<command>property-adjust</command>
<property>instrumentation/wxradar/dim</property>
<step>0.05</step>
<min>0.0</min>
<max>1.0</max>
<wrap>false</wrap>
</binding>
</action>
<action>
<name>brtdwn</name>
<button>0</button>
<x>-80</x>
<y>39</y>
<w>12</w>
<h>20</h>
<binding>
<command>property-adjust</command>
<property>instrumentation/wxradar/dim</property>
<step>-0.05</step>
<min>0.0</min>
<max>1.0</max>
<wrap>false</wrap>
</binding>
</action>
</actions>
</PropertyList>