Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/worlds/DefaultWorld.oxw @ 3423

Last change on this file since 3423 was 3423, checked in by bensch, 19 years ago

orxonox/data: new Material, and Terrain is property of Loading process now

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    <Player>
13      <name>Benscho</name>
14      <model>models/reaplow.obj</model>
15    </Player>
16    <Environment>
17      <name>Backdrop</name>
18      <model>models/reaplow.obj</model>
19      <position>16.0,400.0,30.0</position>
20      <orientation>0.0,0.0,0.0</orientation>
21    </Environment>
22    <SkyBox>
23     <name>Sky</name>
24     <Materialset>pictures/sky/desert</Materialset>
25    </SkyBox>
26    <Terrain>
27      <name>HardCore</name>
28      <model>worlds/environ.obj</model>
29    </Terrain>
30  </WorldEntities>
31  <Track>
32     <Point>150,-35,5</Point>
33     <Point>200,-35,5</Point>
34     <Point>250,-35,5</Point>
35     <Point>320,-33,-.55</Point>
36     <Duration>3</Duration>
37     <SavePoint>test</SavePoint>
38
39      <Point>410,0,0</Point>
40      <Point>510,20,-10</Point>
41      <Point>550,20,-10</Point>
42      <Point>570,20,-10</Point>
43      <Duration>5</Duration>
44
45      <Fork>testFork1,testFork2</Fork>
46      <WorkOn>testFork1</WorkOn>
47      <Point>640,25,-30</Point>
48      <Point>700,40,-120</Point>
49      <Point>800,50,-150</Point>
50      <Point>900,60,-100</Point>
51      <Point>900,60,-70</Point>
52      <Point>990,65,-15</Point>
53      <Point>1050,65,-10</Point>
54      <Point>1100,65,-20</Point>
55      <Duration>8</Duration>
56
57      <WorkOn>testFork2</WorkOn>
58      <Point>640,25,20</Point>
59      <Point>670,50,120</Point>
60      <Point>700,70,80</Point>
61      <Point>800,70,65</Point>
62      <Point>850,65,65</Point>
63      <Point>920,35,40</Point>
64      <Point>945,40,40</Point>
65      <Point>970,24,40</Point>
66      <Point>1000,40,-7</Point>
67      <Duration>8</Duration>
68
69
70      <Join>testFork1,testFork2</Join>
71
72      <Point>1200,60,-50</Point>
73      <Point>1300,50,-50</Point>
74      <Point>1400,40,-50</Point>
75      <Point>1500,40,-60</Point>
76      <Point>1600,35,-55</Point>
77      <Point>1700,45,-40</Point>
78      <Point>1750,60,-40</Point>
79      <Point>1770,80,-40</Point>
80      <Point>1800,100,-40</Point>
81      <Duration>10</Duration>
82
83 </Track>
84</WorldDataFile>
Note: See TracBrowser for help on using the repository browser.