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>
|
<condition>
|
||||||
<less-than>
|
<less-than>
|
||||||
<property>/engines/engine[0]/rpm</property>
|
<property>/engines/engine[0]/rpm</property>
|
||||||
<value>500</value>
|
<value>200</value>
|
||||||
</less-than>
|
</less-than>
|
||||||
</condition>
|
</condition>
|
||||||
</animation>
|
</animation>
|
||||||
|
@ -52,11 +52,11 @@
|
||||||
<and>
|
<and>
|
||||||
<greater-than>
|
<greater-than>
|
||||||
<property>/engines/engine[0]/rpm</property>
|
<property>/engines/engine[0]/rpm</property>
|
||||||
<value>300</value>
|
<value>190</value>
|
||||||
</greater-than>
|
</greater-than>
|
||||||
<less-than>
|
<less-than>
|
||||||
<property>/engines/engine[0]/rpm</property>
|
<property>/engines/engine[0]/rpm</property>
|
||||||
<value>1500</value>
|
<value>1200</value>
|
||||||
</less-than>
|
</less-than>
|
||||||
</and>
|
</and>
|
||||||
</condition>
|
</condition>
|
||||||
|
@ -68,7 +68,7 @@
|
||||||
<condition>
|
<condition>
|
||||||
<greater-than>
|
<greater-than>
|
||||||
<property>/engines/engine[0]/rpm</property>
|
<property>/engines/engine[0]/rpm</property>
|
||||||
<value>1500</value>
|
<value>1200</value>
|
||||||
</greater-than>
|
</greater-than>
|
||||||
</condition>
|
</condition>
|
||||||
</animation>
|
</animation>
|
||||||
|
@ -130,7 +130,7 @@
|
||||||
<type>spin</type>
|
<type>spin</type>
|
||||||
<object-name>Propeller.Slow</object-name>
|
<object-name>Propeller.Slow</object-name>
|
||||||
<property>/engines/engine[0]/rpm</property>
|
<property>/engines/engine[0]/rpm</property>
|
||||||
<factor>-0.01</factor>
|
<factor>-0.1</factor>
|
||||||
<center>
|
<center>
|
||||||
<x-m>-1.77</x-m>
|
<x-m>-1.77</x-m>
|
||||||
<y-m>0</y-m>
|
<y-m>0</y-m>
|
||||||
|
@ -147,7 +147,7 @@
|
||||||
<type>spin</type>
|
<type>spin</type>
|
||||||
<object-name>Propeller.Fast</object-name>
|
<object-name>Propeller.Fast</object-name>
|
||||||
<property>/engines/engine[0]/rpm</property>
|
<property>/engines/engine[0]/rpm</property>
|
||||||
<factor>-0.005</factor>
|
<factor>-0.001</factor>
|
||||||
<center>
|
<center>
|
||||||
<x-m>-1.77</x-m>
|
<x-m>-1.77</x-m>
|
||||||
<y-m>0</y-m>
|
<y-m>0</y-m>
|
||||||
|
|
Loading…
Add table
Reference in a new issue