1 | <LevelInfo |
---|
2 | name = "Heavy Cruiser Demo" |
---|
3 | description = "Demonstration of the Heavy Cruiser." |
---|
4 | tags = "test" |
---|
5 | screenshot = "HeavyCruiser_level.png" |
---|
6 | /> |
---|
7 | |
---|
8 | <?lua |
---|
9 | include("stats.oxo") |
---|
10 | include("HUDTemplates3.oxo") |
---|
11 | include("templates/lodInformation.oxt") |
---|
12 | ?> |
---|
13 | |
---|
14 | <?lua |
---|
15 | include("templates/spaceshipAssff.oxt") |
---|
16 | include("templates/spaceshipAssff2.oxt") |
---|
17 | include("templates/spaceshipPirate.oxt") |
---|
18 | include("templates/spaceshipEscort.oxt") |
---|
19 | include("templates/spaceshipTurret.oxt") |
---|
20 | include("templates/HeavyCruiser.oxt") |
---|
21 | include("templates/HeavyCruiserBody.oxt") |
---|
22 | ?> |
---|
23 | |
---|
24 | <Level> |
---|
25 | <templates> |
---|
26 | <Template link=lodtemplate_default /> |
---|
27 | </templates> |
---|
28 | <?lua include("includes/notifications.oxi") ?> |
---|
29 | |
---|
30 | <Scene |
---|
31 | ambientlight = "0.8, 0.8, 0.8" |
---|
32 | skybox = "Orxonox/Starbox" |
---|
33 | > |
---|
34 | |
---|
35 | <!-- HeavyCruiser and all its parts in one static entity --> |
---|
36 | <!--StaticEntity position="-300,0,-2000" direction="0,0,0" yaw="180" collisionType=static mass=100000 friction=0.01 > |
---|
37 | <attached> |
---|
38 | <Model mesh="HeavyCruiser_body.mesh" direction="-1,0,0" position="0,0,0" scale="40"/> |
---|
39 | <Model mesh="HeavyCruiser_frontR.mesh" direction="-1,0,0" position="0,0,0" scale="40"/> |
---|
40 | <Model mesh="HeavyCruiser_frontL.mesh" direction="-1,0,0" position="0,0,0" scale="40"/> |
---|
41 | <Model mesh="HeavyCruiser_partL.mesh" direction="-1,0,0" position="0,0,0" scale="40"/> |
---|
42 | <Model mesh="HeavyCruiser_partR.mesh" direction="-1,0,0" position="0,0,0" scale="40"/> |
---|
43 | <Model mesh="HeavyCruiser_sidearmL.mesh" direction="-1,0,0" position="0,0,0" scale="40"/> |
---|
44 | <Model mesh="HeavyCruiser_sidearmLfront.mesh" direction="-1,0,0" position="0,0,0" scale="40"/> |
---|
45 | <Model mesh="HeavyCruiser_sidearmR.mesh" direction="-1,0,0" position="0,0,0" scale="40"/> |
---|
46 | <Model mesh="HeavyCruiser_sidearmRfront.mesh" direction="-1,0,0" position="0,0,0" scale="40"/> |
---|
47 | |
---|
48 | <BlinkingBillboard position="75,30,-416" material="Examples/Flare" colour="0.8, 0.8, 0, 0.1" amplitude=0.05 frequency=0.3 phase=240 quadratic=1 /> |
---|
49 | <BlinkingBillboard position="-75,30,-416" material="Examples/Flare" colour="0.8, 0.8, 0, 0.1" amplitude=0.05 frequency=0.3 phase=240 quadratic=1 /> |
---|
50 | <BlinkingBillboard position="74,30,-402" material="Examples/Flare" colour="0.8, 0.8, 0, 0.1" amplitude=0.1 frequency=0.3 phase=120 quadratic=1 /> |
---|
51 | <BlinkingBillboard position="-74,30,-402" material="Examples/Flare" colour="0.8, 0.8, 0, 0.1" amplitude=0.1 frequency=0.3 phase=120 quadratic=1 /> |
---|
52 | <BlinkingBillboard position="73,30,-388" material="Examples/Flare" colour="0.8, 0.8, 0, 0.1" amplitude=0.15 frequency=0.3 phase=0 quadratic=1 /> |
---|
53 | <BlinkingBillboard position="-73,30,-388" material="Examples/Flare" colour="0.8, 0.8, 0, 0.1" amplitude=0.15 frequency=0.3 phase=0 quadratic=1 /> |
---|
54 | |
---|
55 | <BlinkingBillboard position="67,-5,-240" material="Examples/Flare" colour="0, 0.7, 0, 0.1" amplitude=0.3 frequency=0.15 phase=0 quadratic=1 /> |
---|
56 | <BlinkingBillboard position="-67,-5,-240" material="Examples/Flare" colour="0.7, 0, 0, 0.1" amplitude=0.3 frequency=0.15 phase=360 quadratic=1 /> |
---|
57 | <BlinkingBillboard position="72,51,-380" material="Examples/Flare" colour="0, 0.7, 0, 0.1" amplitude=0.3 frequency=0.15 phase=360 quadratic=1 /> |
---|
58 | <BlinkingBillboard position="-72,51,-380" material="Examples/Flare" colour="0.7, 0, 0, 0.1" amplitude=0.3 frequency=0.15 phase=0 quadratic=1 /> |
---|
59 | |
---|
60 | <BlinkingBillboard position="95,-15,483" material="Examples/Flare" colour="0, 0.7, 0, 0.1" amplitude=0.3 frequency=0.15 phase=360 quadratic=1 /> |
---|
61 | <BlinkingBillboard position="-95,-15,483" material="Examples/Flare" colour="0.7, 0, 0, 0.1" amplitude=0.3 frequency=0.15 phase=0 quadratic=1 /> |
---|
62 | <BlinkingBillboard position="74,103,524" material="Examples/Flare" colour="0, 0.7, 0, 0.1" amplitude=0.3 frequency=0.15 phase=0 quadratic=1 /> |
---|
63 | <BlinkingBillboard position="-74,103,524" material="Examples/Flare" colour="0.7, 0, 0, 0.1" amplitude=0.3 frequency=0.15 phase=360 quadratic=1 /> |
---|
64 | </attached> |
---|
65 | <collisionShapes> |
---|
66 | <BoxCollisionShape position="80,33,-320" halfExtents="7,11,54" info="frontR"/> |
---|
67 | <BoxCollisionShape position="79,31,-399" halfExtents="3,6,26" info="frontR"/> |
---|
68 | |
---|
69 | |
---|
70 | <BoxCollisionShape position="-80,33,-320" halfExtents="7,11,54" info="frontL"/> |
---|
71 | <BoxCollisionShape position="-79,31,-399" halfExtents="3,6,26" info="frontL"/> |
---|
72 | |
---|
73 | |
---|
74 | <BoxCollisionShape position="94,33,-179" halfExtents="11,13,45" info="partR"/> |
---|
75 | <BoxCollisionShape position="96,33,-230" halfExtents="13,17,22" info="partR"/> |
---|
76 | |
---|
77 | |
---|
78 | <BoxCollisionShape position="-94,33,-179" halfExtents="11,13,45" info="partL"/> |
---|
79 | <BoxCollisionShape position="-96,33,-230" halfExtents="13,17,22" info="partL"/> |
---|
80 | |
---|
81 | |
---|
82 | <BoxCollisionShape position="109,47,87" halfExtents="29,8,26" info="sidearmR, upper connection"/> |
---|
83 | <BoxCollisionShape position="99,-1,79" roll="-15" halfExtents="40,4,9" info="sidearmR, lower connection"/> |
---|
84 | <BoxCollisionShape position="151,47,115" roll="-15" halfExtents="16,2,105" info="sidearmR, frontTop"/> |
---|
85 | <BoxCollisionShape position="136,-7,115" roll="-15" halfExtents="16,2,105" info="sidearmR, frontBottom"/> |
---|
86 | <BoxCollisionShape position="127,26,115" roll="-15" halfExtents="2,28,105" info="sidearmR, frontInner"/> |
---|
87 | <BoxCollisionShape position="161,16,115" roll="-15" halfExtents="2,28,105" info="sidearmR, frontOuter"/> |
---|
88 | <BoxCollisionShape position="145,21,12" roll="-15" halfExtents="16,28,2" info="sidearmR, front"/> |
---|
89 | <BoxCollisionShape position="140,12,261" roll="-15" halfExtents="22,41,43" info="sidearmR, back"/> |
---|
90 | <BoxCollisionShape position="145,25,5" roll="-15" halfExtents="10,18,5" info="sidearmR, front break"/> |
---|
91 | <BoxCollisionShape position="133,-13,29" roll="-15" halfExtents="12,6,17" info="sidearmR, bottom cylinder"/> |
---|
92 | <BoxCollisionShape position="165,-4,31" roll="-15" halfExtents="7,21,13" info="sidearmR, box"/> |
---|
93 | <BoxCollisionShape position="153,59,96" roll="-15" halfExtents="6,7,60" info="sidearmR, upper beam"/> |
---|
94 | <BoxCollisionShape position="143,57,119" roll="-15" halfExtents="3,4,85" info="sidearmR, upper inner beam"/> |
---|
95 | <BoxCollisionShape position="142,53,212" pitch="21" yaw="-5" roll="-15" halfExtents="3,4,10" info="sidearmR, upper inner beam"/> |
---|
96 | <BoxCollisionShape position="160,52,119" roll="-15" halfExtents="3,4,85" info="sidearmR, upper outer beam"/> |
---|
97 | <BoxCollisionShape position="159,48,212" pitch="21" yaw="-5" roll="-15" halfExtents="3,4,10" info="sidearmR, upper outer beam"/> |
---|
98 | <BoxCollisionShape position="152,54,34" pitch="-46" yaw="14" roll="-15" halfExtents="6,7,10" info="sidearmR, upper beam front"/> |
---|
99 | <BoxCollisionShape position="152,54,162" pitch="30" yaw="-9" roll="-15" halfExtents="6,7,12" info="sidearmR, upper beam back"/> |
---|
100 | <BoxCollisionShape position="168,21,119" roll="-15" halfExtents="3,5,109" info="sidearmR, outer beam"/> |
---|
101 | <BoxCollisionShape position="134,-10,169" roll="-15" halfExtents="6,4,55" info="sidearmR, lower beam front"/> |
---|
102 | <BoxCollisionShape position="131,-20,217" pitch="-20" roll="-15" yaw="5" halfExtents="6,12,3" info="sidearmR, lower beam middle"/> |
---|
103 | <BoxCollisionShape position="130,-29,233" roll="-15" halfExtents="6,3,15" info="sidearmR, lower beam back"/> |
---|
104 | |
---|
105 | <BoxCollisionShape position="145,21,71" halfExtents="10,10,1" info="sidearmR, HOOKBOX"/> |
---|
106 | <BoxCollisionShape position="145,21,29" halfExtents="10,10,1" info="sidearmR, HOOKBOX"/> |
---|
107 | <BoxCollisionShape position="145,32,50" halfExtents="10,1,20" info="sidearmR, HOOKBOX"/> |
---|
108 | <BoxCollisionShape position="145,10,50" halfExtents="10,1,20" info="sidearmR, HOOKBOX"/> |
---|
109 | <BoxCollisionShape position="156,21,50" halfExtents="1,10,20" info="sidearmR, HOOKBOX"/> |
---|
110 | <BoxCollisionShape position="134,21,50" halfExtents="1,10,20" info="sidearmR, HOOKBOX"/> |
---|
111 | |
---|
112 | |
---|
113 | <BoxCollisionShape position="141,15,-53" roll="-15" halfExtents="27,44,62" info="sidearmRfront"/> |
---|
114 | <BoxCollisionShape position="153,59,-30" roll="-15" halfExtents="4,2,38" info="sidearmRfront, top"/> |
---|
115 | <BoxCollisionShape position="153,61,-41" roll="-15" halfExtents="4,4,11" info="sidearmRfront, top"/> |
---|
116 | <BoxCollisionShape position="153,60,-65" roll="-15" halfExtents="4,3,4" info="sidearmRfront, top"/> |
---|
117 | <BoxCollisionShape position="153,59,-41" roll="-15" halfExtents="8,2,11" info="sidearmRfront, top"/> |
---|
118 | |
---|
119 | <BoxCollisionShape position="145,21,50" halfExtents="10,10,20" info="sidearmRfront, HOOK"/> |
---|
120 | |
---|
121 | |
---|
122 | <BoxCollisionShape position="-109,47,87" halfExtents="29,8,26" info="sidearmL, upper connection"/> |
---|
123 | <BoxCollisionShape position="-99,-1,79" roll="15" halfExtents="40,4,9" info="sidearmL, lower connection"/> |
---|
124 | <BoxCollisionShape position="-151,47,115" roll="15" halfExtents="16,2,105" info="sidearmL, frontTop"/> |
---|
125 | <BoxCollisionShape position="-136,-7,115" roll="15" halfExtents="16,2,105" info="sidearmL, frontBottom"/> |
---|
126 | <BoxCollisionShape position="-127,26,115" roll="15" halfExtents="2,28,105" info="sidearmL, frontInner"/> |
---|
127 | <BoxCollisionShape position="-161,16,115" roll="15" halfExtents="2,28,105" info="sidearmL, frontOuter"/> |
---|
128 | <BoxCollisionShape position="-145,21,12" roll="15" halfExtents="16,28,2" info="sidearmL, front"/> |
---|
129 | <BoxCollisionShape position="-140,12,261" roll="15" halfExtents="22,41,43" info="sidearmL, back"/> |
---|
130 | <BoxCollisionShape position="-145,25,5" roll="15" halfExtents="10,18,5" info="sidearmL, front break"/> |
---|
131 | <BoxCollisionShape position="-133,-13,29" roll="15" halfExtents="12,6,17" info="sidearmL, bottom cylinder"/> |
---|
132 | <BoxCollisionShape position="-165,-4,31" roll="15" halfExtents="7,21,13" info="sidearmL, box"/> |
---|
133 | <BoxCollisionShape position="-153,59,96" roll="15" halfExtents="6,7,60" info="sidearmL, upper beam"/> |
---|
134 | <BoxCollisionShape position="-143,57,119" roll="15" halfExtents="3,4,85" info="sidearmL, upper inner beam"/> |
---|
135 | <BoxCollisionShape position="-142,53,212" pitch="21" yaw="5" roll="15" halfExtents="3,4,10" info="sidearmL, upper inner beam"/> |
---|
136 | <BoxCollisionShape position="-160,52,119" roll="15" halfExtents="3,4,85" info="sidearmL, upper outer beam"/> |
---|
137 | <BoxCollisionShape position="-159,48,212" pitch="21" yaw="5" roll="15" halfExtents="3,4,10" info="sidearmL, upper outer beam"/> |
---|
138 | <BoxCollisionShape position="-152,54,34" pitch="-46" yaw="-14" roll="15" halfExtents="6,7,10" info="sidearmL, upper beam front"/> |
---|
139 | <BoxCollisionShape position="-152,54,162" pitch="30" yaw="9" roll="15" halfExtents="6,7,12" info="sidearmL, upper beam back"/> |
---|
140 | <BoxCollisionShape position="-168,21,119" roll="15" halfExtents="3,5,109" info="sidearmL, outer beam"/> |
---|
141 | <BoxCollisionShape position="-134,-10,169" roll="15" halfExtents="6,4,55" info="sidearmL, lower beam front"/> |
---|
142 | <BoxCollisionShape position="-131,-20,217" pitch="-20" roll="15" yaw="-5" halfExtents="6,12,3" info="sidearmL, lower beam middle"/> |
---|
143 | <BoxCollisionShape position="-130,-29,233" roll="15" halfExtents="6,3,15" info="sidearmL, lower beam back"/> |
---|
144 | |
---|
145 | <BoxCollisionShape position="-145,21,71" halfExtents="10,10,1" info="sidearmL, HOOKBOX"/> |
---|
146 | <BoxCollisionShape position="-145,21,29" halfExtents="10,10,1" info="sidearmL, HOOKBOX"/> |
---|
147 | <BoxCollisionShape position="-145,32,50" halfExtents="10,1,20" info="sidearmL, HOOKBOX"/> |
---|
148 | <BoxCollisionShape position="-145,10,50" halfExtents="10,1,20" info="sidearmL, HOOKBOX"/> |
---|
149 | <BoxCollisionShape position="-156,21,50" halfExtents="1,10,20" info="sidearmL, HOOKBOX"/> |
---|
150 | <BoxCollisionShape position="-134,21,50" halfExtents="1,10,20" info="sidearmL, HOOKBOX"/> |
---|
151 | |
---|
152 | |
---|
153 | <BoxCollisionShape position="-141,15,-53" roll="15" halfExtents="27,44,62" info="sidearmLfront"/> |
---|
154 | <BoxCollisionShape position="-153,59,-30" roll="15" halfExtents="4,2,38" info="sidearmLfront, top"/> |
---|
155 | <BoxCollisionShape position="-153,61,-41" roll="15" halfExtents="4,4,11" info="sidearmLfront, top"/> |
---|
156 | <BoxCollisionShape position="-153,60,-65" roll="15" halfExtents="4,3,4" info="sidearmLfront, top"/> |
---|
157 | <BoxCollisionShape position="-153,59,-41" roll="15" halfExtents="8,2,11" info="sidearmLfront, top"/> |
---|
158 | |
---|
159 | <BoxCollisionShape position="-145,21,50" halfExtents="10,10,20" info="sidearmLfront, HOOK"/> |
---|
160 | |
---|
161 | |
---|
162 | <BoxCollisionShape position="60,35,-310" halfExtents="13,28,60" info="body, bay1, Rwall"/> |
---|
163 | <BoxCollisionShape position="-60,35,-310" halfExtents="13,28,60" info="body, bay1, Lwall"/> |
---|
164 | <BoxCollisionShape position="0,56,-310" halfExtents="65,6,60" info="body, bay1, Twall"/> |
---|
165 | <BoxCollisionShape position="0,33,-260" halfExtents="65,28,5" info="body, bay1, Bwall"/> |
---|
166 | <BoxCollisionShape position="0,10,-310" halfExtents="65,5,60" info="body, bay1, BottomWall"/> |
---|
167 | |
---|
168 | <BoxCollisionShape position="0,35,-125" halfExtents="83,30,130" info="body, front"/> |
---|
169 | <BoxCollisionShape position="0,6,-307" halfExtents="19,3,43" info="body, frontbottom"/> |
---|
170 | <BoxCollisionShape position="0,5,-196" halfExtents="27,3,24" info="body, dock"/> |
---|
171 | <BoxCollisionShape position="0,7,-248" pitch="25" halfExtents="63,4,12" info="body, dockF"/> |
---|
172 | <BoxCollisionShape position="70,6,-120" roll="20" halfExtents="12,6,120" info="body, dockR"/> |
---|
173 | <BoxCollisionShape position="63,-2,-180" halfExtents="3,3,60" info="body, dockR"/> |
---|
174 | <BoxCollisionShape position="-70,6,-120" roll="-20" halfExtents="12,6,120" info="body, dockL"/> |
---|
175 | <BoxCollisionShape position="-63,-2,-180" halfExtents="3,3,60" info="body, dockL"/> |
---|
176 | <BoxCollisionShape position="87,32,-63" halfExtents="4,23,50" info="body, frontCR"/> |
---|
177 | <BoxCollisionShape position="-87,32,-63" halfExtents="4,23,50" info="body, frontCL"/> |
---|
178 | |
---|
179 | <BoxCollisionShape position="0,72,-213" halfExtents="37,8,60" info="body, Fbridge"/> |
---|
180 | <BoxCollisionShape position="0,72,-110" halfExtents="53,11,53" info="body, Cbridge"/> |
---|
181 | <BoxCollisionShape position="0,86,-110" halfExtents="40,4,40" info="body, Cbridge"/> |
---|
182 | <BoxCollisionShape position="0,70,-60" halfExtents="65,11,30" info="body, Bbridge"/> |
---|
183 | <BoxCollisionShape position="0,84,-45" halfExtents="33,11,26" info="body, Bbridge"/> |
---|
184 | <BoxCollisionShape position="0,79,-6" pitch="10" halfExtents="32,13,17" info="body, Bbridge"/> |
---|
185 | <BoxCollisionShape position="38,67,-45" roll="50" halfExtents="16,23,25" info="body, BbridgeR"/> |
---|
186 | <BoxCollisionShape position="35,63,-17" pitch="25" yaw="-20" roll="40" halfExtents="16,23,16" info="body, BbridgeR"/> |
---|
187 | <BoxCollisionShape position="-38,67,-45" roll="-50" halfExtents="16,23,25" info="body, BbridgeL"/> |
---|
188 | <BoxCollisionShape position="-35,63,-17" pitch="25" yaw="20" roll="-40" halfExtents="16,23,16" info="body, BbridgeL"/> |
---|
189 | |
---|
190 | <BoxCollisionShape position="0,69,80" halfExtents="8,4,80" info="body, Cbeam"/> |
---|
191 | <BoxCollisionShape position="-67,18,58" roll="-22" halfExtents="13,5,53" info="body, CF, L"/> |
---|
192 | <BoxCollisionShape position="-76,36,86" halfExtents="5,18,81" info="body, C, L"/> |
---|
193 | <BoxCollisionShape position="-91,46,86" halfExtents="11,6,20" info="body, C, L upper beam"/> |
---|
194 | <BoxCollisionShape position="-64,8,79" roll="10" halfExtents="8,3,8" info="body, C, L lower beam"/> |
---|
195 | <BoxCollisionShape position="-71,55,140" pitch="-4" roll="31" halfExtents="9,5,27" info="body, CB, TopL"/> |
---|
196 | <BoxCollisionShape position="-62,2,140" roll="24" halfExtents="10,24,32" info="body, CB, BottomL"/> |
---|
197 | <BoxCollisionShape position="67,18,58" roll="22" halfExtents="13,5,53" info="body, CF, R"/> |
---|
198 | <BoxCollisionShape position="76,36,86" halfExtents="5,18,81" info="body, C, R"/> |
---|
199 | <BoxCollisionShape position="91,46,86" halfExtents="11,6,20" info="body, C, R upper beam"/> |
---|
200 | <BoxCollisionShape position="64,8,79" roll="-10" halfExtents="8,3,8" info="body, C, R lower beam"/> |
---|
201 | <BoxCollisionShape position="71,55,140" pitch="-4" roll="-31" halfExtents="9,5,27" info="body, CB, TopR"/> |
---|
202 | <BoxCollisionShape position="62,2,140" roll="-24" halfExtents="10,24,32" info="body, CB, BottomR"/> |
---|
203 | <BoxCollisionShape position="0,60,12" halfExtents="81,5,11" info="body, CF, Top"/> |
---|
204 | <BoxCollisionShape position="0,55,40" pitch="15" halfExtents="81,5,20" info="body, CF, Top"/> |
---|
205 | <BoxCollisionShape position="0,50,85" pitch="1" halfExtents="81,5,29" info="body, C, Top"/> |
---|
206 | <BoxCollisionShape position="0,59,140" pitch="-4" halfExtents="68,5,27" info="body, CB, Top"/> |
---|
207 | |
---|
208 | |
---|
209 | |
---|
210 | <BoxCollisionShape position="0,-7,90" halfExtents="40,4,90" info="body, bay3, Twall"/> |
---|
211 | <BoxCollisionShape position="0,-15,-60" halfExtents="60,25,65" info="body, bay3, Fwall"/> |
---|
212 | <BoxCollisionShape position="47,-11,90" halfExtents="13,20,90" info="body, bay3, Rwall"/> |
---|
213 | <BoxCollisionShape position="-47,-11,90" halfExtents="13,20,90" info="body, bay3, Lwall"/> |
---|
214 | <BoxCollisionShape position="0,-29,149" halfExtents="10,2,11" info="body, bay3, platform"/> |
---|
215 | <BoxCollisionShape position="0,-20,227" halfExtents="60,20,65" info="body, bay3, Bwall"/> |
---|
216 | |
---|
217 | <BoxCollisionShape position="0,81,238" halfExtents="26,5,59" info="body, BF, Top"/> |
---|
218 | <BoxCollisionShape position="0,67,234" halfExtents="54,5,67" info="body, BF, Top"/> |
---|
219 | <BoxCollisionShape position="0,77,175" pitch="-36" halfExtents="26,5,9" info="body, BF, Top"/> |
---|
220 | <BoxCollisionShape position="0,62,161" pitch="-30" halfExtents="56,5,10" info="body, BF, Top"/> |
---|
221 | <BoxCollisionShape position="0,69,162" halfExtents="16,7,10" info="body, BF, Top"/> |
---|
222 | <BoxCollisionShape position="31,76,238" roll="-46" halfExtents="10,3,59" info="body, BF, TopR"/> |
---|
223 | <BoxCollisionShape position="64,64,234" roll="-24" halfExtents="13,3,67" info="body, BF, TopR"/> |
---|
224 | <BoxCollisionShape position="-31,76,238" roll="46" halfExtents="10,3,59" info="body, BF, TopL"/> |
---|
225 | <BoxCollisionShape position="-64,64,234" roll="24" halfExtents="13,3,67" info="body, BF, TopL"/> |
---|
226 | |
---|
227 | <BoxCollisionShape position="77,40,244" roll="16" halfExtents="7,20,79" info="body, BF, R"/> |
---|
228 | <BoxCollisionShape position="95,9,234" roll="2" halfExtents="18,16,59" info="body, BF, R"/> |
---|
229 | <BoxCollisionShape position="74,1,255" roll="-20" halfExtents="18,19,82" info="body, BF, BottomR"/> |
---|
230 | <BoxCollisionShape position="66,-21,255" roll="9" halfExtents="17,5,82" info="body, BF, BottomR"/> |
---|
231 | <BoxCollisionShape position="-77,40,244" roll="-16" halfExtents="7,20,79" info="body, BF, L"/> |
---|
232 | <BoxCollisionShape position="-95,9,234" roll="-2" halfExtents="18,16,59" info="body, BF, L"/> |
---|
233 | <BoxCollisionShape position="-74,1,255" roll="20" halfExtents="18,19,82" info="body, BF, BottomL"/> |
---|
234 | <BoxCollisionShape position="-66,-21,255" roll="-9" halfExtents="17,5,82" info="body, BF, BottomL"/> |
---|
235 | |
---|
236 | <BoxCollisionShape position="0,106,381" halfExtents="36,5,71" info="body, BTop"/> |
---|
237 | <BoxCollisionShape position="0,93,299" pitch="-49" halfExtents="34,5,20" info="body, BTop"/> |
---|
238 | <BoxCollisionShape position="41,101,381" roll="-42" halfExtents="10,4,71" info="body, BTopR"/> |
---|
239 | <BoxCollisionShape position="-41,101,381" roll="42" halfExtents="10,4,71" info="body, BTopL"/> |
---|
240 | |
---|
241 | <BoxCollisionShape position="78,45,332" pitch="-10" roll="-10" yaw="20" halfExtents="10,20,30" info="body, back, R"/> |
---|
242 | <BoxCollisionShape position="68,77,332" pitch="-10" roll="35" yaw="20" halfExtents="10,20,30" info="body, back, TR"/> |
---|
243 | <BoxCollisionShape position="50,70,290" pitch="-10" roll="35" yaw="43" halfExtents="5,20,20" info="body, back, TR"/> |
---|
244 | <BoxCollisionShape position="37,95,307" pitch="-10" roll="30" yaw="43" halfExtents="5,8,8" info="body, back, TR"/> |
---|
245 | <BoxCollisionShape position="52,92,332" pitch="-10" yaw="30" halfExtents="10,5,30" info="body, back, TR"/> |
---|
246 | <BoxCollisionShape position="88,4,322" halfExtents="10,24,30" info="body, back, RB"/> |
---|
247 | <BoxCollisionShape position="54,-24,314" roll="35" pitch="-10" halfExtents="8,5,23" info="body, back, RB"/> |
---|
248 | <BoxCollisionShape position="68,-19,346" pitch="-17" roll="8" halfExtents="16,4,11" info="body, back, bottomR"/> |
---|
249 | <BoxCollisionShape position="-78,45,332" pitch="-10" roll="10" yaw="-20" halfExtents="10,20,30" info="body, back, L"/> |
---|
250 | <BoxCollisionShape position="-68,77,332" pitch="-10" roll="-35" yaw="-20" halfExtents="10,20,30" info="body, back, TL"/> |
---|
251 | <BoxCollisionShape position="-50,70,290" pitch="-10" roll="-35" yaw="-43" halfExtents="5,20,20" info="body, back, TL"/> |
---|
252 | <BoxCollisionShape position="-37,95,307" pitch="-10" roll="-30" yaw="-43" halfExtents="5,8,8" info="body, back, TL"/> |
---|
253 | <BoxCollisionShape position="-52,92,332" pitch="-10" yaw="-30" halfExtents="10,5,30" info="body, back, TL"/> |
---|
254 | <BoxCollisionShape position="-88,4,322" halfExtents="10,24,30" info="body, back, LB"/> |
---|
255 | <BoxCollisionShape position="-54,-24,314" roll="-35" pitch="-10" halfExtents="8,5,23" info="body, back, LB"/> |
---|
256 | <BoxCollisionShape position="-68,-19,346" pitch="-17" roll="-8" halfExtents="16,4,11" info="body, back, bottomL"/> |
---|
257 | <BoxCollisionShape position="0,-30,314" pitch="-8" halfExtents="52,4,23" info="body, back, bottom"/> |
---|
258 | <BoxCollisionShape position="0,-22,346" pitch="-24" halfExtents="52,4,11" info="body, back, bottom"/> |
---|
259 | |
---|
260 | <BoxCollisionShape position="48,-29,400" halfExtents="5,8,58" info="body, BBottomRBeam"/> |
---|
261 | <BoxCollisionShape position="48,-29,451" halfExtents="10,13,14" info="body, BBottomRBeam"/> |
---|
262 | <BoxCollisionShape position="-48,-29,400" halfExtents="5,8,58" info="body, BBottomLBeam"/> |
---|
263 | <BoxCollisionShape position="-48,-31,451" halfExtents="10,13,14" info="body, BBottomLBeam"/> |
---|
264 | |
---|
265 | <BoxCollisionShape position="103,60,420" halfExtents="18,9,64" info="body, back, Rextrusion"/> |
---|
266 | <BoxCollisionShape position="-103,60,420" halfExtents="18,9,64" info="body, back, Lextrusion"/> |
---|
267 | <BoxCollisionShape position="-85,7,417" halfExtents="10,21,67" info="body, back, LB"/> |
---|
268 | <BoxCollisionShape position="85,7,417" halfExtents="10,21,67" info="body, back, RB"/> |
---|
269 | <BoxCollisionShape position="0,-8,473" halfExtents="90,6,10" info="body, back, Bback"/> |
---|
270 | <BoxCollisionShape position="0,-13,474" pitch="-23" halfExtents="76,5,8" info="body, back, Bback"/> |
---|
271 | <BoxCollisionShape position="-79,-13,405" roll="-12" halfExtents="15,5,73" info="body, back, BL"/> |
---|
272 | <BoxCollisionShape position="79,-13,405" roll="12" halfExtents="15,5,73" info="body, back, BR"/> |
---|
273 | <BoxCollisionShape position="0,-15,410" halfExtents="66,6,58" info="body, back, B"/> |
---|
274 | |
---|
275 | <BoxCollisionShape position="78,32,440" roll="-18" halfExtents="18,35,85" info="body, bay2, Rwall"/> |
---|
276 | <BoxCollisionShape position="75,71,440" roll="35" halfExtents="18,27,85" info="body, bay2, Rwall"/> |
---|
277 | <BoxCollisionShape position="-78,32,440" roll="18" halfExtents="18,35,85" info="body, bay2, Lwall"/> |
---|
278 | <BoxCollisionShape position="-75,71,440" roll="-35" halfExtents="18,27,85" info="body, bay2, Lwall"/> |
---|
279 | <BoxCollisionShape position="0,75,435" halfExtents="72,28,90" info="body, bay2, Twall"/> |
---|
280 | <BoxCollisionShape position="0,35,423" halfExtents="85,35,5" info="body, bay2, Fwall"/> |
---|
281 | <BoxCollisionShape position="0,-3,465" halfExtents="84,5,60" info="body, bay2, BottomWall"/> |
---|
282 | <BoxCollisionShape position="0,78,526" halfExtents="43,17,5" info="body, bay2, Twall"/> |
---|
283 | |
---|
284 | |
---|
285 | <BoxCollisionShape position="0,7,80" halfExtents="23,1,34" info="HOOKBOX at 0,18,80, bottom"/> |
---|
286 | <BoxCollisionShape position="0,29,80" halfExtents="23,1,34" info="HOOKBOX, top"/> |
---|
287 | <BoxCollisionShape position="-22,18,80" halfExtents="1,12,34" info="HOOKBOX, left long"/> |
---|
288 | <BoxCollisionShape position="0,18,80" halfExtents="1,12,34" info="HOOKBOX, center long"/> |
---|
289 | <BoxCollisionShape position="22,18,80" halfExtents="1,12,34" info="HOOKBOX, right long"/> |
---|
290 | <BoxCollisionShape position="0,18,113" halfExtents="23,12,1" info="HOOKBOX, wide"/> |
---|
291 | <BoxCollisionShape position="0,18,91" halfExtents="23,12,1" info="HOOKBOX, wide"/> |
---|
292 | <BoxCollisionShape position="0,18,69" halfExtents="23,12,1" info="HOOKBOX, wide"/> |
---|
293 | <BoxCollisionShape position="0,18,47" halfExtents="23,12,1" info="HOOKBOX, wide"/> |
---|
294 | </collisionShapes> |
---|
295 | </StaticEntity--> |
---|
296 | |
---|
297 | <!-- Width/Height/Lenght--><!-- B=back F=front C=center--> |
---|
298 | <!--StaticEntity position="300,0,-2000" direction="0,0,0" yaw="180" collisionType=static mass=100000 friction=0.01 > |
---|
299 | <attached> |
---|
300 | <Model position="80,33,-320" mesh="cube.mesh" scale3D="7,11,54" info="frontR"/> |
---|
301 | <Model position="79,31,-399" mesh="cube.mesh" scale3D="3,6,26" info="frontR"/> |
---|
302 | |
---|
303 | |
---|
304 | <Model position="-80,33,-320" mesh="cube.mesh" scale3D="7,11,54" info="frontL"/> |
---|
305 | <Model position="-79,31,-399" mesh="cube.mesh" scale3D="3,6,26" info="frontL"/> |
---|
306 | |
---|
307 | |
---|
308 | <Model position="94,33,-179" mesh="cube.mesh" scale3D="11,13,45" info="partR"/> |
---|
309 | <Model position="96,33,-230" mesh="cube.mesh" scale3D="13,17,22" info="partR"/> |
---|
310 | |
---|
311 | |
---|
312 | <Model position="-94,33,-179" mesh="cube.mesh" scale3D="11,13,45" info="partL"/> |
---|
313 | <Model position="-96,33,-230" mesh="cube.mesh" scale3D="13,17,22" info="partL"/> |
---|
314 | |
---|
315 | |
---|
316 | <Model position="109,47,87" mesh="cube.mesh" scale3D="29,8,26" info="sidearmR, upper connection"/> |
---|
317 | <Model position="99,-1,79" roll="-15" mesh="cube.mesh" scale3D="40,4,9" info="sidearmR, lower connection"/> |
---|
318 | <Model position="151,47,115" roll="-15" mesh="cube.mesh" scale3D="16,2,105" info="sidearmR, frontTop"/> |
---|
319 | <Model position="136,-7,115" roll="-15" mesh="cube.mesh" scale3D="16,2,105" info="sidearmR, frontBottom"/> |
---|
320 | <Model position="127,26,115" roll="-15" mesh="cube.mesh" scale3D="2,28,105" info="sidearmR, frontInner"/> |
---|
321 | <Model position="161,16,115" roll="-15" mesh="cube.mesh" scale3D="2,28,105" info="sidearmR, frontOuter"/> |
---|
322 | <Model position="145,21,12" roll="-15" mesh="cube.mesh" scale3D="16,28,2" info="sidearmR, front"/> |
---|
323 | <Model position="140,12,261" roll="-15" mesh="cube.mesh" scale3D="22,41,43" info="sidearmR, back"/> |
---|
324 | <Model position="145,25,5" roll="-15" mesh="cube.mesh" scale3D="10,18,5" info="sidearmR, front break"/> |
---|
325 | <Model position="133,-13,29" roll="-15" mesh="cube.mesh" scale3D="12,6,17" info="sidearmR, bottom cylinder"/> |
---|
326 | <Model position="165,-4,31" roll="-15" mesh="cube.mesh" scale3D="7,21,13" info="sidearmR, box"/> |
---|
327 | <Model position="153,59,96" roll="-15" mesh="cube.mesh" scale3D="6,7,60" info="sidearmR, upper beam"/> |
---|
328 | <Model position="143,57,119" roll="-15" mesh="cube.mesh" scale3D="3,4,85" info="sidearmR, upper inner beam"/> |
---|
329 | <Model position="142,53,212" pitch="21" yaw="-5" roll="-15" mesh="cube.mesh" scale3D="3,4,10" info="sidearmR, upper inner beam"/> |
---|
330 | <Model position="160,52,119" roll="-15" mesh="cube.mesh" scale3D="3,4,85" info="sidearmR, upper outer beam"/> |
---|
331 | <Model position="159,48,212" pitch="21" yaw="-5" roll="-15" mesh="cube.mesh" scale3D="3,4,10" info="sidearmR, upper outer beam"/> |
---|
332 | <Model position="152,54,34" pitch="-46" yaw="14" roll="-15" mesh="cube.mesh" scale3D="6,7,10" info="sidearmR, upper beam front"/> |
---|
333 | <Model position="152,54,162" pitch="30" yaw="-9" roll="-15" mesh="cube.mesh" scale3D="6,7,12" info="sidearmR, upper beam back"/> |
---|
334 | <Model position="168,21,119" roll="-15" mesh="cube.mesh" scale3D="3,5,109" info="sidearmR, outer beam"/> |
---|
335 | <Model position="134,-10,169" roll="-15" mesh="cube.mesh" scale3D="6,4,55" info="sidearmR, lower beam front"/> |
---|
336 | <Model position="131,-20,217" pitch="-20" roll="-15" yaw="5" mesh="cube.mesh" scale3D="6,12,3" info="sidearmR, lower beam middle"/> |
---|
337 | <Model position="130,-29,233" roll="-15" mesh="cube.mesh" scale3D="6,3,15" info="sidearmR, lower beam back"/> |
---|
338 | |
---|
339 | <Model position="145,21,71" mesh="cube.mesh" scale3D="10,10,1" info="sidearmR, HOOKBOX"/> |
---|
340 | <Model position="145,21,29" mesh="cube.mesh" scale3D="10,10,1" info="sidearmR, HOOKBOX"/> |
---|
341 | <Model position="145,32,50" mesh="cube.mesh" scale3D="10,1,20" info="sidearmR, HOOKBOX"/> |
---|
342 | <Model position="145,10,50" mesh="cube.mesh" scale3D="10,1,20" info="sidearmR, HOOKBOX"/> |
---|
343 | <Model position="156,21,50" mesh="cube.mesh" scale3D="1,10,20" info="sidearmR, HOOKBOX"/> |
---|
344 | <Model position="134,21,50" mesh="cube.mesh" scale3D="1,10,20" info="sidearmR, HOOKBOX"/> |
---|
345 | |
---|
346 | |
---|
347 | <Model position="141,15,-53" roll="-15" mesh="cube.mesh" scale3D="27,44,62" info="sidearmRfront"/> |
---|
348 | <Model position="153,59,-30" roll="-15" mesh="cube.mesh" scale3D="4,2,38" info="sidearmRfront, top"/> |
---|
349 | <Model position="153,61,-41" roll="-15" mesh="cube.mesh" scale3D="4,4,11" info="sidearmRfront, top"/> |
---|
350 | <Model position="153,60,-65" roll="-15" mesh="cube.mesh" scale3D="4,3,4" info="sidearmRfront, top"/> |
---|
351 | <Model position="153,59,-41" roll="-15" mesh="cube.mesh" scale3D="8,2,11" info="sidearmRfront, top"/> |
---|
352 | |
---|
353 | |
---|
354 | <Model position="-109,47,87" mesh="cube.mesh" scale3D="29,8,26" info="sidearmL, upper connection"/> |
---|
355 | <Model position="-99,-1,79" roll="15" mesh="cube.mesh" scale3D="40,4,9" info="sidearmL, lower connection"/> |
---|
356 | <Model position="-151,47,115" roll="15" mesh="cube.mesh" scale3D="16,2,105" info="sidearmL, frontTop"/> |
---|
357 | <Model position="-136,-7,115" roll="15" mesh="cube.mesh" scale3D="16,2,105" info="sidearmL, frontBottom"/> |
---|
358 | <Model position="-127,26,115" roll="15" mesh="cube.mesh" scale3D="2,28,105" info="sidearmL, frontInner"/> |
---|
359 | <Model position="-161,16,115" roll="15" mesh="cube.mesh" scale3D="2,28,105" info="sidearmL, frontOuter"/> |
---|
360 | <Model position="-145,21,12" roll="15" mesh="cube.mesh" scale3D="16,28,2" info="sidearmL, front"/> |
---|
361 | <Model position="-140,12,261" roll="15" mesh="cube.mesh" scale3D="22,41,43" info="sidearmL, back"/> |
---|
362 | <Model position="-145,25,5" roll="15" mesh="cube.mesh" scale3D="10,18,5" info="sidearmL, front break"/> |
---|
363 | <Model position="-133,-13,29" roll="15" mesh="cube.mesh" scale3D="12,6,17" info="sidearmL, bottom cylinder"/> |
---|
364 | <Model position="-165,-4,31" roll="15" mesh="cube.mesh" scale3D="7,21,13" info="sidearmL, box"/> |
---|
365 | <Model position="-153,59,96" roll="15" mesh="cube.mesh" scale3D="6,7,60" info="sidearmL, upper beam"/> |
---|
366 | <Model position="-143,57,119" roll="15" mesh="cube.mesh" scale3D="3,4,85" info="sidearmL, upper inner beam"/> |
---|
367 | <Model position="-142,53,212" pitch="21" yaw="5" roll="15" mesh="cube.mesh" scale3D="3,4,10" info="sidearmL, upper inner beam"/> |
---|
368 | <Model position="-160,52,119" roll="15" mesh="cube.mesh" scale3D="3,4,85" info="sidearmL, upper outer beam"/> |
---|
369 | <Model position="-159,48,212" pitch="21" yaw="5" roll="15" mesh="cube.mesh" scale3D="3,4,10" info="sidearmL, upper outer beam"/> |
---|
370 | <Model position="-152,54,34" pitch="-46" yaw="-14" roll="15" mesh="cube.mesh" scale3D="6,7,10" info="sidearmL, upper beam front"/> |
---|
371 | <Model position="-152,54,162" pitch="30" yaw="9" roll="15" mesh="cube.mesh" scale3D="6,7,12" info="sidearmL, upper beam back"/> |
---|
372 | <Model position="-168,21,119" roll="15" mesh="cube.mesh" scale3D="3,5,109" info="sidearmL, outer beam"/> |
---|
373 | <Model position="-134,-10,169" roll="15" mesh="cube.mesh" scale3D="6,4,55" info="sidearmL, lower beam front"/> |
---|
374 | <Model position="-131,-20,217" pitch="-20" roll="15" yaw="-5" mesh="cube.mesh" scale3D="6,12,3" info="sidearmL, lower beam middle"/> |
---|
375 | <Model position="-130,-29,233" roll="15" mesh="cube.mesh" scale3D="6,3,15" info="sidearmL, lower beam back"/> |
---|
376 | |
---|
377 | <Model position="-145,21,71" mesh="cube.mesh" scale3D="10,10,1" info="sidearmL, HOOKBOX"/> |
---|
378 | <Model position="-145,21,29" mesh="cube.mesh" scale3D="10,10,1" info="sidearmL, HOOKBOX"/> |
---|
379 | <Model position="-145,32,50" mesh="cube.mesh" scale3D="10,1,20" info="sidearmL, HOOKBOX"/> |
---|
380 | <Model position="-145,10,50" mesh="cube.mesh" scale3D="10,1,20" info="sidearmL, HOOKBOX"/> |
---|
381 | <Model position="-156,21,50" mesh="cube.mesh" scale3D="1,10,20" info="sidearmL, HOOKBOX"/> |
---|
382 | <Model position="-134,21,50" mesh="cube.mesh" scale3D="1,10,20" info="sidearmL, HOOKBOX"/> |
---|
383 | |
---|
384 | |
---|
385 | <Model position="-141,15,-53" roll="15" mesh="cube.mesh" scale3D="27,44,62" info="sidearmLfront"/> |
---|
386 | <Model position="-153,59,-30" roll="15" mesh="cube.mesh" scale3D="4,2,38" info="sidearmLfront, top"/> |
---|
387 | <Model position="-153,61,-41" roll="15" mesh="cube.mesh" scale3D="4,4,11" info="sidearmLfront, top"/> |
---|
388 | <Model position="-153,60,-65" roll="15" mesh="cube.mesh" scale3D="4,3,4" info="sidearmLfront, top"/> |
---|
389 | <Model position="-153,59,-41" roll="15" mesh="cube.mesh" scale3D="8,2,11" info="sidearmLfront, top"/> |
---|
390 | |
---|
391 | |
---|
392 | <Model position="60,35,-310" mesh="cube.mesh" scale3D="13,28,60" info="body, bay1, Rwall"/> |
---|
393 | <Model position="-60,35,-310" mesh="cube.mesh" scale3D="13,28,60" info="body, bay1, Lwall"/> |
---|
394 | <Model position="0,56,-310" mesh="cube.mesh" scale3D="65,6,60" info="body, bay1, Twall"/> |
---|
395 | <Model position="0,33,-260" mesh="cube.mesh" scale3D="65,28,5" info="body, bay1, Bwall"/> |
---|
396 | <Model position="0,10,-310" mesh="cube.mesh" scale3D="65,5,60" info="body, bay1, BottomWall"/> |
---|
397 | |
---|
398 | <Model position="0,35,-125" mesh="cube.mesh" scale3D="83,30,130" info="body, front"/> |
---|
399 | <Model position="0,6,-307" mesh="cube.mesh" scale3D="19,3,43" info="body, frontbottom"/> |
---|
400 | <Model position="0,5,-196" mesh="cube.mesh" scale3D="27,3,24" info="body, dock"/> |
---|
401 | <Model position="0,7,-248" pitch="25" mesh="cube.mesh" scale3D="63,4,12" info="body, dockF"/> |
---|
402 | <Model position="70,6,-120" roll="20" mesh="cube.mesh" scale3D="12,6,120" info="body, dockR"/> |
---|
403 | <Model position="63,-2,-180" mesh="cube.mesh" scale3D="3,3,60" info="body, dockR"/> |
---|
404 | <Model position="-70,6,-120" roll="-20" mesh="cube.mesh" scale3D="12,6,120" info="body, dockL"/> |
---|
405 | <Model position="-63,-2,-180" mesh="cube.mesh" scale3D="3,3,60" info="body, dockL"/> |
---|
406 | <Model position="87,32,-63" mesh="cube.mesh" scale3D="4,23,50" info="body, frontCR"/> |
---|
407 | <Model position="-87,32,-63" mesh="cube.mesh" scale3D="4,23,50" info="body, frontCL"/> |
---|
408 | |
---|
409 | <Model position="0,72,-213" mesh="cube.mesh" scale3D="37,8,60" info="body, Fbridge"/> |
---|
410 | <Model position="0,72,-110" mesh="cube.mesh" scale3D="53,11,53" info="body, Cbridge"/> |
---|
411 | <Model position="0,86,-110" mesh="cube.mesh" scale3D="40,4,40" info="body, Cbridge"/> |
---|
412 | <Model position="0,70,-60" mesh="cube.mesh" scale3D="65,11,30" info="body, Bbridge"/> |
---|
413 | <Model position="0,84,-45" mesh="cube.mesh" scale3D="33,11,26" info="body, Bbridge"/> |
---|
414 | <Model position="0,79,-6" pitch="10" mesh="cube.mesh" scale3D="32,13,17" info="body, Bbridge"/> |
---|
415 | <Model position="38,67,-45" roll="50" mesh="cube.mesh" scale3D="16,23,25" info="body, BbridgeR"/> |
---|
416 | <Model position="35,63,-17" pitch="25" yaw="-20" roll="40" mesh="cube.mesh" scale3D="16,23,16" info="body, BbridgeR"/> |
---|
417 | <Model position="-38,67,-45" roll="-50" mesh="cube.mesh" scale3D="16,23,25" info="body, BbridgeL"/> |
---|
418 | <Model position="-35,63,-17" pitch="25" yaw="20" roll="-40" mesh="cube.mesh" scale3D="16,23,16" info="body, BbridgeL"/> |
---|
419 | |
---|
420 | <Model position="0,69,80" mesh="cube.mesh" scale3D="8,4,80" info="body, Cbeam"/> |
---|
421 | <Model position="-67,18,58" roll="-22" mesh="cube.mesh" scale3D="13,5,53" info="body, CF, L"/> |
---|
422 | <Model position="-76,36,86" mesh="cube.mesh" scale3D="5,18,81" info="body, C, L"/> |
---|
423 | <Model position="-91,46,86" mesh="cube.mesh" scale3D="11,6,20" info="body, C, L upper beam"/> |
---|
424 | <Model position="-64,8,79" roll="10" mesh="cube.mesh" scale3D="8,3,8" info="body, C, L lower beam"/> |
---|
425 | <Model position="-71,55,140" pitch="-4" roll="31" mesh="cube.mesh" scale3D="9,5,27" info="body, CB, TopL"/> |
---|
426 | <Model position="-62,2,140" roll="24" mesh="cube.mesh" scale3D="10,24,32" info="body, CB, BottomL"/> |
---|
427 | <Model position="67,18,58" roll="22" mesh="cube.mesh" scale3D="13,5,53" info="body, CF, R"/> |
---|
428 | <Model position="76,36,86" mesh="cube.mesh" scale3D="5,18,81" info="body, C, R"/> |
---|
429 | <Model position="91,46,86" mesh="cube.mesh" scale3D="11,6,20" info="body, C, R upper beam"/> |
---|
430 | <Model position="64,8,79" roll="-10" mesh="cube.mesh" scale3D="8,3,8" info="body, C, R lower beam"/> |
---|
431 | <Model position="71,55,140" pitch="-4" roll="-31" mesh="cube.mesh" scale3D="9,5,27" info="body, CB, TopR"/> |
---|
432 | <Model position="62,2,140" roll="-24" mesh="cube.mesh" scale3D="10,24,32" info="body, CB, BottomR"/> |
---|
433 | <Model position="0,60,12" mesh="cube.mesh" scale3D="81,5,11" info="body, CF, Top"/> |
---|
434 | <Model position="0,55,40" pitch="15" mesh="cube.mesh" scale3D="81,5,20" info="body, CF, Top"/> |
---|
435 | <Model position="0,50,85" pitch="1" mesh="cube.mesh" scale3D="81,5,29" info="body, C, Top"/> |
---|
436 | <Model position="0,59,140" pitch="-4" mesh="cube.mesh" scale3D="68,5,27" info="body, CB, Top"/> |
---|
437 | |
---|
438 | |
---|
439 | |
---|
440 | <Model position="0,-7,90" mesh="cube.mesh" scale3D="40,4,90" info="body, bay3, Twall"/> |
---|
441 | <Model position="0,-15,-60" mesh="cube.mesh" scale3D="60,25,65" info="body, bay3, Fwall"/> |
---|
442 | <Model position="47,-11,90" mesh="cube.mesh" scale3D="13,20,90" info="body, bay3, Rwall"/> |
---|
443 | <Model position="-47,-11,90" mesh="cube.mesh" scale3D="13,20,90" info="body, bay3, Lwall"/> |
---|
444 | <Model position="0,-29,149" mesh="cube.mesh" scale3D="10,2,11" info="body, bay3, platform"/> |
---|
445 | <Model position="0,-20,227" mesh="cube.mesh" scale3D="60,20,65" info="body, bay3, Bwall"/> |
---|
446 | |
---|
447 | <Model position="0,81,238" mesh="cube.mesh" scale3D="26,5,59" info="body, BF, Top"/> |
---|
448 | <Model position="0,67,234" mesh="cube.mesh" scale3D="54,5,67" info="body, BF, Top"/> |
---|
449 | <Model position="0,77,175" pitch="-36" mesh="cube.mesh" scale3D="26,5,9" info="body, BF, Top"/> |
---|
450 | <Model position="0,62,161" pitch="-30" mesh="cube.mesh" scale3D="56,5,10" info="body, BF, Top"/> |
---|
451 | <Model position="0,69,162" mesh="cube.mesh" scale3D="16,7,10" info="body, BF, Top"/> |
---|
452 | <Model position="31,76,238" roll="-46" mesh="cube.mesh" scale3D="10,3,59" info="body, BF, TopR"/> |
---|
453 | <Model position="64,64,234" roll="-24" mesh="cube.mesh" scale3D="13,3,67" info="body, BF, TopR"/> |
---|
454 | <Model position="-31,76,238" roll="46" mesh="cube.mesh" scale3D="10,3,59" info="body, BF, TopL"/> |
---|
455 | <Model position="-64,64,234" roll="24" mesh="cube.mesh" scale3D="13,3,67" info="body, BF, TopL"/> |
---|
456 | |
---|
457 | <Model position="77,40,244" roll="16" mesh="cube.mesh" scale3D="7,20,79" info="body, BF, R"/> |
---|
458 | <Model position="95,9,234" roll="2" mesh="cube.mesh" scale3D="18,16,59" info="body, BF, R"/> |
---|
459 | <Model position="74,1,255" roll="-20" mesh="cube.mesh" scale3D="18,19,82" info="body, BF, BottomR"/> |
---|
460 | <Model position="66,-21,255" roll="9" mesh="cube.mesh" scale3D="17,5,82" info="body, BF, BottomR"/> |
---|
461 | <Model position="-77,40,244" roll="-16" mesh="cube.mesh" scale3D="7,20,79" info="body, BF, L"/> |
---|
462 | <Model position="-95,9,234" roll="-2" mesh="cube.mesh" scale3D="18,16,59" info="body, BF, L"/> |
---|
463 | <Model position="-74,1,255" roll="20" mesh="cube.mesh" scale3D="18,19,82" info="body, BF, BottomL"/> |
---|
464 | <Model position="-66,-21,255" roll="-9" mesh="cube.mesh" scale3D="17,5,82" info="body, BF, BottomL"/> |
---|
465 | |
---|
466 | <Model position="0,106,381" mesh="cube.mesh" scale3D="36,5,71" info="body, BTop"/> |
---|
467 | <Model position="0,93,299" pitch="-49" mesh="cube.mesh" scale3D="34,5,20" info="body, BTop"/> |
---|
468 | <Model position="41,101,381" roll="-42" mesh="cube.mesh" scale3D="10,4,71" info="body, BTopR"/> |
---|
469 | <Model position="-41,101,381" roll="42" mesh="cube.mesh" scale3D="10,4,71" info="body, BTopL"/> |
---|
470 | |
---|
471 | <Model position="78,45,332" pitch="-10" roll="-10" yaw="20" mesh="cube.mesh" scale3D="10,20,30" info="body, back, R"/> |
---|
472 | <Model position="68,77,332" pitch="-10" roll="35" yaw="20" mesh="cube.mesh" scale3D="10,20,30" info="body, back, TR"/> |
---|
473 | <Model position="50,70,290" pitch="-10" roll="35" yaw="43" mesh="cube.mesh" scale3D="5,20,20" info="body, back, TR"/> |
---|
474 | <Model position="37,95,307" pitch="-10" roll="30" yaw="43" mesh="cube.mesh" scale3D="5,8,8" info="body, back, TR"/> |
---|
475 | <Model position="52,92,332" pitch="-10" yaw="30" mesh="cube.mesh" scale3D="10,5,30" info="body, back, TR"/> |
---|
476 | <Model position="88,4,322" mesh="cube.mesh" scale3D="10,24,30" info="body, back, RB"/> |
---|
477 | <Model position="54,-24,314" roll="35" pitch="-10" mesh="cube.mesh" scale3D="8,5,23" info="body, back, RB"/> |
---|
478 | <Model position="68,-19,346" pitch="-17" roll="8" mesh="cube.mesh" scale3D="16,4,11" info="body, back, bottomR"/> |
---|
479 | <Model position="-78,45,332" pitch="-10" roll="10" yaw="-20" mesh="cube.mesh" scale3D="10,20,30" info="body, back, L"/> |
---|
480 | <Model position="-68,77,332" pitch="-10" roll="-35" yaw="-20" mesh="cube.mesh" scale3D="10,20,30" info="body, back, TL"/> |
---|
481 | <Model position="-50,70,290" pitch="-10" roll="-35" yaw="-43" mesh="cube.mesh" scale3D="5,20,20" info="body, back, TL"/> |
---|
482 | <Model position="-37,95,307" pitch="-10" roll="-30" yaw="-43" mesh="cube.mesh" scale3D="5,8,8" info="body, back, TL"/> |
---|
483 | <Model position="-52,92,332" pitch="-10" yaw="-30" mesh="cube.mesh" scale3D="10,5,30" info="body, back, TL"/> |
---|
484 | <Model position="-88,4,322" mesh="cube.mesh" scale3D="10,24,30" info="body, back, LB"/> |
---|
485 | <Model position="-54,-24,314" roll="-35" pitch="-10" mesh="cube.mesh" scale3D="8,5,23" info="body, back, LB"/> |
---|
486 | <Model position="-68,-19,346" pitch="-17" roll="-8" mesh="cube.mesh" scale3D="16,4,11" info="body, back, bottomL"/> |
---|
487 | <Model position="0,-30,314" pitch="-8" mesh="cube.mesh" scale3D="52,4,23" info="body, back, bottom"/> |
---|
488 | <Model position="0,-22,346" pitch="-24" mesh="cube.mesh" scale3D="52,4,11" info="body, back, bottom"/> |
---|
489 | |
---|
490 | <Model position="48,-29,400" mesh="cube.mesh" scale3D="5,8,58" info="body, BBottomRBeam"/> |
---|
491 | <Model position="48,-29,451" mesh="cube.mesh" scale3D="10,13,14" info="body, BBottomRBeam"/> |
---|
492 | <Model position="-48,-29,400" mesh="cube.mesh" scale3D="5,8,58" info="body, BBottomLBeam"/> |
---|
493 | <Model position="-48,-31,451" mesh="cube.mesh" scale3D="10,13,14" info="body, BBottomLBeam"/> |
---|
494 | |
---|
495 | <Model position="103,60,420" mesh="cube.mesh" scale3D="18,9,64" info="body, back, Rextrusion"/> |
---|
496 | <Model position="-103,60,420" mesh="cube.mesh" scale3D="18,9,64" info="body, back, Lextrusion"/> |
---|
497 | <Model position="-85,7,417" mesh="cube.mesh" scale3D="10,21,67" info="body, back, LB"/> |
---|
498 | <Model position="85,7,417" mesh="cube.mesh" scale3D="10,21,67" info="body, back, RB"/> |
---|
499 | <Model position="0,-8,473" mesh="cube.mesh" scale3D="90,6,10" info="body, back, Bback"/> |
---|
500 | <Model position="0,-13,474" pitch="-23" mesh="cube.mesh" scale3D="76,5,8" info="body, back, Bback"/> |
---|
501 | <Model position="-79,-13,405" roll="-12" mesh="cube.mesh" scale3D="15,5,73" info="body, back, BL"/> |
---|
502 | <Model position="79,-13,405" roll="12" mesh="cube.mesh" scale3D="15,5,73" info="body, back, BR"/> |
---|
503 | <Model position="0,-15,410" mesh="cube.mesh" scale3D="66,6,58" info="body, back, B"/> |
---|
504 | |
---|
505 | <Model position="78,32,440" roll="-18" mesh="cube.mesh" scale3D="18,35,85" info="body, bay2, Rwall"/> |
---|
506 | <Model position="75,71,440" roll="35" mesh="cube.mesh" scale3D="18,27,85" info="body, bay2, Rwall"/> |
---|
507 | <Model position="-78,32,440" roll="18" mesh="cube.mesh" scale3D="18,35,85" info="body, bay2, Lwall"/> |
---|
508 | <Model position="-75,71,440" roll="-35" mesh="cube.mesh" scale3D="18,27,85" info="body, bay2, Lwall"/> |
---|
509 | <Model position="0,75,435" mesh="cube.mesh" scale3D="72,28,90" info="body, bay2, Twall"/> |
---|
510 | <Model position="0,35,423" mesh="cube.mesh" scale3D="85,35,5" info="body, bay2, Fwall"/> |
---|
511 | <Model position="0,-3,465" mesh="cube.mesh" scale3D="84,5,60" info="body, bay2, BottomWall"/> |
---|
512 | <Model position="0,78,526" mesh="cube.mesh" scale3D="43,17,5" info="body, bay2, Twall"/> |
---|
513 | |
---|
514 | |
---|
515 | <Model position="0,7,80" mesh="cube.mesh" scale3D="23,1,34" info="HOOKBOX at 0,18,80, bottom"/> |
---|
516 | <Model position="0,29,80" mesh="cube.mesh" scale3D="23,1,34" info="HOOKBOX, top"/> |
---|
517 | <Model position="-22,18,80" mesh="cube.mesh" scale3D="1,12,34" info="HOOKBOX, left long"/> |
---|
518 | <Model position="0,18,80" mesh="cube.mesh" scale3D="1,12,34" info="HOOKBOX, center long"/> |
---|
519 | <Model position="22,18,80" mesh="cube.mesh" scale3D="1,12,34" info="HOOKBOX, right long"/> |
---|
520 | <Model position="0,18,113" mesh="cube.mesh" scale3D="23,12,1" info="HOOKBOX, wide"/> |
---|
521 | <Model position="0,18,91" mesh="cube.mesh" scale3D="23,12,1" info="HOOKBOX, wide"/> |
---|
522 | <Model position="0,18,69" mesh="cube.mesh" scale3D="23,12,1" info="HOOKBOX, wide"/> |
---|
523 | <Model position="0,18,47" mesh="cube.mesh" scale3D="23,12,1" info="HOOKBOX, wide"/> |
---|
524 | |
---|
525 | <Model position="-11,18,102" mesh="cube.mesh" scale3D="10,10,10" info="HOOK, frontL"/> |
---|
526 | <Model position="11,18,102" mesh="cube.mesh" scale3D="10,10,10" info="HOOK, frontR"/> |
---|
527 | <Model position="-11,18,80" mesh="cube.mesh" scale3D="10,10,10" info="HOOK, partL"/> |
---|
528 | <Model position="11,18,80" mesh="cube.mesh" scale3D="10,10,10" info="HOOK, partR"/> |
---|
529 | <Model position="-11,18,58" mesh="cube.mesh" scale3D="10,10,10" info="HOOK, sidearmL"/> |
---|
530 | <Model position="11,18,58" mesh="cube.mesh" scale3D="10,10,10" info="HOOK, sidearmR"/> |
---|
531 | </attached> |
---|
532 | <collisionShapes> |
---|
533 | </collisionShapes> |
---|
534 | </StaticEntity--> |
---|
535 | |
---|
536 | |
---|
537 | |
---|
538 | <!-- 9 Pawns, each being a part of HeavyCruiser. |
---|
539 | The first Pawn, being the ships main body, is in comments, allowing the playable SpaceShip to be spawned there instead. |
---|
540 | All Pawns can easily be included into a level using the lua file "HeavyCruiserParts" --> |
---|
541 | |
---|
542 | <Pawn team=1 health=1000 initialhealth=1000 maxhealth=1000 position="0,300,-2000" yaw="180" direction="0,0,0" collisionType=dynamic mass=10000 name=HeavyCruiser_body radarname = "HeavyCruiser" > |
---|
543 | <explosion> |
---|
544 | <ExplosionPart minspeed=0 maxspeed=0 effect1="orxonox/explosion_flash2" effect2="orxonox/explosion_sparks2" scale=2.5 /> |
---|
545 | <ExplosionPart minspeed=0 maxspeed=0 effect1="orxonox/explosion_flame2" scale=2.5 /> |
---|
546 | <ExplosionPart minspeed=0 maxspeed=0 effect1="orxonox/explosion_shockwave2" scale=12 /> |
---|
547 | <ExplosionPart minspeed=0 maxspeed=0 effect1="orxonox/explosion_streak2" effect2="orxonox/explosion_afterglow" scale=2.5 /> |
---|
548 | |
---|
549 | <ExplosionPart offset="50,50,50" minspeed=0 maxspeed=0 effect1="orxonox/explosion_flash2" effect2="orxonox/explosion_sparks2" scale=2.5 delay=0.3 /> |
---|
550 | <ExplosionPart offset="50,50,50" minspeed=0 maxspeed=0 effect1="orxonox/explosion_flame2" scale=2.5 delay=0.3 /> |
---|
551 | <ExplosionPart offset="50,50,50" minspeed=0 maxspeed=0 effect1="orxonox/explosion_shockwave2" scale=12 delay=0.3 /> |
---|
552 | <ExplosionPart offset="50,50,50" minspeed=0 maxspeed=0 effect1="orxonox/explosion_streak2" effect2="orxonox/explosion_afterglow" scale=2.5 delay=0.3 /> |
---|
553 | |
---|
554 | <ExplosionPart offset="50,-50,-50" minspeed=0 maxspeed=0 effect1="orxonox/explosion_flash2" effect2="orxonox/explosion_sparks2" scale=2.5 delay=0.6 /> |
---|
555 | <ExplosionPart offset="50,-50,-50" minspeed=0 maxspeed=0 effect1="orxonox/explosion_flame2" scale=2.5 delay=0.6 /> |
---|
556 | <ExplosionPart offset="50,-50,-50" minspeed=0 maxspeed=0 effect1="orxonox/explosion_shockwave2" scale=12 delay=0.6 /> |
---|
557 | <ExplosionPart offset="50,-50,-50" minspeed=0 maxspeed=0 effect1="orxonox/explosion_streak2" effect2="orxonox/explosion_afterglow" scale=2.5 delay=0.6 /> |
---|
558 | |
---|
559 | <ExplosionPart offset="-50,0,50" minspeed=0 maxspeed=0 effect1="orxonox/explosion_flash2" effect2="orxonox/explosion_sparks2" scale=2.5 delay=0.9 /> |
---|
560 | <ExplosionPart offset="-50,0,50" minspeed=0 maxspeed=0 effect1="orxonox/explosion_flame2" scale=2.5 delay=0.9 /> |
---|
561 | <ExplosionPart offset="-50,0,50" minspeed=0 maxspeed=0 effect1="orxonox/explosion_shockwave2" scale=12 delay=0.9 /> |
---|
562 | <ExplosionPart offset="-50,0,50" minspeed=0 maxspeed=0 effect1="orxonox/explosion_streak2" effect2="orxonox/explosion_afterglow" scale=2.5 delay=0.9 /> |
---|
563 | </explosion> |
---|
564 | <attached> |
---|
565 | <Model position="0,0,0" direction="-1,0,0" mesh="HeavyCruiser_body.mesh" scale="40" /> |
---|
566 | |
---|
567 | <BlinkingBillboard position="75,30,-416" material="Examples/Flare" colour="0.8, 0.8, 0, 0.1" amplitude=0.05 frequency=0.3 phase=240 quadratic=1 /> |
---|
568 | <BlinkingBillboard position="-75,30,-416" material="Examples/Flare" colour="0.8, 0.8, 0, 0.1" amplitude=0.05 frequency=0.3 phase=240 quadratic=1 /> |
---|
569 | <BlinkingBillboard position="74,30,-402" material="Examples/Flare" colour="0.8, 0.8, 0, 0.1" amplitude=0.1 frequency=0.3 phase=120 quadratic=1 /> |
---|
570 | <BlinkingBillboard position="-74,30,-402" material="Examples/Flare" colour="0.8, 0.8, 0, 0.1" amplitude=0.1 frequency=0.3 phase=120 quadratic=1 /> |
---|
571 | <BlinkingBillboard position="73,30,-388" material="Examples/Flare" colour="0.8, 0.8, 0, 0.1" amplitude=0.15 frequency=0.3 phase=0 quadratic=1 /> |
---|
572 | <BlinkingBillboard position="-73,30,-388" material="Examples/Flare" colour="0.8, 0.8, 0, 0.1" amplitude=0.15 frequency=0.3 phase=0 quadratic=1 /> |
---|
573 | |
---|
574 | <BlinkingBillboard position="67,-5,-240" material="Examples/Flare" colour="0, 0.7, 0, 0.1" amplitude=0.3 frequency=0.15 phase=0 quadratic=1 /> |
---|
575 | <BlinkingBillboard position="-67,-5,-240" material="Examples/Flare" colour="0.7, 0, 0, 0.1" amplitude=0.3 frequency=0.15 phase=360 quadratic=1 /> |
---|
576 | <BlinkingBillboard position="72,51,-380" material="Examples/Flare" colour="0, 0.7, 0, 0.1" amplitude=0.3 frequency=0.15 phase=360 quadratic=1 /> |
---|
577 | <BlinkingBillboard position="-72,51,-380" material="Examples/Flare" colour="0.7, 0, 0, 0.1" amplitude=0.3 frequency=0.15 phase=0 quadratic=1 /> |
---|
578 | |
---|
579 | <BlinkingBillboard position="95,-15,483" material="Examples/Flare" colour="0, 0.7, 0, 0.1" amplitude=0.3 frequency=0.15 phase=360 quadratic=1 /> |
---|
580 | <BlinkingBillboard position="-95,-15,483" material="Examples/Flare" colour="0.7, 0, 0, 0.1" amplitude=0.3 frequency=0.15 phase=0 quadratic=1 /> |
---|
581 | <BlinkingBillboard position="74,103,524" material="Examples/Flare" colour="0, 0.7, 0, 0.1" amplitude=0.3 frequency=0.15 phase=0 quadratic=1 /> |
---|
582 | <BlinkingBillboard position="-74,103,524" material="Examples/Flare" colour="0.7, 0, 0, 0.1" amplitude=0.3 frequency=0.15 phase=360 quadratic=1 /> |
---|
583 | </attached> |
---|
584 | <collisionShapes> |
---|
585 | <BoxCollisionShape position="60,35,-310" halfExtents="13,28,60" info="body, bay1, Rwall"/> |
---|
586 | <BoxCollisionShape position="-60,35,-310" halfExtents="13,28,60" info="body, bay1, Lwall"/> |
---|
587 | <BoxCollisionShape position="0,56,-310" halfExtents="65,6,60" info="body, bay1, Twall"/> |
---|
588 | <BoxCollisionShape position="0,33,-260" halfExtents="65,28,5" info="body, bay1, Bwall"/> |
---|
589 | <BoxCollisionShape position="0,10,-310" halfExtents="65,5,60" info="body, bay1, BottomWall"/> |
---|
590 | |
---|
591 | <BoxCollisionShape position="0,35,-125" halfExtents="83,30,130" info="body, front"/> |
---|
592 | <BoxCollisionShape position="0,6,-307" halfExtents="19,3,43" info="body, frontbottom"/> |
---|
593 | <BoxCollisionShape position="0,5,-196" halfExtents="27,3,24" info="body, dock"/> |
---|
594 | <BoxCollisionShape position="0,7,-248" pitch="25" halfExtents="63,4,12" info="body, dockF"/> |
---|
595 | <BoxCollisionShape position="70,6,-120" roll="20" halfExtents="12,6,120" info="body, dockR"/> |
---|
596 | <BoxCollisionShape position="63,-2,-180" halfExtents="3,3,60" info="body, dockR"/> |
---|
597 | <BoxCollisionShape position="-70,6,-120" roll="-20" halfExtents="12,6,120" info="body, dockL"/> |
---|
598 | <BoxCollisionShape position="-63,-2,-180" halfExtents="3,3,60" info="body, dockL"/> |
---|
599 | <BoxCollisionShape position="87,32,-63" halfExtents="4,23,50" info="body, frontCR"/> |
---|
600 | <BoxCollisionShape position="-87,32,-63" halfExtents="4,23,50" info="body, frontCL"/> |
---|
601 | |
---|
602 | <BoxCollisionShape position="0,72,-213" halfExtents="37,8,60" info="body, Fbridge"/> |
---|
603 | <BoxCollisionShape position="0,72,-110" halfExtents="53,11,53" info="body, Cbridge"/> |
---|
604 | <BoxCollisionShape position="0,86,-110" halfExtents="40,4,40" info="body, Cbridge"/> |
---|
605 | <BoxCollisionShape position="0,70,-60" halfExtents="65,11,30" info="body, Bbridge"/> |
---|
606 | <BoxCollisionShape position="0,84,-45" halfExtents="33,11,26" info="body, Bbridge"/> |
---|
607 | <BoxCollisionShape position="0,79,-6" pitch="10" halfExtents="32,13,17" info="body, Bbridge"/> |
---|
608 | <BoxCollisionShape position="38,67,-45" roll="50" halfExtents="16,23,25" info="body, BbridgeR"/> |
---|
609 | <BoxCollisionShape position="35,63,-17" pitch="25" yaw="-20" roll="40" halfExtents="16,23,16" info="body, BbridgeR"/> |
---|
610 | <BoxCollisionShape position="-38,67,-45" roll="-50" halfExtents="16,23,25" info="body, BbridgeL"/> |
---|
611 | <BoxCollisionShape position="-35,63,-17" pitch="25" yaw="20" roll="-40" halfExtents="16,23,16" info="body, BbridgeL"/> |
---|
612 | |
---|
613 | <BoxCollisionShape position="0,69,80" halfExtents="8,4,80" info="body, Cbeam"/> |
---|
614 | <BoxCollisionShape position="-67,18,58" roll="-22" halfExtents="13,5,53" info="body, CF, L"/> |
---|
615 | <BoxCollisionShape position="-76,36,86" halfExtents="5,18,81" info="body, C, L"/> |
---|
616 | <BoxCollisionShape position="-91,46,86" halfExtents="11,6,20" info="body, C, L upper beam"/> |
---|
617 | <BoxCollisionShape position="-64,8,79" roll="10" halfExtents="8,3,8" info="body, C, L lower beam"/> |
---|
618 | <BoxCollisionShape position="-71,55,140" pitch="-4" roll="31" halfExtents="9,5,27" info="body, CB, TopL"/> |
---|
619 | <BoxCollisionShape position="-62,2,140" roll="24" halfExtents="10,24,32" info="body, CB, BottomL"/> |
---|
620 | <BoxCollisionShape position="67,18,58" roll="22" halfExtents="13,5,53" info="body, CF, R"/> |
---|
621 | <BoxCollisionShape position="76,36,86" halfExtents="5,18,81" info="body, C, R"/> |
---|
622 | <BoxCollisionShape position="91,46,86" halfExtents="11,6,20" info="body, C, R upper beam"/> |
---|
623 | <BoxCollisionShape position="64,8,79" roll="-10" halfExtents="8,3,8" info="body, C, R lower beam"/> |
---|
624 | <BoxCollisionShape position="71,55,140" pitch="-4" roll="-31" halfExtents="9,5,27" info="body, CB, TopR"/> |
---|
625 | <BoxCollisionShape position="62,2,140" roll="-24" halfExtents="10,24,32" info="body, CB, BottomR"/> |
---|
626 | <BoxCollisionShape position="0,60,12" halfExtents="81,5,11" info="body, CF, Top"/> |
---|
627 | <BoxCollisionShape position="0,55,40" pitch="15" halfExtents="81,5,20" info="body, CF, Top"/> |
---|
628 | <BoxCollisionShape position="0,50,85" pitch="1" halfExtents="81,5,29" info="body, C, Top"/> |
---|
629 | <BoxCollisionShape position="0,59,140" pitch="-4" halfExtents="68,5,27" info="body, CB, Top"/> |
---|
630 | |
---|
631 | <BoxCollisionShape position="0,-7,90" halfExtents="40,4,90" info="body, bay3, Twall"/> |
---|
632 | <BoxCollisionShape position="0,-15,-60" halfExtents="60,25,65" info="body, bay3, Fwall"/> |
---|
633 | <BoxCollisionShape position="47,-11,90" halfExtents="13,20,90" info="body, bay3, Rwall"/> |
---|
634 | <BoxCollisionShape position="-47,-11,90" halfExtents="13,20,90" info="body, bay3, Lwall"/> |
---|
635 | <BoxCollisionShape position="0,-29,149" halfExtents="10,2,11" info="body, bay3, platform"/> |
---|
636 | <BoxCollisionShape position="0,-20,227" halfExtents="60,20,65" info="body, bay3, Bwall"/> |
---|
637 | |
---|
638 | <BoxCollisionShape position="0,81,238" halfExtents="26,5,59" info="body, BF, Top"/> |
---|
639 | <BoxCollisionShape position="0,67,234" halfExtents="54,5,67" info="body, BF, Top"/> |
---|
640 | <BoxCollisionShape position="0,77,175" pitch="-36" halfExtents="26,5,9" info="body, BF, Top"/> |
---|
641 | <BoxCollisionShape position="0,62,161" pitch="-30" halfExtents="56,5,10" info="body, BF, Top"/> |
---|
642 | <BoxCollisionShape position="0,69,162" halfExtents="16,7,10" info="body, BF, Top"/> |
---|
643 | <BoxCollisionShape position="31,76,238" roll="-46" halfExtents="10,3,59" info="body, BF, TopR"/> |
---|
644 | <BoxCollisionShape position="64,64,234" roll="-24" halfExtents="13,3,67" info="body, BF, TopR"/> |
---|
645 | <BoxCollisionShape position="-31,76,238" roll="46" halfExtents="10,3,59" info="body, BF, TopL"/> |
---|
646 | <BoxCollisionShape position="-64,64,234" roll="24" halfExtents="13,3,67" info="body, BF, TopL"/> |
---|
647 | |
---|
648 | <BoxCollisionShape position="77,40,244" roll="16" halfExtents="7,20,79" info="body, BF, R"/> |
---|
649 | <BoxCollisionShape position="95,9,234" roll="2" halfExtents="18,16,59" info="body, BF, R"/> |
---|
650 | <BoxCollisionShape position="74,1,255" roll="-20" halfExtents="18,19,82" info="body, BF, BottomR"/> |
---|
651 | <BoxCollisionShape position="66,-21,255" roll="9" halfExtents="17,5,82" info="body, BF, BottomR"/> |
---|
652 | <BoxCollisionShape position="-77,40,244" roll="-16" halfExtents="7,20,79" info="body, BF, L"/> |
---|
653 | <BoxCollisionShape position="-95,9,234" roll="-2" halfExtents="18,16,59" info="body, BF, L"/> |
---|
654 | <BoxCollisionShape position="-74,1,255" roll="20" halfExtents="18,19,82" info="body, BF, BottomL"/> |
---|
655 | <BoxCollisionShape position="-66,-21,255" roll="-9" halfExtents="17,5,82" info="body, BF, BottomL"/> |
---|
656 | |
---|
657 | <BoxCollisionShape position="0,106,381" halfExtents="36,5,71" info="body, BTop"/> |
---|
658 | <BoxCollisionShape position="0,93,299" pitch="-49" halfExtents="34,5,20" info="body, BTop"/> |
---|
659 | <BoxCollisionShape position="41,101,381" roll="-42" halfExtents="10,4,71" info="body, BTopR"/> |
---|
660 | <BoxCollisionShape position="-41,101,381" roll="42" halfExtents="10,4,71" info="body, BTopL"/> |
---|
661 | |
---|
662 | <BoxCollisionShape position="78,45,332" pitch="-10" roll="-10" yaw="20" halfExtents="10,20,30" info="body, back, R"/> |
---|
663 | <BoxCollisionShape position="68,77,332" pitch="-10" roll="35" yaw="20" halfExtents="10,20,30" info="body, back, TR"/> |
---|
664 | <BoxCollisionShape position="50,70,290" pitch="-10" roll="35" yaw="43" halfExtents="5,20,20" info="body, back, TR"/> |
---|
665 | <BoxCollisionShape position="37,95,307" pitch="-10" roll="30" yaw="43" halfExtents="5,8,8" info="body, back, TR"/> |
---|
666 | <BoxCollisionShape position="52,92,332" pitch="-10" yaw="30" halfExtents="10,5,30" info="body, back, TR"/> |
---|
667 | <BoxCollisionShape position="88,4,322" halfExtents="10,24,30" info="body, back, RB"/> |
---|
668 | <BoxCollisionShape position="54,-24,314" roll="35" pitch="-10" halfExtents="8,5,23" info="body, back, RB"/> |
---|
669 | <BoxCollisionShape position="68,-19,346" pitch="-17" roll="8" halfExtents="16,4,11" info="body, back, bottomR"/> |
---|
670 | <BoxCollisionShape position="-78,45,332" pitch="-10" roll="10" yaw="-20" halfExtents="10,20,30" info="body, back, L"/> |
---|
671 | <BoxCollisionShape position="-68,77,332" pitch="-10" roll="-35" yaw="-20" halfExtents="10,20,30" info="body, back, TL"/> |
---|
672 | <BoxCollisionShape position="-50,70,290" pitch="-10" roll="-35" yaw="-43" halfExtents="5,20,20" info="body, back, TL"/> |
---|
673 | <BoxCollisionShape position="-37,95,307" pitch="-10" roll="-30" yaw="-43" halfExtents="5,8,8" info="body, back, TL"/> |
---|
674 | <BoxCollisionShape position="-52,92,332" pitch="-10" yaw="-30" halfExtents="10,5,30" info="body, back, TL"/> |
---|
675 | <BoxCollisionShape position="-88,4,322" halfExtents="10,24,30" info="body, back, LB"/> |
---|
676 | <BoxCollisionShape position="-54,-24,314" roll="-35" pitch="-10" halfExtents="8,5,23" info="body, back, LB"/> |
---|
677 | <BoxCollisionShape position="-68,-19,346" pitch="-17" roll="-8" halfExtents="16,4,11" info="body, back, bottomL"/> |
---|
678 | <BoxCollisionShape position="0,-30,314" pitch="-8" halfExtents="52,4,23" info="body, back, bottom"/> |
---|
679 | <BoxCollisionShape position="0,-22,346" pitch="-24" halfExtents="52,4,11" info="body, back, bottom"/> |
---|
680 | |
---|
681 | <BoxCollisionShape position="48,-29,400" halfExtents="5,8,58" info="body, BBottomRBeam"/> |
---|
682 | <BoxCollisionShape position="48,-29,451" halfExtents="10,13,14" info="body, BBottomRBeam"/> |
---|
683 | <BoxCollisionShape position="-48,-29,400" halfExtents="5,8,58" info="body, BBottomLBeam"/> |
---|
684 | <BoxCollisionShape position="-48,-31,451" halfExtents="10,13,14" info="body, BBottomLBeam"/> |
---|
685 | |
---|
686 | <BoxCollisionShape position="103,60,420" halfExtents="18,9,64" info="body, back, Rextrusion"/> |
---|
687 | <BoxCollisionShape position="-103,60,420" halfExtents="18,9,64" info="body, back, Lextrusion"/> |
---|
688 | <BoxCollisionShape position="-85,7,417" halfExtents="10,21,67" info="body, back, LB"/> |
---|
689 | <BoxCollisionShape position="85,7,417" halfExtents="10,21,67" info="body, back, RB"/> |
---|
690 | <BoxCollisionShape position="0,-8,473" halfExtents="90,6,10" info="body, back, Bback"/> |
---|
691 | <BoxCollisionShape position="0,-13,474" pitch="-23" halfExtents="76,5,8" info="body, back, Bback"/> |
---|
692 | <BoxCollisionShape position="-79,-13,405" roll="-12" halfExtents="15,5,73" info="body, back, BL"/> |
---|
693 | <BoxCollisionShape position="79,-13,405" roll="12" halfExtents="15,5,73" info="body, back, BR"/> |
---|
694 | <BoxCollisionShape position="0,-15,410" halfExtents="66,6,58" info="body, back, B"/> |
---|
695 | |
---|
696 | <BoxCollisionShape position="78,32,440" roll="-18" halfExtents="18,35,85" info="body, bay2, Rwall"/> |
---|
697 | <BoxCollisionShape position="75,71,440" roll="35" halfExtents="18,27,85" info="body, bay2, Rwall"/> |
---|
698 | <BoxCollisionShape position="-78,32,440" roll="18" halfExtents="18,35,85" info="body, bay2, Lwall"/> |
---|
699 | <BoxCollisionShape position="-75,71,440" roll="-35" halfExtents="18,27,85" info="body, bay2, Lwall"/> |
---|
700 | <BoxCollisionShape position="0,75,435" halfExtents="72,28,90" info="body, bay2, Twall"/> |
---|
701 | <BoxCollisionShape position="0,35,423" halfExtents="85,35,5" info="body, bay2, Fwall"/> |
---|
702 | <BoxCollisionShape position="0,-3,465" halfExtents="84,5,60" info="body, bay2, BottomWall"/> |
---|
703 | <BoxCollisionShape position="0,78,526" halfExtents="43,17,5" info="body, bay2, Twall"/> |
---|
704 | |
---|
705 | |
---|
706 | <BoxCollisionShape position="0,7,80" halfExtents="23,1,34" info="HOOKBOX at 0,18,80, bottom"/> |
---|
707 | <BoxCollisionShape position="0,29,80" halfExtents="23,1,34" info="HOOKBOX, top"/> |
---|
708 | <BoxCollisionShape position="-22,18,80" halfExtents="1,12,34" info="HOOKBOX, left long"/> |
---|
709 | <BoxCollisionShape position="0,18,80" halfExtents="1,12,34" info="HOOKBOX, center long"/> |
---|
710 | <BoxCollisionShape position="22,18,80" halfExtents="1,12,34" info="HOOKBOX, right long"/> |
---|
711 | <BoxCollisionShape position="0,18,113" halfExtents="23,12,1" info="HOOKBOX, wide"/> |
---|
712 | <BoxCollisionShape position="0,18,91" halfExtents="23,12,1" info="HOOKBOX, wide"/> |
---|
713 | <BoxCollisionShape position="0,18,69" halfExtents="23,12,1" info="HOOKBOX, wide"/> |
---|
714 | <BoxCollisionShape position="0,18,47" halfExtents="23,12,1" info="HOOKBOX, wide"/> |
---|
715 | |
---|
716 | <BoxCollisionShape position="0,107,80" halfExtents="23,1,34" info="HOOKBOX at 0,18,80, bottom"/> |
---|
717 | <BoxCollisionShape position="0,129,80" halfExtents="23,1,34" info="HOOKBOX, top"/> |
---|
718 | <BoxCollisionShape position="-22,118,80" halfExtents="1,12,34" info="HOOKBOX, left long"/> |
---|
719 | <BoxCollisionShape position="0,118,80" halfExtents="1,12,34" info="HOOKBOX, center long"/> |
---|
720 | <BoxCollisionShape position="22,118,80" halfExtents="1,12,34" info="HOOKBOX, right long"/> |
---|
721 | <BoxCollisionShape position="0,118,113" halfExtents="23,12,1" info="HOOKBOX, wide"/> |
---|
722 | <BoxCollisionShape position="0,118,91" halfExtents="23,12,1" info="HOOKBOX, wide"/> |
---|
723 | <BoxCollisionShape position="0,118,69" halfExtents="23,12,1" info="HOOKBOX, wide"/> |
---|
724 | <BoxCollisionShape position="0,118,47" halfExtents="23,12,1" info="HOOKBOX, wide"/> |
---|
725 | </collisionShapes> |
---|
726 | </Pawn> |
---|
727 | |
---|
728 | <!--Pawn team=1 health=300 initialhealth=300 maxhealth=300 position="0,300,-2000" yaw="180" direction="0,0,0" collisionType=dynamic mass=1000 name=HeavyCruiser_sidearmL radarname = "HIDDEN" > |
---|
729 | |
---|
730 | <explosion> |
---|
731 | <ExplosionPart offset="-140,0,115" minspeed=0 maxspeed=0 effect1="orxonox/explosion_flash2" effect2="orxonox/explosion_flame2" /> |
---|
732 | <ExplosionPart offset="-140,0,115" minspeed=0 maxspeed=0 effect1="orxonox/explosion_shockwave2" effect2="orxonox/explosion_sparks2" /> |
---|
733 | <ExplosionPart offset="-140,0,115" minspeed=0 maxspeed=0 effect1="orxonox/explosion_streak2" effect2="orxonox/explosion_afterglow" /> |
---|
734 | </explosion> |
---|
735 | |
---|
736 | <attached> |
---|
737 | <Model position="0,0,0" direction="-1,0,0" mesh="HeavyCruiser_sidearmL.mesh" scale="40" /> |
---|
738 | </attached> |
---|
739 | <collisionShapes> |
---|
740 | <BoxCollisionShape position="-11,18,102" halfExtents="10,10,10" info="HOOK, sidearmL"/> |
---|
741 | |
---|
742 | <BoxCollisionShape position="-151,47,115" roll="15" halfExtents="16,2,105" info="sidearmL, frontTop"/> |
---|
743 | <BoxCollisionShape position="-136,-7,115" roll="15" halfExtents="16,2,105" info="sidearmL, frontBottom"/> |
---|
744 | <BoxCollisionShape position="-127,26,115" roll="15" halfExtents="2,28,105" info="sidearmL, frontInner"/> |
---|
745 | <BoxCollisionShape position="-161,16,115" roll="15" halfExtents="2,28,105" info="sidearmL, frontOuter"/> |
---|
746 | <BoxCollisionShape position="-145,21,12" roll="15" halfExtents="16,28,2" info="sidearmL, front"/> |
---|
747 | <BoxCollisionShape position="-140,12,261" roll="15" halfExtents="22,41,43" info="sidearmL, back"/> |
---|
748 | <BoxCollisionShape position="-133,-13,29" roll="15" halfExtents="12,6,17" info="sidearmL, bottom cylinder"/> |
---|
749 | <BoxCollisionShape position="-165,-4,31" roll="15" halfExtents="7,21,13" info="sidearmL, box"/> |
---|
750 | <BoxCollisionShape position="-153,59,96" roll="15" halfExtents="6,7,60" info="sidearmL, upper beam"/> |
---|
751 | <BoxCollisionShape position="-143,57,119" roll="15" halfExtents="3,4,85" info="sidearmL, upper inner beam"/> |
---|
752 | <BoxCollisionShape position="-142,53,212" pitch="21" yaw="5" roll="15" halfExtents="3,4,10" info="sidearmL, upper inner beam"/> |
---|
753 | <BoxCollisionShape position="-160,52,119" roll="15" halfExtents="3,4,85" info="sidearmL, upper outer beam"/> |
---|
754 | <BoxCollisionShape position="-159,48,212" pitch="21" yaw="5" roll="15" halfExtents="3,4,10" info="sidearmL, upper outer beam"/> |
---|
755 | <BoxCollisionShape position="-152,54,34" pitch="-46" yaw="-14" roll="15" halfExtents="6,7,10" info="sidearmL, upper beam front"/> |
---|
756 | <BoxCollisionShape position="-152,54,162" pitch="30" yaw="9" roll="15" halfExtents="6,7,12" info="sidearmL, upper beam back"/> |
---|
757 | <BoxCollisionShape position="-168,21,119" roll="15" halfExtents="3,5,109" info="sidearmL, outer beam"/> |
---|
758 | <BoxCollisionShape position="-134,-10,169" roll="15" halfExtents="6,4,55" info="sidearmL, lower beam front"/> |
---|
759 | <BoxCollisionShape position="-131,-20,217" pitch="-20" roll="15" yaw="-5" halfExtents="6,12,3" info="sidearmL, lower beam middle"/> |
---|
760 | <BoxCollisionShape position="-130,-29,233" roll="15" halfExtents="6,3,15" info="sidearmL, lower beam back"/> |
---|
761 | |
---|
762 | <BoxCollisionShape position="-145,21,71" halfExtents="10,10,1" info="sidearmL, HOOKBOX"/> |
---|
763 | <BoxCollisionShape position="-145,21,29" halfExtents="10,10,1" info="sidearmL, HOOKBOX"/> |
---|
764 | <BoxCollisionShape position="-145,32,50" halfExtents="10,1,20" info="sidearmL, HOOKBOX"/> |
---|
765 | <BoxCollisionShape position="-145,10,50" halfExtents="10,1,20" info="sidearmL, HOOKBOX"/> |
---|
766 | <BoxCollisionShape position="-156,21,50" halfExtents="1,10,20" info="sidearmL, HOOKBOX"/> |
---|
767 | <BoxCollisionShape position="-134,21,50" halfExtents="1,10,20" info="sidearmL, HOOKBOX"/> |
---|
768 | </collisionShapes> |
---|
769 | </Pawn> |
---|
770 | |
---|
771 | <Pawn team=1 health=100 initialhealth=100 maxhealth=100 position="0,300,-2000" yaw="180" direction="0,0,0" collisionType=dynamic mass=1000 name=HeavyCruiser_sidearmLfront radarname = "HIDDEN" > |
---|
772 | |
---|
773 | <explosion> |
---|
774 | <ExplosionPart offset="-141,15,-53" minspeed=0 maxspeed=0 effect1="orxonox/explosion_flash2" effect2="orxonox/explosion_flame2" /> |
---|
775 | <ExplosionPart offset="-141,15,-53" minspeed=0 maxspeed=0 effect1="orxonox/explosion_shockwave2" effect2="orxonox/explosion_sparks2" /> |
---|
776 | <ExplosionPart offset="-141,15,-53" minspeed=0 maxspeed=0 effect1="orxonox/explosion_streak2" effect2="orxonox/explosion_afterglow" /> |
---|
777 | </explosion> |
---|
778 | |
---|
779 | <attached> |
---|
780 | <Model position="0,0,0" direction="-1,0,0" mesh="HeavyCruiser_sidearmLfront.mesh" scale="40" /> |
---|
781 | </attached> |
---|
782 | <collisionShapes> |
---|
783 | <BoxCollisionShape position="-145,21,50" halfExtents="10,10,20" info="sidearmLfront, HOOK"/> |
---|
784 | <BoxCollisionShape position="-141,15,-53" roll="15" halfExtents="27,44,62" info="sidearmLfront"/> |
---|
785 | <BoxCollisionShape position="-153,59,-30" roll="15" halfExtents="4,2,38" info="sidearmLfront, top"/> |
---|
786 | <BoxCollisionShape position="-153,61,-41" roll="15" halfExtents="4,4,11" info="sidearmLfront, top"/> |
---|
787 | <BoxCollisionShape position="-153,60,-65" roll="15" halfExtents="4,3,4" info="sidearmLfront, top"/> |
---|
788 | <BoxCollisionShape position="-153,59,-41" roll="15" halfExtents="8,2,11" info="sidearmLfront, top"/> |
---|
789 | </collisionShapes> |
---|
790 | </Pawn> |
---|
791 | |
---|
792 | <Pawn team=1 health=300 initialhealth=300 maxhealth=300 position="0,300,-2000" yaw="180" direction="0,0,0" collisionType=dynamic mass=1000 name=HeavyCruiser_sidearmR radarname = "HIDDEN" > |
---|
793 | <explosion> |
---|
794 | <ExplosionPart offset="140,0,115" minspeed=0 maxspeed=0 effect1="orxonox/explosion_flash2" effect2="orxonox/explosion_flame2" /> |
---|
795 | <ExplosionPart offset="140,0,115" minspeed=0 maxspeed=0 effect1="orxonox/explosion_shockwave2" effect2="orxonox/explosion_sparks2" /> |
---|
796 | <ExplosionPart offset="140,0,115" minspeed=0 maxspeed=0 effect1="orxonox/explosion_streak2" effect2="orxonox/explosion_afterglow" /> |
---|
797 | </explosion> |
---|
798 | <attached> |
---|
799 | <Model position="0,0,0" direction="-1,0,0" mesh="HeavyCruiser_sidearmR.mesh" scale="40" /> |
---|
800 | </attached> |
---|
801 | <collisionShapes> |
---|
802 | <BoxCollisionShape position="11,18,102" halfExtents="10,10,10" info="HOOK, sidearmR"/> |
---|
803 | <BoxCollisionShape position="151,47,115" roll="-15" halfExtents="16,2,105" info="sidearmR, frontTop"/> |
---|
804 | <BoxCollisionShape position="136,-7,115" roll="-15" halfExtents="16,2,105" info="sidearmR, frontBottom"/> |
---|
805 | <BoxCollisionShape position="127,26,115" roll="-15" halfExtents="2,28,105" info="sidearmR, frontInner"/> |
---|
806 | <BoxCollisionShape position="161,16,115" roll="-15" halfExtents="2,28,105" info="sidearmR, frontOuter"/> |
---|
807 | <BoxCollisionShape position="145,21,12" roll="-15" halfExtents="16,28,2" info="sidearmR, front"/> |
---|
808 | <BoxCollisionShape position="140,12,261" roll="-15" halfExtents="22,41,43" info="sidearmR, back"/> |
---|
809 | <BoxCollisionShape position="133,-13,29" roll="-15" halfExtents="12,6,17" info="sidearmR, bottom cylinder"/> |
---|
810 | <BoxCollisionShape position="165,-4,31" roll="-15" halfExtents="7,21,13" info="sidearmR, box"/> |
---|
811 | <BoxCollisionShape position="153,59,96" roll="-15" halfExtents="6,7,60" info="sidearmR, upper beam"/> |
---|
812 | <BoxCollisionShape position="143,57,119" roll="-15" halfExtents="3,4,85" info="sidearmR, upper inner beam"/> |
---|
813 | <BoxCollisionShape position="142,53,212" pitch="21" yaw="-5" roll="-15" halfExtents="3,4,10" info="sidearmR, upper inner beam"/> |
---|
814 | <BoxCollisionShape position="160,52,119" roll="-15" halfExtents="3,4,85" info="sidearmR, upper outer beam"/> |
---|
815 | <BoxCollisionShape position="159,48,212" pitch="21" yaw="-5" roll="-15" halfExtents="3,4,10" info="sidearmR, upper outer beam"/> |
---|
816 | <BoxCollisionShape position="152,54,34" pitch="-46" yaw="14" roll="-15" halfExtents="6,7,10" info="sidearmR, upper beam front"/> |
---|
817 | <BoxCollisionShape position="152,54,162" pitch="30" yaw="-9" roll="-15" halfExtents="6,7,12" info="sidearmR, upper beam back"/> |
---|
818 | <BoxCollisionShape position="168,21,119" roll="-15" halfExtents="3,5,109" info="sidearmR, outer beam"/> |
---|
819 | <BoxCollisionShape position="134,-10,169" roll="-15" halfExtents="6,4,55" info="sidearmR, lower beam front"/> |
---|
820 | <BoxCollisionShape position="131,-20,217" pitch="-20" roll="-15" yaw="5" halfExtents="6,12,3" info="sidearmR, lower beam middle"/> |
---|
821 | <BoxCollisionShape position="130,-29,233" roll="-15" halfExtents="6,3,15" info="sidearmR, lower beam back"/> |
---|
822 | |
---|
823 | <BoxCollisionShape position="145,21,71" halfExtents="10,10,1" info="sidearmR, HOOKBOX"/> |
---|
824 | <BoxCollisionShape position="145,21,29" halfExtents="10,10,1" info="sidearmR, HOOKBOX"/> |
---|
825 | <BoxCollisionShape position="145,32,50" halfExtents="10,1,20" info="sidearmR, HOOKBOX"/> |
---|
826 | <BoxCollisionShape position="145,10,50" halfExtents="10,1,20" info="sidearmR, HOOKBOX"/> |
---|
827 | <BoxCollisionShape position="156,21,50" halfExtents="1,10,20" info="sidearmR, HOOKBOX"/> |
---|
828 | <BoxCollisionShape position="134,21,50" halfExtents="1,10,20" info="sidearmR, HOOKBOX"/> |
---|
829 | </collisionShapes> |
---|
830 | </Pawn> |
---|
831 | |
---|
832 | <Pawn team=1 health=100 initialhealth=100 maxhealth=100 position="0,300,-2000" yaw="180" direction="0,0,0" collisionType=dynamic mass=1000 name=sidearmRfront radarname = "HIDDEN" > |
---|
833 | <explosion> |
---|
834 | <ExplosionPart offset="141,15,-53" minspeed=0 maxspeed=0 effect1="orxonox/explosion_flash2" effect2="orxonox/explosion_flame2" /> |
---|
835 | <ExplosionPart offset="141,15,-53" minspeed=0 maxspeed=0 effect1="orxonox/explosion_shockwave2" effect2="orxonox/explosion_sparks2" /> |
---|
836 | <ExplosionPart offset="141,15,-53" minspeed=0 maxspeed=0 effect1="orxonox/explosion_streak2" effect2="orxonox/explosion_afterglow" /> |
---|
837 | </explosion> |
---|
838 | <attached> |
---|
839 | <Model position="0,0,0" direction="-1,0,0" mesh="HeavyCruiser_sidearmRfront.mesh" scale="40" /> |
---|
840 | </attached> |
---|
841 | <collisionShapes> |
---|
842 | <BoxCollisionShape position="145,21,50" halfExtents="10,10,20" info="sidearmRfront, HOOK"/> |
---|
843 | <BoxCollisionShape position="141,15,-53" roll="-15" halfExtents="27,44,62" info="sidearmRfront"/> |
---|
844 | <BoxCollisionShape position="153,59,-30" roll="-15" halfExtents="4,2,38" info="sidearmRfront, top"/> |
---|
845 | <BoxCollisionShape position="153,61,-41" roll="-15" halfExtents="4,4,11" info="sidearmRfront, top"/> |
---|
846 | <BoxCollisionShape position="153,60,-65" roll="-15" halfExtents="4,3,4" info="sidearmRfront, top"/> |
---|
847 | <BoxCollisionShape position="153,59,-41" roll="-15" halfExtents="8,2,11" info="sidearmRfront, top"/> |
---|
848 | </collisionShapes> |
---|
849 | </Pawn> |
---|
850 | |
---|
851 | <Pawn team=1 health=100 initialhealth=100 maxhealth=100 position="0,300,-2000" yaw="180" direction="0,0,0" collisionType=dynamic mass=1000 name=HeavyCruiser_frontL radarname = "HIDDEN" > |
---|
852 | <explosion> |
---|
853 | <ExplosionPart offset="-80,33,-320" minspeed=0 maxspeed=0 effect1="orxonox/explosion_flash2" effect2="orxonox/explosion_flame2" /> |
---|
854 | <ExplosionPart offset="-80,33,-320" minspeed=0 maxspeed=0 effect1="orxonox/explosion_shockwave2" effect2="orxonox/explosion_sparks2" /> |
---|
855 | <ExplosionPart offset="-80,33,-320" minspeed=0 maxspeed=0 effect1="orxonox/explosion_streak2" effect2="orxonox/explosion_afterglow" /> |
---|
856 | </explosion> |
---|
857 | <attached> |
---|
858 | <Model position="0,0,0" direction="-1,0,0" mesh="HeavyCruiser_frontL.mesh" scale="40" /> |
---|
859 | </attached> |
---|
860 | <collisionShapes> |
---|
861 | <BoxCollisionShape position="-11,18,58" halfExtents="10,10,10" info="HOOK, frontL"/> |
---|
862 | <BoxCollisionShape position="-80,33,-320" halfExtents="7,11,54" info="frontL"/> |
---|
863 | <BoxCollisionShape position="-79,31,-399" halfExtents="3,6,26" info="frontL"/> |
---|
864 | </collisionShapes> |
---|
865 | </Pawn> |
---|
866 | |
---|
867 | <Pawn team=1 health=100 initialhealth=100 maxhealth=100 position="0,300,-2000" yaw="180" direction="0,0,0" collisionType=dynamic mass=1000 name=HeavyCruiser_frontR radarname = "HIDDEN" > |
---|
868 | <explosion> |
---|
869 | <ExplosionPart offset="80,33,-320" minspeed=0 maxspeed=0 effect1="orxonox/explosion_flash2" effect2="orxonox/explosion_flame2" /> |
---|
870 | <ExplosionPart offset="80,33,-320" minspeed=0 maxspeed=0 effect1="orxonox/explosion_shockwave2" effect2="orxonox/explosion_sparks2" /> |
---|
871 | <ExplosionPart offset="80,33,-320" minspeed=0 maxspeed=0 effect1="orxonox/explosion_streak2" effect2="orxonox/explosion_afterglow" /> |
---|
872 | </explosion> |
---|
873 | <attached> |
---|
874 | <Model position="0,0,0" direction="-1,0,0" mesh="HeavyCruiser_frontR.mesh" scale="40" /> |
---|
875 | </attached> |
---|
876 | <collisionShapes> |
---|
877 | <BoxCollisionShape position="11,18,58" halfExtents="10,10,10" info="HOOK, frontR"/> |
---|
878 | <BoxCollisionShape position="80,33,-320" halfExtents="7,11,54" info="frontR"/> |
---|
879 | <BoxCollisionShape position="79,31,-399" halfExtents="3,6,26" info="frontR"/> |
---|
880 | </collisionShapes> |
---|
881 | </Pawn> |
---|
882 | |
---|
883 | <Pawn team=1 health=100 initialhealth=100 maxhealth=100 position="0,300,-2000" yaw="180" direction="0,0,0" collisionType=dynamic mass=1000 name=HeavyCruiser_partL radarname = "HIDDEN" > |
---|
884 | <explosion> |
---|
885 | <ExplosionPart offset="-94,33,-179" minspeed=0 maxspeed=0 effect1="orxonox/explosion_flash2" effect2="orxonox/explosion_flame2" /> |
---|
886 | <ExplosionPart offset="-94,33,-179" minspeed=0 maxspeed=0 effect1="orxonox/explosion_shockwave2" effect2="orxonox/explosion_sparks2" /> |
---|
887 | <ExplosionPart offset="-94,33,-179" minspeed=0 maxspeed=0 effect1="orxonox/explosion_streak2" effect2="orxonox/explosion_afterglow" /> |
---|
888 | </explosion> |
---|
889 | <attached> |
---|
890 | <Model position="0,0,0" direction="-1,0,0" mesh="HeavyCruiser_partL.mesh" scale="40" /> |
---|
891 | </attached> |
---|
892 | <collisionShapes> |
---|
893 | <BoxCollisionShape position="-11,18,80" halfExtents="10,10,10" info="HOOK, partL"/> |
---|
894 | <BoxCollisionShape position="-94,33,-179" halfExtents="11,13,45" info="partL"/> |
---|
895 | <BoxCollisionShape position="-96,33,-230" halfExtents="13,17,22" info="partL"/> |
---|
896 | </collisionShapes> |
---|
897 | </Pawn> |
---|
898 | |
---|
899 | <Pawn team=1 health=100 initialhealth=100 maxhealth=100 position="0,300,-2000" yaw="180" direction="0,0,0" collisionType=dynamic mass=1000 name=HeavyCruiser_partR radarname = "HIDDEN" > |
---|
900 | <explosion> |
---|
901 | <ExplosionPart offset="94,33,-179" minspeed=0 maxspeed=0 effect1="orxonox/explosion_flash2" effect2="orxonox/explosion_flame2" /> |
---|
902 | <ExplosionPart offset="94,33,-179" minspeed=0 maxspeed=0 effect1="orxonox/explosion_shockwave2" effect2="orxonox/explosion_sparks2" /> |
---|
903 | <ExplosionPart offset="94,33,-179" minspeed=0 maxspeed=0 effect1="orxonox/explosion_streak2" effect2="orxonox/explosion_afterglow" /> |
---|
904 | </explosion> |
---|
905 | <attached> |
---|
906 | <Model position="0,0,0" direction="-1,0,0" mesh="HeavyCruiser_partR.mesh" scale="40" /> |
---|
907 | </attached> |
---|
908 | <collisionShapes> |
---|
909 | <BoxCollisionShape position="11,18,80" halfExtents="10,10,10" info="HOOK, partR"/> |
---|
910 | <BoxCollisionShape position="94,33,-179" halfExtents="11,13,45" info="partR"/> |
---|
911 | <BoxCollisionShape position="96,33,-230" halfExtents="13,17,22" info="partR"/> |
---|
912 | </collisionShapes> |
---|
913 | </Pawn--> |
---|
914 | |
---|
915 | |
---|
916 | |
---|
917 | <Light type=directional position="0,0,0" direction="0.253, -0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/> |
---|
918 | |
---|
919 | <SpawnPoint team=0 position="0,0,0" lookat="0,0,-100" spawnclass=SpaceShip pawndesign=HeavyCruiserBody /> |
---|
920 | |
---|
921 | <!-- <SpawnPoint team=0 position="0,-200,0" lookat="0,-200,-100" spawnclass=SpaceShip pawndesign=HeavyCruiser /> --> |
---|
922 | <!-- <SpawnPoint team=0 position="0,-100,0" lookat="0,-100,0" spawnclass=SpaceShip pawndesign=spaceshipassff /> --> |
---|
923 | |
---|
924 | </Scene> |
---|
925 | </Level> |
---|
926 | |
---|