[11544] | 1 | <LevelInfo |
---|
[11584] | 2 | name = "NC StoryMode" |
---|
[11544] | 3 | description = "A level in which the Campaign Menu is defined, which opens other levels." |
---|
| 4 | tags = "test" |
---|
| 5 | screenshot = "emptylevel.png" |
---|
| 6 | /> |
---|
| 7 | |
---|
| 8 | <?lua |
---|
| 9 | include("stats.oxo") |
---|
| 10 | include("templates/lodInformation.oxt") |
---|
| 11 | include("templates/StoryMode.oxt") |
---|
[11605] | 12 | include("StoryModeHUD2.oxo") |
---|
[11544] | 13 | include("templates/spaceshipAssff.oxt") |
---|
[11605] | 14 | include("templates/StoryModeEscort.oxt") |
---|
[11544] | 15 | include("templates/endurancetest_template.oxt") |
---|
| 16 | ?> |
---|
| 17 | |
---|
[11560] | 18 | <Level gametype = StoryMode> |
---|
[11544] | 19 | |
---|
| 20 | <templates> |
---|
| 21 | <Template link=lodtemplate_default /> |
---|
| 22 | </templates> |
---|
| 23 | <?lua include("includes/notifications.oxi") ?> |
---|
| 24 | |
---|
| 25 | <Scene |
---|
| 26 | ambientlight = "0.8, 0.8, 0.8" |
---|
| 27 | skybox = "Orxonox/Starbox" |
---|
| 28 | > |
---|
| 29 | |
---|
[11663] | 30 | <SpawnPoint position="000.000, 000.000, 000.000" spawnclass=StoryModePawn orientation="0, 0, 0, 1" pawndesign=StoryModeEscort /> |
---|
[11544] | 31 | |
---|
[11676] | 32 | <NameableStaticEntity levelName="Level 1" position="0,0,-500" direction="0,1,0"> |
---|
[11584] | 33 | <attached> |
---|
[11663] | 34 | <Model position="0,0,0" mesh="ETH.mesh" scale=80 /> |
---|
[11584] | 35 | </attached> |
---|
[11675] | 36 | </NameableStaticEntity> |
---|
[11544] | 37 | |
---|
[11675] | 38 | <NameableStaticEntity levelName="Level 2" position="500,0,-1000" direction="0,0,0"> |
---|
[11584] | 39 | <attached> |
---|
[11663] | 40 | <Model position="0,0,0" mesh="planets/moon.mesh" scale=50 /> |
---|
[11584] | 41 | </attached> |
---|
[11675] | 42 | </NameableStaticEntity> |
---|
[11560] | 43 | |
---|
[11675] | 44 | <NameableStaticEntity levelName="Level 3" position="-500,0,-1000" direction="0,1,0"> |
---|
[11584] | 45 | <attached> |
---|
[11663] | 46 | <Model position="0,0,0" mesh="can.mesh" scale=50 /> |
---|
[11544] | 47 | </attached> |
---|
[11675] | 48 | </NameableStaticEntity> |
---|
[11663] | 49 | |
---|
[11675] | 50 | <NameableStaticEntity levelName="Level 4" position="1000,0,-1500" direction="0,0,0"> |
---|
[11663] | 51 | <attached> |
---|
| 52 | <Model position="0,0,0" mesh="cube.mesh" scale=50 /> |
---|
| 53 | </attached> |
---|
[11675] | 54 | </NameableStaticEntity> |
---|
[11663] | 55 | |
---|
[11675] | 56 | <NameableStaticEntity levelName="Level 5" position="-1000,0,-1500" direction="0,0,0"> |
---|
[11663] | 57 | <attached> |
---|
| 58 | <Model position="0,0,0" mesh="Pilz.mesh" scale=50 /> |
---|
| 59 | </attached> |
---|
[11675] | 60 | </NameableStaticEntity> |
---|
[11663] | 61 | |
---|
[11584] | 62 | |
---|
[11544] | 63 | </Scene> |
---|
| 64 | </Level> |
---|
| 65 | |
---|