Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 13, 2016, 5:46:18 PM (7 years ago)
Author:
bberabi
Message:

all the other unnessary spacerace files are deleted, oldracecheckpoint is deleted, there is already a racecheckpoint class, comments are added, everything seems okay

Location:
code/branches/SpaceRace_HS16/data/levels
Files:
4 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/SpaceRace_HS16/data/levels/newnewnewspacerace.oxw

    r11328 r11337  
    77
    88<LevelInfo
    9  name = "New Old Space Race 2"
    10  description = "Under maintenance..."
     9 name = "The Space Race "
     10 description = "Fell The Blaze of The ONE and ONLY Space Race"
    1111 tags = "gametype"
    1212 screenshot = "spacerace.png"
     
    4444
    4545
    46   <!-- SOUNDS & MUSIC -->
     46  <!-- SOUNDS & MUSIC
     47
     48to hear the sound one has to use a headphones 
     49countdown at the beginning of the race
     50at the and of the countdown we have the sound "go"
     51racetheme will be played during the whole race-->
    4752 
    4853   
     
    8085    <SimpleNotification message="Reach the last check point within 150 seconds!!" />
    8186
    82 
    83     <!-- ------------------SpawnPoint----------------- -->
     87    <!-- ------------------SpawnPoint of the human player----------------- -->
     88    <!-- to change the starting positions of bots go to spacerace.cc star function -->
    8489    <SpawnPoint position="-50,0,0" lookat="1,0,0" spawnclass=SpaceShip pawndesign=fastship active="true" />
    8590
    86   <!-- Launch station -->
     91  <!-- Launch station of the aircrafts also starting place of the race-->
    8792  <StaticEntity mass="50" position="-400,-20,0" direction="0,-90,0" collisionType="static">
    8893    <attached>
     
    223228 <checkpoints>
    224229   
     230    <!-- distance = how far from the middle point of a check point do i have to fly ? distance variable answers this question   -->
     231
    225232
    226233    <RaceCheckPoint name="checkpoint1" yaw=90 pitch=90 position="1000,30,0" roll="0" direction="0,1,0" collisionType="static" scale="1" distance="60" checkpointindex="0" islast="false" nextcheckpoints="1,-1,-1">
     
    468475    </RaceCheckPoint>
    469476
     477<!-- the last checkpoint is bigger and red -->
    470478    <RaceCheckPoint name="checkpoint20" yaw=90 pitch=90 position="53000,0,0" direction="0,1,0" roll="0" collisionType="static" scale="1" distance="60" checkpointindex="19" islast="true">
    471479        <attached>
Note: See TracChangeset for help on using the changeset viewer.