3 <!-- Version CVS date Milestone
4 ==========================================================================================
5 1.0 January 2005 Aircraft, FDM, 2D panel.
6 1.1 November 2005 3D cockpit.
8 1.2 April 2006 Celestial view.
9 1.3 September 2007 Textured cockpit.
10 Observer and boat views.
13 Virtual copilot holds throttle and aligns
16 1.4 March 2010 3D seats, engineer levers and sextant.
18 Sponson lift and anchor force.
19 Voice callouts (wind only).
20 1.5 April 2011 Immatriculation support.
21 ==========================================================================================
27 <sim include="Nasal/Boeing314-views.xml">
29 <description>Boeing 314-A</description>
30 <status>early-production</status>
31 <aircraft-version>1.5</aircraft-version>
34 <splash-texture>Aircraft/Boeing314/Boeing314A-splash.rgb</splash-texture>
37 <flight-model>jsb</flight-model>
38 <aero>Boeing314A</aero>
42 <path>Aircraft/Boeing314/Systems/Boeing314A-autopilot.xml</path>
45 <path>Aircraft/Generic/generic-electrical.xml</path>
50 <path>Aircraft/Boeing314/Systems/Boeing314A-instrumentation.xml</path>
54 <audible>true</audible>
55 <path>Aircraft/Boeing314/Sounds/Boeing314-sound.xml</path>
56 <!-- select the sound file
57 <path>Aircraft/Boeing314/Sounds/Boeing314-b17-sound.xml</path>
62 <path>Aircraft/Boeing314/Panels/Boeing314A-2D-captain.xml</path>
63 <visibility>false</visibility>
66 <path>Aircraft/Boeing314/Panels/Boeing314A-2D-engineer.xml</path>
70 <path>Aircraft/Boeing314/Models/Boeing314Clipper.xml</path>
71 <immat>NC 18609</immat>
74 <!-- compensates the shift of VRP at nose -->
78 <start-offset-m>12.0</start-offset-m>
82 <chase-distance-m type="double" archive="y">-50.0</chase-distance-m>
84 <menubar include="Dialogs/Boeing314-menubar.xml"/>
86 <help include="help.xml"/>
91 <fuel include="Systems/Boeing314A-init-fuel.xml"/> <!-- required by nasal -->
94 <limits include="Nasal/Boeing314-limits.xml"/>
98 <file>Aircraft/Generic/limits.nas</file>
99 <file>Aircraft/Boeing314/Nasal/Boeing314-constants.nas</file>
100 <file>Aircraft/Boeing314/Nasal/Boeing314-hydraulic.nas</file>
101 <file>Aircraft/Boeing314/Nasal/Boeing314-instrument.nas</file>
102 <file>Aircraft/Boeing314/Nasal/Boeing314-fuel.nas</file>
103 <file>Aircraft/Boeing314/Nasal/Boeing314-autopilot.nas</file>
104 <file>Aircraft/Boeing314/Nasal/Boeing314-interface.nas</file>
105 <file>Aircraft/Boeing314/Nasal/Boeing314-crew.nas</file>
106 <file>Aircraft/Boeing314/Nasal/Boeing314-copilot.nas</file>
107 <file>Aircraft/Boeing314/Nasal/Boeing314-voice.nas</file>
108 <file>Aircraft/Boeing314/Nasal/Boeing314-marine.nas</file>
109 <file>Aircraft/Boeing314/Nasal/Boeing314.nas</file>
110 <file>Aircraft/Boeing314/Nasal/Boeing314-override.nas</file>
113 <file>Aircraft/Boeing314/Instruments/BubbleSextant/RAF_Mk9_bubble_sextant.nas</file>
115 var VIEW_NAME = "Celestial View";
116 var STOWED = { position : {x: 0.04,
119 orientation : {heading : 0.0,
128 <keyboard include="Nasal/Boeing314-keyboard.xml">
132 <systems include="Systems/Boeing314A-init-systems.xml">
138 <path>Models\Maritime\Misc\MarkerBuoy.xml</path>
139 <longitude-deg-prop>systems/seat/position/boat-view/longitude-deg</longitude-deg-prop>
140 <latitude-deg-prop>systems/seat/position/boat-view/latitude-deg</latitude-deg-prop>
141 <elevation-ft-prop>systems/seat/position/boat-view/water-ft</elevation-ft-prop>
146 <!-- ============= -->
147 <!-- customization -->
148 <!-- ============= -->
150 <instrumentation include="Systems/Boeing314A-init-instrumentation.xml">
152 <ident-audible type="bool">false</ident-audible>
156 <controls include="Systems/Boeing314A-init-controls.xml">
159 <minimized-s>10.0</minimized-s>
162 <!-- engines on, low pitch (parking) -->
166 <magnetos>3</magnetos>
167 <propeller-pitch>0.0</propeller-pitch>
170 <magnetos>3</magnetos>
171 <propeller-pitch>0.0</propeller-pitch>
174 <magnetos>3</magnetos>
175 <propeller-pitch>0.0</propeller-pitch>
178 <magnetos>3</magnetos>
179 <propeller-pitch>0.0</propeller-pitch>
185 <!-- above 700 RPM avoids to the stop -->
206 <target-speed-kt>150</target-speed-kt> <!-- virtual copilot -->