Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 6, 2009, 6:15:28 PM (14 years ago)
Author:
decapitb
Message:

new level presentationHS09b with asteroid field fog and most importantly SOUND. couldn't get sound to work in the other level…same error every time:
"Sound: Error setting pitch: 40961"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/data/particle/Steam.particle

    r6252 r6257  
    1919        accurate_facing false
    2020
    21         emitter Ellipsoid
     21        emitter Point
    2222        {
    23                 angle   180
     23                angle   0
    2424                colour  1 1 1 0.1
    2525                colour_range_start      1 1 1 0.1
     
    2828                emission_rate   1
    2929                position        0 0 0
    30                 velocity        5
    31                 velocity_min    5
    32                 velocity_max    5
    33                 time_to_live    100
    34                 time_to_live_min        100
    35                 time_to_live_max        100
     30                velocity        0
     31                velocity_min    0
     32                velocity_max    0
     33                time_to_live    200
     34                time_to_live_min        200
     35                time_to_live_max        300
    3636                duration        0
    3737                duration_min    0
     
    4040                repeat_delay_min        0
    4141                repeat_delay_max        0
    42                 width    2000
    43                 height  1000
    44                 depth   119.4
    4542        }
    4643}
Note: See TracChangeset for help on using the changeset viewer.