Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

komplet

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