Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5497


Ignore:
Timestamp:
May 10, 2009, 10:45:52 PM (15 years ago)
Author:
Aurelian
Message:

New Particle Effect for ForceField, not realy working jet

Location:
data/media
Files:
1 added
1 edited

Legend:

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

    r5488 r5497  
    2121
    2222
    23 <!--
     23
    2424<?lua
    25 for i = 1, 50, 1
     25for i = 1, 100, 1
    2626do ?>
    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) ?>" />
     27    <Model scale="<?lua print(math.random() * 150 + 30) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" position="<?lua print(math.random() * 10000 ) ?>,<?lua print(math.random() * 10000 - 5000) ?>,<?lua print(math.random() * 10000 - 5000) ?>">
     28
     29</Model>
    2830<?lua
    2931end
    3032?>
    31 -->
    3233
    3334
    34 <ForceField position="0,-500,0" direction="0,1,0" />
     35
     36<ForceField position="0,-500,0" direction="0,1,0" diameter=1000 velocity=50>
     37  <attached>
     38    <ParticleEmitter source="Orxonox/forcefield" lifetime=10000 startdelay=0 />
     39  </attached>         
     40 </ForceField>
     41 
     42<ForceField position="1000,-100,0" direction="0,1,1" diameter=1500 velocity=100/>
     43<ForceField position="1800,300,-500" direction="0,0,1" diameter=800 velocity=50/>
    3544
    3645
    37 <CheckPoint name=trigger1 position="-200,300,0" isdestination=false stayactive=true distance=20 />
     46
     47<CheckPoint name=trigger1 position="600,300,0" isdestination=false stayactive=true distance=20 />
    3848
    3949
    40 <CheckPoint name=trigger2 position="0,250,0" isdestination=false stayactive=true distance=20 >
     50<CheckPoint name=trigger2 position="1000,300,600" isdestination=false stayactive=true distance=20 >
    4151  <events>
    4252    <activity>
     
    4757
    4858
    49 <CheckPoint name=trigger3 position="200,350,0" stayactive=true distance=20 >
     59<CheckPoint name=trigger3 position="1800,300,800" stayactive=true distance=20 >
    5060  <events>
    5161    <activity>
     
    5565</CheckPoint>
    5666
    57 <CheckPoint name=trigger4 position="600,150,0" stayactive=true distance=20 >
     67<CheckPoint name=trigger4 position="2600,400,1100" stayactive=true distance=20 >
    5868  <events>
    5969    <activity>
     
    6373</CheckPoint>
    6474
    65 <CheckPoint name=trigger5 position="1000,200,0" isdestination=true stayactive=true distance=20 >
     75<CheckPoint name=trigger5 position="3600,300,1400" isdestination=true stayactive=true distance=20 >
    6676  <events>
    6777    <activity>
Note: See TracChangeset for help on using the changeset viewer.