-
Notifications
You must be signed in to change notification settings - Fork 0
/
Su-26M-set.xml
181 lines (153 loc) · 4.16 KB
/
Su-26M-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
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
<?xml version="1.0"?>
<PropertyList>
<sim include="Su-26M-views.xml">
<description>Sukhoi Su-26M</description>
<author>Enrique Laso Leon, Makswell)</author>
<status>beta</status>
<aircraft-version>2.0</aircraft-version>
<startup>
<splash-texture>Aircraft/Su-26M/Su-26M.png</splash-texture>
</startup>
<help>
<title>Sukhoi Su-26M</title>
<line></line>
<key>
<name>C</name>
<desc>Toggle Canopy</desc>
</key>
<key>
<name>S</name>
<desc>Toggle center smoke</desc>
</key>
<key>
<name>f</name>
<desc>Toggle wingtip smoke</desc>
</key>
<key>
<name>g</name>
<desc>Open gills</desc>
</key>
<key>
<name>G</name>
<desc>Close gills</desc>
</key>
<line> Startup Procedure</line>
<line>1:Turn on both GROUND BATTERY</line>
<line>2:Turn on INST IND</line>
<line>3:Push three-four times priming pump</line>
<line>4:Turn on RADIO START</line>
<line>5:Turn on both MAGNETO</line>
<line>6:Open airStartValve</line>
<line>7:Push start paddle</line>
<line>8:Once engine is running,</line>
<line> free start paddle</line>
<line>9:Close airStartValve</line>
<line>10:Turn on GEN</line>
</help>
<menubar>
<default>
<menu n="10">
<label>Su-26M</label>
<enabled type="bool">true</enabled>
<item>
<label>Select Livery</label>
<binding>
<command>nasal</command>
<script>aircraft.livery.dialog.toggle()</script>
</binding>
</item>
</menu>
</default>
</menubar>
<flight-model>jsb</flight-model>
<aero>Su-26M</aero>
<model>
<path>Aircraft/Su-26M/Models/Su-26M.xml</path>
</model>
<systems>
<electrical>
<path>Aircraft/Su-26M/Su-26M-electrical.xml</path>
</electrical>
</systems>
<sound>
<path>Aircraft/Su-26M/Su-26M-sound.xml</path>
</sound>
<consumables>
<fuel>
<tank n="2">
<level-gal_us archive="y">17</level-gal_us>
</tank>
</fuel>
</consumables>
</sim>
<controls>
<lamp-test>false</lamp-test>
<lamp-test-motion>0.0</lamp-test-motion>
<engines>
<engine n="0">
<magnetos n="0">0</magnetos>
</engine>
</engines>
<canopy>
<jettison-handle-motion type="float">0.0</jettison-handle-motion>
<canopy-pos-norm type="float">1.0</canopy-pos-norm>
<vent-flap-norm>0.0</vent-flap-norm>
</canopy>
</controls>
<!-- Key bindings -->
<input>
<keyboard>
<key n="83">
<name>S</name>
<desc>Toggle center smoke</desc>
<binding>
<command>property-toggle</command>
<property>/control/smoke</property>
</binding>
</key>
<key n="102">
<name>f</name>
<desc>Toggle wingtip smoke</desc>
<binding>
<command>property-toggle</command>
<property>/control/smokewings</property>
</binding>
</key>
<key n="103">
<name>g</name>
<desc>Open gills</desc>
<binding>
<command>property-adjust</command>
<property>/controls/engines/engine/cowl-flaps-norm[0]</property>
<step type="double">0.1</step>
<max>1.0</max>
</binding>
</key>
<key n="71">
<name>G</name>
<desc>Close gills</desc>
<binding>
<command>property-adjust</command>
<property>/controls/engines/engine/cowl-flaps-norm</property>
<step type="double">-0.1</step>
<max>1.0</max>
</binding>
</key>
<key n="67">
<name>C</name>
<desc>Toggle Canopy</desc>
<binding>
<command>nasal</command>
<script>scripts.toggle_canopy()</script>
</binding>
</key>
</keyboard>
</input>
<!-- Nasal files/scripts -->
<nasal>
<Su-26M>
<module>scripts</module>
<file>Aircraft/Su-26M/Nasal/Su-26M.nas</file>
</Su-26M>
</nasal>
</PropertyList>