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

  1. //=============================================================================
  2. // EFFECT_SPACESTATION_LARGEROOM
  3. //============================================================================
  4.  
  5. class EFFECT_SPACESTATION_LARGEROOM extends I3DL2Listener
  6.     editinlinenew;
  7.  
  8. defaultproperties
  9. {
  10.     EnvironmentSize=1.8f;
  11.     EnvironmentDiffusion=0.810f;
  12.     Room=-1000;
  13.     RoomHF=-400;
  14.     RoomLF=-100;
  15.     DecayTime=3.89f;
  16.     DecayHFRatio=0.38f;
  17.     DecayLFRatio=0.61f;
  18.     Reflections=-1200;
  19.     ReflectionsDelay=0.056f;
  20.     Reverb=-800;
  21.     ReverbDelay=0.035f;
  22.     EchoTime=0.233f;
  23.     EchoDepth=0.280f;
  24.     ModulationTime=0.250f;
  25.     ModulationDepth=0.000f;
  26.     AirAbsorptionHF=-5.0f;
  27.     HFReference=3316.1f;
  28.     LFReference=458.2f;
  29.     RoomRolloffFactor=0.00f;
  30.     //Flags=0x20;
  31. }
  32.