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