Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/worlds/World2.oxw @ 3631

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

orxonox/trunk: merged the Data from the MoviePlayer guys here

File size: 2.2 KB
Line 
1<WorldDataFile>
2  <name>Darkness</name>
3  <menu-item-image>pictures/menu/se_default_512x128.png</menu-item-image>
4  <screenshoot>pictures/menu/ss_default_512x512.png</screenshoot>
5
6  <LoadScreen>
7    <BackgroundImage>pictures/sky/skybox_right.jpg</BackgroundImage>
8
9    <ElementCount>5</ElementCount>
10    <BackgroundPS>0,0,1.01,1</BackgroundPS>
11    <BarPS>.65,.87,.3,.05</BarPS>
12  </LoadScreen>
13  <WorldEntities>
14    <SpaceShip>
15      <name>Player</name>
16      <model>models/ships/fighter.obj</model>
17    </SpaceShip>
18
19    <SkyBox>
20     <name>Sky</name>
21     <Materialset>pictures/sky/desert</Materialset>
22     <Size>1000</Size>
23    </SkyBox>
24    <Terrain>
25      <name>Terrain</name>
26      <model>worlds/newGround.obj</model>
27    </Terrain>
28  </WorldEntities>
29  <Track>
30     <Point>150,-35,5</Point>
31     <Point>200,-35,5</Point>
32     <Point>250,-35,5</Point>
33     <Point>320,-33,-.55</Point>
34     <Duration>3</Duration>
35     <SavePoint>test</SavePoint>
36
37      <Point>410,0,0</Point>
38      <Point>510,20,-10</Point>
39      <Point>550,20,-10</Point>
40      <Point>570,20,-10</Point>
41      <Duration>5</Duration>
42
43      <Fork>testFork1,testFork2</Fork>
44      <WorkOn>testFork1</WorkOn>
45      <Point>640,25,-30</Point>
46      <Point>700,40,-120</Point>
47      <Point>800,50,-150</Point>
48      <Point>900,60,-100</Point>
49      <Point>900,60,-70</Point>
50      <Point>990,65,-15</Point>
51      <Point>1050,65,-10</Point>
52      <Point>1100,65,-20</Point>
53      <Duration>8</Duration>
54
55      <WorkOn>testFork2</WorkOn>
56      <Point>640,25,20</Point>
57      <Point>670,50,120</Point>
58      <Point>700,70,80</Point>
59      <Point>800,70,65</Point>
60      <Point>850,65,65</Point>
61      <Point>920,35,40</Point>
62      <Point>945,40,40</Point>
63      <Point>970,24,40</Point>
64      <Point>1000,40,-7</Point>
65      <Duration>8</Duration>
66
67
68      <Join>testFork1,testFork2</Join>
69
70      <Point>1200,60,-50</Point>
71      <Point>1300,50,-50</Point>
72      <Point>1400,40,-50</Point>
73      <Point>1500,40,-60</Point>
74      <Point>1600,35,-55</Point>
75      <Point>1700,45,-40</Point>
76      <Point>1750,60,-40</Point>
77      <Point>1770,80,-40</Point>
78      <Point>1800,100,-40</Point>
79      <Duration>10</Duration>
80 </Track>
81</WorldDataFile>
82
Note: See TracBrowser for help on using the repository browser.