-
Notifications
You must be signed in to change notification settings - Fork 6
/
757-200-fo-set.xml
153 lines (130 loc) · 3.65 KB
/
757-200-fo-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
144
145
146
147
148
149
150
151
152
153
<?xml version="1.0"?>
<!--
Usage: fgfs - -prop:/sim/remote/pilot-callsign="remote pilot callsign" - -aircraft=747-400-fo
-->
<PropertyList>
<nasal>
<dual_control_tools>
<file>Aircraft/Generic/DualControl/dual-control-tools.nas</file>
</dual_control_tools>
<aircraft_dual_control>
<file>Aircraft/757-200/DualControl/757-200-dual-control.nas</file>
</aircraft_dual_control>
<dual_control>
<file>Aircraft/Generic/DualControl/copilot-dual-control.nas</file>
</dual_control>
</nasal>
<sim>
<description>Boeing 757-200 (First Officer)</description>
<author>Juuso Tapaninen</author>
<status>early production</status>
<rating>
<FDM type="int">3</FDM>
<systems type="int">3</systems>
<cockpit type="int">5</cockpit>
<model type="int">4</model>
</rating>
<variant-of>757-200-RB211</variant-of>
<flight-model>null</flight-model>
<sound>
<path>Aircraft/757-200/757-sound.xml</path>
<switch type = "bool"></switch>
</sound>
<startup>
<splash-texture>Aircraft/757-200/splash.png</splash-texture>
</startup>
<model>
<path>Aircraft/757-200/Models/757-200-fo.xml</path>
</model>
<hud>
<enable3d n="1">false</enable3d>
</hud>
<!-- VIEWS -->
<view n="0">
<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">2.275</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="101">
<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.56</y-offset-m>
<z-offset-m archive="y">2.275</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>
<!-- Helicopter View -->
<view n="1">
<internal archive="y">false</internal>
<config>
<target-z-offset-m archive="y">24</target-z-offset-m>
</config>
</view>
<!-- Chase View -->
<view n="2">
<internal archive="y">false</internal>
<config>
<target-z-offset-m archive="y">24</target-z-offset-m>
</config>
</view>
<!-- Tower View -->
<view n="3">
<internal archive="y">false</internal>
<config>
<target-z-offset-m archive="y">24</target-z-offset-m>
</config>
</view>
<!-- Chase View Without Yaw -->
<view n="5">
<internal archive="y">false</internal>
<config>
<target-z-offset-m archive="y">24</target-z-offset-m>
</config>
</view>
<!-- Fly-by View -->
<view n="6">
<internal archive="y">false</internal>
<config>
<target-z-offset-m archive="y">24</target-z-offset-m>
</config>
</view>
<chase-distance-m type="double" archive="y">-90.0</chase-distance-m>
<help>
<title>Boeing 757-200</title>
</help>
<menubar>
<default>
<menu n="10">
<label>Boeing 757-200</label>
<enabled type="bool">true</enabled>
<item>
<label>Select MP-pilot</label>
<binding>
<command>nasal</command>
<script>
dual_control_tools.copilot_dialog.show(aircraft_dual_control.pilot_type);
</script>
</binding>
</item>
</menu>
</default>
</menubar>
</sim>
<controls>
<flight>
<flaps type="double"/>
</flight>
</controls>
</PropertyList>