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

  1. //=============================================================================
  2. // EFFECT_ICEPALACE_SMALLROOM
  3. //============================================================================
  4.  
  5. class EFFECT_ICEPALACE_SMALLROOM extends I3DL2Listener
  6.     editinlinenew;
  7.  
  8. defaultproperties
  9. {
  10.     EnvironmentSize=2.7f;
  11.     EnvironmentDiffusion=0.840f;
  12.     Room=-1000;
  13.     RoomHF=-500;
  14.     RoomLF=-1100;
  15.     DecayTime=1.51f;
  16.     DecayHFRatio=1.53f;
  17.     DecayLFRatio=0.27f;
  18.     Reflections=-100;
  19.     ReflectionsDelay=0.010f;
  20.     Reverb=-900;
  21.     ReverbDelay=0.011f;
  22.     EchoTime=0.164f;
  23.     EchoDepth=0.140f;
  24.     ModulationTime=0.250f;
  25.     ModulationDepth=0.000f;
  26.     AirAbsorptionHF=-0.0f;
  27.     HFReference=12428.5f;
  28.     LFReference=99.6f;
  29.     RoomRolloffFactor=0.00f;
  30.     //Flags=0x20;
  31. }
  32.