-
Notifications
You must be signed in to change notification settings - Fork 0
/
j22-set.xml
224 lines (199 loc) · 5.4 KB
/
j22-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
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
<?xml version="1.0"?>
<!--
************************************************************************
Soko J-22 Orao simulation config.
2001-2021 Matevž Jekovec
************************************************************************
-->
<PropertyList>
<sim>
<description>Soko J-22 Orao / IAR-93</description>
<author>Matevž Jekovec</author>
<long-description>
J-22 Orao is a single seat twin engine attack aircraft. It is the result of
coorporation between Yugoslavian and Romanian flight industry. First
flight was taken in 1974, the first attack variant was launched in 1983. J-22
(IAR 93 in Romania) is a low-cost aircraft and therefore appropriate for less
economically developed countries. However, it includes advanced parts as well
like HUD, laser-aimed altitude, night-vision and radion-avigation controls.
There is also a two-seat training variant of this aircraft.
</long-description>
<rating>
<FDM type="int">3</FDM>
<systems type="int">1</systems>
<cockpit type="int">1</cockpit>
<model type="int">3</model>
</rating>
<tags>
<tag>fighter</tag>
<tag>bomber</tag>
<tag>combat</tag>
<tag>pressurised</tag>
<tag>soko</tag>
<tag>1980s</tag>
<tag>1990s</tag>
<tag>balkans</tag>
<tag>retractable-gear</tag>
<tag>jet</tag>
<tag>twin-engine</tag>
</tags>
<previews>
<preview>
<type>exterior</type>
<splash type="bool">true</splash>
<path>Pics/j22-exterior01.jpg</path>
</preview>
<preview>
<type>exterior</type>
<splash type="bool">true</splash>
<path>Pics/j22-exterior02.jpg</path>
</preview>
</previews>
<virtual-cockpit archive="y">false</virtual-cockpit>
<flight-model>jsb</flight-model>
<aero>j22-jsb</aero>
<fuel-fraction>1.0</fuel-fraction>
<sound>
<path>Aircraft/j22/Sounds/Sounds.xml</path>
</sound>
<panel>
<visibility>false</visibility>
</panel>
<model>
<path>Aircraft/j22/Models/j22.xml</path>
</model>
<submodels>
<serviceable type="bool">true</serviceable>
<path>Aircraft/j22/Submodels.xml</path>
</submodels>
<view n="0">
<internal archive="y">true</internal>
<config>
<x-offset-m archive="y">0.0</x-offset-m>
<y-offset-m archive="y">0.765</y-offset-m>
<z-offset-m archive="y">-4.20</z-offset-m>
<pitch-offset-deg>-7</pitch-offset-deg>
<default-field-of-view-deg>60</default-field-of-view-deg>
</config>
</view>
<current-view>
<field-of-view>60.0</field-of-view>
</current-view>
<aoa-indexer>
<too-slow-deg>15.0</too-slow-deg>
<slow-deg>14.0</slow-deg>
<fast-deg>13.0</fast-deg>
<too-fast-deg>12.0</too-fast-deg>
</aoa-indexer>
<help>
<title>Soko J-22 Orao</title>
<key>
<name>c</name>
<desc>Toggle canopy</desc>
</key>
<key>
<name>Ctrl-b</name>
<desc>Toggle speedbrake</desc>
</key>
<key>
<name>f</name>
<desc>Fire guns</desc>
</key>
<key>
<name>e</name>
<desc>Fire L-128-04 rocket pod</desc>
</key>
</help>
<menubar include="j22-menu.xml"/>
</sim>
<input>
<keyboard>
<key n="2">
<name>Ctrl-b</name>
<desc>Toggle speedbrake</desc>
<binding>
<command>property-toggle</command>
<property>controls/flight/speedbrake</property>
</binding>
</key>
<key n="99">
<name>c</name>
<desc>Toggle canopy</desc>
<binding>
<command>nasal</command>
<script>canopy.canopy_switch(2)</script>
</binding>
</key>
<key n="101">
<name>e</name>
<desc>Fire L-128-04 rocket pod</desc>
<binding>
<command>nasal</command>
<script>guns.fire_Rocket()</script>
</binding>
<mod-up>
<binding>
<command>nasal</command>
<script>guns.stop_Rocket()</script>
</binding>
</mod-up>
</key>
<key n="102">
<name>e</name>
<desc>Fire guns</desc>
<binding>
<command>property-assign</command>
<property>controls/armament/trigger</property>
<value>true</value>
</binding>
<mod-up>
<binding>
<command>property-assign</command>
<property>controls/armament/trigger</property>
<value>false</value>
</binding>
</mod-up>
</key>
</keyboard>
</input>
<canopy>
<canopy-pos-norm type="float">1.0</canopy-pos-norm>
</canopy>
<autopilot>
<config>
<min-climb-speed-kt type="float">200.0</min-climb-speed-kt>
<best-climb-speed-kt type="float">300.0</best-climb-speed-kt>
<target-climb-rate-fpm type="float">3000.0</target-climb-rate-fpm>
<target-descent-rate-fpm type="float">1500.0</target-descent-rate-fpm>
<elevator-adj-factor type="float">5500.0</elevator-adj-factor>
<integral-contribution type="float">0.007</integral-contribution>
<zero-pitch-throttle type="float">0.60</zero-pitch-throttle>
<zero-pitch-trim-full-throttle type="float">0.14</zero-pitch-trim-full-throttle>
<max-roll-deg type="float">45</max-roll-deg>
<max-aileron type="float">0.1</max-aileron>
</config>
</autopilot>
<controls>
<hud type="bool">false</hud>
</controls>
<nasal>
<starter>
<file>Aircraft/j22/Nasal/starter.nas</file>
</starter>
<canopy>
<file>Aircraft/j22/Nasal/canopy.nas</file>
</canopy>
<guns>
<file>Aircraft/j22/Nasal/weapons.nas</file>
</guns>
<hud>
<file>Aircraft/j22/Nasal/hud.nas</file>
</hud>
<stations>
<file>Aircraft/j22/Nasal/station-manager.nas</file>
</stations>
<pylons>
<file>Aircraft/j22/Nasal/pylons.nas</file>
</pylons>
</nasal>
</PropertyList>