Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: level's LoadImage is loadable within the level instead of the Campaign file

File size: 2.5 KB
Line 
1<WorldDataFile>
2  <name>NULLWORLD</name>
3  <menu-entry>1</menu-entry>
4  <menu-item-image>pictures/menu/se_default_512x128.png</menu-item-image>
5  <screenshoot>pictures/menu/ss_default_512x512.png</screenshoot>
6
7  <LoadScreen>
8    <BackgroundImage>pictures/load_screen.jpg</BackgroundImage>
9
10    <ElementCount>5</ElementCount>
11    <BackgroundPS>0,0,1.01,1</BackgroundPS>
12    <BarPS>.65,.87,.3,.05</BarPS>
13    <BarImage>pictures/load_screen_bar.png</BarImage>
14  </LoadScreen>
15  <WorldEntities>
16
17    <SpaceShip>
18      <name>Player</name>
19      <model>models/ships/reap_#.obj</model>
20    </SpaceShip>
21
22    <WeaponPowerUp>
23      <weaponID>Turret</weaponID>
24      <abs-coor>330,50,0</abs-coor>
25    </WeaponPowerUp>
26
27    <WeaponPowerUp>
28      <weaponID>Turret</weaponID>
29      <abs-coor>350,50,0</abs-coor>
30    </WeaponPowerUp>
31
32    <WeaponPowerUp>
33      <weaponID>Turret</weaponID>
34      <abs-coor>370,50,0</abs-coor>
35    </WeaponPowerUp>
36
37
38    <SkyBox>
39     <name>Sky</name>
40     <Materialset>pictures/sky/desert</Materialset>
41     <Size>10000</Size>
42    </SkyBox>
43    <Terrain>
44      <name>HardCore</name>
45      <model>worlds/environ.obj</model>
46    </Terrain>
47  </WorldEntities>
48    <LightManager>
49    <Lights>
50      <Light>
51       <diffuse-color>1,1,1</diffuse-color>
52       <abs-coor>100,100,50</abs-coor>
53      </Light>
54      <ambient-color>1,1,1</ambient-color>
55    </Lights>
56  </LightManager>
57
58  <Track>
59   <Point>0,0,0</Point>
60   <Point>350,50,0</Point>
61   <SavePoint/>
62   <Point>700,50,0</Point>
63   <Duration>7</Duration>
64   <Fork>Desert,Metal</Fork>
65
66   <WorkOn>Desert</WorkOn>
67   <Point>1000,50,0</Point>
68   <Point>1300,50,-400</Point>
69   <Point>2300,50,-400</Point>
70   <Point>3000,50,-250</Point>
71   <Point>3700,50,0</Point>
72   <Point>4400,50,100</Point>
73   <Point>5000,50,90</Point>
74   <Duration>10</Duration>
75
76   <WorkOn>Metal</WorkOn>
77   <Point>1000,50,0</Point>
78   <Point>1400,150,500</Point>
79   <Point>2000,100,750</Point>
80   <Point>2300,140,1000</Point>
81   <Point>2600,150,1100</Point>
82   <Duration>8</Duration>
83   <SavePoint>City</SavePoint>
84   <WorkOn>City</WorkOn>
85   <Point>2700,200,1150</Point>
86   <Point>3000,200,1130</Point>
87   <Point>3100,200,1150</Point>
88   <Point>3200,200,1150</Point>
89   <Point>3300,200,1140</Point>
90   <Point>3400,200,1130</Point>
91   <Point>3800,120,1000</Point>
92   <Point>4200,1500,750</Point>
93   <Duration>8</Duration>
94   <Join>Desert,City</Join>
95 </Track>
96</WorldDataFile>
Note: See TracBrowser for help on using the repository browser.