4 ************************************************************************
5 Global defaults for FlightGear property values.
7 Started September 2000 by David Megginson, david@megginson.com
8 ************************************************************************
13 <local-weather include="Environment/local-weather-defaults.xml"/>
15 <!-- General simulation preferences -->
17 <!-- show-aircraft option: show ALL aircraft regardless by default -->
18 <aircraft-min-status>all</aircraft-min-status>
20 <!-- don't reset the simulator when the aircraft hits the ground -->
21 <reset-on-crash type="bool">false</reset-on-crash>
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>
26 <session type="int" userarchive="y">0</session>
28 <screenshot-dir type="string" userarchive="y"/>
29 <!-- defaults to current working dir -->
32 <write type="string"/>
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>
42 <trim type="bool">true</trim>
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>
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>
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>
63 <materials-file>Materials/regions/materials.xml</materials-file>
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>
78 <enabled type="bool" userarchive="y">false</enabled>
79 <name userarchive="y"></name>
82 <enabled type="bool" userarchive="y">true</enabled>
83 <name userarchive="y">spec-emis</name>
86 <enabled type="bool" userarchive="y">true</enabled>
87 <name userarchive="y">normal</name>
90 <enabled type="bool" userarchive="y">true</enabled>
91 <name userarchive="y">diffuse</name>
94 <debug type="bool">false</debug>
95 <realism type="int">5</realism>
96 <filtering type="int">8</filtering>
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>
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 -->
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.
121 CullDrawThreadPerContext
122 CullThreadPerCameraDrawThreadPerContext
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 -->
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>
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>
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>
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>
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. -->
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>
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>
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>
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>
202 <enabled type="bool" userarchive="y">true</enabled>
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>
211 <enabled type="bool" userarchive="y">false</enabled>
212 <rate-m-g type="double">0.005</rate-m-g>
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>
221 <model-hz type="int">120</model-hz>
224 <auto-align type="bool">true</auto-align>
225 <auto-align-threshold-deg type="double">5.0</auto-align-threshold-deg>
229 <volume type="float" userarchive="y">0.8</volume>
230 <enabled type="bool" userarchive="y">true</enabled>
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>
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>
242 <enabled type="bool" userarchive="y">false</enabled>
243 <volume type="float" userarchive="y">0.6</volume>
246 <enabled type="bool" userarchive="y">true</enabled>
247 <volume type="float" userarchive="y">0.6</volume>
249 <device-name type="string" userarchive="y"/>
250 <voice type="bool">true</voice>
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"/>
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>
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>
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>
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>
299 <enabled type="bool" userarchive="y">false</enabled>
300 <volume type="float" userarchive="y">0.6</volume>
303 <speed-up type="double">1.0</speed-up>
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>
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>
317 <path>Aircraft/Generic/Panels/generic-trans-mini-panel.xml</path>
320 <path n="1">Huds/default.xml</path>
321 <path n="2">Huds/NTPS.xml</path>
322 <path n="3">Huds/minimal.xml</path>
325 <visibility n="1" type="bool">false</visibility>
328 <name type="string">Helvetica.txf</name>
329 <size type="float">8</size>
331 <current-color type="int">0</current-color>
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>
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>
355 <lon-lat-format type="int" userarchive="y">2</lon-lat-format>
357 <path>Aircraft/Generic/generic-systems.xml</path>
359 <name>generic autopilot</name>
360 <path>Aircraft/Generic/generic-autopilot.xml</path>
363 <name>autopilot helpers</name>
364 <path>Aircraft/Generic/generic-autopilot-helper.xml</path>
367 <name>Environment METAR Interpolation Rule</name>
368 <path>Environment/metarinterpolator.xml</path>
371 <name>Environment Interpolation Rule</name>
372 <path>Environment/interpolator.xml</path>
375 <name>Local Weather Rules </name>
376 <path>Environment/local-weather-rules.xml</path>
380 <path>Aircraft/Generic/generic-instrumentation.xml</path>
384 <has-gs-needle type="bool">true</has-gs-needle>
385 <needles-pivot type="bool">true</needles-pivot>
388 <has-gs-needle type="bool">false</has-gs-needle>
389 <needles-pivot type="bool">true</needles-pivot>
392 <has-gs-needle type="bool">true</has-gs-needle>
395 <style type="int">0</style>
397 </instrument-options>
399 <property-key-handler type="bool" userarchive="y">false</property-key-handler>
402 <chase-distance-m type="double">-25.0</chase-distance-m>
403 <allow-toggle-cockpit type="bool">false</allow-toggle-cockpit>
405 <!-- "tower" positioned to right of runway at KSFO -->
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>
416 <view-name-popup type="bool" userarchive="y">true</view-name-popup>
419 <name>Cockpit View</name>
420 <enabled type="bool" userarchive="y">true</enabled>
421 <type>lookfrom</type>
422 <internal type="bool">false</internal>
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>
440 <enabled type="bool">true</enabled>
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>
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>
456 <name>Helicopter View</name>
457 <enabled type="bool" userarchive="y">true</enabled>
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>
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>
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>
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"/>
482 <name>Chase View</name>
483 <enabled type="bool" userarchive="y">true</enabled>
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>
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>
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>
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"/>
512 <name>Tower View</name>
513 <enabled type="bool" userarchive="y">true</enabled>
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>
523 <at-model type="bool">true</at-model>
524 <at-model-idx type="int">0</at-model-idx>
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>
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>
536 <name>Tower View Look From</name>
537 <enabled type="bool" userarchive="y">true</enabled>
538 <type>lookfrom</type>
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>
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>
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>
557 <name>Chase View Without Yaw</name>
558 <enabled type="bool" userarchive="y">true</enabled>
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>
567 <at-model type="bool">true</at-model>
568 <at-model-idx type="int">0</at-model-idx>
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>
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"/>
580 <name>Fly-By View</name>
581 <enabled type="bool" userarchive="y">true</enabled>
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>
588 <at-model type="bool">true</at-model>
589 <at-model-idx type="int">0</at-model-idx>
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>
597 <name>Model View</name>
598 <enabled type="bool" userarchive="y">true</enabled>
601 <from-model type="bool">false</from-model>
602 <from-model-idx type="int">0</from-model-idx>
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>
611 <at-model type="bool">false</at-model>
612 <at-model-idx type="int">0</at-model-idx>
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>
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>
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>
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>
638 <visibility type="bool" userarchive="y">true</visibility>
639 <default include="gui/menubar.xml"/>
641 <enabled type="bool" userarchive="y">false</enabled>
642 <edge-size type="int">5</edge-size>
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>
654 <hide-cursor type="bool" userarchive="y">true</hide-cursor>
655 <cursor-timeout-sec type="double" userarchive="y">10.0</cursor-timeout-sec>
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 -->
677 <start-offset-m type="double">5.0</start-offset-m>
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>
688 <enabled type="bool">true</enabled>
689 <runway type="string" preserve="y"/>
693 <!-- Obsolete and unused - to be removed -->
694 <enabled type="bool" userarchive="y">false</enabled>
695 <level type="int" userarchive="y">1</level>
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>
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>
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"/>
727 <callsign type="string" preserve="y">Golf Foxtrot Sierra</callsign>
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>
735 <!-- animated jetway options -->
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>
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 -->
759 <default-config type="string">/Aircraft/Generic/flightrecorder/generic-piston-propeller-4.xml</default-config>
763 <dme-fallback-to-loc type="bool">false</dme-fallback-to-loc>
765 <frame-rate-throttle-hz type="double" userarchive="y">0</frame-rate-throttle-hz>
772 <mode type="int">0</mode>
782 <altitude-ft type="double">-9999</altitude-ft>
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>
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>
806 <environment include="Environment/environment.xml"/>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
903 <pitot-heat type="bool">false</pitot-heat>
905 <carb-heat type="bool">false</carb-heat>
908 <carb-heat type="bool">false</carb-heat>
911 <carb-heat type="bool">false</carb-heat>
914 <carb-heat type="bool">false</carb-heat>
921 <!-- User input devices -->
924 <keyboard include="keyboard.xml">
925 <multikey include="Input/Keyboard/multikey.xml"/>
927 <joysticks include="joysticks.xml"/>
928 <mice include="mice.xml"/>
934 <!-- Radio settings -->
938 <selected-mhz type="double">120.500</selected-mhz>
939 <standby-mhz type="double">118.850</standby-mhz>
941 <volume type="double">0.6</volume>
942 <serviceable type="bool">true</serviceable>
943 <ptt type="int">0</ptt>
948 <selected-mhz type="double">118.300</selected-mhz>
949 <standby-mhz type="double">133.775</standby-mhz>
951 <volume type="double">0.6</volume>
952 <serviceable type="bool">true</serviceable>
953 <ptt type="int">0</ptt>
958 <selected-mhz type="double">115.80</selected-mhz>
959 <standby-mhz type="double">111.70</standby-mhz>
962 <selected-deg type="double">280.0</selected-deg>
964 <serviceable type="bool">true</serviceable>
966 <serviceable type="bool">true</serviceable>
969 <serviceable type="bool">true</serviceable>
972 <serviceable type="bool">true</serviceable>
974 <slaved-to-gps type="bool">false</slaved-to-gps>
979 <selected-mhz type="double">116.80</selected-mhz>
980 <standby-mhz type="double">113.90</standby-mhz>
983 <selected-deg type="double">029.0</selected-deg>
985 <serviceable type="bool">true</serviceable>
987 <serviceable type="bool">true</serviceable>
990 <serviceable type="bool">true</serviceable>
993 <serviceable type="bool">true</serviceable>
995 <slaved-to-gps type="bool">false</slaved-to-gps>
1000 <serviceable type="bool">true</serviceable>
1005 <volume type="double">0.3</volume>
1007 <!-- Instruments -->
1009 <airspeed-indicator>
1010 <serviceable type="bool" archive="y">true</serviceable>
1011 </airspeed-indicator>
1013 <attitude-indicator>
1015 <!-- true if this AI can tumble -->
1016 <tumble-flag type="bool" archive="y">false</tumble-flag>
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>
1027 <serviceable type="bool" archive="y">true</serviceable>
1028 <setting-inhg type="double" archive="y">29.92</setting-inhg>
1032 <serviceable type="bool" archive="y">true</serviceable>
1036 <serviceable type="bool" archive="y">true</serviceable>
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>
1046 <vertical-speed-indicator>
1047 <serviceable type="bool" archive="y">true</serviceable>
1048 </vertical-speed-indicator>
1051 <serviceable type="bool" archive="y">true</serviceable>
1055 <serviceable type="bool" archive="y">true</serviceable>
1056 <switch-position type="int" archive="y">1</switch-position>
1058 <source>/instrumentation/nav[0]/frequencies/selected-mhz</source>
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>
1074 <scan-pull type="bool" archive="y">false</scan-pull>
1078 <serviceable type="bool" archive="y">true</serviceable>
1079 <offset-sec type="long" archive="y">0</offset-sec>
1084 <selected-khz type="int">379</selected-khz>
1085 <standby-khz type="int">341</standby-khz>
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>
1091 <rotation-deg type="double">0</rotation-deg>
1092 <volume-norm type="double">0.5</volume-norm>
1097 <selected-khz type="int">379</selected-khz>
1098 <standby-khz type="int">341</standby-khz>
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>
1104 <rotation-deg type="double">0</rotation-deg>
1105 <volume-norm type="double">0.5</volume-norm>
1110 <rotation-deg type="double">0</rotation-deg>
1113 <selected-khz type="double">379.0</selected-khz>
1114 <standby-khz type="double">341.0</standby-khz>
1119 <lamp-test type="bool">false</lamp-test>
1123 <serviceable type="bool" archive="y">true</serviceable>
1124 <switch-position type="int" archive="y">1</switch-position>
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>
1136 <serviceable type="bool" archive="y">true</serviceable>
1139 <serviceable type="bool" archive="y">true</serviceable>
1140 <pressure-inhg type="double" archive="y">29.92</pressure-inhg>
1143 <serviceable type="bool" archive="y">true</serviceable>
1146 <serviceable type="bool" archive="y">true</serviceable>
1149 <serviceable type="bool" archive="y">true</serviceable>
1152 <serviceable type="bool" archive="y">true</serviceable>
1158 <ft type="double">0.1</ft>
1161 <min-lock-altitude-agl-ft type="double">300</min-lock-altitude-agl-ft>
1167 <enabled type="bool">false</enabled>
1168 <interval-ms type="long">1000</interval-ms>
1169 <filename>fg_log.csv</filename>
1170 <delimiter>,</delimiter>
1172 <enabled type="bool">false</enabled>
1173 <title>Longitude</title>
1174 <property>/position/longitude-deg</property>
1177 <enabled type="bool">false</enabled>
1178 <title>Latitude</title>
1179 <property>/position/latitude-deg</property>
1182 <enabled type="bool">false</enabled>
1183 <title>Altitude</title>
1184 <property>/position/altitude-ft</property>
1187 <enabled type="bool">false</enabled>
1189 <property>/orientation/roll-deg</property>
1192 <enabled type="bool">false</enabled>
1193 <title>Pitch</title>
1194 <property>/orientation/pitch-deg</property>
1197 <enabled type="bool">false</enabled>
1198 <title>Heading</title>
1199 <property>/orientation/heading-deg</property>
1206 <enabled type="bool" userarchive="n">false</enabled>
1209 <enabled type="bool" userarchive="n">false</enabled>
1212 <enabled type="bool" userarchive="y">false</enabled>
1215 <enabled type="bool" userarchive="y">false</enabled>
1218 <enabled type="bool" userarchive="n">false</enabled>
1220 <performance_monitor>
1221 <enabled type="bool" userarchive="n">false</enabled>
1222 </performance_monitor>
1226 <share-events type="bool" userarchive="y">false</share-events>
1227 <events type="string"/>
1232 <!-- end of preferences.xml -->