1 | <LevelInfo |
---|
2 | name = "Dodge Race Test x" |
---|
3 | description = "A level with hardly anything in it (at the moment)." |
---|
4 | tags = "minigame" |
---|
5 | screenshot = "emptylevel.png" |
---|
6 | /> |
---|
7 | |
---|
8 | <?lua |
---|
9 | include("stats.oxo") |
---|
10 | include("HUDTemplates3.oxo") |
---|
11 | include("templates/lodInformation.oxt") |
---|
12 | ?> |
---|
13 | |
---|
14 | <?lua |
---|
15 | include("templates/spaceshipDodgeRace.oxt") |
---|
16 | ?> |
---|
17 | |
---|
18 | <Level gametype = Deathmatch> |
---|
19 | <templates> |
---|
20 | <Template link=lodtemplate_default /> |
---|
21 | </templates> |
---|
22 | <?lua include("includes/notifications.oxi") ?> |
---|
23 | |
---|
24 | <Scene |
---|
25 | ambientlight = "2.0, 2.0, 2.0" |
---|
26 | skybox = "Orxonox/skyBoxClouds" |
---|
27 | gravity = "0,0,0" |
---|
28 | negativeWorldRange = "-100000, -100000, -100000" |
---|
29 | positiveWorldRange = " 100000, 100000, 100000" |
---|
30 | hasPhysics = true |
---|
31 | > |
---|
32 | |
---|
33 | <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"/> |
---|
34 | <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=DodgeShip pawndesign=spaceshipDodgeRace /> |
---|
35 | |
---|
36 | </Scene> |
---|
37 | </Level> |
---|
38 | |
---|
39 | <!-- ------------------Boden----------------- --> |
---|
40 | <StaticEntity position="0,0,0" direction="0,0,0" collisionType=static mass=100000 friction=0.01> |
---|
41 | <attached> |
---|
42 | <Model position="0,0,0" mesh="CubeGround.mesh" scale3D="8000,8000,8000" /> |
---|
43 | </attached> |
---|
44 | <collisionShapes> |
---|
45 | <BoxCollisionShape position="0,50,0" halfExtents="8000,8000,8000" />um j?:P"{ |
---|
46 | |
---|
47 | </collisionShapes> |
---|
48 | </StaticEntity> |
---|