1 | <LevelInfo |
---|
2 | name = "Presentation DM" |
---|
3 | description = "Presentation Level" |
---|
4 | tags = "presentation" |
---|
5 | /> |
---|
6 | |
---|
7 | <?lua |
---|
8 | include("HUDTemplates3.oxo") |
---|
9 | include("stats.oxo") |
---|
10 | include("templates/spaceshipAssff.oxt") |
---|
11 | include("templates/spaceshipH2.oxt") |
---|
12 | include("templates/lodInformation.oxt") |
---|
13 | ?> |
---|
14 | |
---|
15 | <Level |
---|
16 | name = "Presentation" |
---|
17 | description = "A simple testlevel" |
---|
18 | > |
---|
19 | <templates> |
---|
20 | <Template link=lodtemplate_default /> |
---|
21 | </templates> |
---|
22 | |
---|
23 | <Scene |
---|
24 | ambientlight = "0.5, 0.5, 0.5" |
---|
25 | skybox = "Orxonox/skypanoramagen1" |
---|
26 | > |
---|
27 | <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" /> |
---|
28 | |
---|
29 | |
---|
30 | <?lua |
---|
31 | for i = 1, 10, 1 do |
---|
32 | ?> |
---|
33 | <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 /> |
---|
34 | <?lua end ?> |
---|
35 | |
---|
36 | <GlobalShader compositor="Bloom" visible=false> |
---|
37 | <events> |
---|
38 | <visibility> |
---|
39 | <DistanceTrigger position="0,0,0" distance=30 target="Spectator" switch=true /> |
---|
40 | </visibility> |
---|
41 | </events> |
---|
42 | </GlobalShader> |
---|
43 | |
---|
44 | <?lua |
---|
45 | for i = 1, 100, 1 do |
---|
46 | j = math.random() |
---|
47 | ?> |
---|
48 | <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) ?>"> |
---|
49 | <attached> |
---|
50 | <Model position="0,0,0" scale=<?lua print(j * 10) ?> mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" /> |
---|
51 | </attached> |
---|
52 | <collisionShapes> |
---|
53 | <SphereCollisionShape radius="<?lua print(j * 70) ?>" /> |
---|
54 | </collisionShapes> |
---|
55 | </MovableEntity> |
---|
56 | <?lua end ?> |
---|
57 | |
---|
58 | <!-- |
---|
59 | <?lua |
---|
60 | for i = 1, 70, 1 do |
---|
61 | ?> |
---|
62 | <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) ?>"> |
---|
63 | <attached> |
---|
64 | <Model scale="<?lua print(math.random() * 30 + 10) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false /> |
---|
65 | </attached> |
---|
66 | </MovableEntity> |
---|
67 | <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) ?>"> |
---|
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 | |
---|
73 | <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) ?>"> |
---|
74 | <attached> |
---|
75 | <Model scale="<?lua print(math.random() * 30 + 10) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false /> |
---|
76 | </attached> |
---|
77 | </MovableEntity> |
---|
78 | <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) ?>"> |
---|
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 | |
---|
84 | <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) ?>"> |
---|
85 | <attached> |
---|
86 | <Model scale="<?lua print(math.random() * 30 + 10) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false /> |
---|
87 | </attached> |
---|
88 | </MovableEntity> |
---|
89 | <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) ?>"> |
---|
90 | <attached> |
---|
91 | <Model scale="<?lua print(math.random() * 30 + 10) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false /> |
---|
92 | </attached> |
---|
93 | </MovableEntity> |
---|
94 | <?lua end ?> |
---|
95 | --> |
---|
96 | |
---|
97 | </Scene> |
---|
98 | </Level> |
---|