Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/Boss_FS17/data/levels/templates/Bossship.oxt @ 11424

Last change on this file since 11424 was 11424, checked in by nyogaraj, 7 years ago

i finished the project without ever making any commits

File size: 29.6 KB
Line 
1<Template name = bossship>
2
3    <!-- Spaceship parameters -->
4
5        <ModularSpaceShip
6        name = endurance
7        collisionType= "dynamic"
8        mass = 10000000
9 shieldhealth=750 initialshieldhealth=750 maxshieldhealth=750 shieldabsorption    = 1 shieldrechargerate  = 100 shieldrechargewaittime = 0.1
10
11   
12       
13       
14       
15       
16        rotationaxis = "1,1,0"
17       
18       
19        rotationrate = "100"
20        >
21
22       
23  <?lua
24  include("../includes/BossSpawnWeaponSetting.oxi")
25  ?>
26       
27        <!-- Destructible parts -->
28
29        <parts>
30
31                <ShipPart name = "tunnelsystem" initialhealth="500" maxhealth="500" damageabsorption="0.5" explosionposition="0,0,0" >
32            <destructionevents>
33                <PartDestructionEvent targetType="ship"  operation="destroy" />
34            </destructionevents>
35        </ShipPart>
36
37        <ShipPart name = "mistery1" initialhealth="100" maxhealth="100" damageabsorption="0.5" explosionposition="0,0,0">
38            <destructionevents>
39                <PartDestructionEvent targetType="ship"  operation="destroy" />
40                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
41            </destructionevents>
42        </ShipPart>
43
44        <ShipPart name = "mistery2" initialhealth="100" maxhealth="100" damageabsorption="0.5" explosionposition="0,0,0">
45            <destructionevents>
46                <PartDestructionEvent targetType="ship"  operation="destroy" />
47                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
48            </destructionevents>
49        </ShipPart>
50
51                <ShipPart name = "EnduranceSmallShip1" initialhealth="100" maxhealth="100" damageabsorption="0.5" explosionposition="0,0,0">
52            <destructionevents>
53                <PartDestructionEvent targetType="ship"  operation="destroy" />
54                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
55            </destructionevents>
56        </ShipPart>
57
58        <ShipPart name = "EnduranceSmallShip2" initialhealth="100" maxhealth="100" damageabsorption="0.5" explosionposition="0,0,0">
59            <destructionevents>
60                <PartDestructionEvent targetType="ship"  operation="destroy" />
61                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
62            </destructionevents>
63        </ShipPart>
64
65        <ShipPart name = "ct12" initialhealth="100" maxhealth="100" damageabsorption="0.5" explosionposition="0,0,0">
66            <destructionevents>
67                <PartDestructionEvent targetType="ship"  operation="destroy" />
68                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
69            </destructionevents>
70        </ShipPart>
71
72         <ShipPart name = "ct11" initialhealth="100" maxhealth="100" damageabsorption="0.5" explosionposition="0,0,0">
73            <destructionevents>
74                <PartDestructionEvent targetType="ship"  operation="destroy" />
75                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
76            </destructionevents>
77        </ShipPart>
78
79        <ShipPart name = "ct10" initialhealth="100" maxhealth="100" damageabsorption="0.5" explosionposition="0,0,0">
80            <destructionevents>
81                <PartDestructionEvent targetType="ship"  operation="destroy" />
82                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
83            </destructionevents>
84        </ShipPart>
85
86        <ShipPart name = "ct9" initialhealth="100" maxhealth="100" damageabsorption="0.5" explosionposition="0,0,0">
87            <destructionevents>
88                <PartDestructionEvent targetType="ship"  operation="destroy" />
89                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
90            </destructionevents>
91        </ShipPart>
92
93        <ShipPart name = "ct8" initialhealth="100" maxhealth="100" damageabsorption="0.5" explosionposition="0,0,0">
94            <destructionevents>
95                <PartDestructionEvent targetType="ship"  operation="destroy" />
96                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
97            </destructionevents>
98        </ShipPart>
99
100        <ShipPart name = "ct7" initialhealth="100" maxhealth="100" damageabsorption="0.5" explosionposition="0,0,0">
101            <destructionevents>
102                <PartDestructionEvent targetType="ship"  operation="destroy" />
103                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
104            </destructionevents>
105        </ShipPart>
106
107        <ShipPart name = "ct6" initialhealth="100" maxhealth="100" damageabsorption="0.5" explosionposition="0,0,0">
108            <destructionevents>
109                <PartDestructionEvent targetType="ship"  operation="destroy" />
110                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
111            </destructionevents>
112        </ShipPart>
113
114        <ShipPart name = "ct5" initialhealth="100" maxhealth="100" damageabsorption="0.5" explosionposition="0,0,0">
115            <destructionevents>
116                <PartDestructionEvent targetType="ship"  operation="destroy" />
117                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
118            </destructionevents>
119        </ShipPart>
120
121        <ShipPart name = "ct4" initialhealth="100" maxhealth="100" damageabsorption="0.5" explosionposition="0,0,0">
122            <destructionevents>
123                <PartDestructionEvent targetType="ship"  operation="destroy" />
124                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
125            </destructionevents>
126        </ShipPart>
127
128        <ShipPart name = "ct3" initialhealth="100" maxhealth="100" damageabsorption="0.5" explosionposition="0,0,0">
129            <destructionevents>
130               <PartDestructionEvent targetType="ship"  operation="destroy" />
131                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
132            </destructionevents>
133        </ShipPart>
134
135        <ShipPart name = "ct2" initialhealth="100" maxhealth="100" damageabsorption="0.5" explosionposition="0,0,0">
136            <destructionevents>
137                <PartDestructionEvent targetType="ship"  operation="destroy" />
138                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
139            </destructionevents>
140        </ShipPart>
141
142        <ShipPart name = "ct1" initialhealth="100" maxhealth="100" damageabsorption="0.5" explosionposition="0,0,0">
143            <destructionevents>
144                <PartDestructionEvent targetType="ship"  operation="destroy" />
145                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
146            </destructionevents>
147        </ShipPart>
148
149        <ShipPart name = "part1" initialhealth="100" maxhealth="100" damageabsorption="0.5" explosionposition="0,0,0">
150            <destructionevents>
151                <PartDestructionEvent targetType="ship"  operation="destroy" />
152                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
153                <PartDestructionEvent targetType="part" targetName ="ct12"   operation="destroy" />
154                <PartDestructionEvent targetType="part" targetName ="ct11"   operation="destroy" />
155            </destructionevents>
156        </ShipPart>
157
158        <ShipPart name = "part2" initialhealth="100" maxhealth="100" damageabsorption="0.9" explosionposition="0,0,0">
159            <destructionevents>
160                <PartDestructionEvent targetType="ship"  operation="destroy" />
161                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
162                <PartDestructionEvent targetType="part" targetName ="ct11"   operation="destroy" />
163                <PartDestructionEvent targetType="part" targetName ="ct10"   operation="destroy" />
164            </destructionevents>
165        </ShipPart>
166
167        <ShipPart name = "part3" initialhealth="100" maxhealth="100" damageabsorption="0.5" explosionposition="0,0,0">
168            <destructionevents>
169                <PartDestructionEvent targetType="ship"  operation="destroy" />
170                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
171                <PartDestructionEvent targetType="part" targetName ="ct10"   operation="destroy" />
172                <PartDestructionEvent targetType="part" targetName ="ct9"   operation="destroy" />
173            </destructionevents>
174        </ShipPart>
175
176        <ShipPart name = "part4" initialhealth="100" maxhealth="100" damageabsorption="0.5" explosionposition="0,0,0">
177            <destructionevents>
178                <PartDestructionEvent targetType="ship"  operation="destroy" />
179                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
180                <PartDestructionEvent targetType="part" targetName ="ct9"   operation="destroy" />
181                <PartDestructionEvent targetType="part" targetName ="ct8"   operation="destroy" />
182            </destructionevents>
183        </ShipPart>
184
185        <ShipPart name = "part5" initialhealth="100" maxhealth="100" damageabsorption="0.5" explosionposition="0,0,0">
186            <destructionevents>
187                <PartDestructionEvent targetType="ship"  operation="destroy" />
188                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
189                <PartDestructionEvent targetType="part" targetName ="ct8"   operation="destroy" />
190                <PartDestructionEvent targetType="part" targetName ="ct7"   operation="destroy" /> 
191            </destructionevents>
192        </ShipPart>
193
194        <ShipPart name = "part6" initialhealth="100" maxhealth="100" damageabsorption="0.5" explosionposition="0,0,0">
195            <destructionevents>
196               <PartDestructionEvent targetType="ship"  operation="destroy" />
197                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
198                <PartDestructionEvent targetType="part" targetName ="ct7"   operation="destroy" />
199                <PartDestructionEvent targetType="part" targetName ="ct6"   operation="destroy" />
200            </destructionevents>
201        </ShipPart>
202
203        <ShipPart name = "part7" initialhealth="100" maxhealth="100" damageabsorption="0.5" explosionposition="0,0,0">
204            <destructionevents>
205               <PartDestructionEvent targetType="ship"  operation="destroy" />
206                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
207                <PartDestructionEvent targetType="part" targetName ="ct6"   operation="destroy" />
208                <PartDestructionEvent targetType="part" targetName ="ct5"   operation="destroy" />
209            </destructionevents>
210        </ShipPart>
211
212        <ShipPart name = "part8" initialhealth="100" maxhealth="100" damageabsorption="0.5" explosionposition="0,0,0">
213            <destructionevents>
214                <PartDestructionEvent targetType="ship"  operation="destroy" />
215                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
216                <PartDestructionEvent targetType="part" targetName ="ct5"   operation="destroy" />
217                <PartDestructionEvent targetType="part" targetName ="ct4"   operation="destroy" />
218            </destructionevents>
219        </ShipPart>
220
221        <ShipPart name = "part9" initialhealth="100" maxhealth="100" damageabsorption="0.5" explosionposition="0,0,0">
222            <destructionevents>
223                <PartDestructionEvent targetType="ship"  operation="destroy" />
224                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
225                <PartDestructionEvent targetType="part" targetName ="ct4"   operation="destroy" />
226                <PartDestructionEvent targetType="part" targetName ="ct3"   operation="destroy" />
227            </destructionevents>
228        </ShipPart>
229
230        <ShipPart name = "part10" initialhealth="100" maxhealth="100" damageabsorption="0.5" explosionposition="0,0,0">
231            <destructionevents>
232                <PartDestructionEvent targetType="ship"  operation="destroy" />
233                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
234                <PartDestructionEvent targetType="part" targetName ="ct3"   operation="destroy" />
235                <PartDestructionEvent targetType="part" targetName ="ct2"   operation="destroy" />
236            </destructionevents>
237        </ShipPart>
238
239        <ShipPart name = "part11" initialhealth="100" maxhealth="100" damageabsorption="0.5" explosionposition="0,0,0">
240            <destructionevents>
241                <PartDestructionEvent targetType="ship"  operation="destroy" />
242                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
243                <PartDestructionEvent targetType="part" targetName ="ct2"   operation="destroy" />
244                <PartDestructionEvent targetType="part" targetName ="ct1"   operation="destroy" />
245            </destructionevents>
246        </ShipPart>
247
248        <ShipPart name = "part12" initialhealth="100" maxhealth="100" damageabsorption="0.5" explosionposition="0,0,0">
249            <destructionevents>
250                <PartDestructionEvent targetType="ship"  operation="destroy" />
251                <PartDestructionEvent targetType="ship"  targetParam="maxshieldhealth" operation="-" value="100" />
252                <PartDestructionEvent targetType="part" targetName ="ct1"   operation="destroy" />
253                <PartDestructionEvent targetType="part" targetName ="ct12"   operation="destroy" />
254            </destructionevents>
255        </ShipPart>
256
257    </parts>
258
259    <!-- Explosion effects -->
260
261    <explosion >
262
263
264      <ExplosionPart scale = 5 minspeed=0 maxspeed=0 effect1="orxonox/explosion_flash2" effect2="orxonox/explosion_flame2" />
265      <ExplosionPart scale = 5 minspeed=0 maxspeed=0 effect1="orxonox/explosion_shockwave2" effect2="orxonox/explosion_sparks2" />
266      <ExplosionPart scale = 5 minspeed=0 maxspeed=0 effect1="orxonox/explosion_streak2" effect2="orxonox/explosion_afterglow" />
267      <ExplosionPart offset="94,33,-50" delay=1 minspeed=0 maxspeed=0 effect1="orxonox/explosion_flash2" effect2="orxonox/explosion_flame2" />
268      <ExplosionPart offset="94,33,-50" delay=1 minspeed=0 maxspeed=0 effect1="orxonox/explosion_shockwave2" effect2="orxonox/explosion_sparks2" />
269      <ExplosionPart offset="94,33,-50" delay=1 minspeed=0 maxspeed=0 effect1="orxonox/explosion_streak2" effect2="orxonox/explosion_afterglow" />
270 
271      <ExplosionPart scale = 2.5 mesh="CockpitDebris.mesh" effect1="Orxonox/fire4" effect2="Orxonox/smoke6" />
272      <ExplosionPart scale = 2.5 mesh="BodyDebris1.mesh" effect1="Orxonox/fire4" effect2="Orxonox/smoke6" />
273      <ExplosionPart scale = 2.5 mesh="WingDebris1.mesh" effect1="Orxonox/fire4" effect2="Orxonox/smoke6" />
274      <ExplosionPart scale = 2.5 mesh="WingDebris2.mesh" effect1="Orxonox/fire4" effect2="Orxonox/smoke6" />
275      <ExplosionPart scale = 2.5 mesh="CockpitDebris.mesh" effect1="Orxonox/fire4" effect2="Orxonox/smoke6" />
276      <ExplosionPart scale = 2.5 mesh="BodyDebris1.mesh" effect1="Orxonox/fire4" effect2="Orxonox/smoke6" />
277      <ExplosionPart scale = 2.5 mesh="WingDebris1.mesh" effect1="Orxonox/fire4" effect2="Orxonox/smoke6" />
278      <ExplosionPart scale = 2.5 mesh="WingDebris2.mesh" effect1="Orxonox/fire4" effect2="Orxonox/smoke6" />
279      <ExplosionPart delay=0.8 scale = 2.5 mesh="CockpitDebris.mesh" effect1="Orxonox/fire4" effect2="Orxonox/smoke6" />
280      <ExplosionPart delay=0.8 scale = 2.5 mesh="BodyDebris1.mesh" effect1="Orxonox/fire4" effect2="Orxonox/smoke6" />
281      <ExplosionPart delay=0.8 scale = 2.5 mesh="WingDebris1.mesh" effect1="Orxonox/fire4" effect2="Orxonox/smoke6" />
282      <ExplosionPart delay=0.8 scale = 2.5 mesh="WingDebris2.mesh" effect1="Orxonox/fire4" effect2="Orxonox/smoke6" />
283     
284      <ExplosionPart offset="20,13,-15" delay=1.3 minspeed=0 maxspeed=0 effect1="orxonox/explosion_flash2" effect2="orxonox/explosion_flame2" />
285      <ExplosionPart offset="30,13,-15" delay=1.3 minspeed=0 maxspeed=0 effect1="orxonox/explosion_shockwave2" effect2="orxonox/explosion_sparks2" />
286      <ExplosionPart offset="20,13,-15" delay=1.3 minspeed=0 maxspeed=0 effect1="orxonox/explosion_streak2" effect2="orxonox/explosion_afterglow" />
287      <ExplosionPart offset="-20,-13,-15" delay=1.8 minspeed=0 maxspeed=0 effect1="orxonox/explosion_flash2" effect2="orxonox/explosion_flame2" />
288      <ExplosionPart offset="-20,-13,-15" delay=1.8 minspeed=0 maxspeed=0 effect1="orxonox/explosion_shockwave2" effect2="orxonox/explosion_sparks2" />
289      <ExplosionPart offset="-20,-13,-15" delay=1.8 minspeed=0 maxspeed=0 effect1="orxonox/explosion_streak2" effect2="orxonox/explosion_afterglow" />
290    </explosion>
291
292
293    <attached>
294
295
296
297
298                <!-- coordinates (0,0,0) element 0-->
299       
300                <!-- Small-Ship 1/2 -->
301
302                <StaticEntity  name = "EnduranceSmallShip1" collisionType=static position ="21,14.4,-9.6"  pitch="60" yaw="0" roll="90" >
303                        <attached>
304                                <Model  mesh="Endurance_Small_Ship.mesh" scale="36" />
305               
306                        </attached>
307
308                        <collisionShapes>
309
310                        <BoxCollisionShape  position ="0,-25,2.5" halfExtents="15,30,1" />
311                        <BoxCollisionShape  position ="0,5,-7" halfExtents="7,7,7" />
312
313                        </collisionShapes>
314
315                </StaticEntity>
316
317                <!-- Small-Ship 1/2 -->
318
319                <StaticEntity  name = "EnduranceSmallShip2" collisionType=static position ="21,-14.4,9.6"  pitch="-120" yaw="0" roll="90" >
320                        <attached>
321                                <Model  mesh="Endurance_Small_Ship.mesh" scale="36" />
322               
323                        </attached>
324
325                        <collisionShapes>
326
327                        <BoxCollisionShape  position ="0,-25,2.5" halfExtents="15,30,1" />
328                        <BoxCollisionShape  position ="3,5,-7" halfExtents="7,7,7" />
329
330                        </collisionShapes>
331
332                </StaticEntity>
333
334                <!-- Tunnelsystem -->
335
336                <StaticEntity  name = "tunnelsystem" collisionType=static position ="0,0,0" lookat="0,0,0" pitch="-30" yaw="0" roll="90" >
337                        <attached>
338                                <Model  mesh="Endurance_Tunnelsystem.mesh" scale="66" />
339               
340                        </attached>
341
342                        <collisionShapes>
343
344                        <BoxCollisionShape  position = "30,0,0" halfExtents="65,9,9" />
345                        <BoxCollisionShape  position = "0,40,0" halfExtents="8,30,8" />
346                        <BoxCollisionShape  position = "0,-20,0" halfExtents="7,12,7" />
347                        <BoxCollisionShape  position = "0,0,18" halfExtents="8,8,12" />
348                        <BoxCollisionShape  position = "0,0,-18" halfExtents="8,8,12" />
349                        <BoxCollisionShape  position = "-39,0,0" halfExtents="5,5,7" />
350                       
351
352                        </collisionShapes>
353
354                </StaticEntity>
355
356                <!-- ct12 -->
357
358                <StaticEntity name ="ct12" collisionType=static position ="0,-30,105"  yaw="0" roll="90" pitch="-60" >
359                        <attached>
360               
361                                <Model  mesh="Endurance_Connecting_Tunnel.mesh" scale="6" />
362               
363                        </attached>
364
365                        <collisionShapes>
366
367                        <BoxCollisionShape  halfExtents="8,8,10" />
368
369                        </collisionShapes>
370
371                </StaticEntity>
372
373                <!-- 2 Mistery elements -->
374
375                <StaticEntity name = "mistery1" collisionType=static position ="0,-6,-9.6"  yaw="0" roll="90" pitch="-30" >
376                        <attached>
377               
378                                <Model  mesh="Endurance_Mystery.mesh" scale="48" />
379               
380                        </attached>
381
382                        <collisionShapes>
383
384                        <BoxCollisionShape position ="0,0,-28" halfExtents="25,32,8" />
385                        <BoxCollisionShape position ="0,-30,-28" halfExtents="25,8,8" />
386
387                        </collisionShapes>
388
389                </StaticEntity>
390
391                <StaticEntity name = "mistery2" collisionType=static position ="0,3.6,7.2"  yaw="0" roll="90" pitch="150" >
392                        <attached>
393               
394                                <Model  mesh="Endurance_Mystery.mesh" scale="48" />
395               
396                        </attached>
397
398                        <collisionShapes>
399
400                        <BoxCollisionShape position ="0,0,-28" halfExtents="25,32,8" />
401                        <BoxCollisionShape position ="0,-30,-28" halfExtents="25,8,8" />
402
403                        </collisionShapes>
404
405                </StaticEntity>
406
407                <!-- coordinates (100,0,0) element 1-->
408
409                <StaticEntity name= "part1" collisionType=static lookat="0,0,0" position ="0,0,120" direction="0,0,0" yaw="-90" roll="-90" pitch="0">
410
411                        <attached>
412                                <Model  mesh="Endurance_MainEngine.mesh" scale="5" />
413                               
414               
415                                <ParticleEmitter scale=5  position= "0,-5,28" source="Orxonox/thruster2" lifetime=2.0 loop=1 startdelay=0.0 />
416
417                                <ParticleEmitter scale=5  position= "0,3,28" source="Orxonox/thruster2" lifetime=2.0 loop=1 startdelay=0.0 />
418
419                                <ParticleEmitter scale=5  position= "0,10,28" source="Orxonox/thruster2" lifetime=2.0 loop=1 startdelay=0.0 />
420
421                        </attached>
422
423                        <collisionShapes>
424
425                        <BoxCollisionShape  position ="0,0,-5" halfExtents="14,22,30"  />
426
427                        </collisionShapes>     
428
429                </StaticEntity>
430
431
432                <!-- ct11 -->
433
434                <StaticEntity name = "ct11" collisionType=static position ="0,30,105"  yaw="0" roll="90" pitch="270" >
435                        <attached>
436       
437                                <Model  mesh="Endurance_Connecting_Tunnel.mesh" scale="6" />
438               
439                        </attached>
440
441                        <collisionShapes>
442
443                        <BoxCollisionShape  halfExtents="8,8,10" />
444
445                        </collisionShapes>
446
447                </StaticEntity>
448
449                <!-- coordinates (86,50,0) element 2 -->
450
451                <StaticEntity name = "part2" collisionType=static lookat="0,0,0" position ="0,60,103.2" direction="0,0,0" yaw="0" roll="-90">
452                        <attached>
453                                <Model  mesh="Endurance_Habitat.mesh" scale="5" />
454                               
455                        </attached>
456
457                        <collisionShapes>
458
459                        <BoxCollisionShape  position ="0,0,3" halfExtents="14,24,26"  />
460
461                        </collisionShapes>
462
463                </StaticEntity>
464
465                <!-- ct10 -->
466
467                <StaticEntity name ="ct10" collisionType=static position ="0,78,78"  yaw="0" roll="90" pitch="240" >
468                        <attached>
469               
470                                <Model  mesh="Endurance_Connecting_Tunnel.mesh" scale="6" />
471               
472                        </attached>
473
474                        <collisionShapes>
475
476                        <BoxCollisionShape  halfExtents="8,8,10" />
477
478                        </collisionShapes>
479
480                </StaticEntity>
481
482                <!-- coordinates (50,86,0) element 3 -->       
483
484                <StaticEntity name="part3" collisionType=static lookat="0,0,0" position ="0,103.2,60" direction="0,0,0" yaw="-90" roll="-90">
485                        <attached>
486                                <Model  mesh="Endurance_MainEngine.mesh" scale="5" />
487
488                                <ParticleEmitter scale=5  position= "0,-5,28" source="Orxonox/thruster2" lifetime=2.0 loop=1 startdelay=0.0 />
489
490                                <ParticleEmitter scale=5  position= "0,3,28" source="Orxonox/thruster2" lifetime=2.0 loop=1 startdelay=0.0 />
491
492                                <ParticleEmitter scale=5  position= "0,10,28" source="Orxonox/thruster2" lifetime=2.0 loop=1 startdelay=0.0 />
493
494                        </attached>
495
496                        <collisionShapes>
497
498                        <BoxCollisionShape  position ="0,0,-5" halfExtents="14,22,30" />
499
500                        </collisionShapes>
501
502                </StaticEntity>
503
504                <!-- ct9 -->
505
506                <StaticEntity name ="ct9" collisionType=static position ="0,105,30"  yaw="0" roll="90" pitch="210" >
507                        <attached>
508               
509                                <Model  mesh="Endurance_Connecting_Tunnel.mesh" scale="6" />
510               
511                        </attached>
512
513                        <collisionShapes>
514
515                        <BoxCollisionShape  halfExtents="8,8,10" />
516
517                        </collisionShapes>
518
519                </StaticEntity>
520
521                <!-- coordinates (0,100,0) element 4 -->       
522
523                <StaticEntity name ="part4" collisionType=static position ="0,120,0" lookat="0,0,0" yaw="0" roll="-90">
524                        <attached>
525                                <Model  mesh="Endurance_Landig_Module.mesh" scale="5" />
526
527                        </attached>
528
529                        <collisionShapes>
530
531                        <BoxCollisionShape  position ="0,0,3" halfExtents="14,25,26" />
532
533                        </collisionShapes>
534
535                </StaticEntity>
536
537                <!-- ct8 -->
538
539                <StaticEntity name ="ct8" collisionType=static position ="0,105,-30"  yaw="0" roll="90" pitch="180" >
540                        <attached>
541                       
542                                <Model  mesh="Endurance_Connecting_Tunnel.mesh" scale="6" />
543               
544                        </attached>
545
546                        <collisionShapes>
547
548                        <BoxCollisionShape  halfExtents="8,8,10" />
549
550                        </collisionShapes>
551
552                </StaticEntity>
553
554                <!-- coordinates (-50,86,0) element 5 -->       
555
556                <StaticEntity name= "part5" collisionType=static position ="0,103.2,-60" lookat="0,0,0" direction="0,0,0" yaw="0" roll="-90">
557                        <attached>
558                                <Model  mesh="Endurance_Habitat.mesh" scale="5" />
559
560                        </attached>
561
562                        <collisionShapes>
563
564                        <BoxCollisionShape  position ="0,0,3" halfExtents="14,25,26" />
565
566                        </collisionShapes>
567
568
569                </StaticEntity>
570
571                <!-- ct7 -->
572
573                <StaticEntity name ="ct7"  collisionType=static position ="0,78,-78"  yaw="0" roll="90" pitch="150" >
574                        <attached>
575               
576                                <Model  mesh="Endurance_Connecting_Tunnel.mesh" scale="6" />
577               
578                        </attached>
579
580                        <collisionShapes>
581
582                        <BoxCollisionShape  halfExtents="8,8,10" />
583
584                        </collisionShapes>
585
586                </StaticEntity>
587
588                <!-- coordinates (-86,50,0) element 6  -->     
589
590                <StaticEntity name="part6" collisionType=static position ="0,60,-103.2" lookat="0,0,0" yaw="0" roll="-90" >
591                        <attached>
592                                <Model  mesh="Endurance_Landig_Module.mesh" scale="5" />
593                        </attached>
594
595                        <collisionShapes>
596
597                        <BoxCollisionShape  position ="0,0,3" halfExtents="14,25,26" />
598
599                        </collisionShapes>
600
601                </StaticEntity>
602
603                <!-- ct6 -->
604
605                <StaticEntity name ="ct6" collisionType=static position ="0,30,-105"  yaw="0" roll="90" pitch="120" >
606                        <attached>
607                               
608
609                                <Model  mesh="Endurance_Connecting_Tunnel.mesh" scale="6" />
610                       
611                               
612
613                        </attached>
614
615                        <collisionShapes>
616
617                        <BoxCollisionShape  halfExtents="8,8,10" />
618
619                        </collisionShapes>
620
621                </StaticEntity>
622
623                <!-- coordinates (-100,0,0) element 7 -->       
624
625                <StaticEntity name= "part7" collisionType=static position ="0,0,-120" lookat="0,0,0" direction="0,0,0" yaw="90" roll="90">
626                        <attached>
627                                <Model  mesh="Endurance_MainEngine.mesh" scale="5" />
628
629                                <ParticleEmitter scale=5  position= "0,-5,28" source="Orxonox/thruster2" lifetime=2.0 loop=1 startdelay=0.0 />
630
631                                <ParticleEmitter scale=5  position= "0,3,28" source="Orxonox/thruster2" lifetime=2.0 loop=1 startdelay=0.0 />
632
633                                <ParticleEmitter scale=5  position= "0,10,28" source="Orxonox/thruster2" lifetime=2.0 loop=1 startdelay=0.0 />
634
635                        </attached>
636
637                        <collisionShapes>
638
639                        <BoxCollisionShape  position ="0,0,-5" halfExtents="14,22,30" />
640
641                        </collisionShapes>
642
643                </StaticEntity>
644
645                <!-- ct5 -->
646
647                <StaticEntity name ="ct5" collisionType=static position ="0,-30,-105"  yaw="0" roll="90" pitch="90" >
648                        <attached>
649                               
650
651                                <Model  mesh="Endurance_Connecting_Tunnel.mesh" scale="6" />
652                               
653                               
654
655                        </attached>
656
657                        <collisionShapes>
658
659                        <BoxCollisionShape  halfExtents="8,8,10" />
660
661                        </collisionShapes>
662
663                </StaticEntity>
664
665
666                <!-- coordinates (-86,-50,0) element 8 -->     
667
668                <StaticEntity name ="part8" collisionType=static position ="0,-60,-103.2" lookat="0,0,0" direction="0,0,0" yaw="0" roll="-90" >
669                        <attached>
670                                <Model  mesh="Endurance_Habitat.mesh" scale="5" />
671                        </attached>
672
673                        <collisionShapes>
674
675                        <BoxCollisionShape  position ="0,0,2" halfExtents="14,25,26" />
676
677                        </collisionShapes>
678
679
680                </StaticEntity>
681
682                <!-- ct4 -->
683
684                <StaticEntity name ="ct4" collisionType=static position ="0,-78,-78"  yaw="0" roll="90" pitch="60" >
685                        <attached>
686                               
687
688                                <Model  mesh="Endurance_Connecting_Tunnel.mesh" scale="6" />
689                               
690                               
691
692                        </attached>
693
694                        <collisionShapes>
695
696                        <BoxCollisionShape  halfExtents="8,8,10" />
697
698                        </collisionShapes>
699
700                </StaticEntity>
701
702                <!-- coordinates (-50,-86,0) element 9 -->     
703
704                <StaticEntity name="part9" collisionType=static position ="0,-103.2,-60" lookat="0,0,0" direction="0,0,0" yaw="-90" roll="-90">
705                        <attached>
706                                <Model  mesh="Endurance_MainEngine.mesh" scale="5" />
707
708                                <ParticleEmitter scale=5  position= "0,-5,28" source="Orxonox/thruster2" lifetime=2.0 loop=1 startdelay=0.0 />
709
710                                <ParticleEmitter scale=5  position= "0,3,28" source="Orxonox/thruster2" lifetime=2.0 loop=1 startdelay=0.0 />
711
712                                <ParticleEmitter scale=5  position= "0,10,28" source="Orxonox/thruster2" lifetime=2.0 loop=1 startdelay=0.0 />
713
714                        </attached>
715
716                        <collisionShapes>
717
718                        <BoxCollisionShape  position ="0,0,-5" halfExtents="14,22,30" />
719
720                        </collisionShapes>
721
722                </StaticEntity>
723
724                <!-- ct3 -->
725
726                <StaticEntity name ="ct3" collisionType=static position ="0,-105,-30"  yaw="0" roll="90" pitch="30" >
727                        <attached>
728                               
729
730                                <Model  mesh="Endurance_Connecting_Tunnel.mesh" scale="6" />
731                               
732                               
733
734                        </attached>
735
736                        <collisionShapes>
737
738                        <BoxCollisionShape  halfExtents="8,8,10" />
739
740                        </collisionShapes>
741
742                </StaticEntity>
743
744                <!-- coordinates (0,-100,0) element 10 -->     
745
746                <StaticEntity name ="part10" collisionType=static position ="0,-120,0" lookat="0,0,0" yaw="0" roll="-90">
747                        <attached>
748                               
749                                <Model  mesh="Endurance_Landig_Module.mesh" scale="5" />
750
751                        </attached>
752
753                        <collisionShapes>
754
755                        <BoxCollisionShape  position ="0,0,2" halfExtents="14,25,26" />
756
757                        </collisionShapes>
758
759                </StaticEntity>
760
761                <!-- ct2 -->
762
763                <StaticEntity name ="ct2" collisionType=static position ="0,-105,30"  yaw="0" roll="90" pitch="0" >
764                        <attached>
765                               
766
767                                <Model  mesh="Endurance_Connecting_Tunnel.mesh" scale="6" />
768                       
769
770                        </attached>
771
772                        <collisionShapes>
773
774                        <BoxCollisionShape  halfExtents="8,8,10" />
775
776                        </collisionShapes>
777
778                </StaticEntity>
779
780                <!-- coordinates (50,-86,0) element 11 -->     
781
782                <StaticEntity name ="part11" collisionType=static position ="0,-103.2,60" lookat="0,0,0" yaw="0" roll="-90">
783                        <attached>
784                                <Model  mesh="Endurance_Commando_Module.mesh" scale="5" />
785                        </attached>
786
787                        <collisionShapes>
788
789                        <BoxCollisionShape  position ="0,0,3" halfExtents="14,25,27" />
790                        <BoxCollisionShape  position ="0,30,-20" halfExtents="15,5,6" />
791
792                        </collisionShapes>
793
794                </StaticEntity>
795
796                <!-- connecting tunnel 1 (ct1) -->
797
798                <StaticEntity name ="ct1" collisionType=static position ="0,-78,78"  yaw="0" roll="90" pitch="-30" >
799                        <attached>
800       
801                                <Model  mesh="Endurance_Connecting_Tunnel.mesh" scale="6" />
802       
803                        </attached>
804
805                        <collisionShapes>
806
807                        <BoxCollisionShape  halfExtents="8,8,10" />
808
809                        </collisionShapes>
810
811                </StaticEntity>
812
813                <!-- coordinates (86,-50,0) element 12 -->     
814
815                <StaticEntity name ="part12" collisionType=static position ="0,-60,103.2" lookat="0,0,0" yaw="0" roll="-90">
816                        <attached>
817                                <Model  mesh="Endurance_Landig_Module.mesh" scale="5" />
818                               
819
820                        </attached>
821
822                        <collisionShapes>
823
824                        <BoxCollisionShape  position ="0,0,3" halfExtents="14,25,27" />
825
826                        </collisionShapes>
827
828                </StaticEntity>
829
830               
831        </attached>
832
833       
834
835        </ModularSpaceShip>
836
837</Template>
838
Note: See TracBrowser for help on using the repository browser.