1
0
Fork 0
fgdata/Aircraft/Instruments-3d/kr87-adf/kr87.xml
curt cdfa61f112 Syd Adams:
Here are the latest updates.

- Most of the changes involve moving instruments / animation / hotspot files
  to instruments-3d.

- Some re-texturing.

- Finished Aerostar gear animation.

- I tried adding a LONG variable to the nav radio property tree,
  but the conversion kept coming out wrong. Multiplying frequencies
  by 100 and outputing that to another DOUBLE worked, but I cant find
  the Comm frequencies property updating for the life of me ..... oh
  well Nasal works.
2006-02-23 19:06:03 +00:00

204 lines
4.2 KiB
XML

<?xml version="1.0"?>
<PropertyList>
<path>kr87.ac</path>
<animation>
<name>adf-leds</name>
<object-name>annun.001</object-name>
<object-name>annun.002</object-name>
<object-name>freq.002</object-name>
<object-name>freq.003</object-name>
<object-name>freq.004</object-name>
<object-name>stby.001</object-name>
<object-name>stby.002</object-name>
<object-name>stby.003</object-name>
<object-name>stby.004</object-name>
<object-name>KR87.btn</object-name>
</animation>
<animation>
<type>select</type>
<object-name>adf-leds</object-name>
<condition>
<equals>
<property>instrumentation/adf/serviceable</property>
<value>true</value>
</equals>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>freq.001</object-name>
<condition>
<and>
<equals>
<property>instrumentation/adf/serviceable</property>
<value>true</value>
</equals>
<greater-than>
<property>instrumentation/adf/frequencies/selected-khz</property>
<value>999</value>
</greater-than>
</and>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>stby.001</object-name>
<condition>
<and>
<equals>
<property>instrumentation/adf/serviceable</property>
<value>true</value>
</equals>
<greater-than>
<property>instrumentation/adf/frequencies/standby-khz</property>
<value>999</value>
</greater-than>
</and>
</condition>
</animation>
<animation>
<type>rotate</type>
<object-name>KR87.volume</object-name>
<property>instrumentation/adf/volume-norm</property>
<interpolation>
<entry>
<ind>0</ind>
<dep>0</dep>
</entry>
<entry>
<ind>1.0</ind>
<dep>300</dep>
</entry>
</interpolation>
<center>
<x-m>0.00</x-m>
<y-m>0.038</y-m>
<z-m>-0.006</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<!-- FREQUENCIES -->
<animation>
<type>textranslate</type>
<object-name>freq.001</object-name>
<property>instrumentation/adf/frequencies/selected-khz</property>
<factor>0.0001</factor>
<step>1000</step>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>freq.002</object-name>
<property>instrumentation/adf/frequencies/selected-khz</property>
<factor>0.001</factor>
<step>100</step>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>freq.003</object-name>
<property>instrumentation/adf/frequencies/selected-khz</property>
<factor>0.01</factor>
<step>10</step>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>freq.004</object-name>
<property>instrumentation/adf/frequencies/selected-khz</property>
<factor>0.1</factor>
<step>1</step>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>stby.001</object-name>
<property>instrumentation/adf/frequencies/standby-khz</property>
<factor>0.0001</factor>
<step>1000</step>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>stby.002</object-name>
<property>instrumentation/adf/frequencies/standby-khz</property>
<factor>0.001</factor>
<step>100</step>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>stby.003</object-name>
<property>instrumentation/adf/frequencies/standby-khz</property>
<factor>0.01</factor>
<step>10</step>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
<animation>
<type>textranslate</type>
<object-name>stby.004</object-name>
<property>instrumentation/adf/frequencies/standby-khz</property>
<factor>0.1</factor>
<step>1</step>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
</animation>
</PropertyList>