Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/worlds/vulcania.oxw @ 3430

Last change on this file since 3430 was 3430, checked in by bensch, 20 years ago

orxonox/data: some better track, still not perfect

File size: 2.2 KB
Line 
1<WorldDataFile>
2  <name>NULLWORLD</name>
3  <LoadScreen>
4    <BackgroundImage>pictures/load_screen.jpg</BackgroundImage>
5
6    <ElementCount>5</ElementCount>
7    <BackgroundPS>0,0,1.01,1</BackgroundPS>
8    <BarPS>.65,.87,.3,.05</BarPS>
9    <BarImage>pictures/load_screen_bar.png</BarImage>
10  </LoadScreen>
11  <WorldEntities>
12    <Player>
13      <name>Benscho</name>
14      <model>models/reaplow.obj</model>
15    </Player>
16    <Environment>
17      <name>Backdrop</name>
18      <model>models/reaplow.obj</model>
19      <position>16.0,400.0,30.0</position>
20      <orientation>0.0,0.0,0.0</orientation>
21    </Environment>
22    <SkyBox>
23     <name>Sky</name>
24     <Materialset>pictures/sky/desert</Materialset>
25     <Size>10000</Size>
26    </SkyBox>
27    <Terrain>
28      <name>HardCore</name>
29      <model>worlds/vulcania.obj</model>
30    </Terrain>
31  </WorldEntities>
32   <Track>
33   <Point>0,0,0</Point>
34   <Point>100,0,0</Point>
35   <Point>250,-20,0</Point>
36   <Point>350,-50,50</Point>
37   <Point>400,-60,50</Point>
38   <Point>450,-60,50</Point>
39   <Duration>2</Duration>
40   <SavePoint>Forest</SavePoint>
41   <Point>600,-60,60</Point>
42   <Point>900,0,120</Point>
43   <Point>1000,20,150</Point>
44   <Point>1300,100,250</Point>
45   <Point>1500,100,250</Point>
46   <Duration>8</Duration>
47   <SavePoint>Vulcano</SavePoint>
48   <Point>2000,30,260</Point>
49   <Point>2500,30,260</Point>
50   <Point>2600,30,260</Point>
51   <Point>2700,40,300</Point>
52   <Point>2700,50,300</Point>
53   <Point>2800,70,400</Point>
54
55   <Point>2900,70,750</Point>
56   <Point>2700,70,900</Point>
57
58   <Point>2300,70,900</Point>
59   <Point>2200,80,700</Point>
60
61   <Point>2300,70,300</Point>
62   <Point>2350,70,300</Point>
63   <Point>2400,70,300</Point>
64
65   <Point>2850,70,900</Point>
66   <Point>2900,110,1000</Point>
67   <Point>3000,115,1100</Point>
68   <Point>3100,115,1100</Point>
69   <Duration>20</Duration>
70   <SavePoint>The Tunnel</SavePoint>
71   <Point>3500,110,1000</Point>
72   <Point>3900,110,950</Point>
73   <Point>4200,110,900</Point>
74   <Point>4500,110,800</Point>
75   <Point>4700,110,750</Point>
76   <Point>4800,110,700</Point>
77   <Duration>10</Duration>
78   <Savepoint>Metal and Ash</Savepoint>
79
80
81
82 </Track>
83</WorldDataFile>
Note: See TracBrowser for help on using the repository browser.