Improve curve of instrument panel.
Add VHF antennas to top of fuselage. Better propeller disks when spinning fast. Took green tint out of pitot tube.
This commit is contained in:
parent
056dff7dee
commit
8f98338e21
3 changed files with 3176 additions and 2046 deletions
Binary file not shown.
File diff suppressed because it is too large
Load diff
|
@ -40,7 +40,7 @@
|
|||
<condition>
|
||||
<less-than>
|
||||
<property>/engines/engine[0]/rpm</property>
|
||||
<value>500</value>
|
||||
<value>200</value>
|
||||
</less-than>
|
||||
</condition>
|
||||
</animation>
|
||||
|
@ -52,11 +52,11 @@
|
|||
<and>
|
||||
<greater-than>
|
||||
<property>/engines/engine[0]/rpm</property>
|
||||
<value>300</value>
|
||||
<value>190</value>
|
||||
</greater-than>
|
||||
<less-than>
|
||||
<property>/engines/engine[0]/rpm</property>
|
||||
<value>1500</value>
|
||||
<value>1200</value>
|
||||
</less-than>
|
||||
</and>
|
||||
</condition>
|
||||
|
@ -68,7 +68,7 @@
|
|||
<condition>
|
||||
<greater-than>
|
||||
<property>/engines/engine[0]/rpm</property>
|
||||
<value>1500</value>
|
||||
<value>1200</value>
|
||||
</greater-than>
|
||||
</condition>
|
||||
</animation>
|
||||
|
@ -130,7 +130,7 @@
|
|||
<type>spin</type>
|
||||
<object-name>Propeller.Slow</object-name>
|
||||
<property>/engines/engine[0]/rpm</property>
|
||||
<factor>-0.01</factor>
|
||||
<factor>-0.1</factor>
|
||||
<center>
|
||||
<x-m>-1.77</x-m>
|
||||
<y-m>0</y-m>
|
||||
|
@ -147,7 +147,7 @@
|
|||
<type>spin</type>
|
||||
<object-name>Propeller.Fast</object-name>
|
||||
<property>/engines/engine[0]/rpm</property>
|
||||
<factor>-0.005</factor>
|
||||
<factor>-0.001</factor>
|
||||
<center>
|
||||
<x-m>-1.77</x-m>
|
||||
<y-m>0</y-m>
|
||||
|
|
Loading…
Reference in a new issue