2001-11-07 00:46:52 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
************************************************************************
|
|
|
|
Global defaults for FlightGear property values.
|
|
|
|
|
|
|
|
Started September 2000 by David Megginson, david@megginson.com
|
|
|
|
************************************************************************
|
|
|
|
-->
|
|
|
|
|
|
|
|
<PropertyList>
|
|
|
|
|
|
|
|
<!-- General simulation preferences -->
|
2001-12-11 18:32:36 +00:00
|
|
|
<sim>
|
2006-06-08 18:14:52 +00:00
|
|
|
<!-- hide some development tools, such as parts of the HUD adjustment dialog -->
|
|
|
|
<devel type="bool">false</devel>
|
|
|
|
|
2005-06-11 08:22:31 +00:00
|
|
|
<!-- show-aircraft option: show ALL aircraft regardless by default -->
|
|
|
|
<aircraft-min-status>all</aircraft-min-status>
|
|
|
|
|
|
|
|
<!-- don't reset the simulator when the aircraft hits the ground -->
|
|
|
|
<reset-on-crash type="bool">false</reset-on-crash>
|
|
|
|
|
2006-01-30 10:36:20 +00:00
|
|
|
<!-- Limit the time we need to spend in simulation loops to 1 second -->
|
|
|
|
<max-simtime-per-frame>1.0</max-simtime-per-frame>
|
|
|
|
|
2002-10-03 14:41:17 +00:00
|
|
|
<intl include="Translations/locale.xml"/>
|
2005-02-19 12:52:23 +00:00
|
|
|
<aircraft>c172p</aircraft>
|
2002-04-09 10:45:47 +00:00
|
|
|
<virtual-cockpit type="bool">false</virtual-cockpit>
|
2002-11-15 21:05:30 +00:00
|
|
|
<presets>
|
|
|
|
<airport-id>KSFO</airport-id>
|
2003-09-11 19:35:18 +00:00
|
|
|
<runway>28R</runway>
|
2002-11-15 21:05:30 +00:00
|
|
|
<trim type="bool">true</trim>
|
|
|
|
</presets>
|
2001-11-07 00:46:52 +00:00
|
|
|
<startup>
|
2002-04-09 10:45:47 +00:00
|
|
|
<xsize type="int">800</xsize>
|
|
|
|
<ysize type="int">600</ysize>
|
|
|
|
<splash-screen type="bool">true</splash-screen>
|
2005-05-06 08:16:23 +00:00
|
|
|
<splash-progress type="bool">true</splash-progress>
|
2005-10-08 12:40:02 +00:00
|
|
|
<splash-title><!-- --></splash-title>
|
2002-04-09 10:45:47 +00:00
|
|
|
<intro-music type="bool">false</intro-music>
|
|
|
|
<game-mode type="bool">false</game-mode>
|
|
|
|
<fullscreen type="bool">false</fullscreen>
|
2001-11-07 00:46:52 +00:00
|
|
|
<units>feet</units>
|
2005-12-22 13:58:54 +00:00
|
|
|
<save-on-exit userarchive="y">true</save-on-exit>
|
2001-12-09 04:33:20 +00:00
|
|
|
<browser-app>netscape</browser-app><!-- help viewer -->
|
2001-11-07 00:46:52 +00:00
|
|
|
</startup>
|
2002-07-20 21:12:23 +00:00
|
|
|
<rendering>
|
2003-05-06 13:52:08 +00:00
|
|
|
<debug type="bool">false</debug>
|
2003-08-21 11:16:44 +00:00
|
|
|
<realism>5</realism>
|
2003-09-28 11:16:19 +00:00
|
|
|
<static-lod>
|
2005-12-17 22:22:50 +00:00
|
|
|
<detailed userarchive="y">1500</detailed>
|
|
|
|
<rough userarchive="y">9000</rough>
|
|
|
|
<bare userarchive="y">30000</bare>
|
2003-09-28 11:16:19 +00:00
|
|
|
</static-lod>
|
2005-12-17 22:22:50 +00:00
|
|
|
<random-objects type="bool" userarchive="y">true</random-objects>
|
|
|
|
<horizon-effect type="bool" userarchive="y">false</horizon-effect>
|
2006-07-20 14:31:25 +00:00
|
|
|
<point-sprites type="bool" userarchive="y">true</point-sprites>
|
2005-12-17 22:22:50 +00:00
|
|
|
<enhanced-lighting type="bool" userarchive="y">false</enhanced-lighting>
|
|
|
|
<distance-attenuation type="bool" userarchive="y">false</distance-attenuation>
|
|
|
|
<precipitation-enable type="bool" userarchive="y">false</precipitation-enable>
|
2006-03-23 16:33:41 +00:00
|
|
|
<precipitation>
|
2006-07-24 16:01:41 +00:00
|
|
|
<!-- streaks coloring and transparency -->
|
|
|
|
<min-light type="float">0.35</min-light>
|
|
|
|
<streak-brightness-nearmost-layer type="float">0.9</streak-brightness-nearmost-layer>
|
|
|
|
<streak-brightness-farmost-layer type="float">0.5</streak-brightness-farmost-layer>
|
|
|
|
|
|
|
|
<!-- streak period as a function of the speed, decreases with speed -->
|
|
|
|
<streak-period-max type="float">2.5</streak-period-max>
|
|
|
|
<streak-period-change-per-kt type="float">0.005</streak-period-change-per-kt>
|
|
|
|
<streak-period-min type="float">1.0</streak-period-min>
|
|
|
|
|
|
|
|
<!-- streak length as a function of the speed, increases with speed -->
|
|
|
|
<streak-length-min type="float">0.03</streak-length-min>
|
|
|
|
<streak-length-change-per-kt type="float">0.0005</streak-length-change-per-kt>
|
|
|
|
<streak-length-max type="float">0.1</streak-length-max>
|
|
|
|
|
|
|
|
<!-- # of rain streaks at the 100.0% precipitation density -->
|
|
|
|
<streak-count-min type="int">40</streak-count-min><!-- lightest rain -->
|
|
|
|
<streak-count-max type="int">190</streak-count-max><!-- heaviest rain -->
|
|
|
|
<!-- numbers over MAX_RAIN_SLICE in simgear/environment/visual_enviro.cxx
|
|
|
|
will be ignored in the current implementation. -->
|
|
|
|
|
|
|
|
<!-- the precipitation cone geometry -->
|
|
|
|
<cone-base-radius type="float">15.0</cone-base-radius>
|
|
|
|
<cone-height type="float">30.0</cone-height>
|
2006-03-23 16:33:41 +00:00
|
|
|
</precipitation>
|
2005-12-17 22:22:50 +00:00
|
|
|
<lightning-enable type="bool" userarchive="y">false</lightning-enable>
|
|
|
|
<bump-mapping type="bool" userarchive="y">false</bump-mapping>
|
|
|
|
<clouds3d-enable type="bool" userarchive="y">false</clouds3d-enable>
|
2006-01-30 10:43:36 +00:00
|
|
|
<clouds3d-vis-range type="float" userarchive="y">25000</clouds3d-vis-range>
|
|
|
|
<clouds3d-density type="float" userarchive="y">100</clouds3d-density>
|
2005-12-17 22:22:50 +00:00
|
|
|
<clouds3d-cache-size type="int" userarchive="y">1024</clouds3d-cache-size>
|
|
|
|
<clouds3d-cache-resolution type="int" userarchive="y">64</clouds3d-cache-resolution>
|
2003-06-17 16:56:58 +00:00
|
|
|
<draw-otw type="bool">true</draw-otw>
|
2005-12-17 22:22:50 +00:00
|
|
|
<shadows-ac type="bool" userarchive="y">false</shadows-ac>
|
|
|
|
<shadows-ac-transp type="bool" userarchive="y">false</shadows-ac-transp>
|
|
|
|
<shadows-ai type="bool" userarchive="y">false</shadows-ai>
|
|
|
|
<shadows-to type="bool" userarchive="y">false</shadows-to>
|
|
|
|
<shadows-debug type="bool" userarchive="y">false</shadows-debug>
|
2006-01-30 10:43:36 +00:00
|
|
|
<fps-display type="bool" userarchive="y">false</fps-display>
|
2002-07-20 21:12:23 +00:00
|
|
|
</rendering>
|
2002-04-09 10:45:47 +00:00
|
|
|
<model-hz type="int">120</model-hz>
|
2004-05-28 16:22:40 +00:00
|
|
|
<navdb>
|
2004-05-28 20:56:54 +00:00
|
|
|
<localizers>
|
|
|
|
<auto-align>true</auto-align>
|
|
|
|
<auto-align-threshold-deg>5.0</auto-align-threshold-deg>
|
|
|
|
</localizers>
|
2004-05-28 16:22:40 +00:00
|
|
|
</navdb>
|
2003-02-18 16:52:55 +00:00
|
|
|
<sound>
|
2006-02-12 10:49:30 +00:00
|
|
|
<volume type="float" userarchive="y">0.8</volume>
|
2004-05-14 15:54:22 +00:00
|
|
|
<pause type="bool">false</pause>
|
2006-02-12 10:49:30 +00:00
|
|
|
<atc-chatter type="bool" userarchive="y">false</atc-chatter>
|
2003-02-18 16:52:55 +00:00
|
|
|
<voice type="bool">true</voice>
|
2006-02-10 19:57:06 +00:00
|
|
|
<voices>
|
2006-03-17 12:25:27 +00:00
|
|
|
<host type="string" write="n">localhost</host>
|
2006-03-17 12:28:28 +00:00
|
|
|
<port type="string" write="n">1314</port>
|
2006-02-11 12:01:30 +00:00
|
|
|
<enabled type="bool">false</enabled>
|
2006-02-10 19:57:06 +00:00
|
|
|
<atc alias="/sim/sound/voices/voice[0]/text"/>
|
|
|
|
<approach alias="/sim/sound/voices/voice[0]/text"/>
|
|
|
|
<ground alias="/sim/sound/voices/voice[0]/text"/>
|
|
|
|
<pilot alias="/sim/sound/voices/voice[1]/text"/>
|
|
|
|
<copilot alias="/sim/sound/voices/voice[2]/text"/>
|
|
|
|
<ai-plane alias="/sim/sound/voices/voice[3]/text"/>
|
|
|
|
<voice>
|
|
|
|
<desc>ATC/Approach/Ground</desc>
|
|
|
|
<text type="string"></text>
|
|
|
|
<volume type="double">1.0</volume>
|
|
|
|
<pitch type="double">100.0</pitch>
|
|
|
|
<speed type="double">1.0</speed>
|
|
|
|
<preamble type="string"></preamble>
|
|
|
|
<festival type="bool">true</festival>
|
|
|
|
</voice>
|
|
|
|
<voice>
|
|
|
|
<desc>Pilot</desc>
|
|
|
|
<text type="string"></text>
|
|
|
|
<volume type="double">1.0</volume>
|
|
|
|
<pitch type="double">100.0</pitch>
|
|
|
|
<speed type="double">1.0</speed>
|
2006-02-22 17:24:19 +00:00
|
|
|
<preamble type="string">(voice_en1_mbrola)</preamble>
|
2006-02-10 19:57:06 +00:00
|
|
|
<festival type="bool">true</festival>
|
|
|
|
</voice>
|
|
|
|
<voice>
|
|
|
|
<desc>Copilot/Instructor</desc>
|
|
|
|
<text type="string"></text>
|
|
|
|
<volume type="double">1.0</volume>
|
|
|
|
<pitch type="double">100.0</pitch>
|
|
|
|
<speed type="double">1.0</speed>
|
2006-02-22 17:24:19 +00:00
|
|
|
<preamble type="string">(voice_us3_mbrola)</preamble>
|
2006-02-10 19:57:06 +00:00
|
|
|
<festival type="bool">true</festival>
|
|
|
|
</voice>
|
|
|
|
<voice>
|
|
|
|
<desc>AI-Plane</desc>
|
|
|
|
<text type="string"></text>
|
|
|
|
<volume type="double">1.0</volume>
|
|
|
|
<pitch type="double">100.0</pitch>
|
|
|
|
<speed type="double">1.0</speed>
|
|
|
|
<preamble type="string">(voice_don_diphone)</preamble>
|
|
|
|
<festival type="bool">true</festival>
|
|
|
|
</voice>
|
|
|
|
</voices>
|
2003-02-18 16:52:55 +00:00
|
|
|
</sound>
|
2002-04-09 10:45:47 +00:00
|
|
|
<speed-up type="double">1.0</speed-up>
|
2002-04-18 14:52:32 +00:00
|
|
|
<current-view>
|
2003-04-01 02:02:57 +00:00
|
|
|
<field-of-view type="double">55.0</field-of-view>
|
2005-02-25 22:29:15 +00:00
|
|
|
<aspect-ratio-multiplier type="double">1.0</aspect-ratio-multiplier>
|
2002-04-18 14:52:32 +00:00
|
|
|
</current-view>
|
2001-11-07 00:46:52 +00:00
|
|
|
<panel>
|
2005-02-19 12:52:23 +00:00
|
|
|
<path>Aircraft/Generic/Panels/generic-vfr-panel.xml</path>
|
2002-04-09 10:45:47 +00:00
|
|
|
<visibility type="bool">false</visibility>
|
|
|
|
<jitter type="bool">false</jitter>
|
2001-11-07 00:46:52 +00:00
|
|
|
</panel>
|
2005-02-19 12:52:23 +00:00
|
|
|
<panel_2>
|
|
|
|
<path>Aircraft/Generic/Panels/generic-trans-mini-panel.xml</path>
|
|
|
|
</panel_2>
|
2001-11-07 00:46:52 +00:00
|
|
|
<hud>
|
|
|
|
<path>Huds/Default/default.xml</path>
|
2002-04-09 10:45:47 +00:00
|
|
|
<visibility type="bool">false</visibility>
|
2006-07-04 15:46:39 +00:00
|
|
|
<visibility type="bool">false</visibility> <!-- new HUD -->
|
2006-06-06 15:35:05 +00:00
|
|
|
<font>
|
|
|
|
<name type="string">Helvetica.txf</name>
|
2006-07-24 16:01:41 +00:00
|
|
|
<size type="float">8</size>
|
2006-06-06 15:35:05 +00:00
|
|
|
</font>
|
2006-06-08 17:16:55 +00:00
|
|
|
<color>
|
|
|
|
<antialiased type="bool">false</antialiased>
|
2006-06-09 20:35:10 +00:00
|
|
|
<transparent type="bool">false</transparent>
|
2006-06-08 17:16:55 +00:00
|
|
|
<alpha type="float">0.67</alpha>
|
|
|
|
<brightness type="float">0.75</brightness>
|
|
|
|
<alpha-clamp type="float">0.01</alpha-clamp>
|
|
|
|
</color>
|
2006-06-07 17:57:12 +00:00
|
|
|
<current-color type="int">0</current-color>
|
2006-06-08 17:16:55 +00:00
|
|
|
<palette>
|
2006-06-07 17:57:12 +00:00
|
|
|
<color n="0"><!-- day -->
|
|
|
|
<red type="float">0.1</red>
|
|
|
|
<green type="float">0.9</green>
|
|
|
|
<blue type="float">0.1</blue>
|
|
|
|
</color>
|
|
|
|
<color n="1"><!-- night -->
|
|
|
|
<red type="float">0.9</red>
|
|
|
|
<green type="float">0.1</green>
|
|
|
|
<blue type="float">0.1</blue>
|
|
|
|
</color>
|
2006-06-08 17:16:55 +00:00
|
|
|
</palette>
|
2001-11-07 00:46:52 +00:00
|
|
|
</hud>
|
2006-06-17 16:34:31 +00:00
|
|
|
<lon-lat-format type="int">2</lon-lat-format>
|
2004-01-31 19:55:13 +00:00
|
|
|
<systems>
|
2004-10-16 12:37:46 +00:00
|
|
|
<path>Aircraft/Generic/generic-systems.xml</path>
|
2004-01-31 19:55:13 +00:00
|
|
|
<autopilot>
|
|
|
|
<path>Aircraft/Generic/generic-autopilot.xml</path>
|
|
|
|
</autopilot>
|
|
|
|
</systems>
|
2004-10-16 12:37:46 +00:00
|
|
|
<instrumentation>
|
|
|
|
<path>Aircraft/Generic/generic-instrumentation.xml</path>
|
|
|
|
</instrumentation>
|
2001-11-07 00:46:52 +00:00
|
|
|
<instrument-options>
|
|
|
|
<nav n="0">
|
2002-04-09 10:45:47 +00:00
|
|
|
<has-gs-needle type="bool">true</has-gs-needle>
|
|
|
|
<needles-pivot type="bool">true</needles-pivot>
|
2001-11-07 00:46:52 +00:00
|
|
|
</nav>
|
|
|
|
<nav n="1">
|
2002-04-09 10:45:47 +00:00
|
|
|
<has-gs-needle type="bool">false</has-gs-needle>
|
|
|
|
<needles-pivot type="bool">true</needles-pivot>
|
2001-11-07 00:46:52 +00:00
|
|
|
</nav>
|
|
|
|
<hsi n="0">
|
2002-04-09 10:45:47 +00:00
|
|
|
<has-gs-needle type="bool">true</has-gs-needle>
|
2001-11-07 00:46:52 +00:00
|
|
|
</hsi>
|
|
|
|
<dg>
|
2002-04-09 10:45:47 +00:00
|
|
|
<style type="int">0</style>
|
2001-11-07 00:46:52 +00:00
|
|
|
</dg>
|
|
|
|
</instrument-options>
|
Added keybindings for selecting a current engine, for changing magneto
position, and for engaging the starter. Here's how it works:
1. To select an engine, use '!' (shift-1) for engine 1, '@' (shift-2)
for engine 2, '#' (shift-3) for engine 3, '$' (shift-4) for engine
4, or '~' to select all engines. These bindings set the bool
properties /sim/input/selected/engine[0],
/sim/input/selected/engine[1], etc.
2. To decrease the magneto for the selected engine(s), use '{'.
3. To increase the magneto for the selected engine(s), use '}'.
4. To engage the starter for the selected engine(s), use SPACE.
Eventually, I'll extend this so that the throttle uses the selected
engine as well, and will perhaps even support engine selection in the
joystick bindings. Right now, only engine 1 (engines[0]) is selected
by default.
2001-12-18 12:37:21 +00:00
|
|
|
<input>
|
|
|
|
<selected>
|
2002-04-09 10:45:47 +00:00
|
|
|
<engine n="0" type="bool">true</engine>
|
2006-03-04 18:21:06 +00:00
|
|
|
<engine n="1" type="bool">true</engine>
|
|
|
|
<engine n="2" type="bool">true</engine>
|
|
|
|
<engine n="3" type="bool">true</engine>
|
|
|
|
<engine n="4" type="bool">true</engine>
|
|
|
|
<engine n="5" type="bool">true</engine>
|
|
|
|
<engine n="6" type="bool">true</engine>
|
|
|
|
<engine n="7" type="bool">true</engine>
|
Added keybindings for selecting a current engine, for changing magneto
position, and for engaging the starter. Here's how it works:
1. To select an engine, use '!' (shift-1) for engine 1, '@' (shift-2)
for engine 2, '#' (shift-3) for engine 3, '$' (shift-4) for engine
4, or '~' to select all engines. These bindings set the bool
properties /sim/input/selected/engine[0],
/sim/input/selected/engine[1], etc.
2. To decrease the magneto for the selected engine(s), use '{'.
3. To increase the magneto for the selected engine(s), use '}'.
4. To engage the starter for the selected engine(s), use SPACE.
Eventually, I'll extend this so that the throttle uses the selected
engine as well, and will perhaps even support engine selection in the
joystick bindings. Right now, only engine 1 (engines[0]) is selected
by default.
2001-12-18 12:37:21 +00:00
|
|
|
</selected>
|
|
|
|
</input>
|
2002-04-05 02:53:08 +00:00
|
|
|
|
2003-07-12 09:55:04 +00:00
|
|
|
<number-views type="int">6</number-views>
|
2003-07-12 12:02:40 +00:00
|
|
|
<chase-distance-m type="double">-25.0</chase-distance-m>
|
2004-03-24 16:07:09 +00:00
|
|
|
<allow-toggle-cockpit type="bool">false</allow-toggle-cockpit>
|
2002-04-05 02:53:08 +00:00
|
|
|
|
|
|
|
<!-- "tower" positioned to right of runway at KSFO -->
|
|
|
|
<tower>
|
2003-07-18 08:56:14 +00:00
|
|
|
<longitude-deg type="double">-122.23045</longitude-deg>
|
|
|
|
<latitude-deg type="double">37.37027</latitude-deg>
|
|
|
|
<altitude-ft type="double">150</altitude-ft>
|
2002-04-09 10:45:47 +00:00
|
|
|
<roll-deg type="double">0</roll-deg>
|
|
|
|
<pitch-deg type="double">0</pitch-deg>
|
|
|
|
<heading-deg type="double">0</heading-deg>
|
2002-04-05 02:53:08 +00:00
|
|
|
</tower>
|
|
|
|
|
|
|
|
<view>
|
|
|
|
<name>Cockpit View</name>
|
|
|
|
<type>lookfrom</type>
|
2002-04-09 10:45:47 +00:00
|
|
|
<internal type="bool">false</internal>
|
2002-04-05 02:53:08 +00:00
|
|
|
<config>
|
2002-04-11 02:40:17 +00:00
|
|
|
<from-model type="bool">true</from-model>
|
|
|
|
<from-model-idx type="int">0</from-model-idx>
|
2002-04-18 14:52:32 +00:00
|
|
|
<ground-level-nearplane-m type="double">0.5f</ground-level-nearplane-m>
|
2002-11-02 21:41:53 +00:00
|
|
|
<default-field-of-view-deg type="double">55.0</default-field-of-view-deg>
|
|
|
|
<default-pitch-deg type="double">0</default-pitch-deg>
|
2003-02-06 19:46:48 +00:00
|
|
|
<default-heading-deg type="double">0</default-heading-deg>
|
2002-11-02 21:41:53 +00:00
|
|
|
<front-direction-deg type="double">0</front-direction-deg>
|
|
|
|
<front-left-direction-deg type="double">45</front-left-direction-deg>
|
|
|
|
<left-direction-deg type="double">90</left-direction-deg>
|
|
|
|
<back-left-direction-deg type="double">135</back-left-direction-deg>
|
|
|
|
<back-direction-deg type="double">180</back-direction-deg>
|
|
|
|
<back-right-direction-deg type="double">225</back-right-direction-deg>
|
|
|
|
<right-direction-deg type="double">270</right-direction-deg>
|
|
|
|
<front-right-direction-deg type="double">315</front-right-direction-deg>
|
2002-04-05 02:53:08 +00:00
|
|
|
</config>
|
2006-08-17 15:54:16 +00:00
|
|
|
<dynamic>
|
|
|
|
<enabled type="bool" userarchive="y">false</enabled>
|
|
|
|
</dynamic>
|
2002-03-02 23:44:28 +00:00
|
|
|
</view>
|
2002-04-05 02:53:08 +00:00
|
|
|
|
|
|
|
<view>
|
2003-07-12 09:55:04 +00:00
|
|
|
<name>Helicopter View</name>
|
2002-04-05 02:53:08 +00:00
|
|
|
<type>lookat</type>
|
|
|
|
<config>
|
2002-06-14 19:17:05 +00:00
|
|
|
<from-model type="bool">false</from-model>
|
2002-04-11 02:40:17 +00:00
|
|
|
<from-model-idx type="int">0</from-model-idx>
|
2002-06-14 19:17:05 +00:00
|
|
|
<eye-lat-deg-path>/position/latitude-deg</eye-lat-deg-path>
|
|
|
|
<eye-lon-deg-path>/position/longitude-deg</eye-lon-deg-path>
|
|
|
|
<eye-alt-ft-path>/position/altitude-ft</eye-alt-ft-path>
|
|
|
|
<eye-heading-deg-path>/orientation/heading-deg</eye-heading-deg-path>
|
|
|
|
|
2002-04-11 02:40:17 +00:00
|
|
|
<at-model type="bool">true</at-model>
|
|
|
|
<at-model-idx type="int">0</at-model-idx>
|
2003-07-18 08:56:14 +00:00
|
|
|
<at-model-heading-damping type="double">0.0</at-model-heading-damping>
|
2003-02-06 19:46:48 +00:00
|
|
|
<target-z-offset-m type="double">0</target-z-offset-m>
|
2002-04-05 02:53:08 +00:00
|
|
|
|
2002-04-18 14:52:32 +00:00
|
|
|
<ground-level-nearplane-m type="double">0.5f</ground-level-nearplane-m>
|
2003-02-06 19:46:48 +00:00
|
|
|
<default-field-of-view-deg type="double">55.0</default-field-of-view-deg>
|
2002-04-18 14:52:32 +00:00
|
|
|
|
2002-04-09 10:45:47 +00:00
|
|
|
<x-offset-m type="double">0</x-offset-m>
|
|
|
|
<y-offset-m type="double">0</y-offset-m>
|
2003-07-12 12:02:40 +00:00
|
|
|
<z-offset-m alias="/sim/chase-distance-m"/>
|
2002-04-05 02:53:08 +00:00
|
|
|
</config>
|
|
|
|
</view>
|
|
|
|
|
2003-07-12 09:55:04 +00:00
|
|
|
<view>
|
|
|
|
<name>Chase View</name>
|
|
|
|
<type>lookat</type>
|
|
|
|
<config>
|
|
|
|
<from-model type="bool">false</from-model>
|
|
|
|
<from-model-idx type="int">0</from-model-idx>
|
|
|
|
<eye-lat-deg-path>/position/latitude-deg</eye-lat-deg-path>
|
|
|
|
<eye-lon-deg-path>/position/longitude-deg</eye-lon-deg-path>
|
|
|
|
<eye-alt-ft-path>/position/altitude-ft</eye-alt-ft-path>
|
|
|
|
<eye-pitch-deg-path>/orientation/pitch-deg</eye-pitch-deg-path>
|
|
|
|
<eye-roll-deg-path>/orientation/roll-deg</eye-roll-deg-path>
|
|
|
|
<eye-heading-deg-path>/orientation/heading-deg</eye-heading-deg-path>
|
|
|
|
|
|
|
|
<at-model type="bool">true</at-model>
|
|
|
|
<at-model-idx type="int">0</at-model-idx>
|
2003-07-17 08:54:06 +00:00
|
|
|
<at-model-roll-damping type="double">1.8</at-model-roll-damping>
|
|
|
|
<at-model-pitch-damping type="double">1.8</at-model-pitch-damping>
|
|
|
|
<at-model-heading-damping type="double">1.8</at-model-heading-damping>
|
2003-07-12 09:55:04 +00:00
|
|
|
<target-z-offset-m type="double">0</target-z-offset-m>
|
|
|
|
|
|
|
|
<ground-level-nearplane-m type="double">0.5f</ground-level-nearplane-m>
|
|
|
|
<default-field-of-view-deg type="double">55.0</default-field-of-view-deg>
|
|
|
|
|
|
|
|
<x-offset-m type="double">5</x-offset-m>
|
|
|
|
<y-offset-m type="double">0</y-offset-m>
|
2003-07-12 12:02:40 +00:00
|
|
|
<z-offset-m alias="/sim/chase-distance-m"/>
|
2003-07-12 09:55:04 +00:00
|
|
|
</config>
|
|
|
|
</view>
|
2002-04-05 02:53:08 +00:00
|
|
|
|
|
|
|
<view>
|
|
|
|
<name>Tower View</name>
|
|
|
|
<type>lookat</type>
|
|
|
|
<config>
|
|
|
|
<eye-lat-deg-path>/sim/tower/latitude-deg</eye-lat-deg-path>
|
|
|
|
<eye-lon-deg-path>/sim/tower/longitude-deg</eye-lon-deg-path>
|
|
|
|
<eye-alt-ft-path>/sim/tower/altitude-ft</eye-alt-ft-path>
|
|
|
|
<eye-roll-deg-path>/sim/tower/roll-deg</eye-roll-deg-path>
|
|
|
|
<eye-pitch-deg-path>/sim/tower/pitch-deg</eye-pitch-deg-path>
|
|
|
|
<eye-heading-deg-path>/sim/tower/heading-deg</eye-heading-deg-path>
|
|
|
|
|
2002-04-11 02:40:17 +00:00
|
|
|
<at-model type="bool">true</at-model>
|
|
|
|
<at-model-idx type="int">0</at-model-idx>
|
|
|
|
|
2002-04-18 14:52:32 +00:00
|
|
|
<ground-level-nearplane-m type="double">10.0f</ground-level-nearplane-m>
|
2003-02-06 19:46:48 +00:00
|
|
|
<default-field-of-view-deg type="double">55.0</default-field-of-view-deg>
|
2002-04-18 14:52:32 +00:00
|
|
|
|
2002-04-11 02:40:17 +00:00
|
|
|
<x-offset-m type="double">0</x-offset-m>
|
|
|
|
<y-offset-m type="double">0</y-offset-m>
|
|
|
|
<z-offset-m type="double">0</z-offset-m>
|
|
|
|
</config>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view>
|
|
|
|
<name>Tower View Look From</name>
|
|
|
|
<type>lookfrom</type>
|
|
|
|
<config>
|
|
|
|
<eye-lat-deg-path>/sim/tower/latitude-deg</eye-lat-deg-path>
|
|
|
|
<eye-lon-deg-path>/sim/tower/longitude-deg</eye-lon-deg-path>
|
|
|
|
<eye-alt-ft-path>/sim/tower/altitude-ft</eye-alt-ft-path>
|
|
|
|
<eye-roll-deg-path>/sim/tower/roll-deg</eye-roll-deg-path>
|
|
|
|
<eye-pitch-deg-path>/sim/tower/pitch-deg</eye-pitch-deg-path>
|
|
|
|
<eye-heading-deg-path>/sim/tower/heading-deg</eye-heading-deg-path>
|
2002-04-05 02:53:08 +00:00
|
|
|
|
2002-04-18 14:52:32 +00:00
|
|
|
<ground-level-nearplane-m type="double">10.0f</ground-level-nearplane-m>
|
2003-02-06 19:46:48 +00:00
|
|
|
<default-field-of-view-deg type="double">55.0</default-field-of-view-deg>
|
2002-04-18 14:52:32 +00:00
|
|
|
|
2002-04-09 10:45:47 +00:00
|
|
|
<x-offset-m type="double">0</x-offset-m>
|
|
|
|
<y-offset-m type="double">0</y-offset-m>
|
|
|
|
<z-offset-m type="double">0</z-offset-m>
|
2002-04-05 02:53:08 +00:00
|
|
|
</config>
|
2002-11-17 03:55:00 +00:00
|
|
|
</view>
|
2002-11-12 01:08:56 +00:00
|
|
|
|
|
|
|
<view>
|
|
|
|
<name>Chase View wo yaw</name>
|
|
|
|
<type>lookat</type>
|
|
|
|
<config>
|
|
|
|
<from-model type="bool">false</from-model>
|
|
|
|
<from-model-idx type="int">0</from-model-idx>
|
|
|
|
<eye-lat-deg-path>/position/latitude-deg</eye-lat-deg-path>
|
|
|
|
<eye-lon-deg-path>/position/longitude-deg</eye-lon-deg-path>
|
|
|
|
<eye-alt-ft-path>/position/altitude-ft</eye-alt-ft-path>
|
2006-07-24 16:01:41 +00:00
|
|
|
|
2002-11-12 01:08:56 +00:00
|
|
|
<at-model type="bool">true</at-model>
|
|
|
|
<at-model-idx type="int">0</at-model-idx>
|
|
|
|
|
|
|
|
<ground-level-nearplane-m type="double">0.5f</ground-level-nearplane-m>
|
2003-02-06 19:46:48 +00:00
|
|
|
<default-field-of-view-deg type="double">55.0</default-field-of-view-deg>
|
2002-11-12 01:08:56 +00:00
|
|
|
|
|
|
|
<x-offset-m type="double">2</x-offset-m>
|
|
|
|
<y-offset-m type="double">25</y-offset-m>
|
2003-07-12 12:02:40 +00:00
|
|
|
<z-offset-m alias="/sim/chase-distance-m"/>
|
2002-11-12 01:08:56 +00:00
|
|
|
</config>
|
2002-04-05 02:53:08 +00:00
|
|
|
</view>
|
|
|
|
|
2003-01-18 22:03:45 +00:00
|
|
|
<menubar>
|
2006-02-22 17:24:19 +00:00
|
|
|
<visibility type="bool" userarchive="y">true</visibility>
|
2004-10-22 09:26:50 +00:00
|
|
|
<default include="gui/menubar.xml"/>
|
2003-01-18 22:03:45 +00:00
|
|
|
</menubar>
|
2004-06-14 18:48:10 +00:00
|
|
|
|
2006-03-09 23:05:08 +00:00
|
|
|
<gui>
|
|
|
|
<current-style type="int" userarchive="y">0</current-style>
|
|
|
|
<style n="0" include="gui/styles/default.xml"/>
|
|
|
|
<style n="1" include="gui/styles/anthrax.xml"/>
|
|
|
|
</gui>
|
2005-07-07 21:03:49 +00:00
|
|
|
|
2004-06-14 18:48:10 +00:00
|
|
|
<mouse>
|
2004-07-27 20:42:17 +00:00
|
|
|
<hide-cursor>true</hide-cursor>
|
2004-06-14 18:48:10 +00:00
|
|
|
<cursor-timeout-sec>10.0</cursor-timeout-sec>
|
|
|
|
</mouse>
|
2006-07-24 16:01:41 +00:00
|
|
|
|
2003-09-11 19:35:18 +00:00
|
|
|
<replay>
|
|
|
|
<duration type="double">90</duration>
|
|
|
|
<view type="int">1</view>
|
|
|
|
</replay>
|
2006-07-24 16:01:41 +00:00
|
|
|
|
2005-05-10 09:41:19 +00:00
|
|
|
<atc>
|
2004-12-27 00:24:28 +00:00
|
|
|
<enabled type="bool">true</enabled>
|
2005-05-10 09:41:19 +00:00
|
|
|
</atc>
|
2003-04-01 14:27:45 +00:00
|
|
|
|
|
|
|
<ai-traffic>
|
2006-02-13 15:12:40 +00:00
|
|
|
<enabled type="bool" userarchive="y">false</enabled>
|
|
|
|
<level type="int" userarchive="y">1</level>
|
2003-04-01 14:27:45 +00:00
|
|
|
</ai-traffic>
|
2003-01-18 22:03:45 +00:00
|
|
|
|
2004-07-22 18:50:30 +00:00
|
|
|
<traffic-manager>
|
2006-03-29 18:07:10 +00:00
|
|
|
<enabled type="bool">true</enabled>
|
2004-07-22 18:50:30 +00:00
|
|
|
</traffic-manager>
|
|
|
|
|
2003-11-30 18:32:39 +00:00
|
|
|
<ai>
|
2004-09-23 11:10:09 +00:00
|
|
|
<enabled type="bool">true</enabled>
|
2004-11-30 14:29:24 +00:00
|
|
|
<!-- scenario>nimitz_demo</scenario -->
|
2006-03-29 18:07:10 +00:00
|
|
|
<scenario>aircraft_demo</scenario>
|
2006-07-20 14:31:25 +00:00
|
|
|
<!-- <scenario>refueling_demo</scenario> -->
|
2003-11-30 18:32:39 +00:00
|
|
|
</ai>
|
2006-02-10 19:57:06 +00:00
|
|
|
|
|
|
|
<user>
|
|
|
|
<callsign type="string">Golf Foxtrot Sierra</callsign>
|
|
|
|
</user>
|
2002-03-02 23:44:28 +00:00
|
|
|
</sim>
|
2001-11-07 00:46:52 +00:00
|
|
|
|
|
|
|
|
2003-12-28 17:41:21 +00:00
|
|
|
<!-- mouse mode -->
|
|
|
|
<devices>
|
|
|
|
<status>
|
|
|
|
<mice>
|
|
|
|
<mouse n="0">
|
|
|
|
<mode>0</mode>
|
|
|
|
</mouse>
|
|
|
|
</mice>
|
|
|
|
</status>
|
|
|
|
</devices>
|
|
|
|
|
|
|
|
|
2001-11-07 00:46:52 +00:00
|
|
|
<!-- Position -->
|
|
|
|
|
|
|
|
<position>
|
2002-04-09 10:45:47 +00:00
|
|
|
<altitude-ft type="double">-9999</altitude-ft>
|
2001-11-07 00:46:52 +00:00
|
|
|
</position>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Velocities -->
|
|
|
|
|
|
|
|
<velocities>
|
2002-04-09 10:45:47 +00:00
|
|
|
<speed-north-fps type="double">0.0</speed-north-fps>
|
|
|
|
<speed-east-fps type="double">0.0</speed-east-fps>
|
|
|
|
<speed-down-fps type="double">0.0</speed-down-fps>
|
2001-11-07 00:46:52 +00:00
|
|
|
</velocities>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Orientation -->
|
|
|
|
|
|
|
|
<orientation>
|
2002-04-09 10:45:47 +00:00
|
|
|
<heading-deg type="double">270</heading-deg>
|
|
|
|
<roll-deg type="double">0.0</roll-deg>
|
|
|
|
<pitch-deg type="double">0.424</pitch-deg>
|
2001-11-07 00:46:52 +00:00
|
|
|
</orientation>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Environment -->
|
|
|
|
|
|
|
|
<environment>
|
2005-08-25 17:27:17 +00:00
|
|
|
<weather-scenario>Fair weather</weather-scenario>
|
2003-06-08 14:44:53 +00:00
|
|
|
<config>
|
|
|
|
|
|
|
|
<boundary-transition-ft>500</boundary-transition-ft>
|
|
|
|
|
|
|
|
<boundary>
|
|
|
|
|
|
|
|
<entry>
|
|
|
|
<elevation-ft>0</elevation-ft>
|
|
|
|
<wind-from-heading-deg>270</wind-from-heading-deg>
|
|
|
|
<wind-speed-kt>3</wind-speed-kt>
|
2003-07-17 18:17:13 +00:00
|
|
|
<visibility-m>16093.44</visibility-m>
|
2003-06-08 14:44:53 +00:00
|
|
|
<pressure-sea-level-inhg>29.92</pressure-sea-level-inhg>
|
2003-06-24 19:53:21 +00:00
|
|
|
<temperature-degc>15.0</temperature-degc>
|
|
|
|
<dewpoint-degc>5.0</dewpoint-degc>
|
2003-07-15 01:26:37 +00:00
|
|
|
<turbulence>
|
|
|
|
<magnitude-norm>0.0</magnitude-norm>
|
|
|
|
<rate-hz>1.0</rate-hz>
|
|
|
|
</turbulence>
|
2003-06-08 14:44:53 +00:00
|
|
|
</entry>
|
|
|
|
|
|
|
|
<entry>
|
|
|
|
<elevation-ft>500</elevation-ft>
|
|
|
|
<wind-from-heading-deg>280</wind-from-heading-deg>
|
|
|
|
<wind-speed-kt>6</wind-speed-kt>
|
2003-07-15 01:26:37 +00:00
|
|
|
<turbulence>
|
|
|
|
<magnitude-norm>0.1</magnitude-norm>
|
|
|
|
<rate-hz>1.0</rate-hz>
|
|
|
|
</turbulence>
|
2003-06-08 14:44:53 +00:00
|
|
|
</entry>
|
|
|
|
|
|
|
|
</boundary>
|
|
|
|
|
|
|
|
<aloft>
|
|
|
|
|
|
|
|
<entry>
|
|
|
|
<elevation-ft>3000</elevation-ft>
|
|
|
|
<wind-from-heading-deg>300</wind-from-heading-deg>
|
|
|
|
<wind-speed-kt>10</wind-speed-kt>
|
2003-07-17 18:17:13 +00:00
|
|
|
<visibility-m>16093.44</visibility-m>
|
2003-06-08 14:44:53 +00:00
|
|
|
<pressure-sea-level-inhg>29.92</pressure-sea-level-inhg>
|
2003-06-24 19:53:21 +00:00
|
|
|
<!-- <temperature-degc>15.0</temperature-degc> -->
|
|
|
|
<!-- <dewpoint-degc>5.0</dewpoint-degc> -->
|
2003-07-15 01:26:37 +00:00
|
|
|
<turbulence>
|
|
|
|
<magnitude-norm>0.05</magnitude-norm>
|
|
|
|
<rate-hz>1.0</rate-hz>
|
|
|
|
</turbulence>
|
2003-06-08 14:44:53 +00:00
|
|
|
</entry>
|
|
|
|
|
|
|
|
<entry>
|
|
|
|
<elevation-ft>6000</elevation-ft>
|
|
|
|
<wind-from-heading-deg>310</wind-from-heading-deg>
|
|
|
|
<wind-speed-kt>20</wind-speed-kt>
|
2003-07-15 01:26:37 +00:00
|
|
|
<turbulence>
|
|
|
|
<magnitude-norm>0.0</magnitude-norm>
|
|
|
|
<rate-hz>1.0</rate-hz>
|
|
|
|
</turbulence>
|
2003-06-08 14:44:53 +00:00
|
|
|
</entry>
|
|
|
|
|
|
|
|
<entry>
|
|
|
|
<elevation-ft>9000</elevation-ft>
|
|
|
|
<wind-from-heading-deg>320</wind-from-heading-deg>
|
|
|
|
<wind-speed-kt>30</wind-speed-kt>
|
|
|
|
</entry>
|
|
|
|
|
|
|
|
</aloft>
|
|
|
|
|
|
|
|
</config>
|
|
|
|
|
2002-05-17 15:54:24 +00:00
|
|
|
<clouds>
|
|
|
|
<status>true</status>
|
|
|
|
<layer n="0">
|
2003-04-05 03:36:20 +00:00
|
|
|
<coverage>scattered</coverage>
|
|
|
|
<elevation-ft>5000</elevation-ft>
|
|
|
|
<thickness-ft>600</thickness-ft>
|
|
|
|
<transition-ft>150</transition-ft>
|
2002-05-17 15:54:24 +00:00
|
|
|
<span-m>40000</span-m>
|
|
|
|
</layer>
|
2003-06-23 20:55:57 +00:00
|
|
|
<layer n="1">
|
|
|
|
<coverage>cirrus</coverage>
|
|
|
|
<elevation-ft>19500</elevation-ft>
|
|
|
|
<thickness-ft>65</thickness-ft>
|
|
|
|
<transition-ft>25</transition-ft>
|
|
|
|
<span-m>40000</span-m>
|
|
|
|
</layer>
|
2002-05-17 15:54:24 +00:00
|
|
|
<layer n="2">
|
2003-04-05 03:36:20 +00:00
|
|
|
<coverage>clear</coverage>
|
2002-05-17 15:54:24 +00:00
|
|
|
<span-m>40000</span-m>
|
|
|
|
</layer>
|
|
|
|
<layer n="3">
|
2003-04-05 03:36:20 +00:00
|
|
|
<coverage>clear</coverage>
|
2002-05-17 15:54:24 +00:00
|
|
|
<span-m>40000</span-m>
|
|
|
|
</layer>
|
2003-06-23 20:55:57 +00:00
|
|
|
<layer n="5">
|
|
|
|
<coverage>clear</coverage>
|
2002-05-17 15:54:24 +00:00
|
|
|
<span-m>40000</span-m>
|
|
|
|
</layer>
|
|
|
|
</clouds>
|
2003-06-08 14:44:53 +00:00
|
|
|
|
2005-06-26 17:19:58 +00:00
|
|
|
<cloudlayers include="cloudlayers.xml"/>
|
|
|
|
|
2002-05-06 21:43:40 +00:00
|
|
|
<params>
|
2004-02-21 14:04:06 +00:00
|
|
|
<real-world-weather-fetch type="bool">false</real-world-weather-fetch>
|
2005-02-22 18:12:53 +00:00
|
|
|
<metar-max-age-min type="long">240</metar-max-age-min>
|
2002-05-15 09:13:34 +00:00
|
|
|
<control-fdm-atmosphere type="bool">false</control-fdm-atmosphere>
|
2004-11-07 14:50:01 +00:00
|
|
|
<contrail-altitude>30000</contrail-altitude>
|
2002-05-06 21:43:40 +00:00
|
|
|
</params>
|
2003-06-08 14:44:53 +00:00
|
|
|
|
2001-11-07 00:46:52 +00:00
|
|
|
</environment>
|
|
|
|
|
|
|
|
<controls>
|
2003-04-01 12:41:12 +00:00
|
|
|
<flight>
|
|
|
|
<aileron type="double">0.0</aileron>
|
|
|
|
<aileron-trim type="double">0.0</aileron-trim>
|
|
|
|
<elevator type="double">0.0</elevator>
|
|
|
|
<elevator-trim type="double">0.0</elevator-trim>
|
|
|
|
<rudder type="double">0.0</rudder>
|
|
|
|
<rudder-trim type="double">0.0</rudder-trim>
|
|
|
|
<flaps type="double">0.0</flaps>
|
2003-08-01 19:42:42 +00:00
|
|
|
<flaps-serviceable type="bool">true</flaps-serviceable>
|
2003-04-01 12:41:12 +00:00
|
|
|
</flight>
|
2006-07-24 16:01:41 +00:00
|
|
|
|
2003-04-01 12:41:12 +00:00
|
|
|
<engines>
|
|
|
|
<engine n="0">
|
|
|
|
<starter type="bool">false</starter>
|
2003-04-05 15:04:20 +00:00
|
|
|
<magnetos type="int">0</magnetos>
|
2003-04-01 12:41:12 +00:00
|
|
|
<throttle type="double">0.0</throttle>
|
|
|
|
<mixture type="double">1.0</mixture>
|
2004-07-27 20:42:17 +00:00
|
|
|
<condition type="double">1.0</condition>
|
2003-04-01 12:41:12 +00:00
|
|
|
<propeller-pitch type="double">1.0</propeller-pitch>
|
2003-08-01 00:28:33 +00:00
|
|
|
<faults>
|
|
|
|
<serviceable>true</serviceable>
|
|
|
|
<left-magneto-serviceable>true</left-magneto-serviceable>
|
|
|
|
<right-magneto-serviceable>true</right-magneto-serviceable>
|
|
|
|
<spark-plugs-serviceable>true</spark-plugs-serviceable>
|
|
|
|
<oil-pressure-status>0</oil-pressure-status>
|
|
|
|
<fuel-pump-serviceable>true</fuel-pump-serviceable>
|
|
|
|
</faults>
|
2003-04-01 12:41:12 +00:00
|
|
|
</engine>
|
|
|
|
<engine n="1">
|
|
|
|
<starter type="bool">false</starter>
|
2003-04-05 15:04:20 +00:00
|
|
|
<magnetos type="int">0</magnetos>
|
2003-04-01 12:41:12 +00:00
|
|
|
<throttle type="double">0.0</throttle>
|
|
|
|
<mixture type="double">1.0</mixture>
|
2004-07-27 20:42:17 +00:00
|
|
|
<condition type="double">1.0</condition>
|
2003-04-01 12:41:12 +00:00
|
|
|
<propeller-pitch type="double">1.0</propeller-pitch>
|
2003-08-01 00:28:33 +00:00
|
|
|
<faults>
|
|
|
|
<serviceable>true</serviceable>
|
|
|
|
<left-magneto-serviceable>true</left-magneto-serviceable>
|
|
|
|
<right-magneto-serviceable>true</right-magneto-serviceable>
|
|
|
|
<spark-plugs-serviceable>true</spark-plugs-serviceable>
|
|
|
|
<oil-pressure-status>0</oil-pressure-status>
|
|
|
|
<fuel-pump-serviceable>true</fuel-pump-serviceable>
|
|
|
|
</faults>
|
2003-04-01 12:41:12 +00:00
|
|
|
</engine>
|
|
|
|
<engine n="2">
|
|
|
|
<starter type="bool">false</starter>
|
2003-04-05 15:04:20 +00:00
|
|
|
<magnetos type="int">0</magnetos>
|
2003-04-01 12:41:12 +00:00
|
|
|
<throttle type="double">0.0</throttle>
|
|
|
|
<mixture type="double">1.0</mixture>
|
2004-07-27 20:42:17 +00:00
|
|
|
<condition type="double">1.0</condition>
|
2003-04-01 12:41:12 +00:00
|
|
|
<propeller-pitch type="double">1.0</propeller-pitch>
|
2003-08-01 00:28:33 +00:00
|
|
|
<faults>
|
|
|
|
<serviceable>true</serviceable>
|
|
|
|
<left-magneto-serviceable>true</left-magneto-serviceable>
|
|
|
|
<right-magneto-serviceable>true</right-magneto-serviceable>
|
|
|
|
<spark-plugs-serviceable>true</spark-plugs-serviceable>
|
|
|
|
<oil-pressure-status>0</oil-pressure-status>
|
|
|
|
<fuel-pump-serviceable>true</fuel-pump-serviceable>
|
|
|
|
</faults>
|
2003-04-01 12:41:12 +00:00
|
|
|
</engine>
|
|
|
|
<engine n="3">
|
|
|
|
<starter type="bool">false</starter>
|
2003-04-05 15:04:20 +00:00
|
|
|
<magnetos type="int">0</magnetos>
|
2003-04-01 12:41:12 +00:00
|
|
|
<throttle type="double">0.0</throttle>
|
|
|
|
<mixture type="double">1.0</mixture>
|
2004-07-27 20:42:17 +00:00
|
|
|
<condition type="double">1.0</condition>
|
2003-04-01 12:41:12 +00:00
|
|
|
<propeller-pitch type="double">1.0</propeller-pitch>
|
2003-08-01 00:28:33 +00:00
|
|
|
<faults>
|
|
|
|
<serviceable>true</serviceable>
|
|
|
|
<left-magneto-serviceable>true</left-magneto-serviceable>
|
|
|
|
<right-magneto-serviceable>true</right-magneto-serviceable>
|
|
|
|
<spark-plugs-serviceable>true</spark-plugs-serviceable>
|
|
|
|
<oil-pressure-status>0</oil-pressure-status>
|
|
|
|
<fuel-pump-serviceable>true</fuel-pump-serviceable>
|
|
|
|
</faults>
|
2003-04-01 12:41:12 +00:00
|
|
|
</engine>
|
|
|
|
</engines>
|
|
|
|
|
|
|
|
<gear>
|
2004-01-12 17:49:33 +00:00
|
|
|
<brake-left type="double">0.0</brake-left>
|
|
|
|
<brake-right type="double">0.0</brake-right>
|
|
|
|
<brake-parking type="double">0.0</brake-parking>
|
2003-04-01 12:41:12 +00:00
|
|
|
<gear-down type="bool">true</gear-down>
|
|
|
|
</gear>
|
|
|
|
|
|
|
|
<lighting>
|
|
|
|
<taxi-light type="bool">true</taxi-light>
|
|
|
|
<landing-lights type="bool">true</landing-lights>
|
|
|
|
<nav-lights type="bool">true</nav-lights>
|
2002-11-06 15:50:29 +00:00
|
|
|
<beacon type="bool">true</beacon>
|
2003-04-01 12:41:12 +00:00
|
|
|
<strobe type="bool">false</strobe>
|
|
|
|
</lighting>
|
2006-07-24 16:01:41 +00:00
|
|
|
|
2003-04-01 12:41:12 +00:00
|
|
|
<anti-ice>
|
|
|
|
<pitot-heat type="bool">false</pitot-heat>
|
|
|
|
<engine n="0">
|
|
|
|
<carb-heat type="bool">false</carb-heat>
|
|
|
|
</engine>
|
|
|
|
<engine n="1">
|
|
|
|
<carb-heat type="bool">false</carb-heat>
|
|
|
|
</engine>
|
|
|
|
<engine n="2">
|
|
|
|
<carb-heat type="bool">false</carb-heat>
|
|
|
|
</engine>
|
|
|
|
<engine n="3">
|
|
|
|
<carb-heat type="bool">false</carb-heat>
|
|
|
|
</engine>
|
|
|
|
</anti-ice>
|
2002-11-26 04:05:27 +00:00
|
|
|
|
2001-11-07 00:46:52 +00:00
|
|
|
</controls>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- User input devices -->
|
|
|
|
|
|
|
|
<input>
|
|
|
|
|
|
|
|
<!-- included externally -->
|
|
|
|
<keyboard include="keyboard.xml"/>
|
|
|
|
|
2005-11-24 10:51:24 +00:00
|
|
|
<!-- included externally -->
|
|
|
|
<joysticks include="joysticks.xml"/>
|
|
|
|
|
2002-03-23 22:30:39 +00:00
|
|
|
<!-- included externally -->
|
|
|
|
<mice include="mice.xml"/>
|
|
|
|
|
2001-11-07 00:46:52 +00:00
|
|
|
</input>
|
|
|
|
|
|
|
|
|
2004-12-03 22:24:41 +00:00
|
|
|
<instrumentation>
|
2001-11-07 00:46:52 +00:00
|
|
|
|
2004-12-03 22:24:41 +00:00
|
|
|
<!-- Radio settings -->
|
2002-04-06 21:48:39 +00:00
|
|
|
|
2001-11-07 00:46:52 +00:00
|
|
|
<comm n="0">
|
|
|
|
<frequencies>
|
2002-12-30 19:47:22 +00:00
|
|
|
<selected-mhz type="double">120.500</selected-mhz>
|
|
|
|
<standby-mhz type="double">118.850</standby-mhz>
|
2001-11-07 00:46:52 +00:00
|
|
|
</frequencies>
|
2003-01-09 13:48:41 +00:00
|
|
|
<volume type="double">0.6</volume>
|
2004-12-30 21:11:13 +00:00
|
|
|
<serviceable>true</serviceable>
|
2001-11-07 00:46:52 +00:00
|
|
|
</comm>
|
|
|
|
|
|
|
|
<comm n="1">
|
|
|
|
<frequencies>
|
2002-12-30 19:47:22 +00:00
|
|
|
<selected-mhz type="double">118.300</selected-mhz>
|
|
|
|
<standby-mhz type="double">133.775</standby-mhz>
|
2001-11-07 00:46:52 +00:00
|
|
|
</frequencies>
|
2003-01-09 13:48:41 +00:00
|
|
|
<volume type="double">0.6</volume>
|
2004-12-30 21:11:13 +00:00
|
|
|
<serviceable>true</serviceable>
|
2001-11-07 00:46:52 +00:00
|
|
|
</comm>
|
|
|
|
|
|
|
|
<nav n="0">
|
|
|
|
<frequencies>
|
2002-09-02 21:35:42 +00:00
|
|
|
<selected-mhz type="double">115.80</selected-mhz>
|
|
|
|
<standby-mhz type="double">111.70</standby-mhz>
|
2001-11-07 00:46:52 +00:00
|
|
|
</frequencies>
|
|
|
|
<radials>
|
2002-09-02 21:35:42 +00:00
|
|
|
<selected-deg type="double">280.0</selected-deg>
|
2001-11-07 00:46:52 +00:00
|
|
|
</radials>
|
2004-12-04 21:15:43 +00:00
|
|
|
<serviceable>true</serviceable>
|
|
|
|
<cdi>
|
|
|
|
<serviceable>true</serviceable>
|
|
|
|
</cdi>
|
|
|
|
<gs>
|
|
|
|
<serviceable>true</serviceable>
|
|
|
|
</gs>
|
|
|
|
<to-from>
|
|
|
|
<serviceable>true</serviceable>
|
|
|
|
</to-from>
|
2005-10-02 18:04:54 +00:00
|
|
|
<slaved-to-gps type="bool">false</slaved-to-gps>
|
2001-11-07 00:46:52 +00:00
|
|
|
</nav>
|
|
|
|
|
|
|
|
<nav n="1">
|
|
|
|
<frequencies>
|
2002-09-02 21:35:42 +00:00
|
|
|
<selected-mhz type="double">116.80</selected-mhz>
|
|
|
|
<standby-mhz type="double">113.90</standby-mhz>
|
2001-11-07 00:46:52 +00:00
|
|
|
</frequencies>
|
|
|
|
<radials>
|
2002-04-09 10:45:47 +00:00
|
|
|
<selected-deg type="double">029.0</selected-deg>
|
2001-11-07 00:46:52 +00:00
|
|
|
</radials>
|
2004-12-04 21:15:43 +00:00
|
|
|
<serviceable>true</serviceable>
|
|
|
|
<cdi>
|
|
|
|
<serviceable>true</serviceable>
|
|
|
|
</cdi>
|
|
|
|
<gs>
|
|
|
|
<serviceable>true</serviceable>
|
|
|
|
</gs>
|
|
|
|
<to-from>
|
|
|
|
<serviceable>true</serviceable>
|
|
|
|
</to-from>
|
2005-10-02 18:04:54 +00:00
|
|
|
<slaved-to-gps type="bool">false</slaved-to-gps>
|
2001-11-07 00:46:52 +00:00
|
|
|
</nav>
|
|
|
|
|
2004-12-30 21:36:35 +00:00
|
|
|
<transponder>
|
|
|
|
<inputs>
|
|
|
|
<serviceable>true</serviceable>
|
|
|
|
</inputs>
|
|
|
|
</transponder>
|
2006-06-24 07:43:04 +00:00
|
|
|
|
|
|
|
<marker-beacon>
|
|
|
|
<volume type="double">0.3</volume>
|
|
|
|
</marker-beacon>
|
2004-12-03 22:24:41 +00:00
|
|
|
<!-- Instruments -->
|
2003-10-01 21:15:55 +00:00
|
|
|
|
2002-09-28 20:49:56 +00:00
|
|
|
<airspeed-indicator>
|
2002-09-29 18:28:06 +00:00
|
|
|
<serviceable type="bool" archive="y">true</serviceable>
|
2002-09-28 20:49:56 +00:00
|
|
|
</airspeed-indicator>
|
2003-04-05 15:04:20 +00:00
|
|
|
|
2003-01-26 16:06:41 +00:00
|
|
|
<attitude-indicator>
|
2003-04-05 15:04:20 +00:00
|
|
|
<config>
|
|
|
|
<!-- true if this AI can tumble -->
|
|
|
|
<tumble-flag type="bool" archive="y">false</tumble-flag>
|
|
|
|
</config>
|
|
|
|
<caged type="bool" archive="y">false</caged>
|
2003-01-26 16:06:41 +00:00
|
|
|
<serviceable type="bool" archive="y">true</serviceable>
|
|
|
|
<spin type="double" archive="y">0.0</spin>
|
2003-04-05 15:04:20 +00:00
|
|
|
<tumble-norm type="double" archive="y">0.0</tumble-norm>
|
|
|
|
<indicated-pitch-deg type="double">0.0</indicated-pitch-deg>
|
|
|
|
<indicated-roll-deg type="double">0.0</indicated-roll-deg>
|
2003-01-26 16:06:41 +00:00
|
|
|
</attitude-indicator>
|
2003-04-05 15:04:20 +00:00
|
|
|
|
2002-09-27 18:26:42 +00:00
|
|
|
<altimeter>
|
2002-09-29 18:28:06 +00:00
|
|
|
<serviceable type="bool" archive="y">true</serviceable>
|
|
|
|
<setting-inhg type="double" archive="y">29.92</setting-inhg>
|
2002-09-27 18:26:42 +00:00
|
|
|
</altimeter>
|
2003-10-01 21:15:55 +00:00
|
|
|
|
2003-01-26 16:06:41 +00:00
|
|
|
<turn-indicator>
|
2002-09-29 18:28:06 +00:00
|
|
|
<serviceable type="bool" archive="y">true</serviceable>
|
2003-01-26 16:06:41 +00:00
|
|
|
</turn-indicator>
|
2003-10-01 21:15:55 +00:00
|
|
|
|
2003-01-26 16:06:41 +00:00
|
|
|
<slip-skid-ball>
|
|
|
|
<serviceable type="bool" archive="y">true</serviceable>
|
2003-10-01 21:15:55 +00:00
|
|
|
</slip-skid-ball>
|
2006-03-10 20:22:24 +00:00
|
|
|
|
2002-09-27 22:00:02 +00:00
|
|
|
<heading-indicator>
|
2002-09-29 18:28:06 +00:00
|
|
|
<serviceable type="bool" archive="y">true</serviceable>
|
|
|
|
<spin type="double" archive="y">0.0</spin>
|
2003-04-01 12:41:12 +00:00
|
|
|
<offset-deg type="double" archive="y">4.5</offset-deg> <!-- just for fun -->
|
2002-09-27 22:00:02 +00:00
|
|
|
</heading-indicator>
|
2003-10-01 21:15:55 +00:00
|
|
|
|
2002-09-27 22:00:02 +00:00
|
|
|
<vertical-speed-indicator>
|
2002-09-29 18:28:06 +00:00
|
|
|
<serviceable type="bool" archive="y">true</serviceable>
|
2002-09-27 22:00:02 +00:00
|
|
|
</vertical-speed-indicator>
|
2003-10-01 21:15:55 +00:00
|
|
|
|
2003-01-26 16:06:41 +00:00
|
|
|
<magnetic-compass>
|
|
|
|
<serviceable type="bool" archive="y">true</serviceable>
|
|
|
|
</magnetic-compass>
|
2003-10-01 21:15:55 +00:00
|
|
|
|
2004-12-13 09:56:42 +00:00
|
|
|
<dme n="0">
|
2003-03-09 03:38:59 +00:00
|
|
|
<serviceable type="bool" archive="y">true</serviceable>
|
2006-03-10 19:41:22 +00:00
|
|
|
<switch-position type="int" archive="y">1</switch-position>
|
2006-03-10 20:22:24 +00:00
|
|
|
<frequencies>
|
|
|
|
<source>/instrumentation/nav[0]/frequencies/selected-mhz</source>
|
|
|
|
</frequencies>
|
2003-03-09 03:38:59 +00:00
|
|
|
</dme>
|
2003-10-01 21:15:55 +00:00
|
|
|
|
2003-03-10 14:13:44 +00:00
|
|
|
<gps>
|
|
|
|
<serviceable type="bool" archive="y">true</serviceable>
|
2005-10-02 18:04:54 +00:00
|
|
|
<message-alert type="bool">false</message-alert>
|
|
|
|
<waypoint-alert type="bool">false</waypoint-alert>
|
|
|
|
<leg-mode type="bool">true</leg-mode>
|
|
|
|
<obs-mode type="bool">false</obs-mode>
|
|
|
|
<approach-arm type="bool">false</approach-arm>
|
|
|
|
<approach-active type="bool">false</approach-active>
|
|
|
|
<cdi-deflection type="double">0</cdi-deflection>
|
2003-03-10 14:13:44 +00:00
|
|
|
</gps>
|
2006-03-10 20:22:24 +00:00
|
|
|
|
2006-02-03 20:58:47 +00:00
|
|
|
<kln89>
|
|
|
|
<scan-pull type="bool" archive="y">false</scan-pull>
|
|
|
|
</kln89>
|
2003-10-01 21:15:55 +00:00
|
|
|
|
2003-06-27 08:45:35 +00:00
|
|
|
<clock>
|
|
|
|
<serviceable type="bool" archive="y">true</serviceable>
|
|
|
|
<offset-sec type="long" archive="y">0</offset-sec>
|
|
|
|
</clock>
|
2003-10-01 21:15:55 +00:00
|
|
|
|
|
|
|
<adf>
|
|
|
|
<frequencies>
|
2004-03-19 18:05:58 +00:00
|
|
|
<selected-khz type="int">379</selected-khz>
|
|
|
|
<standby-khz type="int">341</standby-khz>
|
2003-10-01 21:15:55 +00:00
|
|
|
</frequencies>
|
|
|
|
<serviceable type="bool" archive="y">true</serviceable>
|
|
|
|
<indicated-bearing-deg type="double">90</indicated-bearing-deg>
|
|
|
|
<error-deg type="double">2</error-deg>
|
|
|
|
<mode>adf</mode>
|
|
|
|
<rotation-deg type="double">0</rotation-deg>
|
|
|
|
<volume-norm type="double">0.5</volume-norm>
|
|
|
|
</adf>
|
|
|
|
|
2004-11-19 23:56:47 +00:00
|
|
|
<kr-87>
|
|
|
|
<inputs>
|
|
|
|
<rotation-deg type="double">0</rotation-deg>
|
|
|
|
</inputs>
|
|
|
|
<outputs>
|
|
|
|
<selected-khz type="double">379.0</selected-khz>
|
|
|
|
<standby-khz type="double">341.0</standby-khz>
|
|
|
|
</outputs>
|
|
|
|
</kr-87>
|
2006-07-24 16:01:41 +00:00
|
|
|
|
2005-10-02 18:04:54 +00:00
|
|
|
<gps-annunciator>
|
|
|
|
<lamp-test type="bool">false</lamp-test>
|
|
|
|
</gps-annunciator>
|
2004-11-19 23:56:47 +00:00
|
|
|
|
2005-10-01 09:56:18 +00:00
|
|
|
<tacan n="0">
|
2005-10-02 20:18:47 +00:00
|
|
|
<serviceable type="bool" archive="y">true</serviceable>
|
|
|
|
<switch-position type="int" archive="y">1</switch-position>
|
|
|
|
<frequencies>
|
|
|
|
<selected-channel n="1">0</selected-channel>
|
|
|
|
<selected-channel n="2">2</selected-channel>
|
|
|
|
<selected-channel n="3">9</selected-channel>
|
|
|
|
<selected-channel n="4">Y</selected-channel>
|
|
|
|
</frequencies>
|
2005-10-01 09:56:18 +00:00
|
|
|
</tacan>
|
2002-09-24 16:39:53 +00:00
|
|
|
</instrumentation>
|
|
|
|
|
2002-09-23 19:56:53 +00:00
|
|
|
<systems>
|
2002-09-28 20:49:56 +00:00
|
|
|
<pitot>
|
2002-09-29 18:28:06 +00:00
|
|
|
<serviceable type="bool" archive="y">true</serviceable>
|
2002-09-28 20:49:56 +00:00
|
|
|
</pitot>
|
2002-09-27 18:26:42 +00:00
|
|
|
<static>
|
2002-09-29 18:28:06 +00:00
|
|
|
<serviceable type="bool" archive="y">true</serviceable>
|
|
|
|
<pressure-inhg type="double" archive="y">29.92</pressure-inhg>
|
2002-09-27 18:26:42 +00:00
|
|
|
</static>
|
2003-01-25 21:51:20 +00:00
|
|
|
<electrical>
|
|
|
|
<serviceable type="bool" archive="y">true</serviceable>
|
|
|
|
</electrical>
|
2002-09-23 19:56:53 +00:00
|
|
|
<vacuum>
|
2002-09-29 18:28:06 +00:00
|
|
|
<serviceable type="bool" archive="y">true</serviceable>
|
2002-09-23 19:56:53 +00:00
|
|
|
</vacuum>
|
2003-05-27 19:48:03 +00:00
|
|
|
<vacuum>
|
|
|
|
<serviceable type="bool" archive="y">true</serviceable>
|
|
|
|
</vacuum>
|
2002-09-23 19:56:53 +00:00
|
|
|
</systems>
|
|
|
|
|
2004-04-16 22:07:01 +00:00
|
|
|
<autopilot>
|
|
|
|
<internal>
|
|
|
|
<ft type="double">0.1</ft>
|
|
|
|
</internal>
|
2006-05-12 09:40:21 +00:00
|
|
|
<route-manager>
|
|
|
|
<min-lock-altitude-agl-ft type="double">300</min-lock-altitude-agl-ft>
|
|
|
|
</route-manager>
|
2004-04-16 22:07:01 +00:00
|
|
|
</autopilot>
|
|
|
|
|
2003-02-01 17:58:59 +00:00
|
|
|
<logging>
|
|
|
|
<log n="0">
|
|
|
|
<enabled>false</enabled>
|
|
|
|
<interval-ms>1000</interval-ms>
|
|
|
|
<filename>fg_log.csv</filename>
|
|
|
|
<delimiter>,</delimiter>
|
|
|
|
<entry n="0">
|
|
|
|
<enabled>false</enabled>
|
|
|
|
<title>Longitude</title>
|
|
|
|
<property>/position/longitude-deg</property>
|
|
|
|
</entry>
|
|
|
|
<entry n="1">
|
|
|
|
<enabled>false</enabled>
|
|
|
|
<title>Latitude</title>
|
|
|
|
<property>/position/latitude-deg</property>
|
|
|
|
</entry>
|
|
|
|
<entry n="2">
|
|
|
|
<enabled>false</enabled>
|
|
|
|
<title>Altitude</title>
|
|
|
|
<property>/position/altitude-ft</property>
|
|
|
|
</entry>
|
|
|
|
<entry n="3">
|
|
|
|
<enabled>false</enabled>
|
|
|
|
<title>Roll</title>
|
|
|
|
<property>/orientation/roll-deg</property>
|
|
|
|
</entry>
|
|
|
|
<entry n="4">
|
|
|
|
<enabled>false</enabled>
|
|
|
|
<title>Pitch</title>
|
|
|
|
<property>/orientation/pitch-deg</property>
|
|
|
|
</entry>
|
|
|
|
<entry n="5">
|
|
|
|
<enabled>false</enabled>
|
|
|
|
<title>Heading</title>
|
|
|
|
<property>/orientation/heading-deg</property>
|
|
|
|
</entry>
|
|
|
|
</log>
|
|
|
|
</logging>
|
|
|
|
|
2003-09-11 19:35:18 +00:00
|
|
|
</PropertyList>
|
2001-11-07 00:46:52 +00:00
|
|
|
|
|
|
|
<!-- end of preferences.xml -->
|