-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSu-27-Common.xml
102 lines (102 loc) · 2.98 KB
/
Su-27-Common.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
<?xml version="1.0" encoding="UTF-8"?>
<PropertyList>
<sim include="Systems/views.xml">
<author></author>
<expected-aircraft-dir-name>Su-27</expected-aircraft-dir-name>
<fallback-model-index type="int">515</fallback-model-index>
<flight-model>jsb</flight-model>
<aero>Su-27</aero>
<sound><path>Aircraft/Su-27/Sounds/Sounds.xml</path></sound>
<instrumentation>
<path>Systems/instrumentation.xml</path>
</instrumentation>
<submodels>
<serviceable type="bool">true</serviceable>
<path>Aircraft/Su-27/Systems/submodels.xml</path>
</submodels>
<menubar include="gui/menubar.xml"/>
</sim>
<instrumentation>
<marker-beacon>
<serviceable type="bool">false</serviceable>
</marker-beacon>
<radar-altimeter>
<serviceable type="bool">true</serviceable>
</radar-altimeter>
</instrumentation>
<input>
<keyboard include="Systems/keyboard.xml" />
</input>
<payload include="Systems/payload.xml"/>
<controls>
<ejected>0</ejected>
<gear>
<brake-parking>1</brake-parking>
</gear>
</controls>
<engines>
<engine n="0">
<running>true</running>
<reverser-pos-norm type="double">0</reverser-pos-norm>
</engine>
<engine n="1">
<running>true</running>
<reverser-pos-norm type="double">0</reverser-pos-norm>
</engine>
</engines>
<nasal>
<libraries>
<file>Aircraft/Su-27/Nasal/libraries.nas</file>
</libraries>
<hud>
<file>Aircraft/Su-27/Nasal/HUD/hud_radar.nas</file>
<file>Aircraft/Su-27/Nasal/HUD/hud.nas</file>
</hud>
<vector>
<file>Aircraft/Su-27/Nasal/weapons/vector.nas</file>
</vector>
<notifications>
<file>Aircraft/Su-27/Nasal/weapons/ArmamentNotification.nas</file>
<file>Aircraft/Su-27/Nasal/weapons/GeoBridgedTransmitter.nas</file>
</notifications>
<radardist>
<file>Aircraft/Instruments-3d/radardist/radardist.nas</file>
</radardist>
<rcs>
<file>Aircraft/Su-27/Nasal/radar/rcs.nas</file>
<file>Aircraft/Su-27/Nasal/radar/rcs_mand.nas</file>
</rcs>
<radar_system>
<file>Aircraft/Su-27/Nasal/radar/radar-system-database.nas</file>
<file>Aircraft/Su-27/Nasal/radar/radar-system.nas</file>
<file>Aircraft/Su-27/Nasal/radar/apg-68.nas</file>
</radar_system>
<rwr>
<file>Aircraft/Su-27/Nasal/radar/rwr.nas</file>
</rwr>
<damage>
<file>Aircraft/Su-27/Nasal/weapons/damage.nas</file>
</damage>
<ai>
<file>Aircraft/Su-27/Nasal/weapons/AI_list.nas</file>
</ai>
<view>
<file>Aircraft/Su-27/Nasal/weapons/MissileView.nas</file>
</view>
<armament>
<file>Aircraft/Su-27/Nasal/weapons/missile-code.nas</file><!-- must be before station-manager -->
</armament>
<stations>
<file>Aircraft/Su-27/Nasal/weapons/station-manager.nas</file><!-- must be before fire-control and pylons -->
</stations>
<fc>
<file>Aircraft/Su-27/Nasal/weapons/fire-control.nas</file><!-- must be before pylons -->
</fc>
<pylons>
<file>Aircraft/Su-27/Nasal/weapons/pylons.nas</file>
</pylons>
<weapons>
<file>Aircraft/Su-27/Nasal/weapons/weaponUtils.nas</file>
</weapons>
</nasal>
</PropertyList>