-
Notifications
You must be signed in to change notification settings - Fork 1
/
BlueYellowYa-set.xml
64 lines (60 loc) · 1.54 KB
/
BlueYellowYa-set.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0"?>
<!-- Copyright (c) 2020 Josh Davidson (Octal450) -->
<PropertyList>
<sim>
<aero>BlueYellowYa</aero>
<chase-distance-m type="double" archive="y">-30.0</chase-distance-m>
<consumables>
<fuel>
<tank n="0">
<name>LH Main</name>
</tank>
<tank n="1">
<name>RH Main</name>
</tank>
<tank n="2">
<name>Center</name>
</tank>
<tank n="3">
<name>Fwd Aux</name>
</tank>
<tank n="4">
<name>Aft Aux</name>
</tank>
</fuel>
</consumables>
<description>BlueYellow</description>
<flight-model>yasim</flight-model>
<fuel-fraction>0.5</fuel-fraction>
<flaps>
<setting>0.000</setting>
<setting>0.033</setting>
<setting>0.167</setting>
<setting>0.500</setting>
<setting>0.667</setting>
<setting>0.833</setting>
<setting>1.000</setting>
</flaps>
<model>
<path>Aircraft/BlueYellow/Models/BlueYellow.xml</path>
</model>
<instrumentation>
<path>Aircraft/BlueYellow/Systems/instrumentation.xml</path>
</instrumentation>
<view n="0">
<name>Cockpit</name>
<type>lookfrom</type>
<internal type="bool">true</internal>
<config>
<x-offset-m archive="y" type="double">0.0</x-offset-m>
<y-offset-m archive="y" type="double">1.3</y-offset-m>
<z-offset-m archive="y" type="double">1.8</z-offset-m>
<pitch-offset-deg>-13</pitch-offset-deg>
<default-field-of-view-deg type="double">82.0</default-field-of-view-deg>
<limits>
<enabled type="bool">false</enabled>
</limits>
</config>
</view>
</sim>
</PropertyList>