[11255] | 1 | |
---|
| 2 | |
---|
[11242] | 3 | <LevelInfo |
---|
| 4 | name = "StoryModeMap" |
---|
| 5 | description = "Level that should have planets with different missions in it" |
---|
| 6 | tags = "test" |
---|
| 7 | screenshot = "emptylevel.png" |
---|
| 8 | /> |
---|
| 9 | |
---|
| 10 | <?lua |
---|
| 11 | include("stats.oxo") |
---|
[11255] | 12 | include("StoryModeHUD.oxo") |
---|
[11242] | 13 | include("templates/lodInformation.oxt") |
---|
[11269] | 14 | include("templates/StoryMode.oxt") |
---|
[11242] | 15 | |
---|
[11255] | 16 | include("templates/lodInformation.oxt") |
---|
[11242] | 17 | ?> |
---|
| 18 | |
---|
| 19 | <Level |
---|
| 20 | gametype = StoryMode |
---|
| 21 | > |
---|
| 22 | |
---|
| 23 | <templates> |
---|
| 24 | <Template link=lodtemplate_default /> |
---|
| 25 | </templates> |
---|
| 26 | <?lua include("includes/notifications.oxi") ?> |
---|
| 27 | |
---|
| 28 | <Scene |
---|
| 29 | ambientlight = "0.2, 0.2, 0.2" |
---|
| 30 | skybox = "Orxonox/Starbox" |
---|
| 31 | > |
---|
| 32 | |
---|
[11255] | 33 | <StaticEntity position="0,0,0" direction="0,0,0" mass=10000 friction=0> |
---|
| 34 | <attached> |
---|
[11242] | 35 | |
---|
[11255] | 36 | <Model position="0,0,0" mesh="Coordinates.mesh" scale=50 /> |
---|
| 37 | </attached> |
---|
| 38 | </StaticEntity> |
---|
[11242] | 39 | |
---|
[11255] | 40 | |
---|
| 41 | |
---|
| 42 | <StaticEntity position="0,0,0" direction="0,0,0" mass=10000 friction=0> |
---|
[11242] | 43 | <attached> |
---|
[11255] | 44 | |
---|
[11286] | 45 | <Model position="-870,0,0" mesh="planets/earth.mesh" scale=30 /> |
---|
[11255] | 46 | |
---|
[11286] | 47 | <Model position="870,0,0" mesh="planets/earth.mesh" scale=30 /> |
---|
[11255] | 48 | |
---|
[11286] | 49 | <Model position="0,-560,0" mesh="planets/earth.mesh" scale=30 /> |
---|
[11255] | 50 | |
---|
[11286] | 51 | <Model position="0,520,0" mesh="planets/earth.mesh" scale=30 /> |
---|
| 52 | |
---|
| 53 | |
---|
| 54 | |
---|
| 55 | |
---|
| 56 | |
---|
| 57 | |
---|
| 58 | <Model position="0,0,0" mesh="planets/sol.mesh" scale=8 /> |
---|
[11242] | 59 | |
---|
[11286] | 60 | <Model position="300,300,0" mesh="planets/moon.mesh" scale=60 /> |
---|
[11255] | 61 | |
---|
[11286] | 62 | <Model position="400,400,0" mesh="planets/muunilinst.mesh" scale=25 /> |
---|
[11255] | 63 | |
---|
| 64 | <Model position="500,500,0" mesh="planets/muunilinst.mesh" scale=18 /> |
---|
| 65 | |
---|
| 66 | <Model position="600,600,0" mesh="planets/muunilinst.mesh" scale=13 /> |
---|
| 67 | |
---|
| 68 | <Model position="-100,-100,0" mesh="planets/muunilinst.mesh" scale=8 /> |
---|
| 69 | |
---|
| 70 | <Model position="-200,-200,0" mesh="planets/muunilinst.mesh" scale=8 /> |
---|
| 71 | |
---|
| 72 | <Model position="-300,-300,0" mesh="planets/muunilinst.mesh" scale=8 /> |
---|
| 73 | |
---|
| 74 | <Model position="-400,-400,0" mesh="planets/muunilinst.mesh" scale=8 /> |
---|
| 75 | |
---|
| 76 | <Model position="-500,-500,0" mesh="planets/muunilinst.mesh" scale=8 /> |
---|
| 77 | |
---|
[11242] | 78 | </attached> |
---|
| 79 | </StaticEntity> |
---|
| 80 | |
---|
| 81 | |
---|
| 82 | |
---|
| 83 | |
---|
| 84 | |
---|
| 85 | <Planet |
---|
| 86 | position="10000,0,0" |
---|
| 87 | scale="100" |
---|
| 88 | collisionType="dynamic" |
---|
| 89 | linearDamping="0.8" |
---|
| 90 | angularDamping="0" |
---|
| 91 | mass="5000000" |
---|
| 92 | pitch="0" |
---|
| 93 | mesh="planets/muunilinst.mesh" |
---|
| 94 | atmosphere="atmosphere1" |
---|
| 95 | rotationaxis="1,0,0" |
---|
| 96 | rotationrate="1.0" |
---|
| 97 | atmospheresize="80.0f" |
---|
| 98 | imagesize="1024.0f" |
---|
| 99 | collisiondamage = 2 |
---|
| 100 | enablecollisiondamage = true |
---|
| 101 | > |
---|
| 102 | <attached> |
---|
| 103 | <ForceField position="0,0,0" mode="sphere" diameter="1000" velocity="-500" /> |
---|
| 104 | </attached> |
---|
| 105 | <collisionShapes> |
---|
| 106 | <SphereCollisionShape radius="100" position="0,0,0" /> |
---|
| 107 | </collisionShapes> |
---|
| 108 | </Planet> |
---|
| 109 | |
---|
| 110 | |
---|
| 111 | |
---|
| 112 | <Template name=spaceshipassff> |
---|
| 113 | <ControllableEntity |
---|
| 114 | camerapositiontemplate = spaceshipassffcameras |
---|
[11255] | 115 | |
---|
[11242] | 116 | |
---|
| 117 | > |
---|
| 118 | |
---|
| 119 | </ControllableEntity> |
---|
[11269] | 120 | |
---|
| 121 | |
---|
[11242] | 122 | </Template> |
---|
| 123 | |
---|
| 124 | |
---|
| 125 | |
---|
| 126 | <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"/> |
---|
| 127 | |
---|
[11269] | 128 | <SpawnPoint position="000.000, 000.000, 1000.000" orientation="0, 0, 0, -1" pawndesign=StoryMode /> |
---|
[11242] | 129 | |
---|
| 130 | </Scene> |
---|
| 131 | </Level> |
---|
| 132 | |
---|