Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/branches/terrain/worlds/Terrain.oxw @ 3913

Last change on this file since 3913 was 3894, checked in by ponder, 18 years ago

Changed the textures for the terrain. Looks much better

File size: 2.0 KB
Line 
1<WorldDataFile>
2
3  <name>"Terrain"</name>
4  <screenshoot>pictures/load_screens/coder_island.jpg</screenshoot>
5
6  <LoadScreen>
7    <BackgroundImage>pictures/load_screens/coder_island.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  <WorldEntities>
15    <SkyBox>
16      <name>Sky</name>
17      <Materialset>pictures/sky/desert</Materialset>
18      <Size>10000</Size>
19    </SkyBox>
20    <TerrainEntity>   
21                <name>Puget Sound</name>
22                <elevation_map>pictures/small_ele.png</elevation_map>
23               
24                <light_map>pictures/large_tex.png</light_map>           
25               
26                <material_layer>
27                        <detail_map file="maps/gras_128.jpg">
28                                <repeat x="64" z="64" />
29                        </detail_map>
30                        <alpha full="yes" />
31                </material_layer>
32                <material_layer>
33                        <detail_map file="maps/stucco.jpg">
34                                <repeat x="64" z="64" />
35                        </detail_map>
36                        <alpha file="layer2vis.png" />
37                </material_layer>               
38               
39                <scale>100,100,100</scale>
40    </TerrainEntity>
41
42   <SpaceShip>
43      <name>Player</name>
44      <model>models/ships/reap_#.obj</model>
45      <abs-coor>40,30,40</abs-coor>
46    </SpaceShip>
47  </WorldEntities>
48
49  <LightManager>
50    <Lights>
51      <Light>
52       <diffuse-color>1,1,1</diffuse-color>
53       <abs-coor>100,100,50</abs-coor>
54      </Light>
55    </Lights>
56    <ambient-color>1,1,1</ambient-color>
57  </LightManager>
58
59  <GameRule>
60    <SingleplayerShootemup>
61      <death-screen-image>pictures/load_screen_coder_island.jpg</death-screen-image>
62
63      <MissionGoal>
64        <KillTarget>
65          <title>"Mindless Slaughter"</title>
66          <description>"This is the first mission ever, created for Orxonox. Kill them!
67                       Kill all those damn creatures!"
68          </description>
69          <numberofkills>10</numberofkills>
70          <targetclassid>9999</targetclassid>
71        </KillTarget>
72      </MissionGoal>
73    </SingleplayerShootemup>
74  </GameRule>
75  <Music>sound/music/allgorythm-once_upon_a_time_in_a_small_club.ogg</Music>
76</WorldDataFile>
Note: See TracBrowser for help on using the repository browser.