Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/worlds/World2.oxw @ 3450

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

orxonox/data: new Filestructure of Models

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