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

  1. //=============================================================================
  2. // EFFECT_FACTORY_ALCOVE
  3. //============================================================================
  4.  
  5. class EFFECT_FACTORY_ALCOVE extends I3DL2Listener
  6.     editinlinenew;
  7.  
  8. defaultproperties
  9. {
  10.     EnvironmentSize=1.8f;
  11.     EnvironmentDiffusion=0.590f;
  12.     Room=-1200;
  13.     RoomHF=-200;
  14.     RoomLF=-600;
  15.     DecayTime=3.14f;
  16.     DecayHFRatio=0.65f;
  17.     DecayLFRatio=1.31f;
  18.     Reflections=300;
  19.     ReflectionsDelay=0.010f;
  20.     Reverb=-1200;
  21.     ReverbDelay=0.038f;
  22.     EchoTime=0.114f;
  23.     EchoDepth=0.100f;
  24.     ModulationTime=0.250f;
  25.     ModulationDepth=0.000f;
  26.     AirAbsorptionHF=-0.0f;
  27.     HFReference=3762.6f;
  28.     LFReference=362.5f;
  29.     RoomRolloffFactor=0.00f;
  30.     //Flags=0x20;
  31. }
  32.