Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/worlds/DefaultWorld.oxw @ 3494

Last change on this file since 3494 was 3494, checked in by bensch, 18 years ago

orxonox/date: automatic LOD-loading in data

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