<?xml version="1.0"?>
<PropertyList>
 <sim>

  <description>Boeing 747 (YASim)</description>

  <flight-model>yasim</flight-model>
  <aero>747</aero>
  <fuel-fraction>0.5</fuel-fraction>

  <virtual-cockpit archive="y">true</virtual-cockpit>

  <systems>
   <electrical>
    <path>Aircraft/Generic/generic-electrical.xml</path>
   </electrical>
  </systems> 
  
  <sound>
   <audible>true</audible>
   <path>Aircraft/747/747-sound.xml</path>
   <volume>
      <gear type="double">0.4</gear>
   </volume>
  </sound>

  <panel>
   <path>Aircraft/c310/c310-vfr-panel.xml</path>
   <visibility>false</visibility>
  </panel>

  <hud>
   <path>Huds/Custom/default.xml</path>
   <visibility>false</visibility>
  </hud>
  
  <model>
   <path>Aircraft/747/Models/boeing747-400-jw.xml</path>
  </model>

  <view>
   <internal archive="y">true</internal>
   <config>
     <!-- x/y/z == right/up/back -->
     <x-offset-m archive="y">-0.38</x-offset-m>
     <y-offset-m archive="y">3.26</y-offset-m>
     <z-offset-m archive="y">-18.16</z-offset-m>
     <pitch-offset-deg archive="y">-13.0</pitch-offset-deg>
   </config>
  </view>

  <chase-distance-m type="double" archive="y">-90.0</chase-distance-m>
 </sim>

 <autopilot>
   <config>
     <min-climb-speed-kt type="float">150.0</min-climb-speed-kt>
     <best-climb-speed-kt type="float">200.0</best-climb-speed-kt>
     <target-climb-rate-fpm type="float">2000.0</target-climb-rate-fpm>
     <target-descent-rate-fpm type="float">1500.0</target-descent-rate-fpm>
     <elevator-adj-factor type="float">1500.0</elevator-adj-factor>
     <integral-contribution type="float">0.005</integral-contribution>
     <zero-pitch-throttle type="float">0.0001</zero-pitch-throttle>
     <zero-pitch-trim-full-throttle type="float">0.0001</zero-pitch-trim-full-throttle>
     <max-roll-deg type="float">30</max-roll-deg>
     <max-aileron type="float">1.0</max-aileron>
     <indicated-heading-magnetic type="bool">true</indicated-heading-magnetic>
   </config>
 </autopilot>

 <radios>
   <dme n="0">
      <switch-position type="int">1</switch-position>
   </dme>
 </radios>

</PropertyList>