home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 April / Gamestar_83_2006-04_dvd.iso / Dema / lotrbfme2_demo.exe / INI.big / data_ini_default_ambientstream.ini < prev    next >
Text File  |  2006-01-31  |  2KB  |  25 lines

  1. ;********************************************************************************
  2. ; Lord of the Rings: Battle for Middle-Earth
  3. ; Copyright 2004 Electronic Arts Inc. 
  4. ;********************************************************************************
  5.  
  6. ; FILE: Default/AmbientStream.ini /////////////////////////////////////////////////////////////////
  7. ; Author: Ian Barkley-Yeung, March 2004
  8. ; Desc:   Contains the default ambient stream sound definition. Must be parsed before
  9. ;         Data\INI\AmbientStream.ini
  10. ;//////////////////////////////////////////////////////////////////////////////////////////////////
  11.  
  12. AmbientStream DefaultAmbientStream    ; Hard-coded name, do not change
  13.   Filename = NoFilename               ; Filename with extension
  14.   Volume = 80.0                       ; Volume
  15.   Type = DEFAULT                      ; This is a special "default" sound, not really intended to be played
  16.   Control = RANDOMSTART                  ; Default ambient streams to starting at a random point in the file, so we don't hear the same 20 seconds over & over as we pan around
  17.                                       ; If you want a non-randomstart ambient stream, do Control = -randomstart
  18.   MinRange = 3400.000
  19.   MaxRange =4400.000
  20.   ; Reverb settings:
  21.   DryLevel = 100          ; When reverb is on, this is the per-sample level of the dry sound signal (the non-reverbed sound), as a percent. 0 - 100%
  22.   ReverbEffectLevel = 0 ; When reverb is on, this is the per-sample level of the wet sound signal (the reverberations), as a percent. 0 - 100%
  23.   SubmixSlider = Ambient
  24. End
  25.