home *** CD-ROM | disk | FTP | other *** search
/ Game Level Design / GLDesign.bin / Software / UnrealEngine2Runtime / UE2Runtime-22262001_Demo.exe / Gameplay / Classes / EFFECT_ConcertHall.uc < prev    next >
Text File  |  2003-12-11  |  673b  |  28 lines

  1. //=============================================================================
  2. // EFFECT_ConcertHall
  3. //=============================================================================
  4.  
  5. class EFFECT_ConcertHall extends I3DL2Listener
  6.     editinlinenew;
  7.  
  8. defaultproperties
  9. {
  10.     EnvironmentSize=19.6;
  11.     EnvironmentDiffusion=1.0;
  12.     Room=-1000;
  13.     RoomHF=-500;
  14.     DecayTime=3.92;
  15.     DecayHFRatio=0.7;
  16.     Reflections=-1231;
  17.     ReflectionsDelay=0.02;
  18.     Reverb=-2;
  19.     ReverbDelay=0.029;
  20.     RoomRolloffFactor=0.0;
  21.     AirAbsorptionHF=-5;
  22.     bDecayTimeScale=true;
  23.     bReflectionsScale=true;
  24.     bReflectionsDelayScale=true;
  25.     bReverbScale=true;
  26.     bReverbDelayScale=true;
  27.     bDecayHFLimit=true;
  28. }