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