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 1.6 October 2011 Wake effect.
23 Sponson hydrodynamic drag.
24 ==========================================================================================
30 <sim include="Nasal/Boeing314-views.xml">
32 <description>Boeing 314-A</description>
33 <status>early-production</status>
34 <aircraft-version>1.6</aircraft-version>
37 <splash-texture>Aircraft/Boeing314/Boeing314A-splash.rgb</splash-texture>
40 <flight-model>jsb</flight-model>
41 <aero>Boeing314A</aero>
45 <!-- The aircraft always relies on a solid ground surface, so in order to
46 keep it floating we disable JSBSim's ground handling -->
47 <override-level>1</override-level>
53 <path>Aircraft/Boeing314/Systems/Boeing314A-autopilot.xml</path>
56 <path>Aircraft/Generic/generic-electrical.xml</path>
61 <path>Aircraft/Boeing314/Systems/Boeing314A-instrumentation.xml</path>
65 <audible>true</audible>
66 <path>Aircraft/Boeing314/Sounds/Boeing314-sound.xml</path>
67 <!-- select the sound file
68 <path>Aircraft/Boeing314/Sounds/Boeing314-b17-sound.xml</path>
73 <path>Aircraft/Boeing314/Panels/Boeing314A-2D-captain.xml</path>
74 <visibility>false</visibility>
77 <path>Aircraft/Boeing314/Panels/Boeing314A-2D-engineer.xml</path>
81 <path>Aircraft/Boeing314/Models/Boeing314Clipper.xml</path>
82 <immat>NC 18609</immat>
85 <!-- compensates the shift of VRP at nose -->
89 <start-offset-m>12.0</start-offset-m>
93 <chase-distance-m type="double" archive="y">-50.0</chase-distance-m>
95 <menubar include="Dialogs/Boeing314-menubar.xml"/>
97 <help include="help.xml"/>
99 <type>seaplane</type> <!-- triggers seaport dialog -->
104 <fuel include="Systems/Boeing314A-init-fuel.xml"/> <!-- required by nasal -->
107 <limits include="Nasal/Boeing314-limits.xml"/>
111 <file>Aircraft/Generic/limits.nas</file>
112 <file>Aircraft/Generic/limits.nas</file>
113 <file>Aircraft/Boeing314/Nasal/Boeing314-constants.nas</file>
114 <file>Aircraft/Boeing314/Nasal/Boeing314-hydraulic.nas</file>
115 <file>Aircraft/Boeing314/Nasal/Boeing314-instrument.nas</file>
116 <file>Aircraft/Boeing314/Nasal/Boeing314-fuel.nas</file>
117 <file>Aircraft/Boeing314/Nasal/Boeing314-autopilot.nas</file>
118 <file>Aircraft/Boeing314/Nasal/Boeing314-interface.nas</file>
119 <file>Aircraft/Boeing314/Nasal/Boeing314-crew.nas</file>
120 <file>Aircraft/Boeing314/Nasal/Boeing314-copilot.nas</file>
121 <file>Aircraft/Boeing314/Nasal/Boeing314-voice.nas</file>
122 <file>Aircraft/Boeing314/Nasal/Boeing314-marine.nas</file>
123 <file>Aircraft/Boeing314/Nasal/Boeing314.nas</file>
124 <file>Aircraft/Boeing314/Nasal/Boeing314-override.nas</file>
127 <file>Aircraft/Boeing314/Instruments/BubbleSextant/RAF_Mk9_bubble_sextant.nas</file>
129 var VIEW_NAME = "Celestial View";
130 var STOWED = { position : {x: 0.04,
133 orientation : {heading : 0.0,
142 <keyboard include="Nasal/Boeing314-keyboard.xml">
146 <systems include="Systems/Boeing314A-init-systems.xml">
151 <name>Boat (takeoff)</name>
152 <path>Models\Maritime\Misc\MarkerBuoy.xml</path>
153 <longitude-deg-prop>systems/seat/position/boat/longitude-deg</longitude-deg-prop>
154 <latitude-deg-prop>systems/seat/position/boat/latitude-deg</latitude-deg-prop>
155 <elevation-ft-prop>systems/seat/position/boat/water-ft</elevation-ft-prop>
158 <name>Boat (landing)</name>
159 <path>Models\Maritime\Civilian\SailBoatUnderPower11m.xml</path>
160 <longitude-deg-prop>systems/seat/position/boat[1]/longitude-deg</longitude-deg-prop>
161 <latitude-deg-prop>systems/seat/position/boat[1]/latitude-deg</latitude-deg-prop>
162 <elevation-ft-prop>systems/seat/position/boat[1]/water-ft</elevation-ft-prop>
167 <!-- ============= -->
168 <!-- customization -->
169 <!-- ============= -->
171 <instrumentation include="Systems/Boeing314A-init-instrumentation.xml">
173 <ident-audible type="bool">false</ident-audible>
177 <controls include="Systems/Boeing314A-init-controls.xml">
180 <minimized-s>10.0</minimized-s>
183 <!-- engines on, low pitch (parking) -->
187 <magnetos>3</magnetos>
188 <propeller-pitch>0.0</propeller-pitch>
191 <magnetos>3</magnetos>
192 <propeller-pitch>0.0</propeller-pitch>
195 <magnetos>3</magnetos>
196 <propeller-pitch>0.0</propeller-pitch>
199 <magnetos>3</magnetos>
200 <propeller-pitch>0.0</propeller-pitch>
206 <!-- above 700 RPM avoids to the stop -->
227 <target-speed-kt>150</target-speed-kt> <!-- virtual copilot -->