Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SOBv2_HS17/data/levels/SOB.oxw @ 11647

Last change on this file since 11647 was 11647, checked in by zarron, 6 years ago

Castle hight corrected

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