A3XX: Animate more OH stuff

This commit is contained in:
Joshua Davidson 2017-07-09 20:19:11 -04:00
parent b766b449c0
commit bce9aba6bb
2 changed files with 52 additions and 1 deletions

View file

@ -3635,6 +3635,57 @@
<z-m>-0.10202</z-m>
</center>
</animation>
<animation>
<name>X-Bleed pick</name>
<type>pick</type>
<object-name>XbleedKnb</object-name>
<action>
<button>0</button>
<button>3</button>
<repeatable>false</repeatable>
<binding>
<command>property-cycle</command>
<property>/controls/pneumatic/switches/xbleed</property>
<value>0</value>
<value>1</value>
<value>2</value>
</binding>
</action>
<action>
<button>1</button>
<button>4</button>
<repeatable>false</repeatable>
<binding>
<command>property-cycle</command>
<property>/controls/pneumatic/switches/xbleed</property>
<value>2</value>
<value>1</value>
<value>0</value>
</binding>
</action>
</animation>
<animation>
<name>X-Bleed rotate</name>
<type>rotate</type>
<object-name>XbleedKnb</object-name>
<property>/controls/pneumatic/switches/xbleed</property>
<interpolation>
<entry><ind>0</ind><dep> 55</dep></entry>
<entry><ind>1</ind><dep> 0</dep></entry>
<entry><ind>2</ind><dep>-55</dep></entry>
</interpolation>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
<center>
<x-m>0</x-m>
<y-m>0.05215</y-m>
<z-m>-0.16802</z-m>
</center>
</animation>
<animation>
<name>AC pack 1 pick</name>

View file

@ -15,7 +15,7 @@ var pneu_init = func {
setprop("/controls/pneumatic/switches/hot-air", 1);
setprop("/controls/pneumatic/switches/ram-air", 0);
setprop("/controls/pneumatic/switches/pack-flo", 9); # LO: 7, NORM: 9, HI: 11.
setprop("/controls/pneumatic/switches/xbleed", 1); # SHUT: 0, AUTO: 1, OPEN: 2. # I will simulate later, once I get the knob animated. -JD
setprop("/controls/pneumatic/switches/xbleed", 1); # SHUT: 0, AUTO: 1, OPEN: 2. # I will simulate later. -JD
setprop("/systems/pneumatic/bleed1", 0);
setprop("/systems/pneumatic/bleed2", 0);
setprop("/systems/pneumatic/bleedapu", 0);