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

  1. //=============================================================================
  2. // EFFECT_Parkinglot
  3. //=============================================================================
  4.  
  5. class EFFECT_Parkinglot extends I3DL2Listener
  6.     editinlinenew;
  7.  
  8. defaultproperties
  9. {
  10.     EnvironmentSize=8.3;
  11.     EnvironmentDiffusion=1.0;
  12.     Room=-1000;
  13.     RoomHF=0;
  14.     DecayTime=1.650;
  15.     DecayHFRatio=1.5;
  16.     Reflections=-1364;
  17.     ReflectionsDelay=0.008;
  18.     Reverb=-1153;
  19.     ReverbDelay=0.012;
  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. }