Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 11597 was 11597, checked in by varxth, 6 years ago

Collisionshape of fireball

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