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

  1. //=============================================================================
  2. // EFFECT_Alley:
  3. //=============================================================================
  4.  
  5. class EFFECT_Alley extends I3DL2Listener
  6.     editinlinenew;
  7.  
  8. defaultproperties
  9. {
  10.     EnvironmentSize=7.5;
  11.     EnvironmentDiffusion=0.30;
  12.     Room=-1000;
  13.     RoomHF=-271;
  14.     DecayTime=1.49;
  15.     DecayHFRatio=0.86;
  16.     Reflections=-1204;
  17.     ReflectionsDelay=0.007;
  18.     Reverb=-4;
  19.     ReverbDelay=0.011;
  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. }