Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/worlds/DefaultWorld.oxw @ 3424

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

orxonox/data: better, cooler ground, good track, and so on…

File size: 1.6 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    </SkyBox>
26    <Terrain>
27      <name>HardCore</name>
28      <model>worlds/environ.obj</model>
29    </Terrain>
30  </WorldEntities>
31  <Track>
32   <Point>0,0,0</Point>
33   <Point>350,50,0</Point>
34   <SavePoint/>
35   <Point>700,50,0</Point>
36   <Duration>20</Duration>
37   <Fork>Desert,City</Fork>
38
39   <WorkOn>Desert</WorkOn>
40   <Point>1000,50,0</Point>
41   <Point>1300,50,-400</Point>
42   <Point>2300,50,-400</Point>
43   <Point>3000,50,-200</Point>
44   <Point>3700,50,60</Point>
45   <Point>4400,50,140</Point>
46   <Point>5000,50,150</Point>
47   <Duration>10</Duration>
48
49   <WorkOn>City</WorkOn>
50   <Point>1000,50,0</Point>
51   <Point>1400,50,500</Point>
52   <Point>2000,50,750</Point>
53   <Point>2700,140,1000</Point>
54   <Point>2900,160,1100</Point>
55   <Point>3100,160,1130</Point>
56   <Point>3800,100,1000</Point>
57   <Point>4200,50,750</Point>
58   <Duration>10</Duration>
59   <Join>Desert,City</Join>
60 </Track>
61</WorldDataFile>
Note: See TracBrowser for help on using the repository browser.