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>
|
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>
|
|
|
|
|
2009-10-24 09:25:04 +00:00
|
|
|
<session type="int" userarchive="y">0</session>
|
2008-05-02 21:47:53 +00:00
|
|
|
<paths>
|
2011-03-27 19:03:54 +00:00
|
|
|
<screenshot-dir type="string" userarchive="y"/> <!-- defaults to current working dir -->
|
2008-07-11 16:44:29 +00:00
|
|
|
<validate>
|
|
|
|
<read type="string"/>
|
|
|
|
<write type="string"/>
|
|
|
|
</validate>
|
2010-12-11 13:14:35 +00:00
|
|
|
<use-custom-scenery-data type="bool">true</use-custom-scenery-data>
|
2008-05-02 21:47:53 +00:00
|
|
|
</paths>
|
|
|
|
|
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>
|
2007-10-04 15:50:35 +00:00
|
|
|
<runway></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>
|
2007-01-22 18:55:41 +00:00
|
|
|
<save-on-exit type="bool" userarchive="y">true</save-on-exit>
|
2008-07-09 19:36:41 +00:00
|
|
|
<browser-app write="n">firefox -new-tab "%u"</browser-app><!-- help viewer; only used under Unix -->
|
2007-02-18 17:21:50 +00:00
|
|
|
<terminal-ansi-colors type="bool">true</terminal-ansi-colors>
|
2009-10-24 10:30:10 +00:00
|
|
|
<season type="string">summer</season>
|
2001-11-07 00:46:52 +00:00
|
|
|
</startup>
|
2010-10-29 18:39:40 +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>
|
2008-02-20 19:46:38 +00:00
|
|
|
<filtering>8</filtering>
|
2010-08-03 17:42:18 +00:00
|
|
|
<!-- multithreading-mode>AutomaticSelection</multithreading-mode -->
|
|
|
|
<!--
|
|
|
|
Uncomment the above element to select OSG multi-threading mode.
|
|
|
|
This may improve performance on multi-core, multi-CPU
|
|
|
|
and/or multi-GPU systems. The recommended setting is AutomaticSelection.
|
|
|
|
The alternatives are
|
|
|
|
AutomaticSelection
|
|
|
|
DrawThreadPerContext
|
|
|
|
CullDrawThreadPerContext
|
|
|
|
CullThreadPerCameraDrawThreadPerContext
|
|
|
|
|
|
|
|
NOTE: Enabling this option currently breaks the screenshot function.
|
|
|
|
-->
|
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>
|
2008-04-20 09:17:45 +00:00
|
|
|
<random-objects type="bool" userarchive="y">true</random-objects>
|
|
|
|
<random-vegetation type="bool" userarchive="y">true</random-vegetation>
|
2005-12-17 22:22:50 +00:00
|
|
|
<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>
|
2008-10-17 21:21:22 +00:00
|
|
|
<particles type="bool" userarchive="y">true</particles>
|
2008-11-23 09:53:46 +00:00
|
|
|
<precipitation-gui-enable type="bool" userarchive="y">false</precipitation-gui-enable>
|
2009-11-19 20:14:50 +00:00
|
|
|
<precipitation-enable type="bool" userarchive="y">false</precipitation-enable>
|
2008-11-23 09:53:46 +00:00
|
|
|
<precipitation-aircraft-enable type="bool">true</precipitation-aircraft-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>
|
2007-01-30 21:14:53 +00:00
|
|
|
<specular-highlight type="bool" userarchive="y">false</specular-highlight>
|
2005-12-17 22:22:50 +00:00
|
|
|
<bump-mapping type="bool" userarchive="y">false</bump-mapping>
|
|
|
|
<clouds3d-enable type="bool" userarchive="y">false</clouds3d-enable>
|
2008-12-04 20:57:55 +00:00
|
|
|
<clouds3d-vis-range type="float" userarchive="y">20000.0</clouds3d-vis-range>
|
|
|
|
<clouds3d-density type="float" userarchive="y">1.0</clouds3d-density>
|
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>
|
2009-07-15 22:49:00 +00:00
|
|
|
<shadows>
|
|
|
|
<enabled type="bool" userarchive="y">true</enabled>
|
|
|
|
<debug type="bool" userarchive="y">false</debug>
|
|
|
|
</shadows>
|
2009-08-08 10:17:58 +00:00
|
|
|
<shader-experimental type="bool" userarchive="y">false</shader-experimental>
|
2009-07-15 22:49:53 +00:00
|
|
|
<shader-effects type="bool" userarchive="y">true</shader-effects>
|
2006-01-30 10:43:36 +00:00
|
|
|
<fps-display type="bool" userarchive="y">false</fps-display>
|
2011-03-27 22:24:32 +00:00
|
|
|
<frame-latency-display type="bool" userarchive="y">false</frame-latency-display>
|
2008-04-21 14:21:14 +00:00
|
|
|
<on-screen-statistics type="int">0</on-screen-statistics>
|
2007-12-04 10:51:45 +00:00
|
|
|
<glide-slope-tunnel type="bool" userarchive="y">false</glide-slope-tunnel>
|
2008-02-16 08:26:59 +00:00
|
|
|
<redout>
|
|
|
|
<enabled type="bool" userarchive="y">true</enabled>
|
2008-02-16 20:23:27 +00:00
|
|
|
<parameters>
|
|
|
|
<blackout-onset-g>3.5</blackout-onset-g>
|
|
|
|
<blackout-complete-g>5</blackout-complete-g>
|
|
|
|
<redout-onset-g>-2</redout-onset-g>
|
|
|
|
<redout-complete-g>-4</redout-complete-g>
|
|
|
|
</parameters>
|
2008-02-16 08:26:59 +00:00
|
|
|
</redout>
|
2008-04-23 20:44:57 +00:00
|
|
|
<headshake>
|
2008-05-30 19:19:35 +00:00
|
|
|
<enabled type="bool" userarchive="y">false</enabled>
|
2008-04-23 20:44:57 +00:00
|
|
|
<rate-m-g>0.005</rate-m-g>
|
2008-05-30 19:19:35 +00:00
|
|
|
</headshake>
|
2010-01-24 19:40:09 +00:00
|
|
|
<crop-shader userarchive="y">0</crop-shader>
|
|
|
|
<landmass-shader userarchive="y">0</landmass-shader>
|
2010-09-25 13:30:53 +00:00
|
|
|
<transition-shader userarchive="y">0</transition-shader>
|
2010-01-24 19:40:09 +00:00
|
|
|
<water-shader userarchive="y">0</water-shader>
|
2010-03-12 22:25:19 +00:00
|
|
|
<urban-shader userarchive="y">0</urban-shader>
|
2010-07-31 20:34:35 +00:00
|
|
|
<contrail-shader userarchive="y">0</contrail-shader>
|
2010-03-27 14:02:56 +00:00
|
|
|
<snow-level-m type="double">2000.0</snow-level-m>
|
2010-04-10 13:31:05 +00:00
|
|
|
<quality-level type="double" userarchive="y">0.0</quality-level>
|
2010-11-08 10:25:13 +00:00
|
|
|
<osg-displaysettings>
|
|
|
|
<eye-separation type="double" userarchive="y">0.05</eye-separation>
|
|
|
|
<screen-distance type="double" userarchive="y">0.5</screen-distance>
|
|
|
|
<stereo-mode type="string" userarchive="y">OFF</stereo-mode>
|
|
|
|
</osg-displaysettings>
|
2011-04-03 17:02:15 +00:00
|
|
|
<cache type="bool">true</cache>
|
2010-11-08 10:25:13 +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>
|
2009-11-30 12:02:55 +00:00
|
|
|
<enabled type="bool">true</enabled>
|
2009-12-08 10:35:52 +00:00
|
|
|
<atc>
|
|
|
|
<enabled type="bool" userarchive="y">true</enabled>
|
|
|
|
<external-view type="bool" userarchive="y">true</external-view>
|
|
|
|
<volume type="float" userarchive="y">0.6</volume>
|
|
|
|
</atc>
|
2009-12-01 10:35:00 +00:00
|
|
|
<avionics>
|
|
|
|
<enabled type="bool" userarchive="y">true</enabled>
|
2009-12-08 10:35:52 +00:00
|
|
|
<external-view type="bool" userarchive="y">true</external-view>
|
2009-12-01 10:35:00 +00:00
|
|
|
<volume type="float" userarchive="y">0.6</volume>
|
|
|
|
</avionics>
|
2009-11-30 12:02:55 +00:00
|
|
|
<chatter>
|
|
|
|
<enabled type="bool" userarchive="y">false</enabled>
|
2009-12-08 10:35:52 +00:00
|
|
|
<volume type="float" userarchive="y">0.6</volume>
|
2009-11-30 12:02:55 +00:00
|
|
|
</chatter>
|
|
|
|
<effects>
|
|
|
|
<enabled type="bool" userarchive="y">true</enabled>
|
|
|
|
<volume type="float" userarchive="y">0.6</volume>
|
|
|
|
</effects>
|
2009-12-01 10:35:00 +00:00
|
|
|
<device-name type="string" userarchive="y"/>
|
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>
|
2007-03-23 10:56:54 +00:00
|
|
|
<preamble type="string">(voice_us2_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>
|
2007-03-23 10:56:54 +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>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>
|
2007-11-03 14:08:39 +00:00
|
|
|
<dynamic-view type="bool" userarchive="y">false</dynamic-view>
|
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>
|
2011-01-18 20:36:48 +00:00
|
|
|
<visibility type="bool" userarchive="y">false</visibility>
|
2002-04-09 10:45:47 +00:00
|
|
|
<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>
|
2010-10-28 23:56:42 +00:00
|
|
|
<path n="1">Huds/default.xml</path> <!-- new HUD -->
|
|
|
|
<visibility n="1" 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-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 -->
|
2007-09-30 10:08:21 +00:00
|
|
|
<transparent type="bool">true</transparent>
|
|
|
|
<antialiased type="bool">true</antialiased>
|
|
|
|
<brightness type="float">0.85</brightness>
|
|
|
|
<alpha type="float">0.85</alpha>
|
|
|
|
<red type="float">0.38</red>
|
|
|
|
<green type="float">1.0</green>
|
|
|
|
<blue type="float">0.22</blue>
|
2006-06-07 17:57:12 +00:00
|
|
|
</color>
|
|
|
|
<color n="1"><!-- night -->
|
2007-09-30 10:08:21 +00:00
|
|
|
<transparent type="bool">false</transparent>
|
|
|
|
<antialiased type="bool">false</antialiased>
|
|
|
|
<brightness type="float">0.75</brightness>
|
|
|
|
<alpha type="float">0.67</alpha>
|
2006-06-07 17:57:12 +00:00
|
|
|
<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>
|
2008-03-17 19:55:00 +00:00
|
|
|
<lon-lat-format type="int" userarchive="y">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>
|
2010-10-29 18:39:40 +00:00
|
|
|
<name>generic autopilot</name>
|
2004-01-31 19:55:13 +00:00
|
|
|
<path>Aircraft/Generic/generic-autopilot.xml</path>
|
|
|
|
</autopilot>
|
2010-06-11 20:10:08 +00:00
|
|
|
<autopilot>
|
2010-10-29 18:39:40 +00:00
|
|
|
<name>autopilot helpers</name>
|
2010-06-11 20:10:08 +00:00
|
|
|
<path>Aircraft/Generic/generic-autopilot-helper.xml</path>
|
|
|
|
</autopilot>
|
2010-09-11 14:15:49 +00:00
|
|
|
<property-rule>
|
|
|
|
<name>Environment METAR Interpolation Rule</name>
|
|
|
|
<path>Environment/metarinterpolator.xml</path>
|
|
|
|
</property-rule>
|
2010-10-07 15:57:59 +00:00
|
|
|
<property-rule>
|
|
|
|
<name>Environment Interpolation Rule</name>
|
|
|
|
<path>Environment/interpolator.xml</path>
|
|
|
|
</property-rule>
|
2004-01-31 19:55:13 +00:00
|
|
|
</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>
|
2007-11-18 12:20:17 +00:00
|
|
|
<property-key-handler type="bool" userarchive="y">false</property-key-handler>
|
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>
|
2002-04-05 02:53:08 +00:00
|
|
|
|
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>
|
2007-04-07 00:05:41 +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>
|
|
|
|
|
2009-10-09 00:19:58 +00:00
|
|
|
<view-name-popup type="bool" userarchive="y">true</view-name-popup>
|
|
|
|
|
2002-04-05 02:53:08 +00:00
|
|
|
<view>
|
|
|
|
<name>Cockpit View</name>
|
2007-11-19 16:26:15 +00:00
|
|
|
<enabled type="bool" userarchive="y">true</enabled>
|
2002-04-05 02:53:08 +00:00
|
|
|
<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>
|
2007-10-03 17:32:39 +00:00
|
|
|
<dynamic-view type="bool">true</dynamic-view>
|
2008-04-14 10:00:27 +00:00
|
|
|
<limits>
|
2008-04-15 17:28:05 +00:00
|
|
|
<enabled type="bool">true</enabled>
|
2008-04-15 13:02:18 +00:00
|
|
|
<left>
|
|
|
|
<heading-max-deg type="double">140</heading-max-deg>
|
|
|
|
<x-offset-max-m type="double">0.15</x-offset-max-m>
|
|
|
|
<x-offset-threshold-deg type="double">65</x-offset-threshold-deg>
|
|
|
|
</left>
|
|
|
|
<right>
|
|
|
|
<heading-max-deg type="double">140</heading-max-deg>
|
|
|
|
<x-offset-max-m type="double">0.15</x-offset-max-m>
|
|
|
|
<x-offset-threshold-deg type="double">65</x-offset-threshold-deg>
|
|
|
|
</right>
|
2008-04-14 10:00:27 +00:00
|
|
|
</limits>
|
2002-04-05 02:53:08 +00:00
|
|
|
</config>
|
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>
|
2007-11-19 16:26:15 +00:00
|
|
|
<enabled type="bool" userarchive="y">true</enabled>
|
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>
|
2007-11-19 16:26:15 +00:00
|
|
|
<enabled type="bool" userarchive="y">true</enabled>
|
2003-07-12 09:55:04 +00:00
|
|
|
<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>
|
|
|
|
|
2007-11-05 22:15:44 +00:00
|
|
|
<x-offset-m type="double">0</x-offset-m>
|
|
|
|
<y-offset-m type="double">5</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>
|
2007-11-19 16:26:15 +00:00
|
|
|
<enabled type="bool" userarchive="y">true</enabled>
|
2002-04-05 02:53:08 +00:00
|
|
|
<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>
|
2007-11-19 16:26:15 +00:00
|
|
|
<enabled type="bool" userarchive="y">true</enabled>
|
2002-04-11 02:40:17 +00:00
|
|
|
<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>
|
2007-11-19 19:06:52 +00:00
|
|
|
<name>Chase View Without Yaw</name>
|
2007-11-19 16:26:15 +00:00
|
|
|
<enabled type="bool" userarchive="y">true</enabled>
|
2002-11-12 01:08:56 +00:00
|
|
|
<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
|
|
|
|
2007-12-25 19:42:13 +00:00
|
|
|
<x-offset-m type="double">25</x-offset-m>
|
|
|
|
<y-offset-m type="double">2</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>
|
|
|
|
|
2007-05-04 17:59:45 +00:00
|
|
|
<view>
|
|
|
|
<name>Fly-By View</name>
|
2007-11-19 16:26:15 +00:00
|
|
|
<enabled type="bool" userarchive="y">true</enabled>
|
2007-05-04 17:59:45 +00:00
|
|
|
<type>lookat</type>
|
|
|
|
<config>
|
|
|
|
<eye-lon-deg-path>/sim/viewer/longitude-deg</eye-lon-deg-path>
|
|
|
|
<eye-lat-deg-path>/sim/viewer/latitude-deg</eye-lat-deg-path>
|
|
|
|
<eye-alt-ft-path>/sim/viewer/altitude-ft</eye-alt-ft-path>
|
|
|
|
|
|
|
|
<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>
|
|
|
|
<default-field-of-view-deg type="double">55.0</default-field-of-view-deg>
|
|
|
|
</config>
|
|
|
|
</view>
|
|
|
|
|
2009-01-30 01:28:54 +00:00
|
|
|
<view>
|
|
|
|
<name>Model 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>/sim/viewer/eye/latitude-deg</eye-lat-deg-path>
|
|
|
|
<eye-lon-deg-path>/sim/viewer/eye/longitude-deg</eye-lon-deg-path>
|
|
|
|
<eye-alt-ft-path>/sim/viewer/eye/altitude-ft</eye-alt-ft-path>
|
|
|
|
<eye-heading-deg-path>/sim/viewer/eye/heading-deg</eye-heading-deg-path>
|
|
|
|
<eye-pitch-deg-path>/sim/viewer/eye/pitch-deg</eye-pitch-deg-path>
|
|
|
|
<eye-roll-deg-path>/sim/viewer/eye/roll-deg</eye-roll-deg-path>
|
|
|
|
|
|
|
|
<at-model type="bool">false</at-model>
|
|
|
|
<at-model-idx type="int">0</at-model-idx>
|
|
|
|
|
|
|
|
<target-lat-deg-path>/sim/viewer/target/latitude-deg</target-lat-deg-path>
|
|
|
|
<target-lon-deg-path>/sim/viewer/target/longitude-deg</target-lon-deg-path>
|
|
|
|
<target-alt-ft-path>/sim/viewer/target/altitude-ft</target-alt-ft-path>
|
|
|
|
<target-heading-deg-path>/sim/viewer/target/heading-deg</target-heading-deg-path>
|
|
|
|
<target-pitch-deg-path>/sim/viewer/target/pitch-deg</target-pitch-deg-path>
|
|
|
|
<target-roll-deg-path>/sim/viewer/target/roll-deg</target-roll-deg-path>
|
|
|
|
|
|
|
|
<target-x-offset-m type="double">0</target-x-offset-m>
|
|
|
|
<target-y-offset-m type="double">0</target-y-offset-m>
|
|
|
|
<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">0</x-offset-m>
|
|
|
|
<y-offset-m type="double">0</y-offset-m>
|
|
|
|
<z-offset-m type="double">100</z-offset-m>
|
|
|
|
<heading-offset-deg>0</heading-offset-deg>
|
|
|
|
<pitch-offset-deg>0</pitch-offset-deg>
|
|
|
|
<roll-offset-deg>0</roll-offset-deg>
|
|
|
|
</config>
|
|
|
|
</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"/>
|
2009-11-16 20:40:20 +00:00
|
|
|
<autovisibility>
|
|
|
|
<enabled type="bool" userarchive="y">false</enabled>
|
|
|
|
<edge-size type="int">5</edge-size>
|
|
|
|
</autovisibility>
|
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>
|
2007-12-04 13:12:15 +00:00
|
|
|
<current-style type="int" userarchive="y">1</current-style>
|
2007-03-16 10:47:14 +00:00
|
|
|
<style n="0" include="gui/styles/classic.xml"/>
|
2006-03-09 23:05:08 +00:00
|
|
|
<style n="1" include="gui/styles/anthrax.xml"/>
|
2007-11-18 12:20:17 +00:00
|
|
|
<devel-widgets type="bool" userarchive="y">false</devel-widgets>
|
2006-03-09 23:05:08 +00:00
|
|
|
</gui>
|
2005-07-07 21:03:49 +00:00
|
|
|
|
2004-06-14 18:48:10 +00:00
|
|
|
<mouse>
|
2011-01-18 20:36:48 +00:00
|
|
|
<hide-cursor type="bool" userarchive="y">true</hide-cursor>
|
2011-01-24 19:34:53 +00:00
|
|
|
<cursor-timeout-sec type="double" userarchive="y">10.0</cursor-timeout-sec>
|
2004-06-14 18:48:10 +00:00
|
|
|
</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
|
|
|
|
2008-05-02 21:47:53 +00:00
|
|
|
<airport>
|
|
|
|
<runways>
|
|
|
|
<start-offset-m>5.0</start-offset-m>
|
|
|
|
<search>
|
|
|
|
<length-weight>0.01</length-weight>
|
|
|
|
<width-weight>0.01</width-weight>
|
|
|
|
<surface-weight>10</surface-weight>
|
|
|
|
<deviation-weight>1</deviation-weight>
|
|
|
|
</search>
|
|
|
|
</runways>
|
|
|
|
</airport>
|
|
|
|
|
2005-05-10 09:41:19 +00:00
|
|
|
<atc>
|
2010-10-29 18:39:40 +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>
|
2010-10-09 22:14:08 +00:00
|
|
|
<enabled type="bool" userarchive="y">false</enabled>
|
2006-02-13 15:12:40 +00:00
|
|
|
<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>
|
2010-10-29 18:39:40 +00:00
|
|
|
<enabled type="bool">true</enabled>
|
2010-08-30 19:08:35 +00:00
|
|
|
<heuristics type="bool">true</heuristics>
|
2010-09-03 08:43:26 +00:00
|
|
|
<datafile type="string"></datafile>
|
2007-06-28 18:46:57 +00:00
|
|
|
<instantaneous-action type="bool">false</instantaneous-action>
|
2010-09-03 08:43:26 +00:00
|
|
|
<dumpdata type="bool">false</dumpdata>
|
2008-07-13 10:52:57 +00:00
|
|
|
<proportion>1.0</proportion>
|
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>
|
2010-10-29 18:39:40 +00:00
|
|
|
<scenario>nimitz_demo</scenario>
|
2010-04-07 14:15:24 +00:00
|
|
|
<!-- <scenario>balloon_demo</scenario> -->
|
2007-12-11 21:44:02 +00:00
|
|
|
<!-- <scenario>aircraft_demo</scenario> -->
|
2006-07-20 14:31:25 +00:00
|
|
|
<!-- <scenario>refueling_demo</scenario> -->
|
2007-05-15 16:09:55 +00:00
|
|
|
<!-- <scenario>lead_aircraft</scenario> -->
|
2010-10-09 22:14:08 +00:00
|
|
|
<!-- <scenario>vinson_demo</scenario> -->
|
2003-11-30 18:32:39 +00:00
|
|
|
</ai>
|
2006-02-10 19:57:06 +00:00
|
|
|
|
2007-02-18 17:21:50 +00:00
|
|
|
<multiplay>
|
|
|
|
<chat type="string">Hello</chat>
|
|
|
|
<transmission-freq-hz type="string">118500000</transmission-freq-hz>
|
2007-08-01 19:37:51 +00:00
|
|
|
<chat-display type="bool" userarchive="y">true</chat-display>
|
2007-12-08 19:01:03 +00:00
|
|
|
<chat-menu include="ATC/chat-menu-entries.xml"/>
|
2009-02-15 18:06:30 +00:00
|
|
|
<write-message-log type="bool">false</write-message-log>
|
2009-02-03 15:53:45 +00:00
|
|
|
<default-model type="string">Models/Geometry/glider.ac</default-model>
|
2007-02-18 17:21:50 +00:00
|
|
|
</multiplay>
|
|
|
|
|
2006-02-10 19:57:06 +00:00
|
|
|
<user>
|
|
|
|
<callsign type="string">Golf Foxtrot Sierra</callsign>
|
|
|
|
</user>
|
2011-03-23 22:18:37 +00:00
|
|
|
|
|
|
|
<timing-statistics>
|
|
|
|
<enabled type="bool" archive="n">false</enabled>
|
|
|
|
<interval-s type="double" archive="n">20.0</interval-s>
|
|
|
|
<min-jitter-ms type="double" archive="n">0.0</min-jitter-ms>
|
|
|
|
<min-time-ms type="double" archive="n">100.0</min-time-ms>
|
|
|
|
</timing-statistics>
|
|
|
|
|
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 -->
|
|
|
|
|
2010-08-23 19:52:26 +00:00
|
|
|
<environment include="Environment/environment.xml"/>
|
2001-11-07 00:46:52 +00:00
|
|
|
|
|
|
|
<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>
|
2008-09-28 16:34:43 +00:00
|
|
|
<keyboard include="keyboard.xml">
|
|
|
|
<multikey include="Input/Keyboard/multikey.xml"/>
|
|
|
|
</keyboard>
|
2005-11-24 10:51:24 +00:00
|
|
|
<joysticks include="joysticks.xml"/>
|
2002-03-23 22:30:39 +00:00
|
|
|
<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>
|
2007-07-13 14:29:52 +00:00
|
|
|
<ptt type="int">0</ptt>
|
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>
|
2007-07-13 14:29:52 +00:00
|
|
|
<ptt type="int">0</ptt>
|
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>
|
2007-06-16 00:35:25 +00:00
|
|
|
<refuel>
|
|
|
|
<serviceable type="bool" archive="y">true</serviceable>
|
|
|
|
</refuel>
|
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 -->
|