1 | <LevelInfo |
---|
2 | name = "Hover level" |
---|
3 | description = "Level for Minigame Hover" |
---|
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/spaceshipPirate.oxt") |
---|
16 | include("templates/spaceshipHover.oxt") |
---|
17 | include("overlays/HoverHUD.oxo") |
---|
18 | ?> |
---|
19 | |
---|
20 | <Level |
---|
21 | plugins = hover |
---|
22 | gametype = Hover |
---|
23 | > |
---|
24 | <templates> |
---|
25 | <Template link=lodtemplate_default /> |
---|
26 | </templates> |
---|
27 | <?lua include("includes/notifications.oxi") ?> |
---|
28 | |
---|
29 | <Scene |
---|
30 | ambientlight = "0.8, 0.8, 0.8" |
---|
31 | skybox = "Orxonox/Starbox" |
---|
32 | gravity = "0, -200, 0" |
---|
33 | > |
---|
34 | |
---|
35 | |
---|
36 | |
---|
37 | |
---|
38 | |
---|
39 | <StaticEntity position="0,0,0" collisionType="static"> |
---|
40 | <attached> |
---|
41 | </attached> |
---|
42 | <collisionShapes> |
---|
43 | <BoxCollisionShape yaw="0" pitch="0" roll="0" position="500,0,0" halfExtents="500, 30, 2" /> |
---|
44 | <BoxCollisionShape yaw="0" pitch="0" roll="0" position="500,0,1000" halfExtents="500, 30, 2" /> |
---|
45 | <BoxCollisionShape yaw="0" pitch="0" roll="0" position="0,0,500" halfExtents="2, 30, 500" /> |
---|
46 | <BoxCollisionShape yaw="0" pitch="0" roll="0" position="1000,0,500" halfExtents="2, 30, 500" /> |
---|
47 | |
---|
48 | </collisionShapes> |
---|
49 | </StaticEntity> |
---|
50 | |
---|
51 | <StaticEntity position="0,0,0" collisionType="static"> |
---|
52 | <attached> |
---|
53 | <Model position="500, -16,500" yaw="0" pitch="0" roll="0" scale3D="500, 16, 500" mesh="CubeGround.mesh" /> |
---|
54 | </attached> |
---|
55 | <collisionShapes> |
---|
56 | <BoxCollisionShape yaw="0" pitch="0" roll="0" position="0,50,0" halfExtents="10000, 1, 10000" /> |
---|
57 | <BoxCollisionShape yaw="0" pitch="0" roll="0" position="0,-10,0" halfExtents="10000, 10, 10000" /> |
---|
58 | <BoxCollisionShape yaw="0" pitch="0" roll="0" position="500, 0,0" halfExtents="1000, 1000, 1" /> |
---|
59 | <BoxCollisionShape yaw="0" pitch="0" roll="0" position="500, 0, 1000" halfExtents="1000, 1000, 1" /> |
---|
60 | <BoxCollisionShape yaw="0" pitch="0" roll="0" position="0, 0, 500" halfExtents="1, 1000, 1000" /> |
---|
61 | <BoxCollisionShape yaw="0" pitch="0" roll="0" position="1000, 0, 500" halfExtents="1, 1000, 1000" /> |
---|
62 | |
---|
63 | |
---|
64 | </collisionShapes> |
---|
65 | </StaticEntity> |
---|
66 | |
---|
67 | |
---|
68 | <MovableEntity position="0,0,0"> |
---|
69 | <attached> |
---|
70 | <HoverOrigin> |
---|
71 | |
---|
72 | <attached> |
---|
73 | |
---|
74 | </attached> |
---|
75 | </HoverOrigin> |
---|
76 | </attached> |
---|
77 | </MovableEntity> |
---|
78 | |
---|
79 | |
---|
80 | |
---|
81 | |
---|
82 | <Light type=directional position="-50,500,-50" direction="0.577, -0.577, 0.577" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/> |
---|
83 | <SpawnPoint team=0 position="50,20,50" lookat="100,20,100" spawnclass=HoverShip pawndesign=spaceshiphover /> |
---|
84 | |
---|
85 | </Scene> |
---|
86 | </Level> |
---|
87 | |
---|