forked from JMaverick16/C-32J
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathC-32J-20-set.xml
134 lines (120 loc) · 3.33 KB
/
C-32J-20-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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<?xml version="1.0" encoding="UTF-8" ?>
<PropertyList include="C-32J-main.xml">
<sim>
<description>Boeing C-32J-20</description>
<long-description>
The Boeing C-32J-20 is the public use version of J Maverick 16's C-32J personal private aircraft. Known also as the "Mav Force Two", it is fitted with the most up to date Pratt and Whitney PW2040 engines and features reduced performance with specs similar to the base model.
</long-description>
<status>development</status>
<author>J Maverick 16, Josh Davidson (Octal450), John Williams (Tikibar), Juuso Tapaninen</author>
<rating>
<FDM type="int">4</FDM>
<systems type="int">4</systems>
<cockpit type="int">4</cockpit>
<model type="int">4</model>
</rating>
<flight-model>yasim</flight-model>
<aero>C-32J-20</aero>
<tags>
<tag>transport</tag>
<tag>boeing</tag>
<tag>jet</tag>
<tag>retractable-gear</tag>
<tag>glass-cockpit</tag>
<tag>ifr</tag>
<tag>2010s</tag>
<tag>2000s</tag>
<tag>1990s</tag>
<tag>1980s</tag>
<tag>etops</tag>
<tag>twin-engine</tag>
</tags>
<startup>
<splash-texture>Aircraft/C-32J/splash20.png</splash-texture>
</startup>
<variant-of>C-32J</variant-of>
<minimum-fg-version>2018.3</minimum-fg-version>
<instrumentation>
<path>Aircraft/C-32J/Systems/instrumentation-C32.xml</path>
</instrumentation>
<model>
<path>Aircraft/C-32J/Models/C-32J-20.xml</path>
<livery>
<file>C-32J-20</file>
<!--texture>C-32J.png</texture-->
</livery>
<variant type="int">2</variant>
</model>
<weight n="0">
<name>Crew</name>
<weight-lb>250</weight-lb>
<max-lb>600</max-lb>
<min-lb>120</min-lb>
</weight>
<weight n="1">
<name>Pax/Baggage/Cargo</name>
<weight-lb>14844</weight-lb>
<max-lb>57125</max-lb>
<min-lb>0</min-lb>
</weight>
<engines type="string">PW</engines>
<systems>
<autopilot>
<path>Aircraft/C-32J/Systems/engine-timingPW.xml</path>
</autopilot>
<property-rule n="100">
<path>Systems/fl2070_soundPW.xml</path>
</property-rule>
</systems>
</sim>
<controls n="0">
<engines>
<kp>0.015</kp>
<kp-spd>0.35</kp-spd>
<epr-roc-thr>13</epr-roc-thr>
<epr-roc-pitch>4</epr-roc-pitch>
<epr-roc-retard>13</epr-roc-retard>
</engines>
</controls>
<consumables>
<fuel>
<tank n="3">
<name>Fwd Aux</name>
</tank>
<tank n="4">
<name>Aft Aux</name>
</tank>
</fuel>
</consumables>
<instrumentation>
<!-- CDU stuff: http://wiki.flightgear.org/index.php/Howto:_Implement_a_Control_Display_Unit -->
<cdu>
<display>IDENT</display>
<ident>
<model>C-32J-20</model>
<engines>PW2040</engines>
</ident>
<serviceable type="bool">true</serviceable>
</cdu>
<tacan>
<powered type="bool">false</powered>
<xy type="bool">true</xy>
<frequencies>
<selected-frequency n="0">92</selected-frequency>
<selected-frequency n="4">X</selected-frequency>
</frequencies>
</tacan>
<efis n="0">
<tacan alias="/instrumentation/tacan/powered"/>
</efis>
<efis n="1">
<tacan alias="/instrumentation/tacan/powered"/>
</efis>
</instrumentation>
<limits n="0">
<mass-and-balance>
<maximum-takeoff-mass-lbs>255000</maximum-takeoff-mass-lbs>
<maximum-landing-mass-lbs>210000</maximum-landing-mass-lbs>
</mass-and-balance>
</limits>
</PropertyList>