Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5351


Ignore:
Timestamp:
Dec 12, 2008, 4:41:34 AM (15 years ago)
Author:
landauf
Message:

added new particle effects and changed some of the old ones

Location:
data/media
Files:
5 added
5 edited

Legend:

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

    r5325 r5351  
    1818    <SpawnPoint position="0,   0, -700" yaw  =180 spawnclass=SpaceShip pawndesign=spaceshipassff />
    1919    <SpawnPoint position="0, 300, -300" pitch=-90 spawnclass=SpaceShip pawndesign=spaceshipassff />
    20 <!--
     20
    2121    <GlobalShader compositor="Old TV" visible=false>
    2222      <events>
     
    2626      </events>
    2727    </GlobalShader>
    28 -->
     28
    2929    <Bot/>
    3030    <Bot/>
     
    8383      </attached>
    8484    </MovableEntity>
    85 
    8685
    8786    <ParticleSpawner position="-500,0,-200" source="Orxonox/BigExplosion1part1" lifetime=3.0 loop=1 />
  • data/media/levels/spaceshiptemplates3.oxw

    r5323 r5351  
    44   camerapositiontemplate = spaceshipassffcameras
    55   engine                 = spaceshipassffengine
     6   spawnparticlesource    = "Orxonox/fairytwirl"
     7   spawnparticleduration  = 3
     8   explosionchunks        = 7
    69
    710   health            = 100
  • data/media/particle/explosion3.particle

    r5155 r5351  
    5959                colour0 0 0 0 0
    6060                time0   0
    61                 colour1 0.3 0.3 0.3 0
    62                 time1   0.1
    63                 colour2 0.2 0.2 0.2 0
    64                 time2   0.4
     61                colour1 0.5 0.5 0.5 0
     62                time1   0.2
     63                colour2 0.1 0.1 0.1 0
     64                time2   0.6
    6565                colour3 0 0 0 0
    6666                time3   1
  • data/media/particle/fairytwirl.particle

    r5144 r5351  
    44        quota   500
    55        material        PE/lensflare
    6         particle_width  7
    7         particle_height 7
     6        particle_width  2
     7        particle_height 2
    88        cull_each       false
    99        renderer        billboard
     
    2727                direction       0 1 0
    2828                emission_rate   500
    29                 position        0 0 0
    30                 velocity        120
    31                 velocity_min    120
    32                 velocity_max    120
     29                position        0 -10 0
     30                velocity        15
     31                velocity_min    15
     32                velocity_max    15
    3333                time_to_live    1
    3434                time_to_live_min        1
     
    4040                repeat_delay_min        1000000
    4141                repeat_delay_max        1000000
    42                 width   100
    43                 height  100
     42                width   35
     43                height  35
    4444                depth   20
    4545                inner_width     0.99
  • data/media/particle/fire3.particle

    r5155 r5351  
    44        quota   50
    55        material        PE/explosion3
    6         particle_width  40
    7         particle_height 40
     6        particle_width  20
     7        particle_height 20
    88        cull_each       false
    99        renderer        billboard
     
    3030                velocity        0
    3131                velocity_min    0
    32                 velocity_max    0
     32                velocity_max    20
    3333                time_to_live    1
    3434                time_to_live_min        1
Note: See TracChangeset for help on using the changeset viewer.