-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMooney-M20M-set.xml
More file actions
303 lines (273 loc) · 11.7 KB
/
Copy pathMooney-M20M-set.xml
File metadata and controls
303 lines (273 loc) · 11.7 KB
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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2026 Philips Nguyen
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
-->
<PropertyList>
<sim>
<name>Mooney M20M Bravo</name>
<description>Mooney M20M Bravo</description>
<long-description>The Mooney M20M Bravo is a high-performance, turbocharged four-seat
single-engine aircraft from Mooney’s long-body M20 family, designed for fast
cross-country travel at altitude. Powered by a 270-hp Lycoming TIO-540-AF1B engine, it
cruises around 200–220 KTAS and has a service ceiling of 25,000 ft, delivering
piston-aircraft speed with pressurization-free simplicity. Its sleek, retractable-gear
airframe and efficient wing provide strong climb performance and a range of roughly
900-1,000 nautical miles,
making the Bravo one of the fastest certified piston singles of its era and a favorite
among owner-pilots seeking near-turboprop performance with lower operating costs.</long-description>
<author>Philips Nguyen (aka PhilipsGamer)</author>
<!-- mininum FlightGear version, will be updated accordingly-->
<minimum-fg-version>2024.1.1</minimum-fg-version>
<flight-model>jsb</flight-model>
<aero>FDM/Mooney-M20M</aero>
<primary-set>true</primary-set>
<variant-of>Mooney M20</variant-of>
<status>alpha</status>
<rating>
<FDM>2</FDM>
<systems>1</systems>
<cockpit>0</cockpit>
<model>0</model>
</rating>
<previews>
<preview>
<type>exterior</type>
<splash type="bool">true</splash>
<path>Previews/exterior1.jpg</path>
</preview>
<preview>
<type>exterior</type>
<splash type="bool">true</splash>
<path>Previews/exterior2.jpg</path>
</preview>
<preview>
<type>interior</type>
<splash type="bool">true</splash>
<path>Previews/interior1.jpg</path>
</preview>
</previews>
<urls>
<wikipedia>https://en.wikipedia.org/wiki/Mooney_M20</wikipedia>
<code-repository>https://github.com/philip2012/Mooney-M20M</code-repository>
<support>https://github.com/philip2012/Mooney-M20M/issues</support>
<home-page>https://wiki.flightgear.org/Mooney_M20M_Bravo</home-page>
<community>https://discord.gg/tuMr5nbqps</community>
</urls>
<!-- bridge properties together manually, jsbsim don't support outputting local properties directly to global property for starter-->
<systems>
<property-rule n="100">
<name>Starter Bridge</name>
<path>Systems/starter-bridge.xml</path>
</property-rule>
</systems>
<!-- Aircraft states-->
<state include="States/parked-overlay.xml" n="0" />
<state include="States/ready-to-start-overlay.xml" n="1" />
<state include="States/take-off-overlay.xml" n="2" />
<!-- <state include="States/cruise-overlay.xml" n="3" /> -->
<state include="States/approach-overlay.xml" n="4" />
</sim>
<nasal>
<state_init>
<file>Nasal/state-init.nas</file>
</state_init>
</nasal>
<tags>
<tag n="0">ga</tag>
<tag n="1">single</tag>
<tag n="2">piston</tag>
<tag n="3">retractable-gear</tag>
<tag n="4">turbocharged</tag>
</tags>
<input n="0">
<keyboard>
<key n="102">
<name>f</name>
<desc>Set throttle to full</desc>
<binding>
<command>property-assign</command>
<property>/fdm/jsbsim/systems/powerplant-controls/engine/handles/throttle-norm</property>
<value type="double">1.0</value>
</binding>
</key>
<key n="101">
<name>e</name>
<desc>Set throttle to idle</desc>
<binding>
<command>property-assign</command>
<property>/fdm/jsbsim/systems/powerplant-controls/engine/handles/throttle-norm</property>
<value type="double">0.0</value>
</binding>
</key>
<key n="91">
<name>[</name>
<desc>Flaps up one detent</desc>
<binding>
<command>property-adjust</command>
<property>/fdm/jsbsim/systems/airframe-controls/flaps/selector</property>
<step>-1</step>
<min>0</min>
<max>2</max>
</binding>
</key>
<key n="93">
<name>]</name>
<desc>Flaps down one detent</desc>
<binding>
<command>property-adjust</command>
<property>/fdm/jsbsim/systems/airframe-controls/flaps/selector</property>
<step>1</step>
<min>0</min>
<max>2</max>
</binding>
</key>
<key n="103">
<name>g</name>
<desc>Toggle gear handle</desc>
<binding>
<command>property-cycle</command>
<property>/fdm/jsbsim/systems/airframe-controls/gear/handle</property>
<value>1</value>
<value>0</value>
</binding>
</key>
<key n="115">
<name>s</name>
<desc>Hold starter through local powerplant system</desc>
<binding>
<command>property-assign</command>
<property>/fdm/jsbsim/systems/powerplant-controls/engine/switches/starter</property>
<value type="int">1</value>
</binding>
<mod-up>
<binding>
<command>property-assign</command>
<property>/fdm/jsbsim/systems/powerplant-controls/engine/switches/starter</property>
<value type="int">0</value>
</binding>
</mod-up>
</key>
<key n="109">
<name>m</name>
<desc>Mixture richer (local)</desc>
<repeatable type="bool">true</repeatable>
<binding>
<command>property-adjust</command>
<property>/fdm/jsbsim/systems/powerplant-controls/engine/handles/mixture-norm</property>
<step type="double">0.05</step>
<min type="double">0.0</min>
<max type="double">1.0</max>
</binding>
</key>
<key n="77">
<name>M</name>
<desc>Mixture leaner (local)</desc>
<repeatable type="bool">true</repeatable>
<binding>
<command>property-adjust</command>
<property>/fdm/jsbsim/systems/powerplant-controls/engine/handles/mixture-norm</property>
<step type="double">-0.05</step>
<min type="double">0.0</min>
<max type="double">1.0</max>
</binding>
</key>
<key n="111">
<name>o</name>
<desc>Magnetos up one position (local)</desc>
<binding>
<command>property-adjust</command>
<property>/fdm/jsbsim/systems/powerplant-controls/engine/switches/magnetos</property>
<step type="int">1</step>
<min type="int">0</min>
<max type="int">3</max>
</binding>
</key>
<key n="79">
<name>O</name>
<desc>Magnetos down one position (local)</desc>
<binding>
<command>property-adjust</command>
<property>/fdm/jsbsim/systems/powerplant-controls/engine/switches/magnetos</property>
<step type="int">-1</step>
<min type="int">0</min>
<max type="int">3</max>
</binding>
</key>
<key n="114">
<name>r</name>
<desc>Propeller increase (local)</desc>
<repeatable type="bool">true</repeatable>
<binding>
<command>property-adjust</command>
<property>/fdm/jsbsim/systems/powerplant-controls/engine/handles/prop-norm</property>
<step type="double">0.05</step>
<min type="double">0.0</min>
<max type="double">1.0</max>
</binding>
</key>
<key n="82">
<name>R</name>
<desc>Propeller decrease (local)</desc>
<repeatable type="bool">true</repeatable>
<binding>
<command>property-adjust</command>
<property>/fdm/jsbsim/systems/powerplant-controls/engine/handles/prop-norm</property>
<step type="double">-0.05</step>
<min type="double">0.0</min>
<max type="double">1.0</max>
</binding>
</key>
<key n="121">
<name>y</name>
<desc>Toggle master switch (local)</desc>
<binding>
<command>property-cycle</command>
<property>/fdm/jsbsim/systems/powerplant-controls/electrical/switches/battery-master</property>
<value type="int">1</value>
<value type="int">0</value>
</binding>
</key>
<key n="89">
<name>Y</name>
<desc>Toggle alternator switch (local)</desc>
<binding>
<command>property-cycle</command>
<property>/fdm/jsbsim/systems/powerplant-controls/electrical/switches/alternator</property>
<value type="int">1</value>
<value type="int">0</value>
</binding>
</key>
<key n="57">
<name>9</name>
<desc>Increase throttle (local)</desc>
<repeatable type="bool">true</repeatable>
<binding>
<command>property-adjust</command>
<property>/fdm/jsbsim/systems/powerplant-controls/engine/handles/throttle-norm</property>
<step type="double">0.05</step>
<min type="double">0.0</min>
<max type="double">1.0</max>
</binding>
</key>
<key n="51">
<name>3</name>
<desc>Decrease throttle (local)</desc>
<repeatable type="bool">true</repeatable>
<binding>
<command>property-adjust</command>
<property>/fdm/jsbsim/systems/powerplant-controls/engine/handles/throttle-norm</property>
<step type="double">-0.05</step>
<min type="double">0.0</min>
<max type="double">1.0</max>
</binding>
</key>
</keyboard>
</input>
<model>
<path>Models/Mooney-M20M.xml</path>
</model>
</PropertyList>