Merge branch 'work'
[fg:toms-fgdata.git] / preferences.xml
1 <?xml version="1.0"?>
2
3 <!--
4 ************************************************************************
5 Global defaults for FlightGear property values.
6
7 Started September 2000 by David Megginson, david@megginson.com
8 ************************************************************************
9 -->
10
11 <PropertyList>
12
13         <local-weather include="Environment/local-weather-defaults.xml"/>
14
15         <!-- General simulation preferences -->
16         <sim>
17                 <!-- show-aircraft option: show ALL aircraft regardless by default -->
18                 <aircraft-min-status>all</aircraft-min-status>
19
20                 <!-- don't reset the simulator when the aircraft hits the ground -->
21                 <reset-on-crash type="bool">false</reset-on-crash>
22
23                 <!-- Limit the time we need to spend in simulation loops to 1 second -->
24                 <max-simtime-per-frame type="double">1.0</max-simtime-per-frame>
25
26                 <session type="int" userarchive="y">0</session>
27                 <paths>
28                         <screenshot-dir type="string" userarchive="y"/>
29                         <!-- defaults to current working dir -->
30                         <validate>
31                                 <read type="string"/>
32                                 <write type="string"/>
33                         </validate>
34                 </paths>
35
36                 <intl include="Translations/locale.xml"/>
37                 <aircraft>c172p</aircraft>
38                 <virtual-cockpit type="bool">false</virtual-cockpit>
39                 <presets preserve="y">
40                         <airport-id>KSFO</airport-id>
41                         <runway></runway>
42                         <trim type="bool">true</trim>
43                 </presets>
44                 <startup>
45                         <xsize type="int" preserve="y">800</xsize>
46                         <ysize type="int" preserve="y">600</ysize>
47                         <splash-screen type="bool">true</splash-screen>
48                         <splash-progress type="bool">true</splash-progress>
49                         <splash-title>
50                                 <!-- -->
51                         </splash-title>
52                         <intro-music type="bool">false</intro-music>
53                         <game-mode type="bool" preserve="y">false</game-mode>
54                         <fullscreen type="bool" preserve="y">false</fullscreen>
55                         <units>feet</units>
56                         <save-on-exit type="bool" userarchive="y">true</save-on-exit>
57                         <browser-app write="n">firefox -new-tab "%u"</browser-app>
58                         <!--  help viewer; only used under Unix -->
59                         <terminal-ansi-colors type="bool">true</terminal-ansi-colors>
60                         <season type="string" preserve="y">summer</season>
61                 </startup>
62                 <rendering>
63                         <materials-file>Materials/regions/materials.xml</materials-file>
64                         <rembrandt>
65                                 <enabled type="bool">false</enabled>
66                                 <renderer>default-pipeline</renderer>
67                                 <show-buffers type="bool" userarchive="y">false</show-buffers>
68                                 <ambient-occlusion type="bool" userarchive="y">false</ambient-occlusion>
69                                 <ambient-occlusion-strength type="float" userarchive="y">1.0</ambient-occlusion-strength>
70                                 <ambient-occlusion-buffers type="bool">true</ambient-occlusion-buffers>
71                                 <bloom type="bool" userarchive="y">true</bloom>
72                                 <bloom-strength type="float" userarchive="y">1.0</bloom-strength>
73                                 <bloom-buffers type="bool">true</bloom-buffers>
74                                 <exposure type="float" userarchive="y">1.0</exposure>
75                                 <use-color-for-depth type="bool">false</use-color-for-depth>
76                                 <no-16bit-buffer type="bool">true</no-16bit-buffer>
77                                 <debug-buffer n="0">
78                                         <enabled type="bool" userarchive="y">false</enabled>
79                                         <name userarchive="y"></name>
80                                 </debug-buffer>
81                                 <debug-buffer n="1">
82                                         <enabled type="bool" userarchive="y">true</enabled>
83                                         <name userarchive="y">spec-emis</name>
84                                 </debug-buffer>
85                                 <debug-buffer n="2">
86                                         <enabled type="bool" userarchive="y">true</enabled>
87                                         <name userarchive="y">normal</name>
88                                 </debug-buffer>
89                                 <debug-buffer n="3">
90                                         <enabled type="bool" userarchive="y">true</enabled>
91                                         <name userarchive="y">diffuse</name>
92                                 </debug-buffer>
93                         </rembrandt>
94                         <debug type="bool">false</debug>
95                         <realism type="int">5</realism>
96                         <filtering type="int">8</filtering>
97                         <shaders>
98                                 <custom-settings type="bool" userarchive="y">false</custom-settings>
99                                 <generic type="float" userarchive="y">1.0</generic>
100                                 <landmass type="float" userarchive="y">1.0</landmass>
101                                 <model type="float" userarchive="y">1.0</model>
102                                 <contrails type="float" userarchive="y">1.0</contrails>
103                                 <crop type="float" userarchive="y">1.0</crop>
104                                 <skydome type="bool" userarchive="y">false</skydome>
105                                 <transition type="float" userarchive="y">1.0</transition>
106                                 <urban type="float" userarchive="y">1.0</urban>
107                                 <water type="float" userarchive="y">1.0</water>
108                                 <quality-level-internal type="float" userarchive="y">3.0</quality-level-internal>
109                         </shaders>
110                         <mie type="float" userarchive="y">0.003</mie>
111                         <rayleigh type="float" userarchive="y">0.0003</rayleigh>
112                         <dome-density type="float" userarchive="y">0.5</dome-density>
113                         <!-- multithreading-mode>AutomaticSelection</multithreading-mode -->
114                         <!--
115      Uncomment the above element to select OSG multi-threading mode.
116      This may improve performance on multi-core, multi-CPU
117      and/or multi-GPU systems. The recommended setting is AutomaticSelection.
118      The alternatives are
119        AutomaticSelection
120        DrawThreadPerContext
121        CullDrawThreadPerContext
122        CullThreadPerCameraDrawThreadPerContext
123    -->
124                         <static-lod>
125                                 <detailed type="double" userarchive="y">1500</detailed>
126                                 <rough type="double" userarchive="y">9000</rough>
127                                 <bare type="double" userarchive="y">30000</bare>
128                                 <ai-detailed type="double" userarchive="y">10000</ai-detailed>
129                                 <!-- ai-bare type="double" userarchive="y">10000</ai-bare -->
130                         </static-lod>
131                         <random-objects type="bool" userarchive="y">true</random-objects>
132                         <random-vegetation type="bool" userarchive="y">true</random-vegetation>
133                         <vegetation-density type="double" userarchive="y">1.0</vegetation-density>
134                         <random-buildings type="bool" userarchive="y">false</random-buildings>
135                         <building-density type="double" userarchive="y">1.0</building-density>
136                         <horizon-effect type="bool" userarchive="y">false</horizon-effect>
137                         <point-sprites type="bool" userarchive="y">true</point-sprites>
138                         <enhanced-lighting type="bool" userarchive="y">false</enhanced-lighting>
139                         <distance-attenuation type="bool" userarchive="y">false</distance-attenuation>
140                         <particles type="bool" userarchive="y">true</particles>
141                         <precipitation-gui-enable type="bool" userarchive="y">false</precipitation-gui-enable>
142                         <precipitation-enable type="bool" userarchive="y">false</precipitation-enable>
143                         <precipitation-aircraft-enable type="bool">true</precipitation-aircraft-enable>
144                         <precipitation>
145                                 <!-- streaks coloring and transparency -->
146                                 <min-light type="float">0.35</min-light>
147                                 <streak-brightness-nearmost-layer type="float">0.9</streak-brightness-nearmost-layer>
148                                 <streak-brightness-farmost-layer type="float">0.5</streak-brightness-farmost-layer>
149
150                                 <!-- streak period as a function of the speed, decreases with speed -->
151                                 <streak-period-max type="float">2.5</streak-period-max>
152                                 <streak-period-change-per-kt type="float">0.005</streak-period-change-per-kt>
153                                 <streak-period-min type="float">1.0</streak-period-min>
154
155                                 <!-- streak length as a function of the speed, increases with speed -->
156                                 <streak-length-min type="float">0.03</streak-length-min>
157                                 <streak-length-change-per-kt type="float">0.0005</streak-length-change-per-kt>
158                                 <streak-length-max type="float">0.1</streak-length-max>
159
160                                 <!-- # of rain streaks at the 100.0% precipitation density -->
161                                 <streak-count-min type="int">40</streak-count-min>
162                                 <!-- lightest rain -->
163                                 <streak-count-max type="int">190</streak-count-max>
164                                 <!-- heaviest rain -->
165                                 <!-- numbers over MAX_RAIN_SLICE in simgear/environment/visual_enviro.cxx
166          will be ignored in the current implementation.  -->
167
168                                 <!-- the precipitation cone geometry -->
169                                 <cone-base-radius type="float">15.0</cone-base-radius>
170                                 <cone-height type="float">30.0</cone-height>
171                         </precipitation>
172                         <lightning-enable type="bool" userarchive="y">false</lightning-enable>
173                         <specular-highlight type="bool" userarchive="y">false</specular-highlight>
174                         <bump-mapping type="bool" userarchive="y">false</bump-mapping>
175                         <clouds3d-enable type="bool" userarchive="y">false</clouds3d-enable>
176                         <clouds3d-vis-range type="float" userarchive="y">10000.0</clouds3d-vis-range>
177                         <clouds3d-density type="float" userarchive="y">0.25</clouds3d-density>
178                         <draw-otw type="bool">true</draw-otw>
179                         <shadows-ac type="bool" userarchive="y">false</shadows-ac>
180                         <shadows-ac-transp type="bool" userarchive="y">false</shadows-ac-transp>
181                         <shadows-ai type="bool" userarchive="y">false</shadows-ai>
182                         <shadows-to type="bool" userarchive="y">false</shadows-to>
183                         <shadows-debug type="bool" userarchive="y">false</shadows-debug>
184                         <shadows>
185                                 <enabled type="bool" userarchive="y">true</enabled>
186                                 <debug type="bool" userarchive="y">false</debug>
187                                 <map-size type="int">4096</map-size>
188                                 <num-cascades type="int" userarchive="y">4</num-cascades>
189                                 <cascade-far-m index="0" type="float" userarchive="y">5.0</cascade-far-m>
190                                 <cascade-far-m index="1" type="float" userarchive="y">50.0</cascade-far-m>
191                                 <cascade-far-m index="2" type="float" userarchive="y">500.0</cascade-far-m>
192                                 <cascade-far-m index="3" type="float" userarchive="y">5000.0</cascade-far-m>
193                                 <filtering type="int" userarchive="y">2</filtering>
194                         </shadows>
195                         <shader-experimental type="bool" userarchive="y">false</shader-experimental>
196                         <shader-effects type="bool" userarchive="y">true</shader-effects>
197                         <fps-display type="bool" userarchive="y">false</fps-display>
198                         <frame-latency-display type="bool" userarchive="y">false</frame-latency-display>
199                         <on-screen-statistics type="int">0</on-screen-statistics>
200                         <glide-slope-tunnel type="bool" userarchive="y">false</glide-slope-tunnel>
201                         <redout>
202                                 <enabled type="bool" userarchive="y">true</enabled>
203                                 <parameters>
204                                         <blackout-onset-g type="double">3.5</blackout-onset-g>
205                                         <blackout-complete-g type="double">5</blackout-complete-g>
206                                         <redout-onset-g type="double">-2</redout-onset-g>
207                                         <redout-complete-g type="double">-4</redout-complete-g>
208                                 </parameters>
209                         </redout>
210                         <headshake>
211                                 <enabled type="bool" userarchive="y">false</enabled>
212                                 <rate-m-g type="double">0.005</rate-m-g>
213                         </headshake>
214                         <osg-displaysettings>
215                                 <eye-separation type="double" userarchive="y">0.05</eye-separation>
216                                 <screen-distance type="double" userarchive="y">0.5</screen-distance>
217                                 <stereo-mode type="string" userarchive="y">OFF</stereo-mode>
218                         </osg-displaysettings>
219                         <cache type="bool">true</cache>
220                 </rendering>
221                 <model-hz type="int">120</model-hz>
222                 <navdb>
223                         <localizers>
224                                 <auto-align type="bool">true</auto-align>
225                                 <auto-align-threshold-deg type="double">5.0</auto-align-threshold-deg>
226                         </localizers>
227                 </navdb>
228                 <sound>
229                         <volume type="float" userarchive="y">0.8</volume>
230                         <enabled type="bool" userarchive="y">true</enabled>
231                         <atc>
232                                 <enabled type="bool" userarchive="y">true</enabled>
233                                 <external-view type="bool" userarchive="y">true</external-view>
234                                 <volume type="float" userarchive="y">0.6</volume>
235                         </atc>
236                         <avionics>
237                                 <enabled type="bool" userarchive="y">true</enabled>
238                                 <external-view type="bool" userarchive="y">true</external-view>
239                                 <volume type="float" userarchive="y">0.6</volume>
240                         </avionics>
241                         <chatter>
242                                 <enabled type="bool" userarchive="y">false</enabled>
243                                 <volume type="float" userarchive="y">0.6</volume>
244                         </chatter>
245                         <effects>
246                                 <enabled type="bool" userarchive="y">true</enabled>
247                                 <volume type="float" userarchive="y">0.6</volume>
248                         </effects>
249                         <device-name type="string" userarchive="y"/>
250                         <voice type="bool">true</voice>
251                         <voices>
252                                 <host type="string" write="n">localhost</host>
253                                 <port type="string" write="n">1314</port>
254                                 <enabled type="bool">false</enabled>
255                                 <atc alias="/sim/sound/voices/voice[0]/text"/>
256                                 <approach alias="/sim/sound/voices/voice[0]/text"/>
257                                 <ground alias="/sim/sound/voices/voice[0]/text"/>
258                                 <pilot alias="/sim/sound/voices/voice[1]/text"/>
259                                 <copilot alias="/sim/sound/voices/voice[2]/text"/>
260                                 <ai-plane alias="/sim/sound/voices/voice[3]/text"/>
261                                 <voice>
262                                         <desc>ATC/Approach/Ground</desc>
263                                         <text type="string"></text>
264                                         <volume type="double">1.0</volume>
265                                         <pitch type="double">100.0</pitch>
266                                         <speed type="double">1.0</speed>
267                                         <preamble type="string"></preamble>
268                                         <festival type="bool">true</festival>
269                                 </voice>
270                                 <voice>
271                                         <desc>Pilot</desc>
272                                         <text type="string"></text>
273                                         <volume type="double">1.0</volume>
274                                         <pitch type="double">100.0</pitch>
275                                         <speed type="double">1.0</speed>
276                                         <preamble type="string">(voice_us2_mbrola)</preamble>
277                                         <festival type="bool">true</festival>
278                                 </voice>
279                                 <voice>
280                                         <desc>Copilot/Instructor</desc>
281                                         <text type="string"></text>
282                                         <volume type="double">1.0</volume>
283                                         <pitch type="double">100.0</pitch>
284                                         <speed type="double">1.0</speed>
285                                         <preamble type="string">(voice_en1_mbrola)</preamble>
286                                         <festival type="bool">true</festival>
287                                 </voice>
288                                 <voice>
289                                         <desc>AI-Plane</desc>
290                                         <text type="string"></text>
291                                         <volume type="double">1.0</volume>
292                                         <pitch type="double">100.0</pitch>
293                                         <speed type="double">1.0</speed>
294                                         <preamble type="string">(voice_don_diphone)</preamble>
295                                         <festival type="bool">true</festival>
296                                 </voice>
297                         </voices>
298                         <aimodels>
299                                 <enabled type="bool" userarchive="y">false</enabled>
300                                 <volume type="float" userarchive="y">0.6</volume>
301                         </aimodels>
302                 </sound>
303                 <speed-up type="double">1.0</speed-up>
304                 <current-view>
305                         <field-of-view type="double">55.0</field-of-view>
306                         <aspect-ratio-multiplier type="double">1.0</aspect-ratio-multiplier>
307                         <dynamic-view type="bool" userarchive="y">false</dynamic-view>
308                 </current-view>
309                 <panel>
310                         <path>Aircraft/Generic/Panels/generic-vfr-panel.xml</path>
311                         <visibility type="bool" userarchive="y">false</visibility>
312                         <jitter type="bool">false</jitter>
313             <hide-nonzero-view type="bool" userarchive="y">true</hide-nonzero-view>
314             <hide-nonzero-heading-offset type="bool" userarchive="y">true</hide-nonzero-heading-offset>
315                 </panel>
316                 <panel_2>
317                         <path>Aircraft/Generic/Panels/generic-trans-mini-panel.xml</path>
318                 </panel_2>
319                 <hud>
320                         <path n="1">Huds/default.xml</path>
321                         <path n="2">Huds/NTPS.xml</path>
322                         <path n="3">Huds/minimal.xml</path>
323                         
324                         <!-- new HUD -->
325                         <visibility n="1" type="bool">false</visibility>
326                         <!-- new HUD -->
327                         <font>
328                                 <name type="string">Helvetica.txf</name>
329                                 <size type="float">8</size>
330                         </font>
331                         <current-color type="int">0</current-color>
332                         <palette>
333                                 <color n="0">
334                                         <!-- day -->
335                                         <transparent type="bool">true</transparent>
336                                         <antialiased type="bool">true</antialiased>
337                                         <brightness type="float">0.85</brightness>
338                                         <alpha type="float">0.85</alpha>
339                                         <red type="float">0.38</red>
340                                         <green type="float">1.0</green>
341                                         <blue type="float">0.22</blue>
342                                 </color>
343                                 <color n="1">
344                                         <!-- night -->
345                                         <transparent type="bool">false</transparent>
346                                         <antialiased type="bool">false</antialiased>
347                                         <brightness type="float">0.75</brightness>
348                                         <alpha type="float">0.67</alpha>
349                                         <red type="float">0.9</red>
350                                         <green type="float">0.1</green>
351                                         <blue type="float">0.1</blue>
352                                 </color>
353                         </palette>
354                 </hud>
355                 <lon-lat-format type="int" userarchive="y">2</lon-lat-format>
356                 <systems>
357                         <path>Aircraft/Generic/generic-systems.xml</path>
358                         <autopilot>
359                                 <name>generic autopilot</name>
360                                 <path>Aircraft/Generic/generic-autopilot.xml</path>
361                         </autopilot>
362                         <autopilot>
363                                 <name>autopilot helpers</name>
364                                 <path>Aircraft/Generic/generic-autopilot-helper.xml</path>
365                         </autopilot>
366                         <property-rule>
367                                 <name>Environment METAR Interpolation Rule</name>
368                                 <path>Environment/metarinterpolator.xml</path>
369                         </property-rule>
370                         <property-rule>
371                                 <name>Environment Interpolation Rule</name>
372                                 <path>Environment/interpolator.xml</path>
373                         </property-rule>
374                         <property-rule>
375                                 <name>Local Weather Rules </name>
376                                 <path>Environment/local-weather-rules.xml</path>
377                         </property-rule>
378                 </systems>
379                 <instrumentation>
380                         <path>Aircraft/Generic/generic-instrumentation.xml</path>
381                 </instrumentation>
382                 <instrument-options>
383                         <nav n="0">
384                                 <has-gs-needle type="bool">true</has-gs-needle>
385                                 <needles-pivot type="bool">true</needles-pivot>
386                         </nav>
387                         <nav n="1">
388                                 <has-gs-needle type="bool">false</has-gs-needle>
389                                 <needles-pivot type="bool">true</needles-pivot>
390                         </nav>
391                         <hsi n="0">
392                                 <has-gs-needle type="bool">true</has-gs-needle>
393                         </hsi>
394                         <dg>
395                                 <style type="int">0</style>
396                         </dg>
397                 </instrument-options>
398                 <input>
399                         <property-key-handler type="bool" userarchive="y">false</property-key-handler>
400                 </input>
401
402                 <chase-distance-m type="double">-25.0</chase-distance-m>
403                 <allow-toggle-cockpit type="bool">false</allow-toggle-cockpit>
404
405                 <!-- "tower" positioned to right of runway at KSFO -->
406                 <tower>
407                         <longitude-deg type="double">-122.23045</longitude-deg>
408                         <latitude-deg type="double">37.37027</latitude-deg>
409                         <altitude-ft type="double">150</altitude-ft>
410                         <roll-deg type="double">0</roll-deg>
411                         <pitch-deg type="double">0</pitch-deg>
412                         <heading-deg type="double">0</heading-deg>
413                         <auto-position type="bool" userarchive="y">true</auto-position>
414                 </tower>
415
416                 <view-name-popup type="bool" userarchive="y">true</view-name-popup>
417
418                 <view>
419                         <name>Cockpit View</name>
420                         <enabled type="bool" userarchive="y">true</enabled>
421                         <type>lookfrom</type>
422                         <internal type="bool">false</internal>
423                         <config>
424                                 <from-model type="bool">true</from-model>
425                                 <from-model-idx type="int">0</from-model-idx>
426                                 <ground-level-nearplane-m type="double">0.5f</ground-level-nearplane-m>
427                                 <default-field-of-view-deg type="double">55.0</default-field-of-view-deg>
428                                 <default-pitch-deg type="double">0</default-pitch-deg>
429                                 <default-heading-deg type="double">0</default-heading-deg>
430                                 <front-direction-deg type="double">0</front-direction-deg>
431                                 <front-left-direction-deg type="double">45</front-left-direction-deg>
432                                 <left-direction-deg type="double">90</left-direction-deg>
433                                 <back-left-direction-deg type="double">135</back-left-direction-deg>
434                                 <back-direction-deg type="double">180</back-direction-deg>
435                                 <back-right-direction-deg type="double">225</back-right-direction-deg>
436                                 <right-direction-deg type="double">270</right-direction-deg>
437                                 <front-right-direction-deg type="double">315</front-right-direction-deg>
438                                 <dynamic-view type="bool">true</dynamic-view>
439                                 <limits>
440                                         <enabled type="bool">true</enabled>
441                                         <left>
442                                                 <heading-max-deg type="double">140</heading-max-deg>
443                                                 <x-offset-max-m type="double">0.15</x-offset-max-m>
444                                                 <x-offset-threshold-deg type="double">65</x-offset-threshold-deg>
445                                         </left>
446                                         <right>
447                                                 <heading-max-deg type="double">140</heading-max-deg>
448                                                 <x-offset-max-m type="double">0.15</x-offset-max-m>
449                                                 <x-offset-threshold-deg type="double">65</x-offset-threshold-deg>
450                                         </right>
451                                 </limits>
452                         </config>
453                 </view>
454
455                 <view>
456                         <name>Helicopter View</name>
457                         <enabled type="bool" userarchive="y">true</enabled>
458                         <type>lookat</type>
459                         <config>
460                                 <from-model type="bool">false</from-model>
461                                 <from-model-idx type="int">0</from-model-idx>
462                                 <eye-lat-deg-path>/position/latitude-deg</eye-lat-deg-path>
463                                 <eye-lon-deg-path>/position/longitude-deg</eye-lon-deg-path>
464                                 <eye-alt-ft-path>/position/altitude-ft</eye-alt-ft-path>
465                                 <eye-heading-deg-path>/orientation/heading-deg</eye-heading-deg-path>
466
467                                 <at-model type="bool">true</at-model>
468                                 <at-model-idx type="int">0</at-model-idx>
469                                 <at-model-heading-damping type="double">0.0</at-model-heading-damping>
470                                 <target-z-offset-m type="double">0</target-z-offset-m>
471
472                                 <ground-level-nearplane-m type="double">0.5f</ground-level-nearplane-m>
473                                 <default-field-of-view-deg type="double">55.0</default-field-of-view-deg>
474
475                                 <x-offset-m type="double">0</x-offset-m>
476                                 <y-offset-m type="double">0</y-offset-m>
477                                 <z-offset-m alias="/sim/chase-distance-m"/>
478                         </config>
479                 </view>
480
481                 <view>
482                         <name>Chase View</name>
483                         <enabled type="bool" userarchive="y">true</enabled>
484                         <type>lookat</type>
485                         <config>
486                                 <from-model type="bool">false</from-model>
487                                 <from-model-idx type="int">0</from-model-idx>
488                                 <eye-lat-deg-path>/position/latitude-deg</eye-lat-deg-path>
489                                 <eye-lon-deg-path>/position/longitude-deg</eye-lon-deg-path>
490                                 <eye-alt-ft-path>/position/altitude-ft</eye-alt-ft-path>
491                                 <eye-pitch-deg-path>/orientation/pitch-deg</eye-pitch-deg-path>
492                                 <eye-roll-deg-path>/orientation/roll-deg</eye-roll-deg-path>
493                                 <eye-heading-deg-path>/orientation/heading-deg</eye-heading-deg-path>
494
495                                 <at-model type="bool">true</at-model>
496                                 <at-model-idx type="int">0</at-model-idx>
497                                 <at-model-roll-damping type="double">1.8</at-model-roll-damping>
498                                 <at-model-pitch-damping type="double">1.8</at-model-pitch-damping>
499                                 <at-model-heading-damping type="double">1.8</at-model-heading-damping>
500                                 <target-z-offset-m type="double">0</target-z-offset-m>
501
502                                 <ground-level-nearplane-m type="double">0.5f</ground-level-nearplane-m>
503                                 <default-field-of-view-deg type="double">55.0</default-field-of-view-deg>
504
505                                 <x-offset-m type="double">0</x-offset-m>
506                                 <y-offset-m type="double">5</y-offset-m>
507                                 <z-offset-m alias="/sim/chase-distance-m"/>
508                         </config>
509                 </view>
510
511                 <view>
512                         <name>Tower View</name>
513                         <enabled type="bool" userarchive="y">true</enabled>
514                         <type>lookat</type>
515                         <config>
516                                 <eye-lat-deg-path>/sim/tower/latitude-deg</eye-lat-deg-path>
517                                 <eye-lon-deg-path>/sim/tower/longitude-deg</eye-lon-deg-path>
518                                 <eye-alt-ft-path>/sim/tower/altitude-ft</eye-alt-ft-path>
519                                 <eye-roll-deg-path>/sim/tower/roll-deg</eye-roll-deg-path>
520                                 <eye-pitch-deg-path>/sim/tower/pitch-deg</eye-pitch-deg-path>
521                                 <eye-heading-deg-path>/sim/tower/heading-deg</eye-heading-deg-path>
522
523                                 <at-model type="bool">true</at-model>
524                                 <at-model-idx type="int">0</at-model-idx>
525
526                                 <ground-level-nearplane-m type="double">10.0f</ground-level-nearplane-m>
527                                 <default-field-of-view-deg type="double">55.0</default-field-of-view-deg>
528
529                                 <x-offset-m type="double">0</x-offset-m>
530                                 <y-offset-m type="double">0</y-offset-m>
531                                 <z-offset-m type="double">0</z-offset-m>
532                         </config>
533                 </view>
534
535                 <view>
536                         <name>Tower View Look From</name>
537                         <enabled type="bool" userarchive="y">true</enabled>
538                         <type>lookfrom</type>
539                         <config>
540                                 <eye-lat-deg-path>/sim/tower/latitude-deg</eye-lat-deg-path>
541                                 <eye-lon-deg-path>/sim/tower/longitude-deg</eye-lon-deg-path>
542                                 <eye-alt-ft-path>/sim/tower/altitude-ft</eye-alt-ft-path>
543                                 <eye-roll-deg-path>/sim/tower/roll-deg</eye-roll-deg-path>
544                                 <eye-pitch-deg-path>/sim/tower/pitch-deg</eye-pitch-deg-path>
545                                 <eye-heading-deg-path>/sim/tower/heading-deg</eye-heading-deg-path>
546
547                                 <ground-level-nearplane-m type="double">10.0f</ground-level-nearplane-m>
548                                 <default-field-of-view-deg type="double">55.0</default-field-of-view-deg>
549
550                                 <x-offset-m type="double">0</x-offset-m>
551                                 <y-offset-m type="double">0</y-offset-m>
552                                 <z-offset-m type="double">0</z-offset-m>
553                         </config>
554                 </view>
555
556                 <view>
557                         <name>Chase View Without Yaw</name>
558                         <enabled type="bool" userarchive="y">true</enabled>
559                         <type>lookat</type>
560                         <config>
561                                 <from-model type="bool">false</from-model>
562                                 <from-model-idx type="int">0</from-model-idx>
563                                 <eye-lat-deg-path>/position/latitude-deg</eye-lat-deg-path>
564                                 <eye-lon-deg-path>/position/longitude-deg</eye-lon-deg-path>
565                                 <eye-alt-ft-path>/position/altitude-ft</eye-alt-ft-path>
566
567                                 <at-model type="bool">true</at-model>
568                                 <at-model-idx type="int">0</at-model-idx>
569
570                                 <ground-level-nearplane-m type="double">0.5f</ground-level-nearplane-m>
571                                 <default-field-of-view-deg type="double">55.0</default-field-of-view-deg>
572
573                                 <x-offset-m type="double">25</x-offset-m>
574                                 <y-offset-m type="double">2</y-offset-m>
575                                 <z-offset-m alias="/sim/chase-distance-m"/>
576                         </config>
577                 </view>
578
579                 <view>
580                         <name>Fly-By View</name>
581                         <enabled type="bool" userarchive="y">true</enabled>
582                         <type>lookat</type>
583                         <config>
584                                 <eye-lon-deg-path>/sim/viewer/longitude-deg</eye-lon-deg-path>
585                                 <eye-lat-deg-path>/sim/viewer/latitude-deg</eye-lat-deg-path>
586                                 <eye-alt-ft-path>/sim/viewer/altitude-ft</eye-alt-ft-path>
587
588                                 <at-model type="bool">true</at-model>
589                                 <at-model-idx type="int">0</at-model-idx>
590
591                                 <ground-level-nearplane-m type="double">0.5f</ground-level-nearplane-m>
592                                 <default-field-of-view-deg type="double">55.0</default-field-of-view-deg>
593                         </config>
594                 </view>
595
596                 <view>
597                         <name>Model View</name>
598                         <enabled type="bool" userarchive="y">true</enabled>
599                         <type>lookat</type>
600                         <config>
601                                 <from-model type="bool">false</from-model>
602                                 <from-model-idx type="int">0</from-model-idx>
603
604                                 <eye-lat-deg-path>/sim/viewer/eye/latitude-deg</eye-lat-deg-path>
605                                 <eye-lon-deg-path>/sim/viewer/eye/longitude-deg</eye-lon-deg-path>
606                                 <eye-alt-ft-path>/sim/viewer/eye/altitude-ft</eye-alt-ft-path>
607                                 <eye-heading-deg-path>/sim/viewer/eye/heading-deg</eye-heading-deg-path>
608                                 <eye-pitch-deg-path>/sim/viewer/eye/pitch-deg</eye-pitch-deg-path>
609                                 <eye-roll-deg-path>/sim/viewer/eye/roll-deg</eye-roll-deg-path>
610
611                                 <at-model type="bool">false</at-model>
612                                 <at-model-idx type="int">0</at-model-idx>
613
614                                 <target-lat-deg-path>/sim/viewer/target/latitude-deg</target-lat-deg-path>
615                                 <target-lon-deg-path>/sim/viewer/target/longitude-deg</target-lon-deg-path>
616                                 <target-alt-ft-path>/sim/viewer/target/altitude-ft</target-alt-ft-path>
617                                 <target-heading-deg-path>/sim/viewer/target/heading-deg</target-heading-deg-path>
618                                 <target-pitch-deg-path>/sim/viewer/target/pitch-deg</target-pitch-deg-path>
619                                 <target-roll-deg-path>/sim/viewer/target/roll-deg</target-roll-deg-path>
620
621                                 <target-x-offset-m type="double">0</target-x-offset-m>
622                                 <target-y-offset-m type="double">0</target-y-offset-m>
623                                 <target-z-offset-m type="double">0</target-z-offset-m>
624
625                                 <ground-level-nearplane-m type="double">0.5f</ground-level-nearplane-m>
626                                 <default-field-of-view-deg type="double">55.0</default-field-of-view-deg>
627
628                                 <x-offset-m type="double">0</x-offset-m>
629                                 <y-offset-m type="double">0</y-offset-m>
630                                 <z-offset-m type="double">100</z-offset-m>
631                                 <heading-offset-deg type="double">0</heading-offset-deg>
632                                 <pitch-offset-deg type="double">0</pitch-offset-deg>
633                                 <roll-offset-deg type="double">0</roll-offset-deg>
634                         </config>
635                 </view>
636
637                 <menubar>
638                         <visibility type="bool" userarchive="y">true</visibility>
639                         <default include="gui/menubar.xml"/>
640                         <autovisibility>
641                                 <enabled type="bool" userarchive="y">false</enabled>
642                                 <edge-size type="int">5</edge-size>
643                         </autovisibility>
644                 </menubar>
645
646                 <gui preserve="y">
647                         <current-style type="int" userarchive="y">1</current-style>
648                         <style n="0" include="gui/styles/classic.xml"/>
649                         <style n="1" include="gui/styles/anthrax.xml"/>
650                         <devel-widgets type="bool" userarchive="y">false</devel-widgets>
651                 </gui>
652
653                 <mouse>
654                         <hide-cursor type="bool" userarchive="y">true</hide-cursor>
655                         <cursor-timeout-sec type="double" userarchive="y">10.0</cursor-timeout-sec>
656                 </mouse>
657
658                 <replay>
659                         <duration type="double">90</duration>
660                         <view type="int">1</view>
661                         <looped type="bool" userarchive="y">true</looped>
662                         <buffer> <!-- replay buffer configuration -->
663                                 <!-- 1st buffer level: short term -->
664                                 <high-res-time type="double">60.0</high-res-time> <!-- 60 seconds -->
665                                 <!-- short term sample rate is as every frame (fixed) -->
666                                 <!-- 2nd buffer level: medium term -->
667                                 <medium-res-sample-dt type="double">0.5</medium-res-sample-dt>
668                                 <medium-res-time type="double">600.0</medium-res-time><!-- 10 mins -->
669                                 <!-- 3rd buffer level: long term -->
670                                 <low-res-sample-dt type="double">5.0</low-res-sample-dt>
671                                 <low-res-time type="double">3600.0</low-res-time><!-- 1 h -->
672                         </buffer>
673                 </replay>
674
675                 <airport>
676                         <runways>
677                                 <start-offset-m type="double">5.0</start-offset-m>
678                                 <search>
679                                         <length-weight type="double">0.01</length-weight>
680                                         <width-weight type="double">0.01</width-weight>
681                                         <surface-weight type="double">10</surface-weight>
682                                         <deviation-weight type="double">1</deviation-weight>
683                                 </search>
684                         </runways>
685                 </airport>
686
687                 <atc>
688                         <enabled type="bool">true</enabled>
689                         <runway type="string" preserve="y"/>
690                 </atc>
691
692                 <ai-traffic>
693                         <!-- Obsolete and unused - to be removed -->
694                         <enabled type="bool" userarchive="y">false</enabled>
695                         <level type="int" userarchive="y">1</level>
696                 </ai-traffic>
697
698                 <traffic-manager>
699                         <enabled type="bool" userarchive="y">true</enabled>
700                         <heuristics type="bool">true</heuristics>
701                         <datafile type="string"></datafile>
702                         <instantaneous-action type="bool">false</instantaneous-action>
703                         <dumpdata type="bool">false</dumpdata>
704                         <proportion type="double">1.0</proportion>
705                 </traffic-manager>
706
707                 <ai>
708                         <enabled type="bool">true</enabled>
709                         <scenarios-enabled type="bool" userarchive="y">true</scenarios-enabled>
710                         <scenario>nimitz_demo</scenario>
711                         <groundnet-cache type="bool">true</groundnet-cache>
712                 </ai>
713
714                 <multiplay preserve="y">
715                         <chat type="string" preserve="y">Hello</chat>
716                         <transmission-freq-hz type="string">118500000</transmission-freq-hz>
717                         <chat-display type="bool" userarchive="y">true</chat-display>
718                         <chat-menu include="ATC/chat-menu-entries.xml"/>
719                         <write-message-log type="bool">false</write-message-log>
720                         <freeze-on-replay type="bool">true</freeze-on-replay>
721                         <default-model type="string">Models/Geometry/glider.ac</default-model>
722                         <callsign type="string" userarchive="y">callsign</callsign>
723                         <selected-server type="string" userarchive="y"/>
724                 </multiplay>
725
726                 <user>
727                         <callsign type="string" preserve="y">Golf Foxtrot Sierra</callsign>
728                 </user>
729
730                 <performance-monitor>
731                         <enabled type="bool" userarchive="n" preserve="y">false</enabled>
732                         <interval-s type="double" userarchive="n" preserve="y">1.0</interval-s>
733                 </performance-monitor>
734
735                 <!-- animated jetway options -->
736                 <jetways>
737                         <enable-editor type="bool">false</enable-editor>
738                         <interact-with-multiplay type="bool" userarchive="y">true</interact-with-multiplay>
739                         <debug type="bool">false</debug>
740                 </jetways>
741
742                 <terrasync preserve="y">
743                         <enabled type="bool" userarchive="y">false</enabled>
744                         <use-built-in-svn type="bool" userarchive="y">true</use-built-in-svn>
745                         <refresh-display type="bool" userarchive="y">false</refresh-display>
746                         <use-svn type="bool" userarchive="n">true</use-svn>
747                         <svn-server userarchive="y">http://terrascenery.googlecode.com/svn/trunk/data/Scenery</svn-server>
748                         <rsync-server userarchive="n">scenery.flightgear.org::Scenery</rsync-server>
749                         <scenery-dir userarchive="y"><!-- INTENTIONALLY LEFT BLANK! Do NOT edit.
750                                 This (empty) value is the initial/default value only. Actual data is stored/read from
751                                 $HOME/.fgfs/autosave.xml. Use command-line option "terrasync-dir", GUI-dialog, or
752                                 property browser to configure actual directory. --></scenery-dir>
753                         <ext-svn-utility type="string">svn</ext-svn-utility> <!-- use absolute path if "svn"
754                                  isn't on system PATH (external SVN only)-->
755                         <max-errors type="int">10</max-errors> <!-- abort when too many errors occurred, or -1=don't abort -->
756                 </terrasync>
757
758                 <flight-recorder>
759                         <default-config type="string">/Aircraft/Generic/flightrecorder/generic-piston-propeller-4.xml</default-config>
760                 </flight-recorder>
761
762                 <realism>
763                         <dme-fallback-to-loc type="bool">false</dme-fallback-to-loc>
764                 </realism>
765                 <frame-rate-throttle-hz type="double" userarchive="y">0</frame-rate-throttle-hz>
766         </sim>
767         <!-- mouse mode -->
768         <devices>
769                 <status>
770                         <mice>
771                                 <mouse n="0">
772                                         <mode type="int">0</mode>
773                                 </mouse>
774                         </mice>
775                 </status>
776         </devices>
777
778
779         <!-- Position -->
780
781         <position>
782                 <altitude-ft type="double">-9999</altitude-ft>
783         </position>
784
785
786         <!-- Velocities -->
787
788         <velocities>
789                 <speed-north-fps type="double">0.0</speed-north-fps>
790                 <speed-east-fps type="double">0.0</speed-east-fps>
791                 <speed-down-fps type="double">0.0</speed-down-fps>
792         </velocities>
793
794
795         <!-- Orientation -->
796
797         <orientation>
798                 <heading-deg type="double">270</heading-deg>
799                 <roll-deg type="double">0.0</roll-deg>
800                 <pitch-deg type="double">0.424</pitch-deg>
801         </orientation>
802
803
804         <!-- Environment -->
805
806         <environment include="Environment/environment.xml"/>
807
808         <controls>
809                 <flight>
810                         <aileron type="double">0.0</aileron>
811                         <aileron-trim type="double">0.0</aileron-trim>
812                         <elevator type="double">0.0</elevator>
813                         <elevator-trim type="double">0.0</elevator-trim>
814                         <rudder type="double">0.0</rudder>
815                         <rudder-trim type="double">0.0</rudder-trim>
816                         <flaps type="double">0.0</flaps>
817                         <flaps-serviceable type="bool">true</flaps-serviceable>
818                 </flight>
819
820                 <engines>
821                         <engine n="0">
822                                 <starter type="bool">false</starter>
823                                 <magnetos type="int">0</magnetos>
824                                 <throttle type="double">0.0</throttle>
825                                 <mixture type="double">1.0</mixture>
826                                 <condition type="double">1.0</condition>
827                                 <propeller-pitch type="double">1.0</propeller-pitch>
828                                 <faults>
829                                         <serviceable type="bool">true</serviceable>
830                                         <left-magneto-serviceable type="bool">true</left-magneto-serviceable>
831                                         <right-magneto-serviceable type="bool">true</right-magneto-serviceable>
832                                         <spark-plugs-serviceable type="bool">true</spark-plugs-serviceable>
833                                         <oil-pressure-status type="bool">false</oil-pressure-status>
834                                         <fuel-pump-serviceable type="bool">true</fuel-pump-serviceable>
835                                 </faults>
836                         </engine>
837                         <engine n="1">
838                                 <starter type="bool">false</starter>
839                                 <magnetos type="int">0</magnetos>
840                                 <throttle type="double">0.0</throttle>
841                                 <mixture type="double">1.0</mixture>
842                                 <condition type="double">1.0</condition>
843                                 <propeller-pitch type="double">1.0</propeller-pitch>
844                                 <faults>
845                                         <serviceable type="bool">true</serviceable>
846                                         <left-magneto-serviceable type="bool">true</left-magneto-serviceable>
847                                         <right-magneto-serviceable type="bool">true</right-magneto-serviceable>
848                                         <spark-plugs-serviceable type="bool">true</spark-plugs-serviceable>
849                                         <oil-pressure-status type="bool">false</oil-pressure-status>
850                                         <fuel-pump-serviceable type="bool">true</fuel-pump-serviceable>
851                                 </faults>
852                         </engine>
853                         <engine n="2">
854                                 <starter type="bool">false</starter>
855                                 <magnetos type="int">0</magnetos>
856                                 <throttle type="double">0.0</throttle>
857                                 <mixture type="double">1.0</mixture>
858                                 <condition type="double">1.0</condition>
859                                 <propeller-pitch type="double">1.0</propeller-pitch>
860                                 <faults>
861                                         <serviceable type="bool">true</serviceable>
862                                         <left-magneto-serviceable type="bool">true</left-magneto-serviceable>
863                                         <right-magneto-serviceable type="bool">true</right-magneto-serviceable>
864                                         <spark-plugs-serviceable type="bool">true</spark-plugs-serviceable>
865                                         <oil-pressure-status type="bool">false</oil-pressure-status>
866                                         <fuel-pump-serviceable type="bool">true</fuel-pump-serviceable>
867                                 </faults>
868                         </engine>
869                         <engine n="3">
870                                 <starter type="bool">false</starter>
871                                 <magnetos type="int">0</magnetos>
872                                 <throttle type="double">0.0</throttle>
873                                 <mixture type="double">1.0</mixture>
874                                 <condition type="double">1.0</condition>
875                                 <propeller-pitch type="double">1.0</propeller-pitch>
876                                 <faults>
877                                         <serviceable type="bool">true</serviceable>
878                                         <left-magneto-serviceable type="bool">true</left-magneto-serviceable>
879                                         <right-magneto-serviceable type="bool">true</right-magneto-serviceable>
880                                         <spark-plugs-serviceable type="bool">true</spark-plugs-serviceable>
881                                         <oil-pressure-status type="bool">false</oil-pressure-status>
882                                         <fuel-pump-serviceable type="bool">true</fuel-pump-serviceable>
883                                 </faults>
884                         </engine>
885                 </engines>
886
887                 <gear>
888                         <brake-left type="double">0.0</brake-left>
889                         <brake-right type="double">0.0</brake-right>
890                         <brake-parking type="double">0.0</brake-parking>
891                         <gear-down type="bool">true</gear-down>
892                 </gear>
893
894                 <lighting>
895                         <taxi-light type="bool">true</taxi-light>
896                         <landing-lights type="bool">true</landing-lights>
897                         <nav-lights type="bool">true</nav-lights>
898                         <beacon type="bool">true</beacon>
899                         <strobe type="bool">false</strobe>
900                 </lighting>
901
902                 <anti-ice>
903                         <pitot-heat type="bool">false</pitot-heat>
904                         <engine n="0">
905                                 <carb-heat type="bool">false</carb-heat>
906                         </engine>
907                         <engine n="1">
908                                 <carb-heat type="bool">false</carb-heat>
909                         </engine>
910                         <engine n="2">
911                                 <carb-heat type="bool">false</carb-heat>
912                         </engine>
913                         <engine n="3">
914                                 <carb-heat type="bool">false</carb-heat>
915                         </engine>
916                 </anti-ice>
917
918         </controls>
919
920
921         <!-- User input devices -->
922
923         <input>
924                 <keyboard include="keyboard.xml">
925                         <multikey include="Input/Keyboard/multikey.xml"/>
926                 </keyboard>
927                 <joysticks include="joysticks.xml"/>
928                 <mice include="mice.xml"/>
929         </input>
930
931
932         <instrumentation>
933
934                 <!-- Radio settings -->
935
936                 <comm n="0">
937                         <frequencies>
938                                 <selected-mhz type="double">120.500</selected-mhz>
939                                 <standby-mhz type="double">118.850</standby-mhz>
940                         </frequencies>
941                         <volume type="double">0.6</volume>
942                         <serviceable type="bool">true</serviceable>
943                         <ptt type="int">0</ptt>
944                 </comm>
945
946                 <comm n="1">
947                         <frequencies>
948                                 <selected-mhz type="double">118.300</selected-mhz>
949                                 <standby-mhz type="double">133.775</standby-mhz>
950                         </frequencies>
951                         <volume type="double">0.6</volume>
952                         <serviceable type="bool">true</serviceable>
953                         <ptt type="int">0</ptt>
954                 </comm>
955
956                 <nav n="0">
957                         <frequencies>
958                                 <selected-mhz type="double">115.80</selected-mhz>
959                                 <standby-mhz type="double">111.70</standby-mhz>
960                         </frequencies>
961                         <radials>
962                                 <selected-deg type="double">280.0</selected-deg>
963                         </radials>
964                         <serviceable type="bool">true</serviceable>
965                         <cdi>
966                                 <serviceable type="bool">true</serviceable>
967                         </cdi>
968                         <gs>
969                                 <serviceable type="bool">true</serviceable>
970                         </gs>
971                         <to-from>
972                                 <serviceable type="bool">true</serviceable>
973                         </to-from>
974                         <slaved-to-gps type="bool">false</slaved-to-gps>
975                 </nav>
976
977                 <nav n="1">
978                         <frequencies>
979                                 <selected-mhz type="double">116.80</selected-mhz>
980                                 <standby-mhz type="double">113.90</standby-mhz>
981                         </frequencies>
982                         <radials>
983                                 <selected-deg type="double">029.0</selected-deg>
984                         </radials>
985                         <serviceable type="bool">true</serviceable>
986                         <cdi>
987                                 <serviceable type="bool">true</serviceable>
988                         </cdi>
989                         <gs>
990                                 <serviceable type="bool">true</serviceable>
991                         </gs>
992                         <to-from>
993                                 <serviceable type="bool">true</serviceable>
994                         </to-from>
995                         <slaved-to-gps type="bool">false</slaved-to-gps>
996                 </nav>
997
998                 <transponder>
999                         <inputs>
1000                                 <serviceable type="bool">true</serviceable>
1001                         </inputs>
1002                 </transponder>
1003
1004                 <marker-beacon>
1005                         <volume type="double">0.3</volume>
1006                 </marker-beacon>
1007                 <!-- Instruments -->
1008
1009                 <airspeed-indicator>
1010                         <serviceable type="bool" archive="y">true</serviceable>
1011                 </airspeed-indicator>
1012
1013                 <attitude-indicator>
1014                         <config>
1015                                 <!-- true if this AI can tumble -->
1016                                 <tumble-flag type="bool" archive="y">false</tumble-flag>
1017                         </config>
1018                         <caged-flag type="bool" archive="y">false</caged-flag>
1019                         <serviceable type="bool" archive="y">true</serviceable>
1020                         <spin type="double" archive="y">0.0</spin>
1021                         <tumble-norm type="double" archive="y">0.0</tumble-norm>
1022                         <indicated-pitch-deg type="double">0.0</indicated-pitch-deg>
1023                         <indicated-roll-deg type="double">0.0</indicated-roll-deg>
1024                 </attitude-indicator>
1025
1026                 <altimeter>
1027                         <serviceable type="bool" archive="y">true</serviceable>
1028                         <setting-inhg type="double" archive="y">29.92</setting-inhg>
1029                 </altimeter>
1030
1031                 <turn-indicator>
1032                         <serviceable type="bool" archive="y">true</serviceable>
1033                 </turn-indicator>
1034
1035                 <slip-skid-ball>
1036                         <serviceable type="bool" archive="y">true</serviceable>
1037                 </slip-skid-ball>
1038
1039                 <heading-indicator>
1040                         <serviceable type="bool" archive="y">true</serviceable>
1041                         <spin type="double" archive="y">0.0</spin>
1042                         <offset-deg type="double" archive="y">4.5</offset-deg>
1043                         <!-- just for fun -->
1044                 </heading-indicator>
1045
1046                 <vertical-speed-indicator>
1047                         <serviceable type="bool" archive="y">true</serviceable>
1048                 </vertical-speed-indicator>
1049
1050                 <magnetic-compass>
1051                         <serviceable type="bool" archive="y">true</serviceable>
1052                 </magnetic-compass>
1053
1054                 <dme n="0">
1055                         <serviceable type="bool" archive="y">true</serviceable>
1056                         <switch-position type="int" archive="y">1</switch-position>
1057                         <frequencies>
1058                                 <source>/instrumentation/nav[0]/frequencies/selected-mhz</source>
1059                         </frequencies>
1060                 </dme>
1061
1062                 <gps>
1063                         <serviceable type="bool" archive="y">true</serviceable>
1064                         <message-alert type="bool">false</message-alert>
1065                         <waypoint-alert type="bool">false</waypoint-alert>
1066                         <leg-mode type="bool">true</leg-mode>
1067                         <obs-mode type="bool">false</obs-mode>
1068                         <approach-arm type="bool">false</approach-arm>
1069                         <approach-active type="bool">false</approach-active>
1070                         <cdi-deflection type="double">0</cdi-deflection>
1071                 </gps>
1072
1073                 <kln89>
1074                         <scan-pull type="bool" archive="y">false</scan-pull>
1075                 </kln89>
1076
1077                 <clock>
1078                         <serviceable type="bool" archive="y">true</serviceable>
1079                         <offset-sec type="long" archive="y">0</offset-sec>
1080                 </clock>
1081
1082                 <adf n="0">
1083                         <frequencies>
1084                                 <selected-khz type="int">379</selected-khz>
1085                                 <standby-khz type="int">341</standby-khz>
1086                         </frequencies>
1087                         <serviceable type="bool" archive="y">true</serviceable>
1088                         <indicated-bearing-deg type="double">90</indicated-bearing-deg>
1089                         <error-deg type="double">2</error-deg>
1090                         <mode>adf</mode>
1091                         <rotation-deg type="double">0</rotation-deg>
1092                         <volume-norm type="double">0.5</volume-norm>
1093                 </adf>
1094
1095                 <adf n="1">
1096                         <frequencies>
1097                                 <selected-khz type="int">379</selected-khz>
1098                                 <standby-khz type="int">341</standby-khz>
1099                         </frequencies>
1100                         <serviceable type="bool" archive="y">true</serviceable>
1101                         <indicated-bearing-deg type="double">90</indicated-bearing-deg>
1102                         <error-deg type="double">2</error-deg>
1103                         <mode>adf</mode>
1104                         <rotation-deg type="double">0</rotation-deg>
1105                         <volume-norm type="double">0.5</volume-norm>
1106                 </adf>
1107
1108                 <kr-87>
1109                         <inputs>
1110                                 <rotation-deg type="double">0</rotation-deg>
1111                         </inputs>
1112                         <outputs>
1113                                 <selected-khz type="double">379.0</selected-khz>
1114                                 <standby-khz type="double">341.0</standby-khz>
1115                         </outputs>
1116                 </kr-87>
1117
1118                 <gps-annunciator>
1119                         <lamp-test type="bool">false</lamp-test>
1120                 </gps-annunciator>
1121
1122                 <tacan n="0">
1123                         <serviceable type="bool" archive="y">true</serviceable>
1124                         <switch-position type="int" archive="y">1</switch-position>
1125                         <frequencies>
1126                                 <selected-channel n="1">0</selected-channel>
1127                                 <selected-channel n="2">2</selected-channel>
1128                                 <selected-channel n="3">9</selected-channel>
1129                                 <selected-channel n="4">Y</selected-channel>
1130                         </frequencies>
1131                 </tacan>
1132         </instrumentation>
1133
1134         <systems>
1135                 <pitot>
1136                         <serviceable type="bool" archive="y">true</serviceable>
1137                 </pitot>
1138                 <static>
1139                         <serviceable type="bool" archive="y">true</serviceable>
1140                         <pressure-inhg type="double" archive="y">29.92</pressure-inhg>
1141                 </static>
1142                 <electrical>
1143                         <serviceable type="bool" archive="y">true</serviceable>
1144                 </electrical>
1145                 <vacuum>
1146                         <serviceable type="bool" archive="y">true</serviceable>
1147                 </vacuum>
1148                 <vacuum>
1149                         <serviceable type="bool" archive="y">true</serviceable>
1150                 </vacuum>
1151                 <refuel>
1152                         <serviceable type="bool" archive="y">true</serviceable>
1153                 </refuel>
1154         </systems>
1155
1156         <autopilot>
1157                 <internal>
1158                         <ft type="double">0.1</ft>
1159                 </internal>
1160                 <route-manager>
1161                         <min-lock-altitude-agl-ft type="double">300</min-lock-altitude-agl-ft>
1162                 </route-manager>
1163         </autopilot>
1164
1165         <logging>
1166                 <log n="0">
1167                         <enabled type="bool">false</enabled>
1168                         <interval-ms type="long">1000</interval-ms>
1169                         <filename>fg_log.csv</filename>
1170                         <delimiter>,</delimiter>
1171                         <entry n="0">
1172                                 <enabled type="bool">false</enabled>
1173                                 <title>Longitude</title>
1174                                 <property>/position/longitude-deg</property>
1175                         </entry>
1176                         <entry n="1">
1177                                 <enabled type="bool">false</enabled>
1178                                 <title>Latitude</title>
1179                                 <property>/position/latitude-deg</property>
1180                         </entry>
1181                         <entry n="2">
1182                                 <enabled type="bool">false</enabled>
1183                                 <title>Altitude</title>
1184                                 <property>/position/altitude-ft</property>
1185                         </entry>
1186                         <entry n="3">
1187                                 <enabled type="bool">false</enabled>
1188                                 <title>Roll</title>
1189                                 <property>/orientation/roll-deg</property>
1190                         </entry>
1191                         <entry n="4">
1192                                 <enabled type="bool">false</enabled>
1193                                 <title>Pitch</title>
1194                                 <property>/orientation/pitch-deg</property>
1195                         </entry>
1196                         <entry n="5">
1197                                 <enabled type="bool">false</enabled>
1198                                 <title>Heading</title>
1199                                 <property>/orientation/heading-deg</property>
1200                         </entry>
1201                 </log>
1202         </logging>
1203
1204         <nasal>
1205                 <tutorial>
1206                         <enabled type="bool" userarchive="n">false</enabled>
1207                 </tutorial>
1208                 <atc-chatter>
1209                         <enabled type="bool" userarchive="n">false</enabled>
1210                 </atc-chatter>
1211                 <local_weather>
1212                         <enabled type="bool" userarchive="y">false</enabled>
1213                 </local_weather>
1214                 <jetways>
1215                         <enabled type="bool" userarchive="y">false</enabled>
1216                 </jetways>
1217                 <jetways_edit>
1218                         <enabled type="bool" userarchive="n">false</enabled>
1219                 </jetways_edit>
1220                 <performance_monitor>
1221                         <enabled type="bool" userarchive="n">false</enabled>
1222                 </performance_monitor>
1223         </nasal>
1224
1225         <scenery>
1226                 <share-events type="bool" userarchive="y">false</share-events>
1227                 <events type="string"/>
1228         </scenery>
1229
1230 </PropertyList>
1231
1232 <!-- end of preferences.xml -->