Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/worlds/DefaultWorld.oxw @ 3571

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

orxonox/data/trunk: added new Glider (nimrod) from the beDiff team

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