Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3451


Ignore:
Timestamp:
Aug 12, 2005, 4:55:17 PM (19 years ago)
Author:
bensch
Message:

orxonox/data: added new World: straight, so now the Player flies along a straight line in the first Level

Location:
data/worlds
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • data/worlds/DefaultCampaign.oxc

    r3442 r3451  
    77      <identifier>0</identifier>
    88      <nextid>1</nextid>
    9       <path>worlds/DefaultWorld.oxw</path>
     9      <path>worlds/Straight.oxw</path>
    1010    </World>
    1111    <World>
    1212      <identifier>1</identifier>
    1313      <nextid>2</nextid>
     14      <path>worlds/DefaultWorld.oxw</path>
     15    </World>
     16    <World>
     17      <identifier>2</identifier>
     18      <nextid>3</nextid>
    1419      <path>worlds/vulcania.oxw</path>
    1520    </World>
    1621    <World>
    17       <identifier>2</identifier>
     22      <identifier>3</identifier>
    1823      <nextid>999</nextid>
    1924      <path>worlds/World2.oxw</path>
  • data/worlds/DefaultWorld.oxw

    r3450 r3451  
    1111  <WorldEntities>
    1212    <Player>
    13       <name>Benscho</name>
     13      <name>Player</name>
    1414      <model>models/ships/reaplow.obj</model>
    1515    </Player>
  • data/worlds/Straight.oxw

    r3450 r3451  
    11<WorldDataFile>
    2   <name>NULLWORLD</name>
     2  <name>Straight</name>
    33  <LoadScreen>
    44    <BackgroundImage>pictures/load_screen.jpg</BackgroundImage>
     
    1111  <WorldEntities>
    1212    <Player>
    13       <name>Benscho</name>
     13      <name>Player</name>
    1414      <model>models/ships/reaplow.obj</model>
    1515    </Player>
     
    4141
    4242  <Track>
    43    <Point>0,0,0</Point>
    44    <Point>350,50,0</Point>
     43   <Point>0,50,0</Point>
     44   <Point>5000,50,0</Point>
     45   <Duration>60</Duration>
    4546   <SavePoint/>
    46    <Point>700,50,0</Point>
    47    <Duration>7</Duration>
    48    <Fork>Desert,Metal</Fork>
    49 
    50    <WorkOn>Desert</WorkOn>
    51    <Point>1000,50,0</Point>
    52    <Point>1300,50,-400</Point>
    53    <Point>2300,50,-400</Point>
    54    <Point>3000,50,-250</Point>
    55    <Point>3700,50,0</Point>
    56    <Point>4400,50,100</Point>
    57    <Point>5000,50,90</Point>
    58    <Duration>10</Duration>
    59 
    60    <WorkOn>Metal</WorkOn>
    61    <Point>1000,50,0</Point>
    62    <Point>1400,150,500</Point>
    63    <Point>2000,100,750</Point>
    64    <Point>2300,140,1000</Point>
    65    <Point>2600,150,1100</Point>
    66    <Duration>8</Duration>
    67    <SavePoint>City</SavePoint>
    68    <WorkOn>City</WorkOn>
    69    <Point>2700,200,1150</Point>
    70    <Point>3000,200,1130</Point>
    71    <Point>3100,200,1150</Point>
    72    <Point>3200,200,1150</Point>
    73    <Point>3300,200,1140</Point>
    74    <Point>3400,200,1130</Point>
    75    <Point>3800,120,1000</Point>
    76    <Point>4200,1500,750</Point>
    77    <Duration>8</Duration>
    78    <Join>Desert,City</Join>
    7947 </Track>
    8048</WorldDataFile>
  • data/worlds/World2.oxw

    r3450 r3451  
    1010  <WorldEntities>
    1111    <Player>
    12       <name>fighter</name>
     12      <name>Player</name>
    1313      <model>models/ships/reaplow.obj</model>
    1414    </Player>
Note: See TracChangeset for help on using the changeset viewer.