Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_HS18/data/levels/SOBlevels/SOB1.oxw @ 12177

Last change on this file since 12177 was 12177, checked in by siramesh, 5 years ago

Super Orxo Bros Final (Sidharth Ramesh, Nisa Balta, Jeff Ren)

File size: 28.7 KB
Line 
1<LevelInfo
2        name = "SOB1"
3        description = "The retro-game Super Mario Bros. in Orxonox."
4        screenshot = "SOB.png"
5        />
6
7        <?lua
8        include("stats.oxo")
9        include("templates/lodInformation.oxt")
10        include("overlays/SOBHUD.oxo")
11        ?>
12
13
14
15        <Template name=mushroom defaults=0>
16                <SOBMushroom collisionType="dynamic" speed=30>
17                        <attached>
18                                <Model mesh="Pilz.mesh" position="0,0,21" scale=3 pitch=90/>
19                        </attached>
20                        <collisionShapes>
21                                <BoxCollisionShape position="0,0,20" halfExtents="5,5,5" />
22                        </collisionShapes>
23                </SOBMushroom>
24        </Template>
25
26        <Template name=coin defaults=0 >
27                <SOBCoin speed = 15 lifetime = 0.7>
28                        <attached>
29                                <Model mesh="Coin.mesh" position="0,0,11" scale=3 pitch=-90 roll=90/>
30                        </attached>
31                       
32                </SOBCoin>
33        </Template>
34
35
36
37        <Template name=sobfigurecameras defaults=0>
38                <SOBFigure>
39                        <camerapositions>
40                                <CameraPosition position="0,-250,30" absolute=true mouselook=false drag=false direction="0,1,0"/>
41                        </camerapositions>
42                </SOBFigure>
43        </Template>
44
45
46
47
48        <Template name=sobFigureTemplate>
49                <SOBFigure camerapositiontemplate=sobfigurecameras collisionType="dynamic" position="0,0,30">
50                        <attached>
51                                <Model  mesh="orxo.mesh" position = "0,0,12" scale=2.5 pitch=0 roll=90 yaw=90/>
52                                <ParticleSpawner source="Orxonox/fire4" startdelay=0  position="-4,0,0" visible="false"/>
53                        </attached>
54
55                        <collisionShapes>
56                                <BoxCollisionShape position="0,0,2" halfExtents="3,1,10" />
57                        </collisionShapes>
58
59
60                </SOBFigure>
61        </Template>
62
63
64        <Template name=fireball>
65                <SOBFireball collisionType="dynamic" speed=90>
66                        <attached>
67                                <Model mesh="planets/sol.mesh" position="0,0,0" scale=3 pitch=90/>
68
69                                <ParticleSpawner source="Orxonox/fire4" startdelay=0  position="-4,0,0" visible="false"/>
70                               
71                        </attached>
72                        <collisionShapes>
73                                <SphereCollisionShape position="0,0,0" radius="3" />                   
74                        </collisionShapes>
75                </SOBFireball>
76        </Template>
77
78        <Template name=gumbaShootable>
79                <SOBGumba collisionType="dynamic" speed=60>
80                        <attached>
81                                <Model mesh="Goomba.mesh" position="0,0,1" scale=3 pitch=90/>                           
82                        </attached>
83                        <collisionShapes>
84                                <BoxCollisionShape position="0,0,0" halfExtents="5,5,3" />                     
85                        </collisionShapes>
86                </SOBGumba>
87        </Template>
88
89
90        <Level
91                plugins = "superorxobros"
92                gametype = "SOB"
93                >-
94
95
96                <templates>
97                        <Template link=lodtemplate_default />
98                </templates>
99                <?lua include("includes/notifications.oxi") ?>
100
101                <WorldAmbientSound source="Ganymede.ogg" looping="true" playOnLoad="true"/>
102
103
104                <Scene ambientlight="1.0, 1.0, 1.0" skybox="Orxonox/skyBoxBasic">
105                        <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />
106                        <SpawnPoint position="1984,-5,88 " orientation="0.534038, 0.563456, 0.212168, 0.593553" />
107
108
109
110                        <MovableEntity >
111                                <attached>
112                                        <SOBCenterpoint name=jumpcenter cameraOffset="10" figureTemplate=sobFigureTemplate>
113                                                <attached> 
114                                                </attached>
115                                        </SOBCenterpoint>
116
117                                </attached>
118                        </MovableEntity>
119
120
121
122
123                                        <!-- SOBGumbas undergroundlevel-->
124                                        <SOBGumba collisionType="dynamic" speed=20 position = "350,0,-70">
125                                                <attached>
126                                                        <Model mesh="Goomba.mesh" position="0,0,1" scale=3 pitch=90/>
127                                                       
128                                                </attached>
129                                                <collisionShapes>
130                                                        <BoxCollisionShape position="0,0,0" halfExtents="5,5,3" />                     
131                                                </collisionShapes>
132                                        </SOBGumba>
133
134
135
136                                                <!-- SOBGumbas groundlevel-->
137                                        <SOBGumba collisionType="dynamic" speed=40 position = "240,0,0">
138                                                <attached>
139                                                        <Model mesh="Goomba.mesh" position="0,0,1" scale=3 pitch=90/>
140                                                       
141                                                </attached>
142                                                <collisionShapes>
143                                                        <BoxCollisionShape position="0,0,0" halfExtents="5,5,3" />                     
144                                                </collisionShapes>
145                                        </SOBGumba>
146
147                                        <SOBGumba collisionType="dynamic" speed=30 position = "420,0,0">
148                                                <attached>
149                                                        <Model mesh="Goomba.mesh" position="0,0,21" scale=3 pitch=90/>
150
151                                                </attached>
152                                                <collisionShapes>
153                                                        <BoxCollisionShape position="0,0,20" halfExtents="5,5,3" />                     
154                                                </collisionShapes>
155                                        </SOBGumba>
156                                        <SOBGumba collisionType="dynamic" speed=30 position = "500,0,0">
157                                                <attached>
158                                                        <Model mesh="Goomba.mesh" position="0,0,21" scale=3 pitch=90/>
159                                                       
160                                                </attached>
161                                                <collisionShapes>
162                                                        <BoxCollisionShape position="0,0,20" halfExtents="5,5,3" />                     
163                                                </collisionShapes>
164                                        </SOBGumba>
165
166                                        <SOBGumba collisionType="dynamic" speed=30 position = "510,0,0">
167                                                <attached>
168                                                        <Model mesh="Goomba.mesh" position="0,0,21" scale=3 pitch=90/>
169                                                       
170                                                </attached>
171                                                <collisionShapes>
172                                                        <BoxCollisionShape position="0,0,20" halfExtents="5,5,3" />                     
173                                                </collisionShapes>
174                                        </SOBGumba>
175                                        <SOBGumba collisionType="dynamic" speed=30 position = "930,0,0">
176                                                <attached>
177                                                        <Model mesh="Goomba.mesh" position="0,0,21" scale=3 pitch=90/>
178                                                       
179                                                </attached>
180                                                <collisionShapes>
181                                                        <BoxCollisionShape position="0,0,20" halfExtents="5,5,3" />                     
182                                                </collisionShapes>
183                                        </SOBGumba>
184
185                                        <SOBGumba collisionType="dynamic" speed=20 position = "940,0,0">
186                                                <attached>
187                                                        <Model mesh="Goomba.mesh" position="0,0,21" scale=3 pitch=90/>
188                                                </attached>
189                                                <collisionShapes>
190                                                        <BoxCollisionShape position="0,0,20" halfExtents="5,5,3" />                     
191                                                </collisionShapes>
192                                        </SOBGumba>
193
194                                        <SOBGumba collisionType="dynamic" speed=30 position = "1180,0,0">
195                                                <attached>
196                                                        <Model mesh="Goomba.mesh" position="0,0,21" scale=3 pitch=90/>
197                                                       
198                                                </attached>
199                                                <collisionShapes>
200                                                        <BoxCollisionShape position="0,0,20" halfExtents="5,5,3" />                     
201                                                </collisionShapes>
202                                        </SOBGumba>
203
204                                        <SOBGumba collisionType="dynamic" speed=20 position = "1190,0,0">
205                                                <attached>
206                                                        <Model mesh="Goomba.mesh" position="0,0,21" scale=3 pitch=90/>
207                                                       
208                                                </attached>
209                                                <collisionShapes>
210                                                        <BoxCollisionShape position="0,0,20" halfExtents="5,5,3" />                     
211                                                </collisionShapes>
212                                        </SOBGumba>
213
214                                        <SOBGumba collisionType="dynamic" speed=30 position = "1320,0,0">
215                                                <attached>
216                                                        <Model mesh="Goomba.mesh" position="0,0,21" scale=3 pitch=90/>
217                                                       
218                                                </attached>
219                                                <collisionShapes>
220                                                        <BoxCollisionShape position="0,0,20" halfExtents="5,5,3" />                     
221                                                </collisionShapes>
222                                        </SOBGumba>
223
224                                        <SOBGumba collisionType="dynamic" speed=20 position = "1330,0,0">
225                                                <attached>
226                                                        <Model mesh="Goomba.mesh" position="0,0,21" scale=3 pitch=90/>
227                                                       
228                                                </attached>
229                                                <collisionShapes>
230                                                        <BoxCollisionShape position="0,0,20" halfExtents="5,5,3" />                     
231                                                </collisionShapes>
232                                        </SOBGumba>
233
234                                        <!--GumbaBoss-->
235                                        <SOBGumbaBoss collisionType="dynamic" speed=20 position = "1750,0,0">
236                                                <attached>
237                                                        <Model mesh="Goomba.mesh" position="0,0,21" scale=6 pitch=90/>
238                                                       
239                                                </attached>
240                                                <collisionShapes>
241                                                        <BoxCollisionShape position="0,0,20" halfExtents="10,10,6" />                   
242                                                </collisionShapes>
243                                        </SOBGumbaBoss>
244x       
245
246                                        <!--CollisionShape for Gumba-->
247                                        <StaticEntity collisionType="static">
248                                                <collisionShapes>
249                                                        <BoxCollisionShape position="0,0,-20" halfExtents="5,5,5" />
250                                                        <BoxCollisionShape position="890,0,-20" halfExtents="5,5,5" />
251                                                       
252                                                       
253                                                       
254                                                       
255                                                </collisionShapes>
256                                        </StaticEntity>
257
258
259                                        <!-- Boden 1 -->
260                                        <Model mesh="Cube2.12.mesh" position="0,0,-30" scale=10 Pitch=90/>                                      <!-- B1.1 -->
261                                        <Model mesh="Cube2.12.mesh" position="120,0,-30" scale=10 Pitch=90/>                            <!-- B1.2-->
262                                        <Model mesh="Cube2.12.mesh" position="240,0,-30" scale=10 Pitch=90/>                            <!-- B1.3 -->
263                                        <Model mesh="Cube2.12.mesh" position="360,0,-30" scale=10 Pitch=90/>                            <!-- B1.4 -->
264                                        <Model mesh="Cube2.12.mesh" position="480,0,-30" scale=10 Pitch=90/>                            <!-- B1.5 -->
265                                        <Model mesh="Cube2.6.mesh" position="600,0,-30" scale=10 Pitch=90/>                             <!-- B1.6 -->
266                                        <Model mesh="Cube2.3.mesh" position="660,0,-30" scale=10 Pitch=90/>                             <!-- B1.7 -->
267
268
269                                        <StaticEntity collisionType="static" mass='-1'>
270                                                <collisionShapes>
271                                                        <BoxCollisionShape position="140,0,-20" halfExtents="135,5,5" />
272                                                        <BoxCollisionShape position="330,0,-20" halfExtents="30,5,5" />
273                                                        <BoxCollisionShape position="400,0,-20" halfExtents="60,5,5" />
274                                                        <BoxCollisionShape position="530,0,-20" halfExtents="50,5,5" />
275                                                        <BoxCollisionShape position="640,0,-20" halfExtents="40,5,5" />
276                                                </collisionShapes>
277                                        </StaticEntity>
278                                        <!-- Boden 1 Unterirdisch-->
279                                        <Model mesh="Cube2.12.mesh" position="270,0,-90" scale=10 Pitch=90/>                                    <!-- B1.1 -->
280                                        <Model mesh="Cube2.12.mesh" position="390,0,-90" scale=10 Pitch=90/>                            <!-- B1.2-->
281                                       
282                                        <!-- CollisionShape fuer Unterirdisch-->
283                                        <StaticEntity collisionType="static" mass='-1'>
284                                                <collisionShapes>
285                                                        <BoxCollisionShape position="390,0,-80" halfExtents="125,5,5" />
286                                                 
287                                                </collisionShapes>
288                                        </StaticEntity>
289                                        <StaticEntity collisionType="static" mass='1000000000'>
290                                                <collisionShapes>
291                                                         
292                                                        <BoxCollisionShape position="265,0,-80" halfExtents="5,5,5" />
293                                                        <BoxCollisionShape position="510,0,-80" halfExtents="5,5,5" />
294                                                </collisionShapes>
295                                        </StaticEntity>
296
297
298                                        <!-- Luft 1 -->
299
300
301                                        <SOBQBlock collisionType="static" type="Coin" position="170,0,20" mass='-1'>                                                    <!-- L1.1 -->
302                                                <attached>
303                                                        <Model mesh="QCube.mesh" scale=10 pitch=90 />
304                                                        <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/>
305                                                </attached>
306                                                <collisionShapes>
307                                                        <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" />
308                                                </collisionShapes>
309                                        </SOBQBlock>
310
311                                        <SOBQBlock collisionType="static" type="Coin" position="230,0,60" mass='-1' >
312                                                <attached>
313                                                        <Model mesh="QCube.mesh"  scale=10 pitch=90/>
314                                                        <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/>                                                                 <!-- L1.2 -->
315                                                       
316                                                </attached>
317                                                <collisionShapes>
318                                                        <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" />                     
319                                                </collisionShapes>
320                                        </SOBQBlock>
321
322                                        <Model mesh="Cube1.1.mesh" position="210,0,20" scale=10 />                                                                                              <!-- L1.3 -->
323
324
325                                        <SOBQBlock collisionType="static" type="Mushroom" position="220,0,20" mass='-1'><!--ITEM-->
326                                                <attached>
327                                                        <Model mesh="QCube.mesh" scale=10 pitch=90/>                                                                                                    <!-- L1.4 -->
328                                                        <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/>
329                                                </attached>
330                                                <collisionShapes>
331                                                        <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" /><!-- 3 -->
332                                                </collisionShapes>
333                                        </SOBQBlock>
334
335                                        <Model mesh="Cube1.1.mesh" position="230,0,20" scale=10/>                                                                                               <!-- L1.5 -->
336
337                                        <SOBQBlock collisionType="static" type="Coin" position="240,0,20" mass='-1'><!-- ? Block -->
338                                                <attached>
339                                                        <Model mesh="QCube.mesh" scale=10 pitch=90/>
340                                                        <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/>                                                                 <!-- L1.6 -->
341                                                       
342                                                </attached>
343                                                <collisionShapes>
344                                                        <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" />
345                                                </collisionShapes>
346                                        </SOBQBlock>
347                                       
348                                       
349                                        <SOBTube collisionType="dynamic" cool=1 position="295,5,-23" mass='1000000'>
350                                                <attached>
351                                                                                                       
352                                                        <Model mesh="Rohr.mesh" position="0,0,-12" scale=10 roll=90 yaw=90 pitch=-90/> 
353                                                </attached>
354                                        </SOBTube>
355                                       
356                                        <SOBTube collisionType="dynamic" cool=1 position="475,5,-3" mass='10000'>
357                                                <attached>
358                                                                                                        <!-- L1.6 -->
359                                                        <Model mesh="Rohr.mesh" position="0,0,-12" scale=10 roll=90 yaw=90 pitch=-90/> 
360                                                </attached>
361                                        </SOBTube>
362                                       
363                                                <Model mesh="Cube1.1.mesh" position="250,0,20" scale=10/>                                                                                       <!-- L1.7 -->
364                                        <!-- Rohre-->
365                                                                                <!-- L1.8 -->
366                                                                        <!-- L1.11 --> 
367
368                                        <SOBQBlock collisionType="static" type="Mushroom" position="650,0,30" mass='-1'>
369                                                <attached>
370                                                        <Model mesh="QCube.mesh" scale=10 pitch=90/>                                                                                                    <!-- L1.12 -->
371                                                        <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/>
372                                                </attached>
373                                                <collisionShapes>
374                                                        <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" />
375                                                </collisionShapes>
376                                        </SOBQBlock>                   
377                                       
378                                       
379
380
381
382
383                                        <StaticEntity collisionType="static"  mass='-1'>
384                                                <collisionShapes>
385                                                       
386                                                        <BoxCollisionShape position="210,0,20" halfExtents="5,5,5" />                                           <!-- 1.3 -->
387                                                        <BoxCollisionShape position="230,0,20" halfExtents="5,5,5" />                                           <!-- 1.5 -->
388                                               
389                                                        <BoxCollisionShape position="250,0,20" halfExtents="5,5,5" />                                           <!-- 1.7 -->
390                                                       
391
392                                                </collisionShapes>
393                                        </StaticEntity>
394                                                <Model mesh="Rohr.mesh" position="395,0,-25" scale=10 roll=90 yaw=90 pitch=-90/>       
395                                                <Model mesh="Rohr.mesh" position="585,0,-15" scale=10 roll=90 yaw=90 pitch=-90/>       
396
397                                        <StaticEntity collisionType="static" >
398                                               
399                                               
400
401                                                <collisionShapes>
402                                                       
403
404                                                                                       
405                                                        <BoxCollisionShape position="395,0,1" halfExtents="12,5,17" />                                         
406                                                                                               
407                                                        <BoxCollisionShape position="585,0,6" halfExtents="12,5,22" />                                         
408
409                                                </collisionShapes>
410                                        </StaticEntity>
411
412
413
414
415
416
417
418                                        <!-- Boden 2 -->
419                                        <Model mesh="Cube2.12.mesh" position="710,0,-30" scale=10 Pitch=90/>                                            <!-- B2.1 -->
420                                        <Model mesh="Cube2.3.mesh" position="830,0,-30" scale=10 Pitch=90/>                                                     <!-- B2.2 -->
421
422                                        <StaticEntity collisionType="static" mass='-1'>
423                                                <collisionShapes>
424                                                        <BoxCollisionShape position="780,0,-20" halfExtents="75,5,5" />
425                                                </collisionShapes>
426                                        </StaticEntity>
427
428
429
430
431
432                                        <!-- Luft 2 -->
433                                        <Model mesh="Cube1.1.mesh" position="770,0,20" scale=10/>                                                                       <!-- L2.1 -->
434
435                                        <SOBQBlock collisionType="static" type="Mushroom" position="780,0,20" mass='-1'>                        <!-- L2.2 -->
436                                                <attached>
437                                                        <Model mesh="QCube.mesh"  scale=10 pitch=90/>
438                                                        <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/>
439                                                </attached>
440                                                <collisionShapes>
441                                                        <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" />
442                                                </collisionShapes>
443                                        </SOBQBlock>
444
445                                        <Model mesh="Cube1.1.mesh" position="790,0,20" scale=10/>                                                                       <!-- L2.3 -->
446                                        <Model mesh="Cube1.6.mesh" position="800,0,60" scale=10/>                                                                       <!-- L2.4 -->
447                                        <Model mesh="Cube1.1.mesh" position="860,0,60" scale=10/>                                                                       <!-- L2.5 -->
448                                        <Model mesh="Cube1.1.mesh" position="870,0,60" scale=10/>                                                                       <!-- L2.6 -->
449
450                                        <StaticEntity collisionType="static">
451                                                <collisionShapes>
452                                                        <BoxCollisionShape position="770,0,20" halfExtents="5,5,5" />                                                                   <!-- 2.1 -->
453                                                       
454                                                        <BoxCollisionShape position="790,0,20" halfExtents="5,5,5" />                                                                   <!-- 2.3 -->
455                                                        <BoxCollisionShape position="835,0,60" halfExtents="40,5,5" />                                                                  <!-- 2.4 to 2.6 -->
456
457
458
459
460                                                </collisionShapes>
461                                        </StaticEntity>
462                                       
463
464                                        <!-- Luft 3 -->
465                                        <Model mesh="Cube1.3.mesh" position="910,0,60" scale=10/>                                                                                               <!-- L3.1 -->
466
467                                        <SOBQBlock collisionType="static" type="Coin" position="940,0,60" mass='-1'>                                                    <!-- L3.2 -->
468                                                <attached>
469                                                        <Model mesh="QCube.mesh" scale=10 pitch=90/>
470                                                        <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/>
471                                                </attached>
472                                                <collisionShapes>
473                                                        <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" />
474                                                </collisionShapes>
475                                        </SOBQBlock>
476
477                                        <SOBQBlock collisionType="static" type="Mushroom" position="940,0,20" mass='-1'>                                                <!-- L3.3 -->
478                                                <attached>
479                                                        <Model mesh="QCube.mesh" scale=10 pitch=90/>
480                                                        <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/>
481                                                       
482                                                </attached>
483                                                <collisionShapes>
484                                                        <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" />
485                                                </collisionShapes>
486                                        </SOBQBlock>
487
488                                        <Model mesh="Cube1.1.mesh" position="1000,0,20" scale=10/>                                                                                              <!-- L3.4 -->
489
490
491                                        <SOBQBlock collisionType="static" type="Mushroom" position="1010,0,20" mass='-1'>                                                <!-- L3.5 -->
492                                                <attached>
493                                                        <Model mesh="QCube.mesh" scale=10 pitch=90/>
494                                                        <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/>
495                                                </attached>
496                                                <collisionShapes>
497                                                        <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" />
498                                                </collisionShapes>
499                                        </SOBQBlock>
500
501                                        <SOBQBlock collisionType="static" type="Coin" position="1060,0,20" mass='-1'>                                                   <!-- L3.6 -->
502                                                <attached>
503                                                        <Model mesh="QCube.mesh" scale=10 pitch=90/>
504                                                        <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/>
505                                                </attached>
506                                                <collisionShapes>
507                                                        <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" />
508                                                </collisionShapes>
509                                        </SOBQBlock>
510
511                                       
512                                        <SOBQBlock collisionType="static" type="Mushroom" position="1090,0,60" mass='-1'>                                                <!-- L3.7 -->
513                                                <attached>
514                                                        <Model mesh="QCube.mesh" scale=10 pitch=90/>
515                                                        <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/>
516                                                </attached>
517                                                <collisionShapes>
518                                                        <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" />
519                                                </collisionShapes>
520                                        </SOBQBlock>
521
522                                        <SOBQBlock collisionType="static" type="Coin" position="1090,0,20" mass='-1'>                                                   <!-- L3.8 -->
523                                                <attached>
524                                                        <Model mesh="QCube.mesh" scale=10 pitch=90/>
525                                                        <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/>
526                                                </attached>
527                                                <collisionShapes>
528                                                        <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" />
529                                                </collisionShapes>
530                                        </SOBQBlock>
531                                       
532                                        <SOBQBlock collisionType="static" type="Coin" position="1120,0,20" mass='-1'>                                                   <!-- L3.9 -->
533                                                <attached>
534                                                        <Model mesh="QCube.mesh" scale=10 pitch=90/>
535                                                        <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/>
536                                                </attached>
537                                                <collisionShapes>
538                                                        <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" />
539                                                </collisionShapes>
540                                        </SOBQBlock>                                   
541
542                                        <Model mesh="Cube1.1.mesh" position="1180,0,20" scale=10/>                                                                                              <!-- L3.10 -->
543
544                                        <Model mesh="Cube1.3.mesh" position="1210,0,60" scale=10/>                                                                                              <!-- L3.11 -->
545
546                                        <Model mesh="Cube1.1.mesh" position="1280,0,60" scale=10/>                                                                                              <!-- L3.12 -->
547
548                                        <SOBQBlock collisionType="static" type="Coin" position="1290,0,60" mass='-1'>                                                   <!-- L3.13 -->
549                                                <attached>
550                                                        <Model mesh="QCube.mesh" type="Mushroom" scale=10 pitch=90/>
551                                                        <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/>
552                                                </attached>
553                                                <collisionShapes>
554                                                        <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" />
555                                                </collisionShapes>
556                                        </SOBQBlock>
557
558
559                                        <SOBQBlock collisionType="static" type="Coin" position="1300,0,60" mass='-1'>                                                   <!-- L3.14 -->
560                                                <attached>
561                                                        <Model mesh="QCube.mesh" type="Mushroom" scale=10 pitch=90/>
562                                                        <Model mesh="QCube-grey.mesh" scale=10 pitch=90 visible=false/>
563                                                </attached>
564                                                <collisionShapes>
565                                                        <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" />
566                                                </collisionShapes>
567                                        </SOBQBlock>
568
569                                        <Model mesh="Cube1.1.mesh" position="1310,0,60" scale=10/>                                                                                              <!-- L3.15 -->
570                                        <Model mesh="Cube1.1.mesh" position="1290,0,20" scale=10/>                                                                                              <!-- L3.16 -->
571                                        <Model mesh="Cube1.1.mesh" position="1300,0,20" scale=10/>                                                                                              <!-- L3.17 -->
572                                       
573
574                                       
575                                        <Model mesh="Dreieck.mesh" position="1370,0,-10" scale=10 Roll=90 Pitch=90 yaw=90/>                                     <!-- L3.18 -->
576                                        <Model mesh="Dreieck.mesh" position="1400,0,-10" scale=10 Roll=90 Pitch=-90 yaw=90/>                                    <!-- L3.19 -->
577                                        <Model mesh="Dreieck_links+1.mesh" position="1510,0,-10" scale=10 Roll=90 Pitch=90 yaw=90/>                     <!-- L3.20 --> 
578                                       
579
580
581                                        <StaticEntity collisionType="static">
582                                                <collisionShapes>
583                                                       
584                                                        <BoxCollisionShape position="1355,0,-10" halfExtents="20,5,5" />                                                                <!-- 3.18 -->
585                                                        <BoxCollisionShape position="1360,0,0" halfExtents="15,5,5" />
586                                                        <BoxCollisionShape position="1365,0,10" halfExtents="10,5,5" />
587                                                        <BoxCollisionShape position="1370,0,20" halfExtents="5,5,5" />
588
589                                                        <BoxCollisionShape position="1415,0,-10" halfExtents="20,5,5" />                                                                <!-- 3.19-->
590                                                        <BoxCollisionShape position="1410,0,0" halfExtents="15,5,5" />
591                                                        <BoxCollisionShape position="1405,0,10" halfExtents="10,5,5" />
592                                                        <BoxCollisionShape position="1400,0,20" halfExtents="5,5,5" />
593
594                                                        <BoxCollisionShape position="1500,0,-10" halfExtents="25,5,5" />                                                                <!-- 3.20 -->
595                                                        <BoxCollisionShape position="1505,0,0" halfExtents="20,5,5" />
596                                                        <BoxCollisionShape position="1510,0,10" halfExtents="15,5,5" />
597                                                        <BoxCollisionShape position="1515,0,20" halfExtents="10,5,5" />
598                                                       
599
600
601
602
603                                                </collisionShapes>
604                                        </StaticEntity>
605
606                                        <StaticEntity collisionType="static" mass='-1'>
607                                                <collisionShapes>
608                                                        <BoxCollisionShape position="920,0,60" halfExtents="15,5,5" />                                                  <!-- 3.1 -->
609
610                                                        <BoxCollisionShape position="1000,0,20" halfExtents="5,5,5" />                                                  <!-- 3.4 -->
611
612
613                                                        <BoxCollisionShape position="1180,0,20" halfExtents="5,5,5" />                                                  <!-- 3.10 -->
614                                                        <BoxCollisionShape position="1220,0,60" halfExtents="15,5,5" />                                                 <!-- 3.11 -->
615                                                        <BoxCollisionShape position="1280,0,60" halfExtents="5,5,5" />                                                  <!-- 3.12 -->
616                                                        <BoxCollisionShape position="1310,0,60" halfExtents="5,5,5" />                                                  <!-- 3.15 -->
617                                                        <BoxCollisionShape position="1300,0,20" halfExtents="10,5,5" />                                                 <!-- 3.16 and 3.17-->
618                                                       
619                                                </collisionShapes>
620                                        </StaticEntity>
621
622
623
624
625                                        <!-- Boden3 -->
626                                        <Model mesh="Cube2.12.mesh" position="890,0,-30" scale=10 Pitch=90/>
627                                        <Model mesh="Cube2.12.mesh" position="1010,0,-30" scale=10 Pitch=90/>
628                                        <Model mesh="Cube2.12.mesh" position="1130,0,-30" scale=10 Pitch=90/>
629                                        <Model mesh="Cube2.12.mesh" position="1250,0,-30" scale=10 Pitch=90/>
630
631                                        <Model mesh="Cube2.12.mesh" position="1370,0,-30" scale=10 Pitch=90/>
632                                        <Model mesh="Cube2.2.mesh" position="1490,0,-30" scale=10 Pitch=90/>
633                                        <Model mesh="Cube2.2.mesh" position="1510,0,-30" scale=10 Pitch=90/>
634                                       
635
636                                        <StaticEntity collisionType="static" mass='-1'>
637                                                <collisionShapes>
638                                                        <BoxCollisionShape position="1205,0,-20" halfExtents="320,5,5" />
639                                                </collisionShapes>
640                                        </StaticEntity>
641
642
643
644
645
646                                        <!-- Luft4 (BossAbschnitt)-->
647                                        <Model mesh="Dreieck.mesh" position="1560,0,-10" scale=10 Roll=90 Pitch=-90 yaw=90/>                    <!-- L4.1 -->
648
649                                        <Model mesh="Rohr.mesh" position="1645,5,-35" scale=10  roll=90 yaw=90 pitch=-90 />                     <!-- L4.2 -->
650                                        <Model mesh="Rohr.mesh" position="1805,5,-35" scale=10  roll=90 yaw=90 pitch=-90 />                     <!-- L4.7 -->
651                                        <Model mesh="Dreieckgross.mesh" position="1850,0,-10" scale=10 pitch=90 />                                              <!-- L4.8 -->
652
653
654
655
656                                        <Model mesh="Schloss.mesh" position="2050,40,80" scale=15 pitch=90/>                                    <!-- L4.12 -->
657                                        <Model mesh="Fahne.mesh" position="1984,-5,88" scale=10 pitch=90/>                                              <!-- L4.11 -->
658                                        <Model mesh="Fahnenstange.mesh" position="1990,0,95" pitch=90 scale=3/>                                 <!-- L4.10 -->
659                                        <Model mesh="Fundament.mesh" position="1990,0,-10" scale=10 yaw=180/>                                   <!-- L4.9 -->
660
661
662
663                                       
664                                        <!-- FLAG -->
665                                        <SOBFlagstone points = 100  position="1990,0,10" collisionType="static">
666                                                <collisionShapes>
667                                                        <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" />
668                                                </collisionShapes>
669                                        </SOBFlagstone>
670                                        <SOBFlagstone points = 200  position="1990,0,20" collisionType="static">
671                                                <collisionShapes>
672                                                        <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" />
673                                                </collisionShapes>
674                                        </SOBFlagstone>
675                                        <SOBFlagstone points = 400  position="1990,0,30" collisionType="static">
676                                                <collisionShapes>
677                                                        <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" />
678                                                </collisionShapes>
679                                        </SOBFlagstone>
680                                        <SOBFlagstone points = 800  position="1990,0,40" collisionType="static">
681                                                <collisionShapes>
682                                                        <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" />
683                                                </collisionShapes>
684                                        </SOBFlagstone>
685                                        <SOBFlagstone points = 1600  position="1990,0,50" collisionType="static">
686                                                <collisionShapes>
687                                                        <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" />
688                                                </collisionShapes>
689                                        </SOBFlagstone>
690                                        <SOBFlagstone points = 2200  position="1990,0,60" collisionType="static">
691                                                <collisionShapes>
692                                                        <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" />
693                                                </collisionShapes>
694                                        </SOBFlagstone>
695                                        <SOBFlagstone points = 2700  position="1990,0,70" collisionType="static">
696                                                <collisionShapes>
697                                                        <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" />
698                                                </collisionShapes>
699                                        </SOBFlagstone>
700                                        <SOBFlagstone points = 3400  position="1990,0,80" collisionType="static">
701                                                <collisionShapes>
702                                                        <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" />
703                                                </collisionShapes>
704                                        </SOBFlagstone>
705                                        <SOBFlagstone points = 4000  position="1990,0,90" collisionType="static">
706                                                <collisionShapes>
707                                                        <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" />
708                                                </collisionShapes>
709                                        </SOBFlagstone>
710
711
712                                        <!-- Castlestone -->
713                                        <SOBCastlestone position="2060,0,-10" collisionType="static">
714                                                <collisionShapes>
715                                                        <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" />
716                                                </collisionShapes>
717                                        </SOBCastlestone>
718
719                                        <SOBCastlestone position="2050,40,-10" collisionType="static">
720                                                <collisionShapes>
721                                                        <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" />
722                                                </collisionShapes>
723                                        </SOBCastlestone>
724                                        <StaticEntity collisionType="static" mass='-1'>
725                                                <collisionShapes>
726                                                        <BoxCollisionShape position="2050,20,-20" halfExtents="5,20,5" />
727                                                </collisionShapes>
728                                        </StaticEntity>
729
730
731
732                                        <StaticEntity collisionType="static">
733                                                <collisionShapes>
734
735                                                        <BoxCollisionShape position="1575,0,-10" halfExtents="20,5,5" />                                        <!-- 4.1-->
736                                                        <BoxCollisionShape position="1570,0,0" halfExtents="15,5,5" />
737                                                        <BoxCollisionShape position="1565,0,10" halfExtents="10,5,5" />
738                                                        <BoxCollisionShape position="1560,0,20" halfExtents="5,5,5" />
739
740                                                        <BoxCollisionShape position="1645,0,-4" halfExtents="12,5,12" />                                        <!-- 4.2 -->
741
742
743                                                        <BoxCollisionShape position="1805,0,-4" halfExtents="12,5,12" />                                        <!-- 4.7 -->
744
745                                                        <BoxCollisionShape position="1860,0,-10" halfExtents="45,5,5" />                                        <!-- 4.8 -->
746                                                        <BoxCollisionShape position="1865,0,0" halfExtents="40,5,5" />
747                                                        <BoxCollisionShape position="1870,0,10" halfExtents="35,5,5" />
748                                                        <BoxCollisionShape position="1875,0,20" halfExtents="30,5,5" />
749                                                        <BoxCollisionShape position="1880,0,30" halfExtents="25,5,5" />
750                                                        <BoxCollisionShape position="1885,0,40" halfExtents="20,5,5" />
751                                                        <BoxCollisionShape position="1890,0,50" halfExtents="15,5,5" />
752                                                        <BoxCollisionShape position="1895,0,60" halfExtents="10,5,5" />
753                                                        <BoxCollisionShape position="1990,0,125" halfExtents="5,5,30" />
754                                                        <BoxCollisionShape position="1940,0,150" halfExtents="45,5,5" />
755                                                       
756
757
758                                                </collisionShapes>
759                                        </StaticEntity>
760
761
762
763
764
765                                       
766
767                                        <!--Boden4 -->
768                                        <Model mesh="Cube2.12.mesh" position="1560,0,-30" scale=10 Pitch=90/>
769                                        <Model mesh="Cube2.12.mesh" position="1680,0,-30" scale=10 Pitch=90/>
770                                        <Model mesh="Cube2.12.mesh" position="1800,0,-30" scale=10 Pitch=90/>
771                                        <Model mesh="Cube2.12.mesh" position="1920,0,-30" scale=10 Pitch=90/>
772                                        <Model mesh="Cube2.12.mesh" position="2040,0,-30" scale=10 Pitch=90/>
773
774
775                                       
776                                        <Model mesh="Cube1.3.mesh" position="1990,10,-20" scale=10 Pitch=90/>
777                                        <Model mesh="Cube1.3.mesh" position="1990,20,-20" scale=10 Pitch=90/>
778                                        <Model mesh="Cube1.3.mesh" position="1990,30,-20" scale=10 Pitch=90/>
779                                        <Model mesh="Cube1.3.mesh" position="1990,40,-20" scale=10 Pitch=90/>
780                                        <Model mesh="Cube1.3.mesh" position="1960,10,-20" scale=10 Pitch=90/>
781                                        <Model mesh="Cube1.1.mesh" position="1980,20,-20" scale=10 Pitch=90/>
782                                        <Model mesh="Cube1.1.mesh" position="1970,20,-20" scale=10 Pitch=90/>
783                                        <Model mesh="Cube1.1.mesh" position="1980,30,-20" scale=10 Pitch=90/>
784
785                                        <Model mesh="Cube1.1.mesh" position="2000,50,-20" scale=10 Pitch=90/>
786                                        <Model mesh="Cube1.1.mesh" position="2010,50,-20" scale=10 Pitch=90/>
787                                        <Model mesh="Cube1.1.mesh" position="2010,60,-20" scale=10 Pitch=90/>
788                                       
789
790                                        <Model mesh="Cube1.6.mesh" position="2020,10,-20" scale=10 Pitch=90/>
791                                        <Model mesh="Cube1.6.mesh" position="2020,20,-20" scale=10 Pitch=90/>
792                                        <Model mesh="Cube1.6.mesh" position="2020,30,-20" scale=10 Pitch=90/>
793                                        <Model mesh="Cube1.6.mesh" position="2020,40,-20" scale=10 Pitch=90/>
794                                        <Model mesh="Cube1.6.mesh" position="2020,50,-20" scale=10 Pitch=90/>
795                                        <Model mesh="Cube1.6.mesh" position="2020,60,-20" scale=10 Pitch=90/>
796                                        <Model mesh="Cube1.6.mesh" position="2020,70,-20" scale=10 Pitch=90/>
797                                        <Model mesh="Cube1.6.mesh" position="2080,10,-20" scale=10 Pitch=90/>
798                                        <Model mesh="Cube1.6.mesh" position="2080,20,-20" scale=10 Pitch=90/>
799                                        <Model mesh="Cube1.6.mesh" position="2080,30,-20" scale=10 Pitch=90/>
800                                        <Model mesh="Cube1.6.mesh" position="2080,40,-20" scale=10 Pitch=90/>
801                                        <Model mesh="Cube1.6.mesh" position="2080,50,-20" scale=10 Pitch=90/>
802                                        <Model mesh="Cube1.3.mesh" position="2080,60,-20" scale=10 Pitch=90/>
803                                        <Model mesh="Cube1.1.mesh" position="2110,60,-20" scale=10 Pitch=90/>
804                                        <Model mesh="Cube1.3.mesh" position="2080,70,-20" scale=10 Pitch=90/>
805
806                                       
807
808                                        <StaticEntity collisionType="static" mass='-1'>
809                                                <collisionShapes>
810                                                        <BoxCollisionShape position="1855,0,-20" halfExtents="300,5,5" />
811                                                </collisionShapes>
812                                        </StaticEntity>
813
814
815
816
817
818
819                                       
820
821
822                                </Scene>
823                        </Level>
824
Note: See TracBrowser for help on using the repository browser.