<?xml version="1.0"?> <!-- ************************************************************************ Global defaults for FlightGear property values. Started September 2000 by David Megginson, david@megginson.com ************************************************************************ --> <PropertyList> <!-- General simulation preferences --> <sim> <!-- hide some development tools, such as parts of the HUD adjustment dialog --> <devel type="bool">false</devel> <!-- 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> <!-- Limit the time we need to spend in simulation loops to 1 second --> <max-simtime-per-frame>1.0</max-simtime-per-frame> <intl include="Translations/locale.xml"/> <aircraft>c172p</aircraft> <virtual-cockpit type="bool">false</virtual-cockpit> <presets> <airport-id>KSFO</airport-id> <runway>28R</runway> <trim type="bool">true</trim> </presets> <startup> <xsize type="int">800</xsize> <ysize type="int">600</ysize> <splash-screen type="bool">true</splash-screen> <splash-progress type="bool">true</splash-progress> <splash-title><!-- --></splash-title> <intro-music type="bool">false</intro-music> <game-mode type="bool">false</game-mode> <fullscreen type="bool">false</fullscreen> <units>feet</units> <save-on-exit userarchive="y">true</save-on-exit> <browser-app>netscape</browser-app><!-- help viewer --> </startup> <rendering> <debug type="bool">false</debug> <realism>5</realism> <static-lod> <detailed userarchive="y">1500</detailed> <rough userarchive="y">9000</rough> <bare userarchive="y">30000</bare> </static-lod> <random-objects type="bool" userarchive="y">true</random-objects> <horizon-effect type="bool" userarchive="y">false</horizon-effect> <enhanced-lighting type="bool" userarchive="y">false</enhanced-lighting> <distance-attenuation type="bool" userarchive="y">false</distance-attenuation> <precipitation-enable type="bool" userarchive="y">false</precipitation-enable> <precipitation> <!-- 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> </precipitation> <lightning-enable type="bool" userarchive="y">false</lightning-enable> <bump-mapping type="bool" userarchive="y">false</bump-mapping> <clouds3d-enable type="bool" userarchive="y">false</clouds3d-enable> <clouds3d-vis-range type="float" userarchive="y">25000</clouds3d-vis-range> <clouds3d-density type="float" userarchive="y">100</clouds3d-density> <clouds3d-cache-size type="int" userarchive="y">1024</clouds3d-cache-size> <clouds3d-cache-resolution type="int" userarchive="y">64</clouds3d-cache-resolution> <draw-otw type="bool">true</draw-otw> <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> <fps-display type="bool" userarchive="y">false</fps-display> </rendering> <model-hz type="int">120</model-hz> <navdb> <localizers> <auto-align>true</auto-align> <auto-align-threshold-deg>5.0</auto-align-threshold-deg> </localizers> </navdb> <sound> <volume type="float" userarchive="y">0.8</volume> <pause type="bool">false</pause> <atc-chatter type="bool" userarchive="y">false</atc-chatter> <voice type="bool">true</voice> <voices> <host type="string" write="n">localhost</host> <port type="string" write="n">1314</port> <enabled type="bool">false</enabled> <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> <preamble type="string">(voice_en1_mbrola)</preamble> <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> <preamble type="string">(voice_us3_mbrola)</preamble> <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> </sound> <speed-up type="double">1.0</speed-up> <current-view> <field-of-view type="double">55.0</field-of-view> <aspect-ratio-multiplier type="double">1.0</aspect-ratio-multiplier> </current-view> <panel> <path>Aircraft/Generic/Panels/generic-vfr-panel.xml</path> <visibility type="bool">false</visibility> <jitter type="bool">false</jitter> </panel> <panel_2> <path>Aircraft/Generic/Panels/generic-trans-mini-panel.xml</path> </panel_2> <hud> <path>Huds/Default/default.xml</path> <visibility type="bool">false</visibility> <font> <name type="string">Helvetica.txf</name> <size type="float">10</size> </font> <color> <antialiased type="bool">false</antialiased> <transparent type="bool">false</transparent> <alpha type="float">0.67</alpha> <brightness type="float">0.75</brightness> <alpha-clamp type="float">0.01</alpha-clamp> </color> <current-color type="int">0</current-color> <palette> <color n="0"><!-- day --> <red type="float">0.1</red> <green type="float">0.9</green> <blue type="float">0.1</blue> </color> <color n="1"><!-- night --> <red type="float">0.9</red> <green type="float">0.1</green> <blue type="float">0.1</blue> </color> </palette> </hud> <lon-lat-format type="int">2</lon-lat-format> <systems> <path>Aircraft/Generic/generic-systems.xml</path> <autopilot> <path>Aircraft/Generic/generic-autopilot.xml</path> </autopilot> </systems> <instrumentation> <path>Aircraft/Generic/generic-instrumentation.xml</path> </instrumentation> <instrument-options> <nav n="0"> <has-gs-needle type="bool">true</has-gs-needle> <needles-pivot type="bool">true</needles-pivot> </nav> <nav n="1"> <has-gs-needle type="bool">false</has-gs-needle> <needles-pivot type="bool">true</needles-pivot> </nav> <hsi n="0"> <has-gs-needle type="bool">true</has-gs-needle> </hsi> <dg> <style type="int">0</style> </dg> </instrument-options> <input> <selected> <engine n="0" type="bool">true</engine> <engine n="1" type="bool">true</engine> <engine n="2" type="bool">true</engine> <engine n="3" type="bool">true</engine> <engine n="4" type="bool">true</engine> <engine n="5" type="bool">true</engine> <engine n="6" type="bool">true</engine> <engine n="7" type="bool">true</engine> </selected> </input> <number-views type="int">6</number-views> <chase-distance-m type="double">-25.0</chase-distance-m> <allow-toggle-cockpit type="bool">false</allow-toggle-cockpit> <!-- "tower" positioned to right of runway at KSFO --> <tower> <longitude-deg type="double">-122.23045</longitude-deg> <latitude-deg type="double">37.37027</latitude-deg> <altitude-ft type="double">150</altitude-ft> <roll-deg type="double">0</roll-deg> <pitch-deg type="double">0</pitch-deg> <heading-deg type="double">0</heading-deg> </tower> <view> <name>Cockpit View</name> <type>lookfrom</type> <internal type="bool">false</internal> <config> <from-model type="bool">true</from-model> <from-model-idx type="int">0</from-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> <default-pitch-deg type="double">0</default-pitch-deg> <default-heading-deg type="double">0</default-heading-deg> <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> </config> </view> <view> <name>Helicopter View</name> <type>lookat</type> <config> <from-model type="bool">false</from-model> <from-model-idx type="int">0</from-model-idx> <eye-lat-deg-path>/position/latitude-deg</eye-lat-deg-path> <eye-lon-deg-path>/position/longitude-deg</eye-lon-deg-path> <eye-alt-ft-path>/position/altitude-ft</eye-alt-ft-path> <eye-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> <at-model-heading-damping type="double">0.0</at-model-heading-damping> <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 alias="/sim/chase-distance-m"/> </config> </view> <view> <name>Chase View</name> <type>lookat</type> <config> <from-model type="bool">false</from-model> <from-model-idx type="int">0</from-model-idx> <eye-lat-deg-path>/position/latitude-deg</eye-lat-deg-path> <eye-lon-deg-path>/position/longitude-deg</eye-lon-deg-path> <eye-alt-ft-path>/position/altitude-ft</eye-alt-ft-path> <eye-pitch-deg-path>/orientation/pitch-deg</eye-pitch-deg-path> <eye-roll-deg-path>/orientation/roll-deg</eye-roll-deg-path> <eye-heading-deg-path>/orientation/heading-deg</eye-heading-deg-path> <at-model type="bool">true</at-model> <at-model-idx type="int">0</at-model-idx> <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> <target-z-offset-m type="double">0</target-z-offset-m> <ground-level-nearplane-m type="double">0.5f</ground-level-nearplane-m> <default-field-of-view-deg type="double">55.0</default-field-of-view-deg> <x-offset-m type="double">5</x-offset-m> <y-offset-m type="double">0</y-offset-m> <z-offset-m alias="/sim/chase-distance-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> <at-model type="bool">true</at-model> <at-model-idx type="int">0</at-model-idx> <ground-level-nearplane-m type="double">10.0f</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">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> <ground-level-nearplane-m type="double">10.0f</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">0</z-offset-m> </config> </view> <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> <default-field-of-view-deg type="double">55.0</default-field-of-view-deg> <x-offset-m type="double">2</x-offset-m> <y-offset-m type="double">25</y-offset-m> <z-offset-m alias="/sim/chase-distance-m"/> </config> </view> <menubar> <visibility type="bool" userarchive="y">true</visibility> <default include="gui/menubar.xml"/> </menubar> <gui> <current-style type="int" userarchive="y">0</current-style> <style n="0" include="gui/styles/default.xml"/> <style n="1" include="gui/styles/anthrax.xml"/> </gui> <mouse> <hide-cursor>true</hide-cursor> <cursor-timeout-sec>10.0</cursor-timeout-sec> </mouse> <replay> <duration type="double">90</duration> <view type="int">1</view> </replay> <atc> <enabled type="bool">true</enabled> </atc> <ai-traffic> <enabled type="bool" userarchive="y">false</enabled> <level type="int" userarchive="y">1</level> </ai-traffic> <traffic-manager> <enabled type="bool">true</enabled> </traffic-manager> <ai> <enabled type="bool">true</enabled> <!-- scenario>nimitz_demo</scenario --> <scenario>aircraft_demo</scenario> </ai> <user> <callsign type="string">Golf Foxtrot Sierra</callsign> </user> </sim> <!-- mouse mode --> <devices> <status> <mice> <mouse n="0"> <mode>0</mode> </mouse> </mice> </status> </devices> <!-- Position --> <position> <altitude-ft type="double">-9999</altitude-ft> </position> <!-- Velocities --> <velocities> <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> </velocities> <!-- Orientation --> <orientation> <heading-deg type="double">270</heading-deg> <roll-deg type="double">0.0</roll-deg> <pitch-deg type="double">0.424</pitch-deg> </orientation> <!-- Environment --> <environment> <weather-scenario>Fair weather</weather-scenario> <config> <boundary-transition-ft>500</boundary-transition-ft> <boundary> <entry> <elevation-ft>0</elevation-ft> <wind-from-heading-deg>270</wind-from-heading-deg> <wind-speed-kt>3</wind-speed-kt> <visibility-m>16093.44</visibility-m> <pressure-sea-level-inhg>29.92</pressure-sea-level-inhg> <temperature-degc>15.0</temperature-degc> <dewpoint-degc>5.0</dewpoint-degc> <turbulence> <magnitude-norm>0.0</magnitude-norm> <rate-hz>1.0</rate-hz> </turbulence> </entry> <entry> <elevation-ft>500</elevation-ft> <wind-from-heading-deg>280</wind-from-heading-deg> <wind-speed-kt>6</wind-speed-kt> <turbulence> <magnitude-norm>0.1</magnitude-norm> <rate-hz>1.0</rate-hz> </turbulence> </entry> </boundary> <aloft> <entry> <elevation-ft>3000</elevation-ft> <wind-from-heading-deg>300</wind-from-heading-deg> <wind-speed-kt>10</wind-speed-kt> <visibility-m>16093.44</visibility-m> <pressure-sea-level-inhg>29.92</pressure-sea-level-inhg> <!-- <temperature-degc>15.0</temperature-degc> --> <!-- <dewpoint-degc>5.0</dewpoint-degc> --> <turbulence> <magnitude-norm>0.05</magnitude-norm> <rate-hz>1.0</rate-hz> </turbulence> </entry> <entry> <elevation-ft>6000</elevation-ft> <wind-from-heading-deg>310</wind-from-heading-deg> <wind-speed-kt>20</wind-speed-kt> <turbulence> <magnitude-norm>0.0</magnitude-norm> <rate-hz>1.0</rate-hz> </turbulence> </entry> <entry> <elevation-ft>9000</elevation-ft> <wind-from-heading-deg>320</wind-from-heading-deg> <wind-speed-kt>30</wind-speed-kt> </entry> </aloft> </config> <clouds> <status>true</status> <layer n="0"> <coverage>scattered</coverage> <elevation-ft>5000</elevation-ft> <thickness-ft>600</thickness-ft> <transition-ft>150</transition-ft> <span-m>40000</span-m> </layer> <layer n="1"> <coverage>cirrus</coverage> <elevation-ft>19500</elevation-ft> <thickness-ft>65</thickness-ft> <transition-ft>25</transition-ft> <span-m>40000</span-m> </layer> <layer n="2"> <coverage>clear</coverage> <span-m>40000</span-m> </layer> <layer n="3"> <coverage>clear</coverage> <span-m>40000</span-m> </layer> <layer n="5"> <coverage>clear</coverage> <span-m>40000</span-m> </layer> </clouds> <cloudlayers include="cloudlayers.xml"/> <params> <real-world-weather-fetch type="bool">false</real-world-weather-fetch> <metar-max-age-min type="long">240</metar-max-age-min> <control-fdm-atmosphere type="bool">false</control-fdm-atmosphere> <contrail-altitude>30000</contrail-altitude> </params> </environment> <controls> <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> <flaps-serviceable type="bool">true</flaps-serviceable> </flight> <engines> <engine n="0"> <starter type="bool">false</starter> <magnetos type="int">0</magnetos> <throttle type="double">0.0</throttle> <mixture type="double">1.0</mixture> <condition type="double">1.0</condition> <propeller-pitch type="double">1.0</propeller-pitch> <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> </engine> <engine n="1"> <starter type="bool">false</starter> <magnetos type="int">0</magnetos> <throttle type="double">0.0</throttle> <mixture type="double">1.0</mixture> <condition type="double">1.0</condition> <propeller-pitch type="double">1.0</propeller-pitch> <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> </engine> <engine n="2"> <starter type="bool">false</starter> <magnetos type="int">0</magnetos> <throttle type="double">0.0</throttle> <mixture type="double">1.0</mixture> <condition type="double">1.0</condition> <propeller-pitch type="double">1.0</propeller-pitch> <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> </engine> <engine n="3"> <starter type="bool">false</starter> <magnetos type="int">0</magnetos> <throttle type="double">0.0</throttle> <mixture type="double">1.0</mixture> <condition type="double">1.0</condition> <propeller-pitch type="double">1.0</propeller-pitch> <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> </engine> </engines> <gear> <brake-left type="double">0.0</brake-left> <brake-right type="double">0.0</brake-right> <brake-parking type="double">0.0</brake-parking> <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> <beacon type="bool">true</beacon> <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> </controls> <!-- User input devices --> <input> <!-- included externally --> <keyboard include="keyboard.xml"/> <!-- included externally --> <joysticks include="joysticks.xml"/> <!-- included externally --> <mice include="mice.xml"/> </input> <instrumentation> <!-- Radio settings --> <comm n="0"> <frequencies> <selected-mhz type="double">120.500</selected-mhz> <standby-mhz type="double">118.850</standby-mhz> </frequencies> <volume type="double">0.6</volume> <serviceable>true</serviceable> </comm> <comm n="1"> <frequencies> <selected-mhz type="double">118.300</selected-mhz> <standby-mhz type="double">133.775</standby-mhz> </frequencies> <volume type="double">0.6</volume> <serviceable>true</serviceable> </comm> <nav n="0"> <frequencies> <selected-mhz type="double">115.80</selected-mhz> <standby-mhz type="double">111.70</standby-mhz> </frequencies> <radials> <selected-deg type="double">280.0</selected-deg> </radials> <serviceable>true</serviceable> <cdi> <serviceable>true</serviceable> </cdi> <gs> <serviceable>true</serviceable> </gs> <to-from> <serviceable>true</serviceable> </to-from> <slaved-to-gps type="bool">false</slaved-to-gps> </nav> <nav n="1"> <frequencies> <selected-mhz type="double">116.80</selected-mhz> <standby-mhz type="double">113.90</standby-mhz> </frequencies> <radials> <selected-deg type="double">029.0</selected-deg> </radials> <serviceable>true</serviceable> <cdi> <serviceable>true</serviceable> </cdi> <gs> <serviceable>true</serviceable> </gs> <to-from> <serviceable>true</serviceable> </to-from> <slaved-to-gps type="bool">false</slaved-to-gps> </nav> <transponder> <inputs> <serviceable>true</serviceable> </inputs> </transponder> <!-- Instruments --> <airspeed-indicator> <serviceable type="bool" archive="y">true</serviceable> </airspeed-indicator> <attitude-indicator> <config> <!-- true if this AI can tumble --> <tumble-flag type="bool" archive="y">false</tumble-flag> </config> <caged type="bool" archive="y">false</caged> <serviceable type="bool" archive="y">true</serviceable> <spin type="double" archive="y">0.0</spin> <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> </attitude-indicator> <altimeter> <serviceable type="bool" archive="y">true</serviceable> <setting-inhg type="double" archive="y">29.92</setting-inhg> </altimeter> <turn-indicator> <serviceable type="bool" archive="y">true</serviceable> </turn-indicator> <slip-skid-ball> <serviceable type="bool" archive="y">true</serviceable> </slip-skid-ball> <heading-indicator> <serviceable type="bool" archive="y">true</serviceable> <spin type="double" archive="y">0.0</spin> <offset-deg type="double" archive="y">4.5</offset-deg> <!-- just for fun --> </heading-indicator> <vertical-speed-indicator> <serviceable type="bool" archive="y">true</serviceable> </vertical-speed-indicator> <magnetic-compass> <serviceable type="bool" archive="y">true</serviceable> </magnetic-compass> <dme n="0"> <serviceable type="bool" archive="y">true</serviceable> <switch-position type="int" archive="y">1</switch-position> <frequencies> <source>/instrumentation/nav[0]/frequencies/selected-mhz</source> </frequencies> </dme> <gps> <serviceable type="bool" archive="y">true</serviceable> <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> </gps> <kln89> <scan-pull type="bool" archive="y">false</scan-pull> </kln89> <clock> <serviceable type="bool" archive="y">true</serviceable> <offset-sec type="long" archive="y">0</offset-sec> </clock> <adf> <frequencies> <selected-khz type="int">379</selected-khz> <standby-khz type="int">341</standby-khz> </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> <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> <gps-annunciator> <lamp-test type="bool">false</lamp-test> </gps-annunciator> <tacan n="0"> <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> </tacan> </instrumentation> <systems> <pitot> <serviceable type="bool" archive="y">true</serviceable> </pitot> <static> <serviceable type="bool" archive="y">true</serviceable> <pressure-inhg type="double" archive="y">29.92</pressure-inhg> </static> <electrical> <serviceable type="bool" archive="y">true</serviceable> </electrical> <vacuum> <serviceable type="bool" archive="y">true</serviceable> </vacuum> <vacuum> <serviceable type="bool" archive="y">true</serviceable> </vacuum> </systems> <autopilot> <internal> <ft type="double">0.1</ft> </internal> <route-manager> <min-lock-altitude-agl-ft type="double">300</min-lock-altitude-agl-ft> </route-manager> </autopilot> <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> </PropertyList> <!-- end of preferences.xml -->