forked from FGMEMBERS/f16
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathf16-submodels.xml
84 lines (78 loc) · 2.29 KB
/
f16-submodels.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
<?xml version="1.0"?>
<PropertyList>
<submodel>
<name>flares</name>
<model>Aircraft/f16/Models/Effects/flare.xml</model>
<trigger>ai/submodels/submodel[0]/flare-release</trigger>
<speed>100.0</speed> <!-- ft/sec -->
<repeat>true</repeat>
<delay>0.75</delay>
<count>40</count>
<x-offset>5.0</x-offset>
<y-offset>2.0</y-offset>
<z-offset>0.1</z-offset>
<yaw-offset>90.0</yaw-offset>
<life>5</life>
<buoyancy>8</buoyancy>
<eda>1.0</eda>
</submodel>
<submodel>
<name>gun-pod</name>
<model>Aircraft/f16/Models/Armament/Weapons/M61A1/tracer.xml</model>
<trigger>controls/armament/trigger</trigger>
<speed>2041.0</speed>
<repeat>true</repeat>
<delay>0.15</delay>
<count>-1</count>
<x-offset> 3.0</x-offset>
<y-offset> -2.5</y-offset>
<z-offset> 1.2</z-offset>
<pitch-offset>0</pitch-offset>
<life>2.0</life>
<wind>false</wind>
<weight>0.1</weight>
<cd>0.193</cd>
<eda>0.00136354</eda>
</submodel>
<submodel>
<name>gun-bullet</name>
<model>Models/Geometry/null.ac</model>
<trigger>controls/armament/trigger</trigger>
<speed>2041.0</speed>
<repeat>true</repeat>
<delay>0</delay>
<count>-1</count>
<x-offset> 3.0</x-offset>
<y-offset> -2.5</y-offset>
<z-offset> 1.2</z-offset>
<pitch-offset>0</pitch-offset>
<life>10.0</life>
<wind>false</wind>
<weight>0.1069</weight>
<cd>0.193</cd>
<eda>0.00136354</eda>
<collision>true</collision>
<collision-report>sim/ai/aircraft/collision/bullet</collision-report>
<impact>true</impact>
<impact-report>sim/ai/aircraft/impact/bullet</impact-report>
<submodel-path>Aircraft/f16/Models/Armament/Weapons/M61A1/bullet-submodel.xml</submodel-path>
</submodel>
<submodel>
<name>gunsmoke</name>
<model>Aircraft/f16/Models/Armament/Weapons/M61A1/smoke.xml</model>
<trigger>controls/armament/trigger</trigger>
<speed>10</speed>
<repeat>true</repeat>
<delay>0.01</delay>
<count>-1</count>
<x-offset> 3.0</x-offset>
<y-offset> -2.5</y-offset>
<z-offset> 1.2</z-offset>
<yaw-offset>0.0</yaw-offset>
<pitch-offset>0.0</pitch-offset>
<eda>10</eda>
<wind>true</wind>
<buoyancy>33</buoyancy>
<life>1</life>
</submodel>
</PropertyList>