Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/menue/data/levels/testStars.oxw @ 8938

Last change on this file since 8938 was 8916, checked in by baermatt, 13 years ago

Associated each screenshot to the correct level

  • Property svn:eol-style set to native
File size: 2.0 KB
Line 
1<LevelInfo
2 name = "Stars Testlevel"
3 description = "Level to test stars"
4 tags = "test"
5 screenshot = "starstestlevel.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/spaceshipAssff.oxt")
16  include("templates/spaceshipPirate.oxt")
17?>
18
19<Level
20 name         = "Sample"
21 description  = "Just a few tests"
22>
23  <templates>
24    <Template link=lodtemplate_default />
25  </templates>
26  <?lua include("includes/notifications.oxi") ?>
27
28  <Scene
29    ambientlight = "0.8, 0.8, 0.8"
30  >
31
32<!--Rocket position="-10, 3.5,800" velocity="0,0,-100">
33      <attached>
34        <Model pitch=180 position="0,0,0" scale=1.5 mesh="rocket_test.mesh" >
35          <attached>
36           <ParticleEmitter pitch=0 roll=0 position="0,5,0" source="Orxonox/laser" lifetime=2.0 loop=1 startdelay=3.0/>
37           <ParticleEmitter pitch=-90 roll=0 position="0,-5,0" source="Orxonox/particlecanon" lifetime=2.0 loop=1 startdelay=3.0/>
38           <ParticleEmitter pitch=-90 roll=0 position="0,0,-2" source="Orxonox/rocketfire" lifetime=2.0 loop=1 startdelay=3.0 />
39           <ParticleEmitter pitch=-90 roll=0 position="0,0,-2" source="Orxonox/smoke" lifetime=2.0 loop=1 startdelay=3.0 />
40          </attached>
41          </Model>
42        </attached>
43    </Rocket-->
44   
45    <CreateStars numStars="6000" material="Examples/Flare" colour="1,1,1" radius=10000 colourDiff=0.1/>
46
47    <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" />
48    <SpawnPoint position="0,0,100" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />
49
50    <ParticleEmitter position="0,10000,0" source="Orxonox/fog" />
51    <ParticleEmitter position="6000,7000,0" source="Orxonox/fog2" />
52    <ParticleEmitter position="-6000,-7000,0" source="Orxonox/fog3" />
53    <ParticleEmitter position="-6000,0,9000" source="Orxonox/fog4" />
54    <ParticleEmitter position="2000,-7000,-5963" source="Orxonox/fog3" />
55  </Scene>
56</Level>
Note: See TracBrowser for help on using the repository browser.