Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/worlds/mp_level_arena.oxw @ 4207

Last change on this file since 4207 was 4207, checked in by patrick, 18 years ago

new configs

File size: 1.9 KB
Line 
1<WorldDataFile>
2  <name>Multiplayer Arena</name>
3  <menu-item-image>pictures/menu/se_vulcano_512x128.png</menu-item-image>
4  <screenshoot>pictures/menu/mp_level_512x512.png</screenshoot>
5
6  <LoadScreen>
7    <BackgroundImage>pictures/load_screens/default.jpg</BackgroundImage>
8    <ElementCount>16</ElementCount>
9    <BackgroundPS>0,0,1.0,1</BackgroundPS>
10    <BarPS>.65,.87,.3,.05</BarPS>
11    <BarImage>pictures/load_screens/default_bar.png</BarImage>
12  </LoadScreen>
13
14  <SpawningPoints>
15    <SpawningPoint>
16      <teamId>-1</teamId>
17      <abs-coor>0,-9,0</abs-coor>
18      <abs-dir>0,0,1,0</abs-dir>
19    </SpawningPoint>
20
21  </SpawningPoints>
22
23
24
25  <WorldEntities>
26
27    <SkyBox>
28     <name>Sky</name>
29     <Materialset>pictures/sky/space</Materialset>
30     <Size>10000</Size>
31    </SkyBox>
32
33
34    <!--   the asteroid field -->
35    <ModelEntity>
36      <name>comet</name>
37      <abs-coor>400, 500, 0</abs-coor>
38      <abs-dir>1.8, 1, 0, 0</abs-dir>
39      <model>models/environments/meteorit.obj, 2.5</model>
40    </ModelEntity>
41
42    <ModelEntity>
43      <name>comet2</name>
44      <abs-coor>0, 100, 700</abs-coor>
45      <model>models/comet.obj, 1</model>
46    </ModelEntity>
47
48    <Planet>
49      <name>mars</name>
50      <abs-coor>0,500,-800</abs-coor>
51      <size>330</size>
52      <texture>planets/mars.png</texture>
53    </Planet>
54
55    <BspEntity>
56      <Name>worlds/bsp/apocalyptica.bsp</Name>
57    </BspEntity>
58
59
60  </WorldEntities>
61
62
63  <LightManager>
64    <Lights>
65      <Light>
66       <diffuse-color>1,1,1</diffuse-color>
67       <abs-coor>100,100,50</abs-coor>
68      </Light>
69    </Lights>
70    <ambient-color>1,1,1</ambient-color>
71  </LightManager>
72
73  <Music>sound/music/00-luke_grey_-_hypermode.ogg</Music>
74
75  <GameRule>
76    <MultiplayerTeamDeathmatch>
77      <max-kills>5</max-kills>
78      <death-penalty-timeout>5</death-penalty-timeout>
79      <death-screen-image>pictures/death_screen.png</death-screen-image>
80    </MultiplayerTeamDeathmatch>
81  </GameRule>
82
83</WorldDataFile>
Note: See TracBrowser for help on using the repository browser.