| [5378] | 1 | <?lua | 
|---|
| [5654] | 2 |   include("hudtemplates3.oxo") | 
|---|
 | 3 |   include("stats.oxo") | 
|---|
 | 4 |   include("templates/spaceship_assff.oxt") | 
|---|
 | 5 |   include("templates/spaceship_H2.oxt") | 
|---|
| [7163] | 6 |   include("templates/lodinformation.oxt") | 
|---|
| [5378] | 7 | ?> | 
|---|
 | 8 |  | 
|---|
 | 9 | <Level | 
|---|
 | 10 |  name         = "Presentation" | 
|---|
 | 11 |  description  = "A simple testlevel" | 
|---|
 | 12 | > | 
|---|
| [7163] | 13 |   <templates> | 
|---|
 | 14 |     <Template link=lodtemplate_default /> | 
|---|
 | 15 |   </templates> | 
|---|
 | 16 |  | 
|---|
| [5378] | 17 |   <Scene | 
|---|
 | 18 |    ambientlight = "0.5, 0.5, 0.5" | 
|---|
 | 19 |    skybox       = "Orxonox/skypanoramagen1" | 
|---|
 | 20 |   > | 
|---|
 | 21 |     <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" /> | 
|---|
 | 22 |  | 
|---|
| [5519] | 23 |  | 
|---|
| [7163] | 24 |     <?lua | 
|---|
 | 25 |       for i = 1, 10, 1 do | 
|---|
 | 26 |     ?> | 
|---|
 | 27 |       <SpawnPoint position="<?lua print(math.random() * 1000 - 500) ?>,<?lua print(math.random() * 1000 - 500) ?>,<?lua print(math.random() * 1000 - 500) ?>" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /> | 
|---|
 | 28 |     <?lua end ?> | 
|---|
| [5383] | 29 |  | 
|---|
 | 30 |     <GlobalShader compositor="Bloom" visible=false> | 
|---|
 | 31 |       <events> | 
|---|
 | 32 |         <visibility> | 
|---|
 | 33 |           <DistanceTrigger position="0,0,0" distance=30 target="Spectator" switch=true /> | 
|---|
 | 34 |         </visibility> | 
|---|
 | 35 |       </events> | 
|---|
 | 36 |     </GlobalShader> | 
|---|
| [5502] | 37 |  | 
|---|
| [7163] | 38 |     <?lua | 
|---|
 | 39 |       for i = 1, 100, 1 do | 
|---|
 | 40 |         j = math.random() | 
|---|
 | 41 |     ?> | 
|---|
 | 42 |       <MovableEntity position="<?lua print(math.random() * 5000-2000) ?>,<?lua print(math.random() * 5000-2000) ?>,<?lua print(math.random() * 5000 - 2000) ?>" collisionType=dynamic linearDamping=0.8 angularDamping=0 mass=<?lua print(j * 50) ?> scale=<?lua print(j * 5) ?> rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 30 + 5) ?>"> | 
|---|
 | 43 |         <attached> | 
|---|
 | 44 |           <Model position="0,0,0" scale=<?lua print(j * 10) ?> mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" /> | 
|---|
 | 45 |         </attached> | 
|---|
 | 46 |         <collisionShapes> | 
|---|
 | 47 |           <SphereCollisionShape radius="<?lua print(j * 70) ?>" /> | 
|---|
 | 48 |         </collisionShapes> | 
|---|
 | 49 |       </MovableEntity> | 
|---|
 | 50 |     <?lua end ?> | 
|---|
| [5513] | 51 |  | 
|---|
| [5464] | 52 | <!-- | 
|---|
| [7163] | 53 |     <?lua | 
|---|
 | 54 |       for i = 1, 70, 1 do | 
|---|
 | 55 |     ?> | 
|---|
 | 56 |       <MovableEntity position="<?lua print(math.random() * 6000 - 3000)?>, <?lua print(math.random() * 6000 - 3000) ?>, <?lua print(math.random() * 1000 + 3000) ?>" rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 30 + 5) ?>"> | 
|---|
 | 57 |         <attached> | 
|---|
 | 58 |           <Model scale="<?lua print(math.random() * 30 + 10) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false /> | 
|---|
 | 59 |         </attached> | 
|---|
 | 60 |       </MovableEntity> | 
|---|
 | 61 |       <MovableEntity position="<?lua print(math.random() * 6000 - 3000)?>, <?lua print(math.random() * 6000 - 3000) ?>, <?lua print(math.random() * -1000 - 3000) ?>" rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 30 + 5) ?>"> | 
|---|
 | 62 |         <attached> | 
|---|
 | 63 |           <Model scale="<?lua print(math.random() * 30 + 10) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false /> | 
|---|
 | 64 |         </attached> | 
|---|
 | 65 |       </MovableEntity> | 
|---|
| [5383] | 66 |  | 
|---|
| [7163] | 67 |       <MovableEntity position="<?lua print(math.random() * 6000 - 3000)?>, <?lua print(math.random() * 1000 + 3000) ?>, <?lua print(math.random() * 6000 - 3000) ?>" rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 30 + 5) ?>"> | 
|---|
 | 68 |         <attached> | 
|---|
 | 69 |           <Model scale="<?lua print(math.random() * 30 + 10) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false /> | 
|---|
 | 70 |         </attached> | 
|---|
 | 71 |       </MovableEntity> | 
|---|
 | 72 |       <MovableEntity position="<?lua print(math.random() * 6000 - 3000)?>, <?lua print(math.random() * -1000 - 3000) ?>, <?lua print(math.random() * 6000 - 3000) ?>" rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 30 + 5) ?>"> | 
|---|
 | 73 |         <attached> | 
|---|
 | 74 |           <Model scale="<?lua print(math.random() * 30 + 10) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false /> | 
|---|
 | 75 |         </attached> | 
|---|
 | 76 |       </MovableEntity> | 
|---|
| [5383] | 77 |  | 
|---|
| [7163] | 78 |       <MovableEntity position="<?lua print(math.random() * 1000 + 3000)?>, <?lua print(math.random() * 6000 - 3000) ?>, <?lua print(math.random() * 6000 - 3000) ?>" rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 30 + 5) ?>"> | 
|---|
 | 79 |         <attached> | 
|---|
 | 80 |           <Model scale="<?lua print(math.random() * 30 + 10) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false /> | 
|---|
 | 81 |         </attached> | 
|---|
 | 82 |       </MovableEntity> | 
|---|
 | 83 |       <MovableEntity position="<?lua print(math.random() * -1000 - 3000)?>, <?lua print(math.random() * 6000 - 3000) ?>, <?lua print(math.random() * 6000 - 3000) ?>" rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 30 + 5) ?>"> | 
|---|
 | 84 |         <attached> | 
|---|
 | 85 |           <Model scale="<?lua print(math.random() * 30 + 10) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false /> | 
|---|
 | 86 |         </attached> | 
|---|
 | 87 |       </MovableEntity> | 
|---|
 | 88 |     <?lua end ?> | 
|---|
| [5464] | 89 | --> | 
|---|
| [7163] | 90 |  | 
|---|
| [5378] | 91 |   </Scene> | 
|---|
 | 92 | </Level> | 
|---|