1
0
Fork 0

Remove leading "/"

This commit is contained in:
vmmeazza 2009-01-16 17:02:41 +00:00
parent cf873625dc
commit aa96adf5a0
7 changed files with 22 additions and 18 deletions

View file

@ -15,7 +15,7 @@
</offsets>
<condition>
<property>/gear/gear[0]/spray</property>
<property>gear/gear[0]/spray</property>
<value>1</value>
</condition>

View file

@ -15,7 +15,7 @@
</offsets>
<condition>
<property>/gear/gear[1]/spray</property>
<property>gear/gear[1]/spray</property>
<value>1</value>
</condition>

View file

@ -15,7 +15,7 @@
</offsets>
<condition>
<property>/gear/gear[2]/spray</property>
<property>gear/gear[2]/spray</property>
<value>1</value>
</condition>

View file

@ -24,6 +24,10 @@
<property>orientation/pitch-deg</property>
<value>2.5</value>
</greater-than>
<equals>
<property>engines/engine[0]/running</property>
<value>1</value>
</equals>
</and>
</condition>

View file

@ -15,22 +15,22 @@
</offsets>
<condition>
<property>/gear/gear[0]/tyre-smoke</property>
<property>gear/gear[0]/tyre-smoke</property>
<value>1</value>
</condition>
<!--<condition>
<or>
<property>/gear/gear[0]/wow</property>
<property>/gear/gear[2]/wow</property>
<property>gear/gear[0]/wow</property>
<property>gear/gear[2]/wow</property>
</or>
</condition>
<volume>
<property>/velocities/speed-down-fps</property>
<property>velocities/speed-down-fps</property>
<factor>0.05</factor>
</volume>
<volume>
<property>/velocities/airspeed-kt</property>
<property>velocities/airspeed-kt</property>
<factor>0.01</factor>
</volume>-->

View file

@ -15,22 +15,22 @@
</offsets>
<condition>
<property>/gear/gear[1]/tyre-smoke</property>
<property>gear/gear[1]/tyre-smoke</property>
<value>1</value>
</condition>
<!--<condition>
<or>
<property>/gear/gear[0]/wow</property>
<property>/gear/gear[2]/wow</property>
<property>gear/gear[0]/wow</property>
<property>gear/gear[2]/wow</property>
</or>
</condition>
<volume>
<property>/velocities/speed-down-fps</property>
<property>velocities/speed-down-fps</property>
<factor>0.05</factor>
</volume>
<volume>
<property>/velocities/airspeed-kt</property>
<property>velocities/airspeed-kt</property>
<factor>0.01</factor>
</volume>-->

View file

@ -15,22 +15,22 @@
</offsets>
<condition>
<property>/gear/gear[2]/tyre-smoke</property>
<property>gear/gear[2]/tyre-smoke</property>
<value>1</value>
</condition>
<!--<condition>
<or>
<property>/gear/gear[0]/wow</property>
<property>/gear/gear[2]/wow</property>
<property>gear/gear[0]/wow</property>
<property>gear/gear[2]/wow</property>
</or>
</condition>
<volume>
<property>/velocities/speed-down-fps</property>
<property>velocities/speed-down-fps</property>
<factor>0.05</factor>
</volume>
<volume>
<property>/velocities/airspeed-kt</property>
<property>velocities/airspeed-kt</property>
<factor>0.01</factor>
</volume>-->