Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/worlds/DefaultWorld.oxw @ 3451

Last change on this file since 3451 was 3451, checked in by bensch, 19 years ago

orxonox/data: added new World: straight, so now the Player flies along a straight line in the first Level

File size: 2.1 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>Player</name>
14      <model>models/ships/reaplow.obj</model>
15    </Player>
16    <Environment>
17      <name>Backdrop</name>
18      <model>models/ships/fighter.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/environ.obj</model>
30    </Terrain>
31  </WorldEntities>
32    <LightManager>
33    <Lights>
34      <Light>
35       <diffuse-color>1,1,1</diffuse-color>
36       <abs-coor>100,100,50</abs-coor>
37      </Light>
38      <ambient-color>1,1,1</ambient-color>
39    </Lights>
40  </LightManager>
41
42  <Track>
43   <Point>0,0,0</Point>
44   <Point>350,50,0</Point>
45   <SavePoint/>
46   <Point>700,50,0</Point>
47   <Duration>7</Duration>
48   <Fork>Desert,Metal</Fork>
49
50   <WorkOn>Desert</WorkOn>
51   <Point>1000,50,0</Point>
52   <Point>1300,50,-400</Point>
53   <Point>2300,50,-400</Point>
54   <Point>3000,50,-250</Point>
55   <Point>3700,50,0</Point>
56   <Point>4400,50,100</Point>
57   <Point>5000,50,90</Point>
58   <Duration>10</Duration>
59
60   <WorkOn>Metal</WorkOn>
61   <Point>1000,50,0</Point>
62   <Point>1400,150,500</Point>
63   <Point>2000,100,750</Point>
64   <Point>2300,140,1000</Point>
65   <Point>2600,150,1100</Point>
66   <Duration>8</Duration>
67   <SavePoint>City</SavePoint>
68   <WorkOn>City</WorkOn>
69   <Point>2700,200,1150</Point>
70   <Point>3000,200,1130</Point>
71   <Point>3100,200,1150</Point>
72   <Point>3200,200,1150</Point>
73   <Point>3300,200,1140</Point>
74   <Point>3400,200,1130</Point>
75   <Point>3800,120,1000</Point>
76   <Point>4200,1500,750</Point>
77   <Duration>8</Duration>
78   <Join>Desert,City</Join>
79 </Track>
80</WorldDataFile>
Note: See TracBrowser for help on using the repository browser.