Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 11, 2009, 5:02:15 PM (15 years ago)
Author:
Aurelian
Message:

Asteroids with working timer, HudTemplates Timer added…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/media/levels/gametype_asteroids.oxw

    r5497 r5505  
    1818
    1919
    20 <SpawnPoint position="-300,300,0" lookat="1,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />
     20<SpawnPoint position="-300,300,0" name="playerstart" lookat="1,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />
    2121
    2222
     
    3434
    3535
    36 <ForceField position="0,-500,0" direction="0,1,0" diameter=1000 velocity=50>
     36<ForceField position="0,-500,0" direction="0,1,1" diameter=1000 velocity=50>
    3737  <attached>
    3838    <ParticleEmitter source="Orxonox/forcefield" lifetime=10000 startdelay=0 />
     
    4545
    4646
    47 <CheckPoint name=trigger1 position="600,300,0" isdestination=false stayactive=true distance=20 />
     47<CheckPoint name=trigger1 position="-300,300,0" scale=5 isdestination=false isfirst=true stayactive=true distance=50 addtime=5 visibility=false />
    4848
    4949
    50 <CheckPoint name=trigger2 position="1000,300,600" isdestination=false stayactive=true distance=20 >
     50<CheckPoint name=trigger2 position="1000,300,600" scale=5 isdestination=false stayactive=true distance=50 addtime=5>
    5151  <events>
    5252    <activity>
     
    5757
    5858
    59 <CheckPoint name=trigger3 position="1800,300,800" stayactive=true distance=20 >
     59<CheckPoint name=trigger3 position="1800,300,800" stayactive=true distance=50 addtime=5>
    6060  <events>
    6161    <activity>
     
    6565</CheckPoint>
    6666
    67 <CheckPoint name=trigger4 position="2600,400,1100" stayactive=true distance=20 >
     67
     68
     69
     70<CheckPoint name=trigger4 position="2600,400,1100" stayactive=true distance=10 addtime=25>
    6871  <events>
    6972    <activity>
     
    7376</CheckPoint>
    7477
    75 <CheckPoint name=trigger5 position="3600,300,1400" isdestination=true stayactive=true distance=20 >
    76   <events>
    77     <activity>
    78       <EventListener event=trigger4 />
    79     </activity>
    80   </events>
    81 </CheckPoint>
     78
     79
     80<Model position="3600,300,1400" scale=10 mesh="Carrier.mesh">
     81  <attached>
     82    <CheckPoint position="0,0,0" name=trigger5 stayactive=true distance=50 isdestination=true>
     83      <events>
     84        <activity>
     85          <EventListener event=trigger4 />
     86        </activity>
     87      </events>
     88    </CheckPoint>
     89  </attached>
     90</Model>
     91
    8292
    8393
Note: See TracChangeset for help on using the changeset viewer.