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

  1. //=============================================================================
  2. // EFFECT_OUTDOORS_ROLLINGPLAINS
  3. //============================================================================
  4.  
  5. class EFFECT_OUTDOORS_ROLLINGPLAINS extends I3DL2Listener
  6.     editinlinenew;
  7.  
  8. defaultproperties
  9. {
  10.     EnvironmentSize=80.3f;
  11.     EnvironmentDiffusion=0.000f;
  12.     Room=-1100;
  13.     RoomHF=-3900;
  14.     RoomLF=-400;
  15.     DecayTime=2.13f;
  16.     DecayHFRatio=0.21f;
  17.     DecayLFRatio=0.46f;
  18.     Reflections=-2000;
  19.     ReflectionsDelay=0.300f;
  20.     Reverb=-1500;
  21.     ReverbDelay=0.019f;
  22.     EchoTime=0.250f;
  23.     EchoDepth=1.000f;
  24.     ModulationTime=0.250f;
  25.     ModulationDepth=0.000f;
  26.     AirAbsorptionHF=-5.0f;
  27.     HFReference=4399.1f;
  28.     LFReference=242.9f;
  29.     RoomRolloffFactor=0.00f;
  30.     //Flags=0x0;
  31. }
  32.