123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424 |
- <?xml version="1.0" encoding="UTF-8"?>
- <PropertyList>
- <path>eng-master.ac</path>
- <animation>
- <type>material</type>
- <object-name>ext-pwr</object-name>
- <object-name>starter</object-name>
- <emission>
- <red> 0.4 </red>
- <green> 0.4 </green>
- <blue> 0.4 </blue>
- </emission>
- </animation>
- <animation>
- <type>material</type>
- <object-name>ready-lamp-on</object-name>
- <emission>
- <red> 1 </red>
- <green> 1 </green>
- <blue> 1 </blue>
- </emission>
- </animation>
- <animation>
- <type>material</type>
- <object-name>base</object-name>
- <object-name>ready-lamp-off</object-name>
- <object-name>eng-ctrl-LH</object-name>
- <object-name>eng-master-LH</object-name>
- <object-name>eng-master-RH</object-name>
- <object-name>range-knob</object-name>
- <emission>
- <red> 0.5 </red>
- <green> 0.2 </green>
- <blue> 0.2 </blue>
- <factor-prop>systems/electrical/outputs/instrument-lights-norm</factor-prop>
- </emission>
- </animation>
- <!-- ENG MASTER RH-->
- <animation>
- <type>pick</type>
- <visible>true</visible>
- <object-name>eng-master-RH</object-name>
- <action>
- <button>0</button>
- <repeatable>false</repeatable>
- <binding>
- <command>property-toggle</command>
- <property>controls/engines/engine[0]/master-sw</property>
- </binding>
- <binding>
- <command>property-toggle</command>
- <property>sim/sound/click</property>
- </binding>
- </action>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>eng-master-RH</object-name>
- <property>controls/engines/engine[0]/master-sw</property>
- <factor>22.5</factor>
- <offset>-22.5</offset>
- <axis>
- <x> 0 </x>
- <y> -1 </y>
- <z> 0 </z>
- </axis>
- <center>
- <x-m> -0.001 </x-m>
- <y-m> 0.005 </y-m>
- <z-m> -0.171 </z-m>
- </center>
- </animation>
- <!-- ENG MASTER LH -->
- <animation>
- <type>pick</type>
- <visible>true</visible>
- <object-name>eng-master-LH</object-name>
- <action>
- <button>0</button>
- <repeatable>false</repeatable>
- <binding>
- <command>property-toggle</command>
- <property>controls/engines/engine[1]/master-sw</property>
- </binding>
- <binding>
- <command>property-toggle</command>
- <property>sim/sound/click</property>
- </binding>
- </action>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>eng-master-LH</object-name>
- <property>controls/engines/engine[1]/master-sw</property>
- <factor>22.5</factor>
- <offset>-22.5</offset>
- <axis>
- <x> 0 </x>
- <y> -1 </y>
- <z> 0 </z>
- </axis>
- <center>
- <x-m> -0.001 </x-m>
- <y-m> 0.005 </y-m>
- <z-m> -0.171 </z-m>
- </center>
- </animation>
- <!-- CADC -->
- <animation>
- <type>pick</type>
- <visible>true</visible>
- <object-name>ext-pwr</object-name>
- <action>
- <button>0</button>
- <repeatable>false</repeatable>
- <binding>
- <command>property-assign</command>
- <property>controls/APU/fire-switch</property>
- <value type="int">1</value>
- </binding>
- <binding>
- <command>property-assign</command>
- <property>controls/electric/battery-switch</property>
- <value>true</value>
- </binding>
- <binding>
- <command>property-toggle</command>
- <property>sim/sound/click</property>
- </binding>
- <mod-up>
- <binding>
- <command>property-assign</command>
- <property>controls/APU/fire-switch</property>
- <value type="int">0</value>
- </binding>
- </mod-up>
- </action>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>ext-pwr</object-name>
- <property>controls/APU/fire-switch</property>
- <factor>35</factor>
- <axis>
- <x> 0 </x>
- <y> -1 </y>
- <z> 0 </z>
- </axis>
- <center>
- <x-m> -0.001 </x-m>
- <y-m> 0.004 </y-m>
- <z-m> -0.104 </z-m>
- </center>
- </animation>
- <!-- READY LAMP -->
- <animation>
- <type>select</type>
- <object-name>ready-lamp-on</object-name>
- <condition>
- <and>
- <equals>
- <property>/controls/APU/ready</property>
- <value>1</value>
- </equals>
- <equals>
- <property>controls/APU/off-start-run</property>
- <value>1</value>
- </equals>
- </and>
- </condition>
- </animation>
- <!-- radar range adj -->
- <animation>
- <type>pick</type>
- <object-name>5</object-name>
- <action>
- <button>0</button>
- <repeatable>true</repeatable>
- <interval-sec>0.2</interval-sec>
- <binding>
- <command>property-assign</command>
- <property>instrumentation/radar/range-control</property>
- <value>0</value>
- </binding>
- <binding>
- <command>property-assign</command>
- <property>instrumentation/radar/range-ratio</property>
- <value>0.0204</value>
- </binding>
- </action>
- </animation>
- <animation>
- <type>pick</type>
- <object-name>10</object-name>
- <action>
- <button>0</button>
- <repeatable>true</repeatable>
- <interval-sec>0.2</interval-sec>
- <binding>
- <command>property-assign</command>
- <property>instrumentation/radar/range-control</property>
- <value>1</value>
- </binding>
- <binding>
- <command>property-assign</command>
- <property>instrumentation/radar/range-ratio</property>
- <value>0.0102</value>
- </binding>
- </action>
- </animation>
- <animation>
- <type>pick</type>
- <object-name>20</object-name>
- <action>
- <button>0</button>
- <repeatable>true</repeatable>
- <interval-sec>0.2</interval-sec>
- <binding>
- <command>property-assign</command>
- <property>instrumentation/radar/range-control</property>
- <value>2</value>
- </binding>
- <binding>
- <command>property-assign</command>
- <property>instrumentation/radar/range-ratio</property>
- <value>0.0051</value>
- </binding>
- </action>
- </animation>
- <animation>
- <type>pick</type>
- <object-name>40</object-name>
- <action>
- <button>0</button>
- <repeatable>true</repeatable>
- <interval-sec>0.2</interval-sec>
- <binding>
- <command>property-assign</command>
- <property>instrumentation/radar/range-control</property>
- <value>3</value>
- </binding>
- <binding>
- <command>property-assign</command>
- <property>instrumentation/radar/range-ratio</property>
- <value>0.00255</value>
- </binding>
- </action>
- </animation>
- <animation>
- <type>pick</type>
- <object-name>80</object-name>
- <action>
- <button>0</button>
- <repeatable>true</repeatable>
- <interval-sec>0.2</interval-sec>
- <binding>
- <command>property-assign</command>
- <property>instrumentation/radar/range-control</property>
- <value>4</value>
- </binding>
- <binding>
- <command>property-assign</command>
- <property>instrumentation/radar/range-ratio</property>
- <value>0.001275</value>
- </binding>
- </action>
- </animation>
- <animation>
- <type>pick</type>
- <object-name>160</object-name>
- <action>
- <button>0</button>
- <repeatable>true</repeatable>
- <interval-sec>0.2</interval-sec>
- <binding>
- <command>property-assign</command>
- <property>instrumentation/radar/range-control</property>
- <value>5</value>
- </binding>
- <binding>
- <command>property-assign</command>
- <property>instrumentation/radar/range-ratio</property>
- <value>0.000638</value>
- </binding>
- </action>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>range-knob</object-name>
- <property>instrumentation/radar/range-control</property>
- <factor> 45 </factor>
- <axis>
- <x>-1.0</x>
- <y>0.0</y>
- <z>0.0</z>
- </axis>
- <center>
- <x-m>0.004</x-m>
- <y-m>0.035</y-m>
- <z-m>-0.045</z-m>
- </center>
- </animation>
- <!-- engine[0] starter -->
- <animation>
- <type>pick</type>
- <visible>false</visible>
- <object-name>starter0</object-name>
- <action>
- <button>0</button>
- <repeatable>false</repeatable>
- <binding>
- <command>property-toggle</command>
- <property>controls/engines/engine/starter</property>
- </binding>
- <binding>
- <command>property-toggle</command>
- <property>sim/sound/click</property>
- </binding>
- </action>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>starter</object-name>
- <property>controls/engines/engine[0]/starter</property>
- <factor>20</factor>
- <axis>
- <x> 0 </x>
- <y> 0 </y>
- <z> 1 </z>
- </axis>
- <center>
- <x-m> 0.003 </x-m>
- <y-m> 0.054 </y-m>
- <z-m>-0.100 </z-m>
- </center>
- </animation>
- <!-- engine[1] starter -->
- <animation>
- <type>pick</type>
- <visible>false</visible>
- <object-name>starter1</object-name>
- <action>
- <button>0</button>
- <repeatable>false</repeatable>
- <binding>
- <command>property-toggle</command>
- <property>controls/engines/engine[1]/starter</property>
- </binding>
- <binding>
- <command>property-toggle</command>
- <property>sim/sound/click</property>
- </binding>
- </action>
- </animation>
- <animation>
- <type>rotate</type>
- <object-name>starter</object-name>
- <property>controls/engines/engine[1]/starter</property>
- <factor>-40</factor>
- <axis>
- <x> 0 </x>
- <y> 0 </y>
- <z> 1 </z>
- </axis>
- <center>
- <x-m> 0.003 </x-m>
- <y-m> 0.054 </y-m>
- <z-m>-0.100 </z-m>
- </center>
- </animation>
- <!-- *** LoD *** -->
- <animation>
- <type>range</type>
- <min-m>0</min-m>
- <max-m>5</max-m>
- </animation>
- </PropertyList>
|