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
RevLine 
[11311]1<Template name = endurance>
[11259]2
3
[11291]4        <ModularSpaceShip
[11297]5        name = endurance
[11311]6        collisionType= "dynamic"
[11291]7        mass = 10000
[11311]8
9        health = 1000
10        initialhealth = 1000
11        maxhealth = 1000
[11297]12       
[11311]13       
14       
15       
[11291]16        rotationaxis = "1,0,0"
17        explosionchunks = 12
[11297]18       
[11311]19        rotationrate = "0"
[11291]20        >
[11268]21       
[11311]22        <!-- destructible parts -->
[11259]23
[11311]24        <parts>
[11297]25
[11311]26                <ShipPart name = "tunnelsystem" initialhealth="20" maxhealth="20" damageabsorption="0.9" explosionposition="0,0,0">
[11297]27            <destructionevents>
[11302]28                <PartDestructionEvent targetType="ship"  operation="destroy" />
[11311]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
[11302]36            </destructionevents>
37        </ShipPart>
[11297]38
[11311]39        <ShipPart name = "mistery1" initialhealth="10" maxhealth="10" damageabsorption="0.9" explosionposition="0,0,0">
[11302]40            <destructionevents>
41                <PartDestructionEvent targetType="ship"  operation="destroy" />
[11297]42            </destructionevents>
43        </ShipPart>
44
[11311]45        <ShipPart name = "mistery2" initialhealth="10" maxhealth="10" damageabsorption="0.9" explosionposition="0,0,0">
[11268]46            <destructionevents>
[11302]47                <PartDestructionEvent targetType="ship"  operation="destroy" />
[11268]48            </destructionevents>
49        </ShipPart>
[11259]50
[11311]51
52                <ShipPart name = "EnduranceSmallShip1" initialhealth="10" maxhealth="10" damageabsorption="0.9" explosionposition="0,0,0">
[11268]53            <destructionevents>
[11302]54                <PartDestructionEvent targetType="ship"  operation="destroy" />
[11268]55            </destructionevents>
56        </ShipPart>
57
[11311]58        <ShipPart name = "EnduranceSmallShip2" initialhealth="10" maxhealth="10" damageabsorption="0.9" explosionposition="0,0,0">
[11268]59            <destructionevents>
[11302]60                <PartDestructionEvent targetType="ship"  operation="destroy" />
[11268]61            </destructionevents>
62        </ShipPart>
63
[11311]64
65        <ShipPart name = "ct12" initialhealth="10" maxhealth="10" damageabsorption="0.9" explosionposition="0,0,0">
[11268]66            <destructionevents>
[11302]67                <PartDestructionEvent targetType="ship"  operation="destroy" />
[11311]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" />
[11302]140                <PartDestructionEvent targetType="part" targetName ="ct12"   operation="destroy" />
141                <PartDestructionEvent targetType="part" targetName ="ct11"   operation="destroy" />
[11268]142            </destructionevents>
143        </ShipPart>
144
[11311]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
[11302]240    </parts>
[11291]241
[11302]242
[11291]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>
[11268]248
249
250    <attached>
[11297]251                <!-- coordinates (0,0,0) element 0-->
[11259]252
[11297]253                <!-- Small-Ship 1/2 -->
254
[11311]255                <StaticEntity  name = "EnduranceSmallShip1" collisionType=static position ="21,14.4,-9.6"  pitch="60" yaw="0" roll="90" >
[11259]256                        <attached>
[11297]257                                <Model  mesh="Endurance_Small_Ship.mesh" scale="36" />
[11311]258               
[11297]259                        </attached>
260
261                        <collisionShapes>
262
[11311]263                        <BoxCollisionShape  position ="0,-25,2.5" halfExtents="15,30,1" />
264                        <BoxCollisionShape  position ="0,5,-7" halfExtents="7,7,7" />
[11297]265
266                        </collisionShapes>
267
268                </StaticEntity>
269
270                <!-- Small-Ship 1/2 -->
271
[11311]272                <StaticEntity  name = "EnduranceSmallShip2" collisionType=static position ="21,-14.4,9.6"  pitch="-120" yaw="0" roll="90" >
[11297]273                        <attached>
274                                <Model  mesh="Endurance_Small_Ship.mesh" scale="36" />
[11311]275               
[11259]276                        </attached>
277
[11297]278                        <collisionShapes>
[11259]279
[11311]280                        <BoxCollisionShape  position ="0,-25,2.5" halfExtents="15,30,1" />
281                        <BoxCollisionShape  position ="3,5,-7" halfExtents="7,7,7" />
[11259]282
[11297]283                        </collisionShapes>
[11259]284
285                </StaticEntity>
286
[11297]287                <!-- Tunnelsystem -->
288
[11311]289                <StaticEntity  name = "tunnelsystem"collisionType=static position ="0,0,0" lookat="0,0,0" pitch="-30" yaw="0" roll="90" >
[11297]290                        <attached>
291                                <Model  mesh="Endurance_Tunnelsystem.mesh" scale="66" />
[11311]292               
[11297]293                        </attached>
294
295                        <collisionShapes>
296
[11311]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                       
[11297]304
305                        </collisionShapes>
306
307                </StaticEntity>
308
[11291]309                <!-- ct12 -->
310
[11302]311                <StaticEntity name ="ct12" collisionType=static position ="0,-30,105"  yaw="0" roll="90" pitch="-60" >
[11291]312                        <attached>
[11311]313               
[11291]314                                <Model  mesh="Endurance_Connecting_Tunnel.mesh" scale="6" />
[11311]315               
[11291]316                        </attached>
317
318                        <collisionShapes>
319
[11311]320                        <BoxCollisionShape  halfExtents="8,8,10" />
[11291]321
322                        </collisionShapes>
323
324                </StaticEntity>
325
[11297]326                <!-- 2 Mistery elements -->
[11259]327
[11311]328                <StaticEntity name = "mistery1" collisionType=static position ="0,-6,-9.6"  yaw="0" roll="90" pitch="-30" >
[11297]329                        <attached>
[11311]330               
[11297]331                                <Model  mesh="Endurance_Mystery.mesh" scale="48" />
[11311]332               
[11297]333                        </attached>
334
335                        <collisionShapes>
336
[11311]337                        <BoxCollisionShape position ="0,0,45" halfExtents="25,32,8" />
338                        <BoxCollisionShape position ="0,30,45" halfExtents="25,8,8" />
[11297]339
340                        </collisionShapes>
341
342                </StaticEntity>
343
[11311]344                <StaticEntity name = "mistery2" collisionType=static position ="0,3.6,7.2"  yaw="0" roll="90" pitch="150" >
[11297]345                        <attached>
[11311]346               
[11297]347                                <Model  mesh="Endurance_Mystery.mesh" scale="48" />
[11311]348               
[11297]349                        </attached>
350
351                        <collisionShapes>
352
[11311]353                        <BoxCollisionShape  position ="0,0,45" halfExtents="25,32,8" />
354                        <BoxCollisionShape position ="0,30,45" halfExtents="25,8,8" />
[11297]355
356                        </collisionShapes>
357
358                </StaticEntity>
359
360                <!-- coordinates (100,0,0) element 1-->
361
[11291]362                <StaticEntity name= "part1" collisionType=static lookat="0,0,0" position ="0,0,120" direction="0,0,0" yaw="-90" roll="-90" pitch="0">
[11268]363
[11259]364                        <attached>
365                                <Model  mesh="Endurance_MainEngine.mesh" scale="5" />
[11311]366                                <Model position="0,0,0" mesh="Coordinates.mesh" scale="20"/>
367               
[11268]368                                <ParticleEmitter scale=5  position= "0,-5,28" source="Orxonox/thruster2" lifetime=2.0 loop=1 startdelay=0.0 />
[11259]369
[11268]370                                <ParticleEmitter scale=5  position= "0,3,28" source="Orxonox/thruster2" lifetime=2.0 loop=1 startdelay=0.0 />
[11259]371
[11268]372                                <ParticleEmitter scale=5  position= "0,10,28" source="Orxonox/thruster2" lifetime=2.0 loop=1 startdelay=0.0 />
373
[11259]374                        </attached>
375
376                        <collisionShapes>
377
[11311]378                        <BoxCollisionShape  position ="0,0,-5" halfExtents="14,22,30"  />
[11259]379
[11291]380                        </collisionShapes>     
381
382                </StaticEntity>
383
384
385                <!-- ct11 -->
386
[11302]387                <StaticEntity name = "ct11" collisionType=static position ="0,30,105"  yaw="0" roll="90" pitch="270" >
[11291]388                        <attached>
[11311]389       
[11291]390                                <Model  mesh="Endurance_Connecting_Tunnel.mesh" scale="6" />
[11311]391               
[11291]392                        </attached>
393
394                        <collisionShapes>
395
[11311]396                        <BoxCollisionShape  halfExtents="8,8,10" />
[11291]397
[11259]398                        </collisionShapes>
399
400                </StaticEntity>
401
[11297]402                <!-- coordinates (86,50,0) element 2 -->
403
[11291]404                <StaticEntity name = "part2" collisionType=static lookat="0,0,0" position ="0,60,103.2" direction="0,0,0" yaw="0" roll="-90">
[11259]405                        <attached>
406                                <Model  mesh="Endurance_Habitat.mesh" scale="5" />
407                               
408                        </attached>
409
410                        <collisionShapes>
411
[11311]412                        <BoxCollisionShape  position ="0,0,3" halfExtents="14,24,26"  />
[11259]413
414                        </collisionShapes>
415
416                </StaticEntity>
417
[11291]418                <!-- ct10 -->
419
[11302]420                <StaticEntity name ="ct10" collisionType=static position ="0,78,78"  yaw="0" roll="90" pitch="240" >
[11291]421                        <attached>
[11311]422               
[11291]423                                <Model  mesh="Endurance_Connecting_Tunnel.mesh" scale="6" />
[11311]424               
[11291]425                        </attached>
426
427                        <collisionShapes>
428
[11311]429                        <BoxCollisionShape  halfExtents="8,8,10" />
[11291]430
431                        </collisionShapes>
432
433                </StaticEntity>
434
[11297]435                <!-- coordinates (50,86,0) element 3 -->       
[11259]436
[11291]437                <StaticEntity name="part3" collisionType=static lookat="0,0,0" position ="0,103.2,60" direction="0,0,0" yaw="-90" roll="-90">
[11259]438                        <attached>
439                                <Model  mesh="Endurance_MainEngine.mesh" scale="5" />
[11268]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
[11259]447                        </attached>
448
449                        <collisionShapes>
450
[11311]451                        <BoxCollisionShape  position ="0,0,-5" halfExtents="14,22,30" />
[11259]452
453                        </collisionShapes>
454
455                </StaticEntity>
456
[11291]457                <!-- ct9 -->
458
[11311]459                <StaticEntity name ="ct9" collisionType=static position ="0,105,30"  yaw="0" roll="90" pitch="210" >
[11291]460                        <attached>
[11311]461               
[11291]462                                <Model  mesh="Endurance_Connecting_Tunnel.mesh" scale="6" />
[11311]463               
[11291]464                        </attached>
465
466                        <collisionShapes>
467
[11311]468                        <BoxCollisionShape  halfExtents="8,8,10" />
[11291]469
470                        </collisionShapes>
471
472                </StaticEntity>
473
[11297]474                <!-- coordinates (0,100,0) element 4 -->       
[11259]475
[11291]476                <StaticEntity name ="part4" collisionType=static position ="0,120,0" lookat="0,0,0" yaw="0" roll="-90">
[11259]477                        <attached>
[11291]478                                <Model  mesh="Endurance_Landig_Module.mesh" scale="5" />
[11259]479
480                        </attached>
481
482                        <collisionShapes>
483
[11311]484                        <BoxCollisionShape  position ="0,0,3" halfExtents="14,25,26" />
[11259]485
486                        </collisionShapes>
487
488                </StaticEntity>
489
[11291]490                <!-- ct8 -->
491
[11311]492                <StaticEntity name ="ct8" collisionType=static position ="0,105,-30"  yaw="0" roll="90" pitch="180" >
[11291]493                        <attached>
[11311]494                       
[11291]495                                <Model  mesh="Endurance_Connecting_Tunnel.mesh" scale="6" />
[11311]496               
[11291]497                        </attached>
498
499                        <collisionShapes>
500
[11311]501                        <BoxCollisionShape  halfExtents="8,8,10" />
[11291]502
503                        </collisionShapes>
504
505                </StaticEntity>
506
[11297]507                <!-- coordinates (-50,86,0) element 5 -->       
[11259]508
[11291]509                <StaticEntity name= "part5" collisionType=static position ="0,103.2,-60" lookat="0,0,0" direction="0,0,0" yaw="0" roll="-90">
[11259]510                        <attached>
511                                <Model  mesh="Endurance_Habitat.mesh" scale="5" />
[11311]512
513                                <Model position="0,0,0" mesh="Coordinates.mesh" scale="20"/>
[11259]514                        </attached>
515
516                        <collisionShapes>
517
[11311]518                        <BoxCollisionShape  position ="0,0,3" halfExtents="14,25,26" />
[11259]519
520                        </collisionShapes>
521
522
523                </StaticEntity>
524
[11291]525                <!-- ct7 -->
526
[11311]527                <StaticEntity name ="ct7"  collisionType=static position ="0,78,-78"  yaw="0" roll="90" pitch="150" >
[11291]528                        <attached>
[11311]529               
[11291]530                                <Model  mesh="Endurance_Connecting_Tunnel.mesh" scale="6" />
[11311]531               
[11291]532                        </attached>
533
534                        <collisionShapes>
535
[11311]536                        <BoxCollisionShape  halfExtents="8,8,10" />
[11291]537
538                        </collisionShapes>
539
540                </StaticEntity>
541
[11297]542                <!-- coordinates (-86,50,0) element 6  -->     
[11259]543
[11291]544                <StaticEntity name="part6" collisionType=static position ="0,60,-103.2" lookat="0,0,0" yaw="0" roll="-90" >
[11259]545                        <attached>
[11291]546                                <Model  mesh="Endurance_Landig_Module.mesh" scale="5" />
[11259]547                        </attached>
548
549                        <collisionShapes>
550
[11311]551                        <BoxCollisionShape  position ="0,0,3" halfExtents="14,25,26" />
[11259]552
553                        </collisionShapes>
554
555                </StaticEntity>
556
[11291]557                <!-- ct6 -->
558
[11311]559                <StaticEntity name ="ct6" collisionType=static position ="0,30,-105"  yaw="0" roll="90" pitch="120" >
[11291]560                        <attached>
561                               
562
563                                <Model  mesh="Endurance_Connecting_Tunnel.mesh" scale="6" />
564                       
565                               
566
567                        </attached>
568
569                        <collisionShapes>
570
[11311]571                        <BoxCollisionShape  halfExtents="8,8,10" />
[11291]572
573                        </collisionShapes>
574
575                </StaticEntity>
576
[11297]577                <!-- coordinates (-100,0,0) element 7 -->       
[11259]578
[11291]579                <StaticEntity name= "part7" collisionType=static position ="0,0,-120" lookat="0,0,0" direction="0,0,0" yaw="90" roll="90">
[11259]580                        <attached>
581                                <Model  mesh="Endurance_MainEngine.mesh" scale="5" />
[11268]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
[11259]589                        </attached>
590
591                        <collisionShapes>
592
[11311]593                        <BoxCollisionShape  position ="0,0,-5" halfExtents="14,22,30" />
[11259]594
595                        </collisionShapes>
596
597                </StaticEntity>
598
[11291]599                <!-- ct5 -->
600
[11311]601                <StaticEntity name ="ct5" collisionType=static position ="0,-30,-105"  yaw="0" roll="90" pitch="90" >
[11291]602                        <attached>
603                               
604
605                                <Model  mesh="Endurance_Connecting_Tunnel.mesh" scale="6" />
606                               
607                               
608
609                        </attached>
610
611                        <collisionShapes>
612
[11311]613                        <BoxCollisionShape  halfExtents="8,8,10" />
[11291]614
615                        </collisionShapes>
616
617                </StaticEntity>
618
619
[11297]620                <!-- coordinates (-86,-50,0) element 8 -->     
[11259]621
[11291]622                <StaticEntity name ="part8" collisionType=static position ="0,-60,-103.2" lookat="0,0,0" direction="0,0,0" yaw="0" roll="-90" >
[11259]623                        <attached>
624                                <Model  mesh="Endurance_Habitat.mesh" scale="5" />
625                        </attached>
626
627                        <collisionShapes>
628
[11311]629                        <BoxCollisionShape  position ="0,0,2" halfExtents="14,25,26" />
[11259]630
631                        </collisionShapes>
632
633
634                </StaticEntity>
635
[11291]636                <!-- ct4 -->
637
[11311]638                <StaticEntity name ="ct4" collisionType=static position ="0,-78,-78"  yaw="0" roll="90" pitch="60" >
[11291]639                        <attached>
640                               
641
642                                <Model  mesh="Endurance_Connecting_Tunnel.mesh" scale="6" />
643                               
644                               
645
646                        </attached>
647
648                        <collisionShapes>
649
[11311]650                        <BoxCollisionShape  halfExtents="8,8,10" />
[11291]651
652                        </collisionShapes>
653
654                </StaticEntity>
655
[11297]656                <!-- coordinates (-50,-86,0) element 9 -->     
[11259]657
[11291]658                <StaticEntity name="part9" collisionType=static position ="0,-103.2,-60" lookat="0,0,0" direction="0,0,0" yaw="-90" roll="-90">
[11259]659                        <attached>
660                                <Model  mesh="Endurance_MainEngine.mesh" scale="5" />
[11268]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
[11259]668                        </attached>
669
670                        <collisionShapes>
671
[11311]672                        <BoxCollisionShape  position ="0,0,-5" halfExtents="14,22,30" />
[11259]673
674                        </collisionShapes>
675
676                </StaticEntity>
677
[11291]678                <!-- ct3 -->
[11259]679
[11311]680                <StaticEntity name ="ct3" collisionType=static position ="0,-105,-30"  yaw="0" roll="90" pitch="30" >
[11259]681                        <attached>
[11268]682                               
683
[11291]684                                <Model  mesh="Endurance_Connecting_Tunnel.mesh" scale="6" />
685                               
686                               
687
[11259]688                        </attached>
689
690                        <collisionShapes>
691
[11311]692                        <BoxCollisionShape  halfExtents="8,8,10" />
[11259]693
694                        </collisionShapes>
695
696                </StaticEntity>
697
[11297]698                <!-- coordinates (0,-100,0) element 10 -->     
[11259]699
[11291]700                <StaticEntity name ="part10" collisionType=static position ="0,-120,0" lookat="0,0,0" yaw="0" roll="-90">
[11259]701                        <attached>
[11291]702                               
703                                <Model  mesh="Endurance_Landig_Module.mesh" scale="5" />
704
[11259]705                        </attached>
706
707                        <collisionShapes>
708
[11311]709                        <BoxCollisionShape  position ="0,0,2" halfExtents="14,25,26" />
[11259]710
711                        </collisionShapes>
712
713                </StaticEntity>
714
[11291]715                <!-- ct2 -->
[11259]716
[11311]717                <StaticEntity name ="ct2" collisionType=static position ="0,-105,30"  yaw="0" roll="90" pitch="0" >
[11259]718                        <attached>
[11268]719                               
720
[11291]721                                <Model  mesh="Endurance_Connecting_Tunnel.mesh" scale="6" />
[11311]722                       
[11291]723
[11259]724                        </attached>
725
726                        <collisionShapes>
727
[11311]728                        <BoxCollisionShape  halfExtents="8,8,10" />
[11291]729
730                        </collisionShapes>
731
732                </StaticEntity>
733
[11297]734                <!-- coordinates (50,-86,0) element 11 -->     
[11291]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
[11311]743                        <BoxCollisionShape  position ="0,0,3" halfExtents="14,25,27" />
744                        <BoxCollisionShape  position ="0,30,-20" halfExtents="15,5,6" />
[11259]745
746                        </collisionShapes>
747
748                </StaticEntity>
749
[11291]750                <!-- connecting tunnel 1 (ct1) -->
[11259]751
[11311]752                <StaticEntity name ="ct1" collisionType=static position ="0,-78,78"  yaw="0" roll="90" pitch="-30" >
[11268]753                        <attached>
[11311]754       
[11291]755                                <Model  mesh="Endurance_Connecting_Tunnel.mesh" scale="6" />
[11311]756       
[11268]757                        </attached>
[11259]758
[11268]759                        <collisionShapes>
[11259]760
[11311]761                        <BoxCollisionShape  halfExtents="8,8,10" />
[11259]762
[11268]763                        </collisionShapes>
[11259]764
[11268]765                </StaticEntity>
766
[11297]767                <!-- coordinates (86,-50,0) element 12 -->     
[11291]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
[11311]778                        <BoxCollisionShape  position ="0,0,3" halfExtents="14,25,27" />
[11291]779
780                        </collisionShapes>
781
782                </StaticEntity>
783
784                <!-- x-coordinate = red,  z-coordinate = green, y-coordinate = blue, -->
785
[11259]786        </attached>
787
[11291]788        <!--collisionShapes>
[11259]789
790                        <BoxCollisionShape position="-100,0,0" halfExtents="10,10,10" />
791
[11291]792                        </collisionShapes-->
[11268]793
[11259]794
[11268]795        </ModularSpaceShip>
[11259]796
797</Template>
798
799
800
801
802
Note: See TracBrowser for help on using the repository browser.