Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5488


Ignore:
Timestamp:
May 4, 2009, 5:29:42 PM (15 years ago)
Author:
Aurelian
Message:

ForceField not working jet, but no errors…

File:
1 edited

Legend:

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

    r5475 r5488  
    1515  >
    1616
    17 
    18 
    1917<Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />
    2018
    2119
    22 <SpawnPoint position="0,0,0" lookat="0,0,100" spawnclass=SpaceShip pawndesign=spaceshipassff />
    23 
    24 <CheckPoint name=trigger1 position="0,0,200" isdestination=false stayactive=true distance=20 />
     20<SpawnPoint position="-300,300,0" lookat="1,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />
    2521
    2622
    27 <CheckPoint name=trigger2 position="0,0,400" isdestination=false stayactive=true distance=20 >
     23<!--
     24<?lua
     25for i = 1, 50, 1
     26do ?>
     27    <Model scale="<?lua print(math.random() * 50 + 3) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" position="<?lua print(math.random() * 10000 + 5000) ?>,<?lua print(math.random() * 10000 + 5000) ?>,<?lua print(math.random() * 10000 + 5000) ?>" />
     28<?lua
     29end
     30?>
     31-->
     32
     33
     34<ForceField position="0,-500,0" direction="0,1,0" />
     35
     36
     37<CheckPoint name=trigger1 position="-200,300,0" isdestination=false stayactive=true distance=20 />
     38
     39
     40<CheckPoint name=trigger2 position="0,250,0" isdestination=false stayactive=true distance=20 >
    2841  <events>
    2942    <activity>
     
    3447
    3548
    36 <CheckPoint name=trigger3 position="0,0,600" isdestination=true stayactive=true distance=20 >
     49<CheckPoint name=trigger3 position="200,350,0" stayactive=true distance=20 >
    3750  <events>
    3851    <activity>
     
    4255</CheckPoint>
    4356
     57<CheckPoint name=trigger4 position="600,150,0" stayactive=true distance=20 >
     58  <events>
     59    <activity>
     60      <EventListener event=trigger3 />
     61    </activity>
     62  </events>
     63</CheckPoint>
     64
     65<CheckPoint name=trigger5 position="1000,200,0" isdestination=true stayactive=true distance=20 >
     66  <events>
     67    <activity>
     68      <EventListener event=trigger4 />
     69    </activity>
     70  </events>
     71</CheckPoint>
    4472
    4573
Note: See TracChangeset for help on using the changeset viewer.