1
0
Fork 0
This commit is contained in:
Jonathan Redpath 2022-07-27 22:15:59 +01:00
parent 07ddddfb52
commit bb0e48364c
3 changed files with 145 additions and 0 deletions

View file

@ -905,11 +905,13 @@
<cockpit> <cockpit>
<alt-knb-translate type="double">0.002</alt-knb-translate> <alt-knb-translate type="double">0.002</alt-knb-translate>
<blue-ovrd-guard type="bool">0</blue-ovrd-guard> <blue-ovrd-guard type="bool">0</blue-ovrd-guard>
<captain-visor type="bool">0</captain-visor>
<emer-canc-cover type="bool">0</emer-canc-cover> <emer-canc-cover type="bool">0</emer-canc-cover>
<evac-capt-purs type="int">1</evac-capt-purs> <evac-capt-purs type="int">1</evac-capt-purs>
<flaps-lever-translate type="double">0</flaps-lever-translate> <flaps-lever-translate type="double">0</flaps-lever-translate>
<fadec-gnd-pwr-1-guard type="bool">false</fadec-gnd-pwr-1-guard> <fadec-gnd-pwr-1-guard type="bool">false</fadec-gnd-pwr-1-guard>
<fadec-gnd-pwr-2-guard type="bool">false</fadec-gnd-pwr-2-guard> <fadec-gnd-pwr-2-guard type="bool">false</fadec-gnd-pwr-2-guard>
<fo-visor type="bool">0</fo-visor>
<oxygen-mask-cockpit-door-cpt type="double">0</oxygen-mask-cockpit-door-cpt> <oxygen-mask-cockpit-door-cpt type="double">0</oxygen-mask-cockpit-door-cpt>
<oxygen-mask-cockpit-door-fo type="double">0</oxygen-mask-cockpit-door-fo> <oxygen-mask-cockpit-door-fo type="double">0</oxygen-mask-cockpit-door-fo>
<park-brk-translate type="double">0</park-brk-translate> <park-brk-translate type="double">0</park-brk-translate>

View file

@ -25208,6 +25208,139 @@
<!-- Overhead Panel --> <!-- Overhead Panel -->
<!-- Visor -->
<animation>
<type>pick</type>
<object-name>visor_glass_cpt</object-name>
<object-name>visor_cpt</object-name>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>/controls/cockpit/captain-visor</property>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>cpt-visor-lbl</tooltip-id>
<label>Stow / deploy visor</label>
</binding>
</hovered>
</animation>
<animation>
<type>rotate</type>
<object-name>visor_glass_cpt</object-name>
<object-name>visor_cpt</object-name>
<property>/controls/cockpit/captain-visor-pos</property>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
<interpolation>
<entry><ind>0.00</ind><dep>0</dep></entry>
<entry><ind>0.5</ind><dep>45</dep></entry>
<entry><ind>1.00</ind><dep>90</dep></entry>
</interpolation>
<center>
<x-m>0.053431</x-m>
<y-m>-0.62716</y-m>
<z-m>0.903956</z-m>
</center>
</animation>
<animation>
<type>rotate</type>
<object-name>visor_glass_cpt</object-name>
<object-name>visor_cpt</object-name>
<property>/controls/cockpit/captain-visor-pos</property>
<axis>
<x>0</x>
<y>-1</y>
<z>0</z>
</axis>
<interpolation>
<entry><ind>0.00</ind><dep>0</dep></entry>
<entry><ind>0.5</ind><dep>18</dep></entry>
<entry><ind>0.7</ind><dep>36</dep></entry>
<entry><ind>1.00</ind><dep>90</dep></entry>
</interpolation>
<center>
<x-m>0.053431</x-m>
<y-m>-0.62716</y-m>
<z-m>0.903956</z-m>
</center>
</animation>
<animation>
<type>pick</type>
<object-name>visor_glass_fo</object-name>
<object-name>visor_fo</object-name>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>/controls/cockpit/fo-visor</property>
</binding>
</action>
<hovered>
<binding>
<command>set-tooltip</command>
<tooltip-id>fo-visor-lbl</tooltip-id>
<label>Stow / deploy visor</label>
</binding>
</hovered>
</animation>
<animation>
<type>rotate</type>
<object-name>visor_glass_fo</object-name>
<object-name>visor_fo</object-name>
<property>/controls/cockpit/fo-visor-pos</property>
<axis>
<x>1</x>
<y>0</y>
<z>0</z>
</axis>
<interpolation>
<entry><ind>0.00</ind><dep>0</dep></entry>
<entry><ind>0.5</ind><dep>45</dep></entry>
<entry><ind>1.00</ind><dep>90</dep></entry>
</interpolation>
<center>
<x-m>0.053431</x-m>
<y-m>0.62716</y-m>
<z-m>0.903956</z-m>
</center>
</animation>
<animation>
<type>rotate</type>
<object-name>visor_glass_fo</object-name>
<object-name>visor_fo</object-name>
<property>/controls/cockpit/fo-visor-pos</property>
<axis>
<x>0</x>
<y>-1</y>
<z>0</z>
</axis>
<interpolation>
<entry><ind>0.00</ind><dep>0</dep></entry>
<entry><ind>0.5</ind><dep>18</dep></entry>
<entry><ind>0.7</ind><dep>36</dep></entry>
<entry><ind>1.00</ind><dep>90</dep></entry>
</interpolation>
<center>
<x-m>0.053431</x-m>
<y-m>0.62716</y-m>
<z-m>0.903956</z-m>
</center>
</animation>
<!-- Standby Compass --> <!-- Standby Compass -->
<animation> <animation>
<type>pick</type> <type>pick</type>

View file

@ -575,6 +575,16 @@
<c1>20</c1> <c1>20</c1>
</lag_filter> </lag_filter>
<lag_filter name="/controls/cockpit/captain-visor-pos">
<input>/controls/cockpit/captain-visor</input>
<c1>2</c1>
</lag_filter>
<lag_filter name="/controls/cockpit/fo-visor-pos">
<input>/controls/cockpit/fo-visor</input>
<c1>2</c1>
</lag_filter>
</channel> </channel>
<channel name="Loudspeakers"> <channel name="Loudspeakers">