Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

fireing Fireballs enabled

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