1
0
Fork 0

Remove leading slashes from property names

This commit is contained in:
ehofman 2009-11-09 09:58:11 +00:00
parent d5610fa98d
commit f1843a5349

View file

@ -7,7 +7,7 @@
<crank> <crank>
<name>engstart</name> <name>engstart</name>
<path>Sounds/engstart.wav</path> <path>Sounds/engstart.wav</path>
<property>/engines/engine/cranking</property> <property>engines/engine/cranking</property>
<position> <position>
<x>-1.0</x> <x>-1.0</x>
<y>0.0</y> <y>0.0</y>
@ -23,9 +23,9 @@
<mode>looped</mode> <mode>looped</mode>
<path>Sounds/cranking.wav</path> <path>Sounds/cranking.wav</path>
<condition> <condition>
<property>/engines/engine/cranking</property> <property>engines/engine/cranking</property>
<not> <not>
<property>/engines/engine/running</property> <property>engines/engine/running</property>
</not> </not>
</condition> </condition>
<position> <position>
@ -41,7 +41,7 @@
<crank> <crank>
<name>cough</name> <name>cough</name>
<path>Sounds/coughing.wav</path> <path>Sounds/coughing.wav</path>
<property>/engines/engine/running</property> <property>engines/engine/running</property>
<position> <position>
<x>-1.0</x> <x>-1.0</x>
<y>0.0</y> <y>0.0</y>
@ -56,31 +56,31 @@
<name>engine</name> <name>engine</name>
<mode>looped</mode> <mode>looped</mode>
<path>Sounds/wasp.wav</path> <path>Sounds/wasp.wav</path>
<property>/engines/engine/running</property> <property>engines/engine/running</property>
<position> <position>
<x>-1.0</x> <x>-1.0</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</position> </position>
<volume> <volume>
<property>/engines/engine/mp-osi</property> <property>engines/engine/mp-osi</property>
<factor>0.00375</factor> <factor>0.00375</factor>
<min>0.15</min> <min>0.15</min>
<max>0.5</max> <max>0.5</max>
</volume> </volume>
<volume> <volume>
<property>/orientation/alpha-deg</property> <property>orientation/alpha-deg</property>
<type>log</type> <type>log</type>
<min>1.0</min> <min>1.0</min>
<max>1.5</max> <max>1.5</max>
</volume> </volume>
<volume> <volume>
<property>/sim/current-view/internal</property> <property>sim/current-view/internal</property>
<offset>1.0</offset> <offset>1.0</offset>
<factor>-0.7</factor> <factor>-0.7</factor>
</volume> </volume>
<pitch> <pitch>
<property>/engines/engine/rpm</property> <property>engines/engine/rpm</property>
<factor>0.0004</factor> <factor>0.0004</factor>
<min>0.5</min> <min>0.5</min>
<max>2.0</max> <max>2.0</max>
@ -92,24 +92,24 @@
<name>propeller</name> <name>propeller</name>
<mode>looped</mode> <mode>looped</mode>
<path>Sounds/turboprop1.wav</path> <path>Sounds/turboprop1.wav</path>
<property>/engines/engine/running</property> <property>engines/engine/running</property>
<position> <position>
<x>-1.5</x> <x>-1.5</x>
<y>0.0</y> <y>0.0</y>
<z>0.0</z> <z>0.0</z>
</position> </position>
<volume> <volume>
<property>/orientation/alpha-deg</property> <property>orientation/alpha-deg</property>
<type>log</type> <type>log</type>
<min>0.2</min> <min>0.2</min>
<max>1.0</max> <max>1.0</max>
</volume> </volume>
<volume> <volume>
<property>/sim/current-view/internal</property> <property>sim/current-view/internal</property>
<factor>0.5</factor> <factor>0.5</factor>
</volume> </volume>
<pitch> <pitch>
<property>/engines/engine/mp-osi</property> <property>engines/engine/mp-osi</property>
<factor>0.0036</factor> <factor>0.0036</factor>
<min>0.5</min> <min>0.5</min>
<max>2.0</max> <max>2.0</max>
@ -123,11 +123,11 @@
<path>Sounds/rumble.wav</path> <path>Sounds/rumble.wav</path>
<condition> <condition>
<or> <or>
<property>/gear/gear[0]/wow</property> <property>gear/gear[0]/wow</property>
<property>/gear/gear[1]/wow</property> <property>gear/gear[1]/wow</property>
<property>/gear/gear[2]/wow</property> <property>gear/gear[2]/wow</property>
</or> </or>
<!-- <property>/sim/current-view/internal</property> --> <!-- <property>sim/current-view/internal</property> -->
</condition> </condition>
<position> <position>
<x>1.0</x> <x>1.0</x>
@ -135,7 +135,7 @@
<z>-1.5</z> <z>-1.5</z>
</position> </position>
<volume> <volume>
<property>/velocities/airspeed-kt</property> <property>velocities/airspeed-kt</property>
<type>log</type> <type>log</type>
<factor>0.25</factor> <factor>0.25</factor>
</volume> </volume>
@ -146,7 +146,7 @@
<name>gear</name> <name>gear</name>
<mode>in-transit</mode> <mode>in-transit</mode>
<path>Sounds/gear.wav</path> <path>Sounds/gear.wav</path>
<property>/gear/gear[0]/position-norm</property> <property>gear/gear[0]/position-norm</property>
</gear> </gear>
<gear> <gear>
@ -154,7 +154,7 @@
<path>Sounds/gear-lck.wav</path> <path>Sounds/gear-lck.wav</path>
<condition> <condition>
<greater-than> <greater-than>
<property>/gear/gear[0]/position-norm</property> <property>gear/gear[0]/position-norm</property>
<value>0.9</value> <value>0.9</value>
</greater-than> </greater-than>
</condition> </condition>
@ -193,7 +193,7 @@
<max>1.0</max> <max>1.0</max>
</volume> </volume>
<pitch> <pitch>
<property>/velocities/airspeed-kt</property> <property>velocities/airspeed-kt</property>
<factor>0.0025</factor> <factor>0.0025</factor>
<offset>1.2</offset> <offset>1.2</offset>
</pitch> </pitch>
@ -203,7 +203,7 @@
<name>flaps</name> <name>flaps</name>
<mode>in-transit</mode> <mode>in-transit</mode>
<path>Sounds/flaps.wav</path> <path>Sounds/flaps.wav</path>
<property>/surface-positions/flap-pos-norm</property> <property>surface-positions/flap-pos-norm</property>
<position> <position>
<x>0.5</x> <x>0.5</x>
<y>0.0</y> <y>0.0</y>
@ -222,25 +222,25 @@
<path>Sounds/wind.wav</path> <path>Sounds/wind.wav</path>
<condition> <condition>
<and> <and>
<property>/velocities/airspeed-kt</property> <property>velocities/airspeed-kt</property>
<property>/sim/current-view/internal</property> <property>sim/current-view/internal</property>
</and> </and>
</condition> </condition>
<volume> <volume>
<property>/position/altitude-ft</property> <property>position/altitude-ft</property>
<factor>-0.000015</factor> <factor>-0.000015</factor>
<offset>1.0</offset> <offset>1.0</offset>
<min>0.1</min> <min>0.1</min>
<max>1.0</max> <max>1.0</max>
</volume> </volume>
<volume> <volume>
<property>/velocities/airspeed-kt</property> <property>velocities/airspeed-kt</property>
<factor>0.0015</factor> <factor>0.0015</factor>
<min>0.03</min> <min>0.03</min>
<max>0.25</max> <max>0.25</max>
</volume> </volume>
<pitch> <pitch>
<property>/velocities/airspeed-kt</property> <property>velocities/airspeed-kt</property>
<factor>0.0035</factor> <factor>0.0035</factor>
<offset>1.25</offset> <offset>1.25</offset>
</pitch> </pitch>
@ -252,21 +252,21 @@
<path>Sounds/stall.wav</path> <path>Sounds/stall.wav</path>
<condition> <condition>
<and> <and>
<property>/sim/current-view/internal</property> <property>sim/current-view/internal</property>
<property>/sim/alarms/stall-warning</property> <property>sim/alarms/stall-warning</property>
<greater-than> <greater-than>
<property>/velocities/airspeed-kt</property> <property>velocities/airspeed-kt</property>
<value>10</value> <value>10</value>
</greater-than> </greater-than>
<not> <not>
<property>/gear/gear[0]/wow</property> <property>gear/gear[0]/wow</property>
<property>/gear/gear[1]/wow</property> <property>gear/gear[1]/wow</property>
<property>/gear/gear[2]/wow</property> <property>gear/gear[2]/wow</property>
</not> </not>
</and> </and>
</condition> </condition>
<volume> <volume>
<property>/sim/alarms/stall-warning</property> <property>sim/alarms/stall-warning</property>
<max>1.0</max> <max>1.0</max>
</volume> </volume>
<reference-dist>10.0</reference-dist> <reference-dist>10.0</reference-dist>
@ -286,8 +286,8 @@
<path>Sounds/stall.wav</path> <path>Sounds/stall.wav</path>
<condition> <condition>
<and> <and>
<property>/sim/current-view/internal</property> <property>sim/current-view/internal</property>
<property>/autopilot/KAP140/annunciators/beep/state</property> <property>autopilot/KAP140/annunciators/beep/state</property>
</and> </and>
</condition> </condition>
</kap140beep> </kap140beep>