Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/BigShip_HS16/data/levels/templates/endurancetest_template.oxt @ 11311

Last change on this file since 11311 was 11311, checked in by pschefer, 7 years ago

destructible parts added to spaceship, modified collisionshapes

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