-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathCRJ700ER-set.xml
86 lines (76 loc) · 2.86 KB
/
CRJ700ER-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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?xml version="1.0" encoding="UTF-8" ?>
<!-- Bombardier CRJ700 series -->
<!-- Aircraft property settings specific to the CRJ700ER -->
<PropertyList include="CRJ700-main.xml">
<sim>
<description>Bombardier CRJ700ER (with tutorials)</description>
<author>Ryan Miller (3d), Ryan Miller (FDM)</author>
<status>early-production</status>
<aircraft-version>1.1.0</aircraft-version>
<rating>
<FDM type="int">3</FDM>
<systems type="int">3</systems>
<cockpit type="int">4</cockpit>
<model type="int">4</model>
</rating>
<flight-model>yasim</flight-model>
<aero>CRJ700ER</aero>
<model>
<path>Aircraft/CRJ700-family/Models/CRJ700.xml</path>
<variant type="int">1</variant>
<door>
<position-x-m type="float">-11.519</position-x-m>
<position-y-m type="float">-1.139</position-y-m>
<position-z-m type="float">-1.796</position-z-m>
<jetway-hood-deg type="float">3</jetway-hood-deg>
</door>
</model>
<tutorials include="Tutorials/CRJ700-tutorials.xml" />
<dimensions>
<radius-m type="float">32.51</radius-m>
</dimensions>
<view n="0">
<name>Captain View</name>
<internal type="bool" archive="y">true</internal>
<config>
<x-offset-m archive="y">-0.528</x-offset-m>
<y-offset-m archive="y">-0.468</y-offset-m>
<z-offset-m archive="y">-13.105</z-offset-m>
</config>
</view>
<view n="100">
<name>Cabin View</name>
<type>lookfrom</type>
<internal type="bool" archive="y">true</internal>
<config>
<from-model type="bool">true</from-model>
<x-offset-m archive="y">0</x-offset-m>
<y-offset-m archive="y">-0.468</y-offset-m>
<z-offset-m archive="y">0</z-offset-m>
</config>
</view>
<view n="101">
<name>First Officer View</name>
<type>lookfrom</type>
<internal type="bool" archive="y">true</internal>
<config>
<from-model type="bool">true</from-model>
<x-offset-m archive="y">0.528</x-offset-m>
<y-offset-m archive="y">-0.468</y-offset-m>
<z-offset-m archive="y">-13.105</z-offset-m>
</config>
</view>
<weight n="1">
<weight-lb>10000</weight-lb>
<max-lb>18800</max-lb>
<min-lb>0</min-lb>
</weight>
<menubar>
<default>
<menu n="100">
<label>Bombardier CRJ700ER</label>
</menu>
</default>
</menubar>
</sim>
</PropertyList>