66abd80c3b
Modified Files: FlightGear/keyboard.xml FlightGear/preferences.xml Added Files: FlightGear/Aircraft/c172/Panels/c172-panel-mini.xml FlightGear/Aircraft/c172/Panels/c172-panel-trans-mini.xml FlightGear/Aircraft/c172/Panels/Textures/panel-mini-bg.rgb FlightGear/Aircraft/c172/Panels/Textures/panel-trans-mini-bg.rgb
149 lines
2.7 KiB
XML
149 lines
2.7 KiB
XML
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
************************************************************************
|
|
Global defaults for FlightGear property values.
|
|
|
|
Started September 2000 by David Megginson, david@megginson.com
|
|
************************************************************************
|
|
-->
|
|
|
|
<PropertyList>
|
|
|
|
<!-- General simulation preferences -->
|
|
|
|
<sim>
|
|
<startup>
|
|
<xsize>800</xsize>
|
|
<ysize>600</ysize>
|
|
<splash-screen>true</splash-screen>
|
|
<intro-music>true</intro-music>
|
|
<game-mode>false</game-mode>
|
|
<airport-id>KSFO</airport-id>
|
|
<fullscreen>false</fullscreen>
|
|
<units>feet</units>
|
|
</startup>
|
|
<flight-model>larcsim</flight-model>
|
|
<aircraft>c172</aircraft>
|
|
<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-panel.xml</path>
|
|
<y-offset>-305</y-offset>
|
|
<visibility>true</visibility>
|
|
</panel>
|
|
<panel2>
|
|
<path>Aircraft/c172/Panels/c172-panel-trans-mini.xml</path>
|
|
<y-offset>-305</y-offset>
|
|
<visibility>true</visibility>
|
|
</panel2>
|
|
<hud>
|
|
<path>Huds/Default/default.xml</path>
|
|
<visibility>false</visibility>
|
|
</hud>
|
|
</sim>
|
|
|
|
|
|
<!-- Position -->
|
|
|
|
<position>
|
|
<!-- <longitude>-110.6642444</longitude> -->
|
|
<!-- <latitude>33.3528917</latitude> -->
|
|
<altitude>-9999</altitude>
|
|
</position>
|
|
|
|
|
|
<!-- Velocities -->
|
|
|
|
<velocities>
|
|
<speed-north>0.0</speed-north>
|
|
<speed-east>0.0</speed-east>
|
|
<speed-down>0.0</speed-down>
|
|
</velocities>
|
|
|
|
|
|
<!-- Orientation -->
|
|
|
|
<orientation>
|
|
<heading>270</heading>
|
|
<roll>0.0</roll>
|
|
<pitch>0.424</pitch>
|
|
</orientation>
|
|
|
|
|
|
<!-- Environment -->
|
|
|
|
<environment>
|
|
<visibility>16000</visibility>
|
|
</environment>
|
|
|
|
|
|
<!-- Controls -->
|
|
|
|
<controls>
|
|
<mixture>1.0</mixture>
|
|
</controls>
|
|
|
|
|
|
<!-- User input devices -->
|
|
|
|
<input>
|
|
|
|
<!-- included externally -->
|
|
<keyboard include="keyboard.xml"/>
|
|
|
|
<!-- included externally -->
|
|
<joysticks include="joysticks.xml"/>
|
|
|
|
</input>
|
|
|
|
|
|
<!-- Radio settings -->
|
|
|
|
<radios>
|
|
|
|
<nav1>
|
|
<frequencies>
|
|
<selected>117.3</selected>
|
|
<standby>110.3</standby>
|
|
</frequencies>
|
|
<radials>
|
|
<selected>119.0</selected>
|
|
</radials>
|
|
</nav1>
|
|
|
|
<nav2>
|
|
<frequencies>
|
|
<selected>111.80</selected>
|
|
<standby>115.70</standby>
|
|
</frequencies>
|
|
<radials>
|
|
<selected>029.0</selected>
|
|
</radials>
|
|
</nav2>
|
|
|
|
<adf>
|
|
<frequencies>
|
|
<selected>266.0</selected>
|
|
<standby>300.0</standby>
|
|
</frequencies>
|
|
<rotation>90</rotation>
|
|
</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 -->
|
|
|
|
|