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>
|
|
|
|
<aircraft>c172</aircraft>
|
2001-11-07 00:46:52 +00:00
|
|
|
<startup>
|
|
|
|
<xsize>800</xsize>
|
|
|
|
<ysize>600</ysize>
|
|
|
|
<splash-screen>true</splash-screen>
|
2002-02-07 18:32:11 +00:00
|
|
|
<intro-music>false</intro-music>
|
2001-11-07 00:46:52 +00:00
|
|
|
<game-mode>false</game-mode>
|
|
|
|
<airport-id>KSFO</airport-id>
|
|
|
|
<fullscreen>false</fullscreen>
|
|
|
|
<units>feet</units>
|
|
|
|
<trim>true</trim>
|
2001-12-09 04:33:20 +00:00
|
|
|
<browser-app>netscape</browser-app><!-- help viewer -->
|
2001-11-07 00:46:52 +00:00
|
|
|
</startup>
|
|
|
|
<model-hz>120</model-hz>
|
|
|
|
<sound>true</sound>
|
|
|
|
<speed-up>1.0</speed-up>
|
|
|
|
<field-of-view>55.0</field-of-view>
|
|
|
|
<panel>
|
|
|
|
<path>Aircraft/c172/Panels/c172-vfr-panel.xml</path>
|
2001-12-12 02:57:28 +00:00
|
|
|
<visibility>false</visibility>
|
2001-11-07 00:46:52 +00:00
|
|
|
</panel>
|
|
|
|
<hud>
|
|
|
|
<path>Huds/Default/default.xml</path>
|
|
|
|
<visibility>false</visibility>
|
|
|
|
</hud>
|
|
|
|
<instrument-options>
|
|
|
|
<nav n="0">
|
|
|
|
<has-gs-needle>1</has-gs-needle>
|
|
|
|
<needles-pivot>1</needles-pivot>
|
|
|
|
</nav>
|
|
|
|
<nav n="1">
|
|
|
|
<has-gs-needle>0</has-gs-needle>
|
|
|
|
<needles-pivot>1</needles-pivot>
|
|
|
|
</nav>
|
|
|
|
<hsi n="0">
|
|
|
|
<has-gs-needle>1</has-gs-needle>
|
|
|
|
</hsi>
|
|
|
|
<dg>
|
|
|
|
<style>0</style>
|
|
|
|
</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>
|
|
|
|
<engine n="0">true</engine>
|
|
|
|
<engine n="1">false</engine>
|
|
|
|
<engine n="2">false</engine>
|
|
|
|
<engine n="3">false</engine>
|
|
|
|
</selected>
|
|
|
|
</input>
|
2002-04-05 02:53:08 +00:00
|
|
|
|
|
|
|
<current-view>0</current-view>
|
|
|
|
<number-views>3</number-views>
|
|
|
|
|
|
|
|
<!-- "tower" positioned to right of runway at KSFO -->
|
|
|
|
<tower>
|
|
|
|
<longitude-deg>-122.362175</longitude-deg>
|
|
|
|
<latitude-deg>37.616559</latitude-deg>
|
|
|
|
<altitude-ft>54</altitude-ft>
|
|
|
|
</tower>
|
|
|
|
|
|
|
|
|
|
|
|
<view>
|
|
|
|
<name>Cockpit View</name>
|
|
|
|
<type>lookfrom</type>
|
|
|
|
<config>
|
|
|
|
<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>
|
|
|
|
<eye-pitch-deg-path>/orientation/pitch-deg</eye-pitch-deg-path>
|
|
|
|
<eye-roll-deg-path>/orientation/roll-deg</eye-roll-deg-path>
|
|
|
|
</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>
|
|
|
|
<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>
|
|
|
|
<eye-pitch-deg-path>/orientation/pitch-deg</eye-pitch-deg-path>
|
|
|
|
<eye-roll-deg-path>/orientation/roll-deg</eye-roll-deg-path>
|
|
|
|
|
|
|
|
<target-lat-deg-path>/position/latitude-deg</target-lat-deg-path>
|
|
|
|
<target-lon-deg-path>/position/longitude-deg</target-lon-deg-path>
|
|
|
|
<target-alt-ft-path>/position/altitude-ft</target-alt-ft-path>
|
|
|
|
<target-heading-deg-path>/orientation/heading-deg</target-heading-deg-path>
|
|
|
|
<target-pitch-deg-path>/orientation/pitch-deg</target-pitch-deg-path>
|
|
|
|
<target-roll-deg-path>/orientation/roll-deg</target-roll-deg-path>
|
|
|
|
|
|
|
|
<x-offset-m>0</x-offset-m>
|
|
|
|
<y-offset-m>0</y-offset-m>
|
|
|
|
<z-offset-m>-25</z-offset-m>
|
|
|
|
</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>
|
|
|
|
|
|
|
|
<target-lat-deg-path>/position/latitude-deg</target-lat-deg-path>
|
|
|
|
<target-lon-deg-path>/position/longitude-deg</target-lon-deg-path>
|
|
|
|
<target-alt-ft-path>/position/altitude-ft</target-alt-ft-path>
|
|
|
|
<target-roll-deg-path>/orientation/roll-deg</target-roll-deg-path>
|
|
|
|
<target-pitch-deg-path>/orientation/pitch-deg</target-pitch-deg-path>
|
|
|
|
<target-heading-deg-path>/orientation/heading-deg</target-heading-deg-path>
|
|
|
|
|
|
|
|
<x-offset-m>0</x-offset-m>
|
|
|
|
<y-offset-m>0</y-offset-m>
|
|
|
|
<z-offset-m>0</z-offset-m>
|
|
|
|
</config>
|
|
|
|
</view>
|
|
|
|
|
2002-03-02 23:44:28 +00:00
|
|
|
<!-- chase view -->
|
|
|
|
<view n="1">
|
|
|
|
<desc>chase view</desc>
|
|
|
|
<default>
|
|
|
|
<pilot-offset>
|
|
|
|
<heading-deg>180.0</heading-deg>
|
|
|
|
<pitch-deg>0</pitch-deg>
|
|
|
|
<radius-m>25</radius-m>
|
|
|
|
</pilot-offset>
|
|
|
|
</default>
|
|
|
|
</view>
|
|
|
|
</sim>
|
2001-11-07 00:46:52 +00:00
|
|
|
|
|
|
|
|
|
|
|
<!-- Position -->
|
|
|
|
|
|
|
|
<position>
|
|
|
|
<altitude-ft>-9999</altitude-ft>
|
|
|
|
</position>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Velocities -->
|
|
|
|
|
|
|
|
<velocities>
|
|
|
|
<speed-north-fps>0.0</speed-north-fps>
|
|
|
|
<speed-east-fps>0.0</speed-east-fps>
|
|
|
|
<speed-down-fps>0.0</speed-down-fps>
|
|
|
|
</velocities>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Orientation -->
|
|
|
|
|
|
|
|
<orientation>
|
|
|
|
<heading-deg>270</heading-deg>
|
|
|
|
<roll-deg>0.0</roll-deg>
|
|
|
|
<pitch-deg>0.424</pitch-deg>
|
|
|
|
</orientation>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Environment -->
|
|
|
|
|
|
|
|
<environment>
|
|
|
|
<visibility-m>16000</visibility-m>
|
|
|
|
</environment>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Controls -->
|
|
|
|
|
|
|
|
<controls>
|
2001-12-17 14:40:59 +00:00
|
|
|
|
|
|
|
<aileron>0.0</aileron>
|
|
|
|
<aileron-trim>0.0</aileron-trim>
|
|
|
|
|
|
|
|
<elevator>0.0</elevator>
|
|
|
|
<elevator-trim>0.0</elevator-trim>
|
|
|
|
|
|
|
|
<rudder>0.0</rudder>
|
|
|
|
<rudder-trim>0.0</rudder-trim>
|
|
|
|
|
|
|
|
<flaps>0.0</flaps>
|
|
|
|
|
|
|
|
<starter n="0">false</starter>
|
|
|
|
<magnetos n="0">0</magnetos>
|
|
|
|
<throttle n="0">0.0</throttle>
|
2001-12-03 21:21:21 +00:00
|
|
|
<mixture n="0">1.0</mixture>
|
2001-12-04 02:16:39 +00:00
|
|
|
<propeller-pitch n="0">1.0</propeller-pitch>
|
2001-12-17 14:40:59 +00:00
|
|
|
|
|
|
|
<starter n="1">false</starter>
|
|
|
|
<magnetos n="1">0</magnetos>
|
|
|
|
<throttle n="1">0.0</throttle>
|
|
|
|
<mixture n="1">1.0</mixture>
|
2001-12-04 02:16:39 +00:00
|
|
|
<propeller-pitch n="1">1.0</propeller-pitch>
|
2001-12-17 14:40:59 +00:00
|
|
|
|
|
|
|
<starter n="2">false</starter>
|
|
|
|
<magnetos n="2">0</magnetos>
|
|
|
|
<throttle n="2">0.0</throttle>
|
|
|
|
<mixture n="2">1.0</mixture>
|
2001-12-04 02:16:39 +00:00
|
|
|
<propeller-pitch n="2">1.0</propeller-pitch>
|
2001-12-17 14:40:59 +00:00
|
|
|
|
|
|
|
<starter n="3">false</starter>
|
|
|
|
<magnetos n="3">0</magnetos>
|
|
|
|
<throttle n="3">0.0</throttle>
|
|
|
|
<mixture n="3">1.0</mixture>
|
2001-12-04 02:16:39 +00:00
|
|
|
<propeller-pitch n="3">1.0</propeller-pitch>
|
2001-12-17 14:40:59 +00:00
|
|
|
|
|
|
|
<brakes n="0">0.0</brakes>
|
|
|
|
<brakes n="1">0.0</brakes>
|
|
|
|
<brakes n="2">0.0</brakes>
|
|
|
|
|
|
|
|
<gear-down>1.0</gear-down>
|
|
|
|
|
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>
|
|
|
|
|
|
|
|
<comm n="0">
|
|
|
|
<frequencies>
|
2002-02-14 15:48:02 +00:00
|
|
|
<selected-mhz>118.00</selected-mhz>
|
2001-11-07 00:46:52 +00:00
|
|
|
<standby-mhz>115.8</standby-mhz>
|
|
|
|
</frequencies>
|
|
|
|
</comm>
|
|
|
|
|
|
|
|
<comm n="1">
|
|
|
|
<frequencies>
|
|
|
|
<selected-mhz>111.80</selected-mhz>
|
|
|
|
<standby-mhz>115.70</standby-mhz>
|
|
|
|
</frequencies>
|
|
|
|
</comm>
|
|
|
|
|
|
|
|
<nav n="0">
|
|
|
|
<frequencies>
|
|
|
|
<selected-mhz>117.3</selected-mhz>
|
|
|
|
<standby-mhz>110.3</standby-mhz>
|
|
|
|
</frequencies>
|
|
|
|
<radials>
|
|
|
|
<selected-deg>119.0</selected-deg>
|
|
|
|
</radials>
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
<nav n="1">
|
|
|
|
<frequencies>
|
|
|
|
<selected-mhz>111.80</selected-mhz>
|
|
|
|
<standby-mhz>115.70</standby-mhz>
|
|
|
|
</frequencies>
|
|
|
|
<radials>
|
|
|
|
<selected-deg>029.0</selected-deg>
|
|
|
|
</radials>
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
<adf>
|
|
|
|
<frequencies>
|
|
|
|
<selected-khz>266.0</selected-khz>
|
|
|
|
<standby-khz>300.0</standby-khz>
|
|
|
|
</frequencies>
|
|
|
|
<rotation-deg>90</rotation-deg>
|
|
|
|
</adf>
|
|
|
|
|
|
|
|
</radios>
|
|
|
|
|
|
|
|
<!-- Instruments -->
|
|
|
|
|
|
|
|
<!-- this is here because the datum isn't retained on a reset -->
|
|
|
|
|
|
|
|
<steam>
|
|
|
|
<altimeter-datum-mb>1013.25</altimeter-datum-mb>
|
|
|
|
</steam>
|
|
|
|
|
|
|
|
</PropertyList>
|
|
|
|
|
|
|
|
<!-- end of preferences.xml -->
|
2002-04-05 02:53:08 +00:00
|
|
|
|