home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2002 December / JOY143_CD1.iso / Data / Demos / Platoon / pl_demo.exe / Inf / Prototypes / Sound_Source_Rain.inf < prev    next >
INI File  |  2002-10-12  |  775b  |  56 lines

  1.  
  2. [Sound_Source_Rain : cSoundSource]
  3. {
  4.     Name = Sound_Source_Rain
  5.     Scale = "1,1,1"
  6.     ModelColor = "126,183,201,128"
  7.     Range = 50
  8.     Volume = 100
  9.     Chance = 100
  10.     MinDelay = 0
  11.     MaxDelay = 0
  12.     Is3D = 1
  13.     Looping = 1
  14.  
  15.     [Props : cEntityProps]
  16.     {
  17.         Static = 1
  18.         Passable = 0
  19.         SelfShadow = 1
  20.         VertexColorShade = 1
  21.         ModelName = ""
  22.         SightObstacleType = 0
  23.  
  24.     }
  25.     [Effects : cEntityEffects]
  26.     {
  27.         EffectName = ""
  28.  
  29.     }
  30.     [Sounds *]
  31.     {
  32.  
  33.         [: cSound]
  34.         {
  35.             Volume = 100
  36.             Chance = 100
  37.             Filename = sounds\ambiances\rain-heavy.wav
  38.  
  39.         }
  40.         [: cSound]
  41.         {
  42.             Volume = 100
  43.             Chance = 100
  44.             Filename = sounds\ambiances\rain-light.wav
  45.  
  46.         }
  47.         [: cSound]
  48.         {
  49.             Volume = 100
  50.             Chance = 100
  51.             Filename = sounds\ambiances\rain-medium.wav
  52.  
  53.         }
  54.     }
  55. }
  56.