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>
|
2002-10-03 14:41:17 +00:00
|
|
|
<intl include="Translations/locale.xml"/>
|
2003-03-02 15:01:11 +00:00
|
|
|
<aircraft>c172-3d</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>
|
2002-11-17 04:48:11 +00:00
|
|
|
<runway>28L</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>
|
|
|
|
<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>
|
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>
|
2002-07-20 21:12:23 +00:00
|
|
|
<random-objects>true</random-objects>
|
2003-04-01 15:45:10 +00:00
|
|
|
<draw-otw>true</draw-otw>
|
2002-07-20 21:12:23 +00:00
|
|
|
</rendering>
|
2002-04-09 10:45:47 +00:00
|
|
|
<model-hz type="int">120</model-hz>
|
2003-02-18 16:52:55 +00:00
|
|
|
<sound>
|
|
|
|
<audible type="bool">true</audible>
|
|
|
|
<voice type="bool">true</voice>
|
|
|
|
</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>
|
2002-04-18 14:52:32 +00:00
|
|
|
</current-view>
|
2001-11-07 00:46:52 +00:00
|
|
|
<panel>
|
|
|
|
<path>Aircraft/c172/Panels/c172-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>
|
|
|
|
<hud>
|
|
|
|
<path>Huds/Default/default.xml</path>
|
2002-04-09 10:45:47 +00:00
|
|
|
<visibility type="bool">false</visibility>
|
2001-11-07 00:46:52 +00:00
|
|
|
</hud>
|
|
|
|
<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>
|
|
|
|
<engine n="1" type="bool">false</engine>
|
|
|
|
<engine n="2" type="bool">false</engine>
|
|
|
|
<engine n="3" type="bool">false</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
|
|
|
|
2002-11-12 01:08:56 +00:00
|
|
|
<number-views type="int">5</number-views>
|
2002-04-05 02:53:08 +00:00
|
|
|
|
|
|
|
<!-- "tower" positioned to right of runway at KSFO -->
|
|
|
|
<tower>
|
2002-04-09 10:45:47 +00:00
|
|
|
<longitude-deg type="double">-122.362175</longitude-deg>
|
|
|
|
<latitude-deg type="double">37.616559</latitude-deg>
|
|
|
|
<altitude-ft type="double">54</altitude-ft>
|
|
|
|
<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>
|
2002-03-02 23:44:28 +00:00
|
|
|
</view>
|
2002-04-05 02:53:08 +00:00
|
|
|
|
|
|
|
|
|
|
|
<view>
|
|
|
|
<name>Chase View</name>
|
|
|
|
<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-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>
|
|
|
|
<z-offset-m type="double">-25</z-offset-m>
|
2002-04-05 02:53:08 +00:00
|
|
|
</config>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
<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>
|
|
|
|
<z-offset-m type="double">-13</z-offset-m>
|
|
|
|
</config>
|
2002-04-05 02:53:08 +00:00
|
|
|
</view>
|
|
|
|
|
2003-01-18 22:03:45 +00:00
|
|
|
<menubar>
|
|
|
|
<visibility type="bool">true</visibility>
|
|
|
|
</menubar>
|
2003-04-01 14:27:45 +00:00
|
|
|
|
|
|
|
<ATC>
|
|
|
|
<enabled type="bool">true</enabled>
|
|
|
|
</ATC>
|
|
|
|
|
|
|
|
<ai-traffic>
|
|
|
|
<enabled type="bool">true</enabled>
|
|
|
|
</ai-traffic>
|
2003-01-18 22:03:45 +00:00
|
|
|
|
2002-03-02 23:44:28 +00:00
|
|
|
</sim>
|
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>
|
2002-04-09 10:45:47 +00:00
|
|
|
<visibility-m type="double">16000</visibility-m>
|
2002-05-15 09:13:34 +00:00
|
|
|
<temperature-sea-level-degc type="double">15</temperature-sea-level-degc>
|
2002-06-05 22:23:03 +00:00
|
|
|
<dewpoint-sea-level-degc type="double">5</dewpoint-sea-level-degc>
|
2002-05-31 16:42:18 +00:00
|
|
|
<pressure-sea-level-inhg type="double">29.92</pressure-sea-level-inhg>
|
2002-05-15 09:13:34 +00:00
|
|
|
<wind-from-heading-deg type="double">270</wind-from-heading-deg>
|
2003-04-19 11:59:02 +00:00
|
|
|
<turbulence-norm type="double">0.0</turbulence-norm>
|
2002-05-17 15:54:24 +00:00
|
|
|
<clouds>
|
|
|
|
<status>true</status>
|
|
|
|
<layer n="0">
|
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="1">
|
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>
|
|
|
|
<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>
|
|
|
|
<layer n="4">
|
2003-04-05 03:36:20 +00:00
|
|
|
<coverage>cirrus</coverage>
|
|
|
|
<elevation-ft>19500</elevation-ft>
|
|
|
|
<thickness-ft>65</thickness-ft>
|
|
|
|
<transition-ft>25</transition-ft>
|
2002-05-17 15:54:24 +00:00
|
|
|
<span-m>40000</span-m>
|
|
|
|
</layer>
|
|
|
|
</clouds>
|
2002-05-06 21:43:40 +00:00
|
|
|
<params>
|
2002-05-15 09:13:34 +00:00
|
|
|
<control-fdm-atmosphere type="bool">false</control-fdm-atmosphere>
|
2002-05-06 21:43:40 +00:00
|
|
|
<base-wind-speed-kt type="double">0</base-wind-speed-kt>
|
|
|
|
<gust-wind-speed-kt type="double">0</gust-wind-speed-kt>
|
|
|
|
</params>
|
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>
|
|
|
|
</flight>
|
|
|
|
|
|
|
|
<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>
|
|
|
|
<propeller-pitch type="double">1.0</propeller-pitch>
|
|
|
|
</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>
|
|
|
|
<propeller-pitch type="double">1.0</propeller-pitch>
|
|
|
|
</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>
|
|
|
|
<propeller-pitch type="double">1.0</propeller-pitch>
|
|
|
|
</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>
|
|
|
|
<propeller-pitch type="double">1.0</propeller-pitch>
|
|
|
|
</engine>
|
|
|
|
</engines>
|
|
|
|
|
|
|
|
<gear>
|
|
|
|
<wheel n="0">
|
|
|
|
<brake type="double">0.0</brake>
|
|
|
|
</wheel>
|
|
|
|
<wheel n="1">
|
|
|
|
<brake type="double">0.0</brake>
|
|
|
|
</wheel>
|
|
|
|
<wheel n="2">
|
|
|
|
<brake type="double">0.0</brake>
|
|
|
|
</wheel>
|
|
|
|
<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>
|
|
|
|
|
|
|
|
<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"/>
|
|
|
|
|
|
|
|
<!-- 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>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Radio settings -->
|
|
|
|
|
|
|
|
<radios>
|
|
|
|
|
2002-04-06 21:48:39 +00:00
|
|
|
<dme>
|
2002-04-09 10:45:47 +00:00
|
|
|
<switch-position type="int">0</switch-position>
|
2002-04-06 21:48:39 +00:00
|
|
|
</dme>
|
|
|
|
|
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>
|
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>
|
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>
|
|
|
|
</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>
|
|
|
|
</nav>
|
|
|
|
|
2002-07-03 19:53:30 +00:00
|
|
|
<kr-87>
|
2002-07-04 00:23:27 +00:00
|
|
|
<inputs>
|
2003-01-18 22:03:45 +00:00
|
|
|
<rotation-deg type="double">0</rotation-deg>
|
2002-07-04 00:23:27 +00:00
|
|
|
</inputs>
|
|
|
|
<outputs>
|
2002-09-02 21:35:42 +00:00
|
|
|
<selected-khz type="double">379.0</selected-khz>
|
|
|
|
<standby-khz type="double">341.0</standby-khz>
|
2002-07-04 00:23:27 +00:00
|
|
|
</outputs>
|
2002-07-03 19:53:30 +00:00
|
|
|
</kr-87>
|
2001-11-07 00:46:52 +00:00
|
|
|
|
|
|
|
</radios>
|
|
|
|
|
|
|
|
<!-- Instruments -->
|
|
|
|
|
2002-09-24 16:39:53 +00:00
|
|
|
<instrumentation>
|
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-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>
|
|
|
|
<slip-skid-ball>
|
|
|
|
<serviceable type="bool" archive="y">true</serviceable>
|
|
|
|
</slip-skid-ball>
|
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>
|
|
|
|
<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-01-26 16:06:41 +00:00
|
|
|
<magnetic-compass>
|
|
|
|
<serviceable type="bool" archive="y">true</serviceable>
|
|
|
|
</magnetic-compass>
|
2003-03-09 03:38:59 +00:00
|
|
|
<dme>
|
|
|
|
<serviceable type="bool" archive="y">true</serviceable>
|
2003-03-09 04:12:04 +00:00
|
|
|
<switch-position type="int" archive="y">0</switch-position>
|
2003-03-09 03:38:59 +00:00
|
|
|
</dme>
|
2003-03-10 14:13:44 +00:00
|
|
|
<gps>
|
|
|
|
<serviceable type="bool" archive="y">true</serviceable>
|
|
|
|
</gps>
|
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>
|
|
|
|
</systems>
|
|
|
|
|
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>
|
|
|
|
|
2001-11-07 00:46:52 +00:00
|
|
|
</PropertyList>
|
|
|
|
|
|
|
|
<!-- end of preferences.xml -->
|