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

  1. //=============================================================================
  2. // EFFECT_CITY_MUSEUM
  3. //============================================================================
  4.  
  5. class EFFECT_CITY_MUSEUM extends I3DL2Listener
  6.     editinlinenew;
  7.  
  8. defaultproperties
  9. {
  10.     EnvironmentSize=80.3f;
  11.     EnvironmentDiffusion=0.820f;
  12.     Room=-1100;
  13.     RoomHF=-1500;
  14.     RoomLF=-1500;
  15.     DecayTime=3.28f;
  16.     DecayHFRatio=1.40f;
  17.     DecayLFRatio=0.57f;
  18.     Reflections=-1600;
  19.     ReflectionsDelay=0.039f;
  20.     Reverb=-600;
  21.     ReverbDelay=0.034f;
  22.     EchoTime=0.130f;
  23.     EchoDepth=0.170f;
  24.     ModulationTime=0.250f;
  25.     ModulationDepth=0.000f;
  26.     AirAbsorptionHF=-0.0f;
  27.     HFReference=2854.4f;
  28.     LFReference=107.5f;
  29.     RoomRolloffFactor=0.00f;
  30.     //Flags=0x0;
  31. }
  32.