Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5556


Ignore:
Timestamp:
May 25, 2009, 5:55:43 PM (15 years ago)
Author:
Aurelian
Message:

Gametype Asteroids: Pirates added. Version for presentation ready.

Location:
data/media
Files:
2 edited

Legend:

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

    r5540 r5556  
    2323
    2424<?lua
    25 for i = 1, 350, 1
     25for i = 1, 250, 1
    2626do
    2727j = math.random()
     
    2929
    3030    <MovableEntity
    31      position="<?lua print(math.random()* 9000 - 1000) ?>,<?lua print(math.random() * 8000 - 4000) ?>,<?lua print(math.random() * 8000 - 4000) ?>"      collisionType=dynamic
     31     position="<?lua print(math.random()* 15000 - 1000) ?>,<?lua print(math.random() * 12000 - 4000) ?>,<?lua print(math.random() * 12000 - 4000) ?>"        collisionType=dynamic
    3232     linearDamping=0.8
    3333     angularDamping=0
    3434     scale=<?lua print(j * 150)?>
    35      collisiondamage=0.005
     35     collisiondamage=1
    3636     enablecollisiondamage=true>
    3737      <attached>
    38         <Model mass=<?lua print(j * 30) ?> mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" />
     38        <Model mass=<?lua print(j * 1000) ?> mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" />
    3939      </attached>
    4040      <collisionShapes>
     
    8686-->
    8787
    88 <ForceField position="200,300,-500" direction="0,0,1" diameter=500 velocity=100>
     88<SpaceShip position="2000,200,0" lookat="0,0,0" >
     89  <templates>
     90    <Template link=spaceshipassff />
     91  </templates>
     92  <controller>
     93    <AIController />
     94  </controller>
     95</SpaceShip>
     96
     97<SpaceShip position="8000,300,700" lookat="0,0,0" >
     98  <templates>
     99    <Template link=spaceshipassff />
     100  </templates>
     101  <controller>
     102    <AIController />
     103  </controller>
     104</SpaceShip>
     105
     106<SpaceShip position="10200,400,-600" lookat="0,0,0" >
     107  <templates>
     108    <Template link=spaceshipassff />
     109  </templates>
     110  <controller>
     111    <AIController />
     112  </controller>
     113</SpaceShip>
     114
     115<ForceField position="200,300,-500" direction="0,0,1" diameter=500 velocity=120>
    89116  <attached>
    90117    <ParticleEmitter source="Orxonox/ForceFieldPurpleSmall" startdelay=0 />
    91118  </attached>
    92  </ForceField>
    93 
    94  <ForceField position="1100,-150,600" direction="1,0.3,-0.7" diameter=800 velocity=200>
     119</ForceField>
     120
     121 <ForceField position="2200,-300,1200" direction="1,0.3,-0.7" diameter=800 velocity=200>
    95122  <attached>
    96123    <ParticleEmitter source="Orxonox/ForceFieldBlueBig" startdelay=0 />
    97124  </attached>
    98  </ForceField>
    99 
    100  <ForceField position="4300,700,250" direction="-1,-1,-1" diameter=500 velocity=100>
     125</ForceField>
     126
     127 <ForceField position="8600,1400,500" direction="-1,-1,-1" diameter=500 velocity=400>
    101128  <attached>
    102129    <ParticleEmitter source="Orxonox/ForceFieldGreenSmall" startdelay=0 />
    103130  </attached>
    104  </ForceField>
    105 
    106   <ForceField position="5900,280,-1300" direction="-1,0,1" diameter=900 velocity=200>
    107   <attached>
    108     <ParticleEmitter source="Orxonox/ForceFieldBlueBig" startdelay=0 />
    109   </attached>
    110  </ForceField>
    111 
    112 
    113 
    114 <CheckPoint name=trigger1 position="-300,300,0" scale=1 isdestination=false isfirst=true stayactive=true distance=10 addtime=60 />
    115 
    116 
    117 <CheckPoint name=trigger2 position="1100,300,0" scale=3 isdestination=false stayactive=true distance=100 addtime=10>
     131</ForceField>
     132
     133  <ForceField position="11800,500,-2600" direction="-1,0,1" diameter=900 velocity=300>
     134  <attached>
     135    <ParticleEmitter source="Orxonox/ForceFieldPurpleBig" startdelay=0 />
     136  </attached>
     137</ForceField>
     138
     139
     140<CheckPoint name=trigger1 position="-300,300,0" scale=1 isdestination=false isfirst=true stayactive=true distance=10 addtime=13 />
     141
     142
     143<CheckPoint name=trigger2 position="2200,600,0" scale=3 isdestination=false stayactive=true distance=100 addtime=10>
    118144  <events>
    119145    <activity>
     
    166192
    167193
    168 <CheckPoint name=trigger3 position="2100,0,200" scale=3 isdestination=false stayactive=true distance=100 addtime=10>
     194<CheckPoint name=trigger3 position="4100,0,400" scale=3 isdestination=false stayactive=true distance=100 addtime=9>
    169195  <events>
    170196    <activity>
     
    217243
    218244
    219 <CheckPoint name=trigger4 position="2800,200,0" scale=3 isdestination=false stayactive=true distance=100 addtime=7>
     245<CheckPoint name=trigger4 position="5600,400,0" scale=3 isdestination=false stayactive=true distance=100 addtime=9>
    220246  <events>
    221247    <activity>
     
    268294
    269295
    270 <CheckPoint name=trigger5 position="3600,300,-100" scale=3 isdestination=false stayactive=true distance=100 addtime=6>
     296<CheckPoint name=trigger5 position="7200,600,-200" scale=3 isdestination=false stayactive=true distance=100 addtime=8>
    271297  <events>
    272298    <activity>
     
    319345
    320346
    321 <CheckPoint name=trigger6 position="4600, 400,-400" scale=3 isdestination=false stayactive=true distance=100 addtime=6>
     347<CheckPoint name=trigger6 position="9200, 800,-800" scale=3 isdestination=false stayactive=true distance=100 addtime=10>
    322348  <events>
    323349    <activity>
     
    370396
    371397
    372 <Model position="5600,200,-900" scale=10 pitch=-90  mesh="Carrier.mesh">
     398<Model position="11200,400,-1800" scale=10 pitch=-90  mesh="Carrier.mesh">
    373399  <attached>
    374400    <CheckPoint position="-10,0,0" name=trigger7 scale=0.6 isdestination=true stayactive=true distance=100>
  • data/media/particle/forcefield.particle

    r5540 r5556  
    181181                height 500
    182182        }
    183 }
    184 
    185 
    186 
    187        
    188 
    189                
     183}       
    190184
    191185Orxonox/ForceFieldGreenBig
Note: See TracChangeset for help on using the changeset viewer.