commit
814ed35bbd
|
@ -15,8 +15,26 @@
|
|||
</offsets>
|
||||
|
||||
<condition>
|
||||
<property>sim/multiplay/generic/int[8]</property>
|
||||
<value>1</value>
|
||||
<or>
|
||||
<equals>
|
||||
<property>sim/multiplay/generic/int[8]</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>environment/rain-norm</property>
|
||||
<value>0.2</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>velocities/groundspeed-kt</property>
|
||||
<value>0</value>
|
||||
</greater-than>
|
||||
<equals>
|
||||
<property>gear/gear[1]/wow</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</and>
|
||||
</or>
|
||||
</condition>
|
||||
|
||||
<!--<condition>
|
||||
|
|
|
@ -15,8 +15,26 @@
|
|||
</offsets>
|
||||
|
||||
<condition>
|
||||
<property>sim/multiplay/generic/int[9]</property>
|
||||
<value>1</value>
|
||||
<or>
|
||||
<equals>
|
||||
<property>sim/multiplay/generic/int[8]</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>environment/rain-norm</property>
|
||||
<value>0.2</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>velocities/groundspeed-kt</property>
|
||||
<value>0</value>
|
||||
</greater-than>
|
||||
<equals>
|
||||
<property>gear/gear[1]/wow</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</and>
|
||||
</or>
|
||||
</condition>
|
||||
|
||||
<!--<condition>
|
||||
|
|
|
@ -15,8 +15,26 @@
|
|||
</offsets>
|
||||
|
||||
<condition>
|
||||
<property>sim/multiplay/generic/int[10]]</property>
|
||||
<value>1</value>
|
||||
<or>
|
||||
<equals>
|
||||
<property>sim/multiplay/generic/int[8]</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>environment/rain-norm</property>
|
||||
<value>0.2</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>velocities/groundspeed-kt</property>
|
||||
<value>0</value>
|
||||
</greater-than>
|
||||
<equals>
|
||||
<property>gear/gear[1]/wow</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</and>
|
||||
</or>
|
||||
</condition>
|
||||
|
||||
<!--<condition>
|
||||
|
|
|
@ -15,8 +15,26 @@
|
|||
</offsets>
|
||||
|
||||
<condition>
|
||||
<property>sim/multiplay/generic/int[7]</property>
|
||||
<value>1</value>
|
||||
<or>
|
||||
<equals>
|
||||
<property>sim/multiplay/generic/int[8]</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>environment/rain-norm</property>
|
||||
<value>0.2</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>velocities/groundspeed-kt</property>
|
||||
<value>0</value>
|
||||
</greater-than>
|
||||
<equals>
|
||||
<property>gear/gear[1]/wow</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</and>
|
||||
</or>
|
||||
</condition>
|
||||
|
||||
<!--<condition>
|
||||
|
|
|
@ -87,7 +87,7 @@ This tutorial walks you through the functions and details of the centre console.
|
|||
<message>The black square button beside the gear lever is the hand brake.</message>
|
||||
</step>
|
||||
<step>
|
||||
<message>Use it to toggle parking brakes.</message>
|
||||
<message>Use it to toggle parking brakes. There is a 0.8 second delay.</message>
|
||||
</step>
|
||||
<step>
|
||||
<message>When it is on, you would see a red illuminated light.</message>
|
||||
|
|
|
@ -38,7 +38,7 @@ This tutorial walks you through the functions and details of the dashboard.
|
|||
</view>
|
||||
</step>
|
||||
<step>
|
||||
<message>You can enable switches at "Follow Me EV > Show Options" menu in the menubar.</message>
|
||||
<message>You can enable switches at "Follow Me EV > Configuration" menu in the menubar.</message>
|
||||
<set>
|
||||
<property>sim/multiplay/generic/int[14]</property>
|
||||
<value>1</value>
|
||||
|
|
Loading…
Reference in New Issue