Changeset 3430
- Timestamp:
- Jun 26, 2005, 6:06:07 PM (19 years ago)
- Location:
- data/worlds
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
data/worlds/DefaultCampaign.oxc
r3419 r3430 3 3 <identifier>666</identifier> 4 4 <description>The one and only default debug campaign</description> 5 <WorldList> 5 <WorldList> 6 6 <World> 7 7 <identifier>0</identifier> 8 8 <nextid>1</nextid> 9 <path>worlds/ DefaultWorld.oxw</path>9 <path>worlds/vulcania.oxw</path> 10 10 </World> 11 11 <World> 12 12 <identifier>1</identifier> 13 13 <nextid>2</nextid> 14 <path>worlds/DefaultWorld.oxw</path> 15 </World> 16 <World> 17 <identifier>2</identifier> 18 <nextid>3</nextid> 14 19 <path>worlds/World2.oxw</path> 15 20 </World> -
data/worlds/vulcania.oxw
r3428 r3430 2 2 <name>NULLWORLD</name> 3 3 <LoadScreen> 4 <BackgroundImage>pictures/ sky/skybox_right.jpg</BackgroundImage>4 <BackgroundImage>pictures/load_screen.jpg</BackgroundImage> 5 5 6 6 <ElementCount>5</ElementCount> 7 7 <BackgroundPS>0,0,1.01,1</BackgroundPS> 8 8 <BarPS>.65,.87,.3,.05</BarPS> 9 <BarImage>pictures/load_screen_bar.png</BarImage> 9 10 </LoadScreen> 10 11 <WorldEntities> 11 12 <Player> 12 <name> fighter</name>13 <model>models/ fighter.obj</model>13 <name>Benscho</name> 14 <model>models/reaplow.obj</model> 14 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> 15 22 <SkyBox> 16 23 <name>Sky</name> 17 24 <Materialset>pictures/sky/desert</Materialset> 18 <Size>1000 </Size>25 <Size>10000</Size> 19 26 </SkyBox> 20 27 <Terrain> 21 <name> Terrain</name>22 <model>worlds/ newGround.obj</model>28 <name>HardCore</name> 29 <model>worlds/vulcania.obj</model> 23 30 </Terrain> 24 31 </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 <Track> 33 <Point>0,0,0</Point> 34 <Point>100,0,0</Point> 35 <Point>250,-20,0</Point> 36 <Point>350,-50,50</Point> 37 <Point>400,-60,50</Point> 38 <Point>450,-60,50</Point> 39 <Duration>2</Duration> 40 <SavePoint>Forest</SavePoint> 41 <Point>600,-60,60</Point> 42 <Point>900,0,120</Point> 43 <Point>1000,20,150</Point> 44 <Point>1300,100,250</Point> 45 <Point>1500,100,250</Point> 46 <Duration>8</Duration> 47 <SavePoint>Vulcano</SavePoint> 48 <Point>2000,30,260</Point> 49 <Point>2500,30,260</Point> 50 <Point>2600,30,260</Point> 51 <Point>2700,40,300</Point> 52 <Point>2700,50,300</Point> 53 <Point>2800,70,400</Point> 32 54 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> 55 <Point>2900,70,750</Point> 56 <Point>2700,70,900</Point> 38 57 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> 58 <Point>2300,70,900</Point> 59 <Point>2200,80,700</Point> 50 60 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> 61 <Point>2300,70,300</Point> 62 <Point>2350,70,300</Point> 63 <Point>2400,70,300</Point> 64 65 <Point>2850,70,900</Point> 66 <Point>2900,110,1000</Point> 67 <Point>3000,115,1100</Point> 68 <Point>3100,115,1100</Point> 69 <Duration>20</Duration> 70 <SavePoint>The Tunnel</SavePoint> 71 <Point>3500,110,1000</Point> 72 <Point>3900,110,950</Point> 73 <Point>4200,110,900</Point> 74 <Point>4500,110,800</Point> 75 <Point>4700,110,750</Point> 76 <Point>4800,110,700</Point> 77 <Duration>10</Duration> 78 <Savepoint>Metal and Ash</Savepoint> 62 79 63 80 64 <Join>testFork1,testFork2</Join>65 81 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 82 </Track> 77 83 </WorldDataFile>
Note: See TracChangeset
for help on using the changeset viewer.