Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/worlds/DefaultWorld.oxw @ 3413

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

orxonox/data: new parameters (conform)

File size: 2.2 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  </WorldEntities> 
27  <Track>
28     <Point>150,-35,5</Point>
29     <Point>200,-35,5</Point>
30     <Point>250,-35,5</Point>
31     <Point>320,-33,-.55</Point>
32     <Duration>3</Duration>
33     <SavePoint></SavePoint>
34
35      <Point>410,0,0</Point>
36      <Point>510,20,-10</Point>
37      <Point>550,20,-10</Point>
38      <Point>570,20,-10</Point>
39      <Duration>5</Duration>
40     
41      <Fork>testFork1,testFork2</Fork>
42      <WorkOn>testFork1</WorkOn>
43      <Point>640,25,-30</Point>
44      <Point>700,40,-120</Point>
45      <Point>800,50,-150</Point>
46      <Point>900,60,-100</Point>
47      <Point>900,60,-70</Point>
48      <Point>990,65,-15</Point>
49      <Point>1050,65,-10</Point>
50      <Point>1100,65,-20</Point>
51      <Duration>8</Duration>
52
53      <WorkOn>testFork2</WorkOn>
54      <Point>640,25,20</Point>
55      <Point>670,50,120</Point>
56      <Point>700,70,80</Point>
57      <Point>800,70,65</Point>
58      <Point>850,65,65</Point>
59      <Point>920,35,40</Point>
60      <Point>945,40,40</Point>
61      <Point>970,24,40</Point>
62      <Point>1000,40,-7</Point>
63      <Duration>8</Duration>
64     
65     
66      <Join>testFork1,testFork2</Join>
67       
68      <Point>1200,60,-50</Point>
69      <Point>1300,50,-50</Point>
70      <Point>1400,40,-50</Point>
71      <Point>1500,40,-60</Point>
72      <Point>1600,35,-55</Point>
73      <Point>1700,45,-40</Point>
74      <Point>1750,60,-40</Point>
75      <Point>1770,80,-40</Point>
76      <Point>1800,100,-40</Point>
77      <Duration>10</Duration>
78
79 </Track>
80</WorldDataFile>
Note: See TracBrowser for help on using the repository browser.