Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5255


Ignore:
Timestamp:
Oct 30, 2008, 2:51:59 AM (15 years ago)
Author:
landauf
Message:

added some particle effects to the level

Location:
data/media/levels
Files:
2 edited

Legend:

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

    r5247 r5255  
    1515   skybox       = "Orxonox/Starbox"
    1616  >
    17     <SpawnPoint position="0,   0,  100"           spawnclass=SpaceShip pawndesign=spaceshipassff />
     17    <!--SpawnPoint position="0,   0,  100"           spawnclass=SpaceShip pawndesign=spaceshipassff />
    1818    <SpawnPoint position="0,   0, -700" yaw  =180 spawnclass=SpaceShip pawndesign=spaceshipassff />
    19     <SpawnPoint position="0, 300, -300" pitch=-90 spawnclass=SpaceShip pawndesign=spaceshipassff />
     19    <SpawnPoint position="0, 300, -300" pitch=-90 spawnclass=SpaceShip pawndesign=spaceshipassff /-->
    2020
    21     <MovableEntity position="0,0,-300" velocity="0,0,0" rotationaxis="0,1,0" rotationrate=90>
     21    <MovableEntity scale=1.5 position="0,0,-300" velocity="0,0,0" rotationaxis="0,1,0" rotationrate=90>
    2222      <attached>
    2323        <Model position="0,0,0" scale=10 mesh="ast1.mesh" />
     
    2929                <Model position="0,35,0" scale=2 mesh="ast1.mesh" />
    3030                <Model position="0,-35,0" scale=2 mesh="ast1.mesh" />
    31                 <Model position="35,0,0" scale=2 mesh="ast1.mesh" />
    32                 <Model position="-35,0,0" scale=2 mesh="ast1.mesh" />
     31                <Model position="35,0,0" scale=2 mesh="ast1.mesh">
     32                  <attached>
     33                    <ParticleEmitter position="0,0,0" source="Orxonox/fire3" />
     34                  </attached>
     35                </Model>
     36                <Model position="-35,0,0" scale=2 mesh="ast1.mesh">
     37                  <attached>
     38                    <ParticleEmitter position="0,0,0" source="Orxonox/fire3" />
     39                  </attached>
     40                </Model>
    3341              </attached>
    3442            </MovableEntity>
     
    3745        <MovableEntity position="0,0,-100" velocity="0,0,0" rotationaxis="0,1,0" rotationrate=200>
    3846          <attached>
     47            <ParticleEmitter position="0,0,0" source="Orxonox/fire3" />
    3948            <Model position="0,0,0" scale=6 mesh="ast1.mesh" />
    4049            <Model position="0,0,-50" scale=3 mesh="ast1.mesh" />
     
    4453      </attached>
    4554    </MovableEntity>
     55
     56    <ParticleSpawner position="-500,0,-200" source="Orxonox/BigExplosion1part1" lifetime=3.0 loop=1 />
     57    <ParticleSpawner position="-500,0,-300" source="Orxonox/BigExplosion1part1" lifetime=3.0 loop=1 />
     58    <ParticleSpawner position="-500,0,-400" source="Orxonox/BigExplosion1part1" lifetime=3.0 loop=1 />
     59    <ParticleSpawner position="-500,0,-500" source="Orxonox/BigExplosion1part1" lifetime=2.5 loop=1 />
     60    <ParticleSpawner position="-500,0,-600" source="Orxonox/BigExplosion1part1" lifetime=2.5 loop=1 />
     61
     62    <ParticleSpawner position="-500,200,-400" source="Orxonox/BigExplosion1part3" lifetime=2.0 loop=1 autostart=0>
     63      <events>
     64        <spawn>
     65          <SpawnPoint position="0,0,100" spawnclass=SpaceShip pawndesign=spaceshipassff />
     66        </spawn>
     67      </events>
     68    </ParticleSpawner>
    4669
    4770    <Model position="0,0,200" scale=10 mesh="ast2.mesh" shadow=true />
  • data/media/levels/spaceshiptemplates.oxw

    r5254 r5255  
    1717      <Model position="0,0,0" yaw=90 pitch=-90 roll=0 scale=4 mesh="assff.mesh" />
    1818      <!--Light position="0,0,20" diffuse="0,0,1" specular="0,0,1" type=point /-->
    19       <BlinkingBillboard position="17,-1.5,0" material="Examples/Flare" colour="1.0, 0.5, 0.3" amplitude=0.1 frequency=0.5 />
    20       <BlinkingBillboard position="-17,-1.5,0" material="Examples/Flare" colour="0.5, 1.0, 0.3" amplitude=0.1 frequency=0.5 phase=180 />
     19      <BlinkingBillboard position="17,-1.5,0" material="Examples/Flare" colour="1.0, 0.5, 0.3" amplitude=0.1 frequency=0.5 quadratic=1 />
     20      <BlinkingBillboard position="-17,-1.5,0" material="Examples/Flare" colour="0.5, 1.0, 0.3" amplitude=0.1 frequency=0.5 phase=180 quadratic=1 />
     21      <!--ParticleEmitter position="0,0,-100" source="Orxonox/smoke5" /-->
    2122    </attached>
    2223  </SpaceShip>
Note: See TracChangeset for help on using the changeset viewer.