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

  1. //=============================================================================
  2. // EFFECT_SPORT_SQUASHCOURT
  3. //============================================================================
  4.  
  5. class EFFECT_SPORT_SQUASHCOURT extends I3DL2Listener
  6.     editinlinenew;
  7.  
  8. defaultproperties
  9. {
  10.     EnvironmentSize=7.5f;
  11.     EnvironmentDiffusion=0.750f;
  12.     Room=-1100;
  13.     RoomHF=-1000;
  14.     RoomLF=-200;
  15.     DecayTime=2.22f;
  16.     DecayHFRatio=0.91f;
  17.     DecayLFRatio=1.16f;
  18.     Reflections=-700;
  19.     ReflectionsDelay=0.007f;
  20.     Reverb=-300;
  21.     ReverbDelay=0.011f;
  22.     EchoTime=0.126f;
  23.     EchoDepth=0.190f;
  24.     ModulationTime=0.250f;
  25.     ModulationDepth=0.000f;
  26.     AirAbsorptionHF=-0.0f;
  27.     HFReference=7176.9f;
  28.     LFReference=211.2f;
  29.     RoomRolloffFactor=0.00f;
  30.     //Flags=0x20;
  31. }
  32.