Remove leading "/"
This commit is contained in:
parent
cf873625dc
commit
aa96adf5a0
7 changed files with 22 additions and 18 deletions
|
@ -15,7 +15,7 @@
|
|||
</offsets>
|
||||
|
||||
<condition>
|
||||
<property>/gear/gear[0]/spray</property>
|
||||
<property>gear/gear[0]/spray</property>
|
||||
<value>1</value>
|
||||
</condition>
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
</offsets>
|
||||
|
||||
<condition>
|
||||
<property>/gear/gear[1]/spray</property>
|
||||
<property>gear/gear[1]/spray</property>
|
||||
<value>1</value>
|
||||
</condition>
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
</offsets>
|
||||
|
||||
<condition>
|
||||
<property>/gear/gear[2]/spray</property>
|
||||
<property>gear/gear[2]/spray</property>
|
||||
<value>1</value>
|
||||
</condition>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>-->
|
||||
|
||||
|
|
|
@ -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>-->
|
||||
|
||||
|
|
|
@ -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>-->
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue