forked from dogsaysmoo/757-200
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path757-300-set.xml
143 lines (130 loc) · 3.76 KB
/
757-300-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
135
136
137
138
139
140
141
142
143
<?xml version="1.0" encoding="UTF-8" ?>
<PropertyList include="757-main.xml">
<sim>
<description>Boeing 757-300 (Rolls Royce)</description>
<status>early production</status>
<author>John Williams, Juuso Tapaninen; original 757-200 authors Liam Gathercole, Skyop, Isais Prestes</author>
<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>
<rating>
<FDM type="int">3</FDM>
<systems type="int">4</systems>
<cockpit type="int">4</cockpit>
<model type="int">4</model>
</rating>
<flight-model>yasim</flight-model>
<aero>757-300-RB211</aero>
<variant-of>757-200-RB211</variant-of>
<startup>
<splash-texture>Aircraft/757-200/splash-300.png</splash-texture>
</startup>
<model>
<path>Aircraft/757-200/Models/757-300.xml</path>
<livery>
<file>BLN</file>
</livery>
<variant type="int">3</variant>
<door n="0">
<position-x-m type="float"> 0.47</position-x-m>
<position-y-m type="float">-1.90</position-y-m>
<position-z-m type="float"> 0.61</position-z-m>
<jetway-hood-deg type="float">5</jetway-hood-deg>
</door>
<door n="1">
<position-x-m type="float"> 9.18</position-x-m>
<position-y-m type="float">-1.90</position-y-m>
<position-z-m type="float"> 0.61</position-z-m>
<jetway-hood-deg type="float">4</jetway-hood-deg>
</door>
</model>
<view n="0">
<name>Pilot View</name>
<type>lookfrom</type>
<internal archive="y">true</internal>
<config>
<x-offset-m archive="y">-0.55</x-offset-m>
<y-offset-m archive="y">1.70</y-offset-m>
<z-offset-m archive="y">-2.05</z-offset-m>
<pitch-offset-deg>-13.5</pitch-offset-deg>
<default-field-of-view-deg type="double">85.0</default-field-of-view-deg>
</config>
</view>
<view n="102">
<name>Copilot View</name>
<type>lookfrom</type>
<internal archive="y">true</internal>
<config>
<from-model type="bool">true</from-model>
<x-offset-m archive="y">0.55</x-offset-m>
<y-offset-m archive="y">1.56</y-offset-m>
<z-offset-m archive="y">-1.785</z-offset-m>
<pitch-offset-deg>0</pitch-offset-deg>
<default-field-of-view-deg type="double">70.0</default-field-of-view-deg>
</config>
</view>
<view n="103">
<name>Overhead Panel View</name>
<type>lookfrom</type>
<internal 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">1.3</y-offset-m>
<z-offset-m archive="y">-1.06</z-offset-m>
<pitch-offset-deg>30</pitch-offset-deg>
</config>
</view>
<menubar>
<default>
<menu n="100">
<label>Boeing 757-300</label>
<item n="3">
<enabled>false</enabled>
</item>
</menu>
</default>
</menubar>
<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>52844</weight-lb>
<max-lb>67650</max-lb>
<min-lb>0</min-lb>
</weight>
</sim>
<instrumentation>
<!-- CDU stuff: http://wiki.flightgear.org/index.php/Howto:_Implement_a_Control_Display_Unit -->
<cdu>
<display>IDENT</display>
<ident>
<model>757-300</model>
<engines>RB211-535E4B</engines>
</ident>
<input />
<serviceable type="bool">true</serviceable>
</cdu>
</instrumentation>
<limits n="0">
<mass-and-balance>
<maximum-takeoff-mass-lbs>270000</maximum-takeoff-mass-lbs>
<maximum-landing-mass-lbs>224000</maximum-landing-mass-lbs>
</mass-and-balance>
</limits>
</PropertyList>