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

  1. //=============================================================================
  2. // EFFECT_MOOD_MEMORY
  3. //============================================================================
  4.  
  5. class EFFECT_MOOD_MEMORY extends I3DL2Listener
  6.     editinlinenew;
  7.  
  8. defaultproperties
  9. {
  10.     EnvironmentSize=8.0f;
  11.     EnvironmentDiffusion=0.850f;
  12.     Room=-1000;
  13.     RoomHF=-400;
  14.     RoomLF=-900;
  15.     DecayTime=4.06f;
  16.     DecayHFRatio=0.82f;
  17.     DecayLFRatio=0.56f;
  18.     Reflections=-2800;
  19.     ReflectionsDelay=0.000f;
  20.     Reverb=-500;
  21.     ReverbDelay=0.000f;
  22.     EchoTime=0.250f;
  23.     EchoDepth=0.000f;
  24.     ModulationTime=0.474f;
  25.     ModulationDepth=0.450f;
  26.     AirAbsorptionHF=-2.0f;
  27.     HFReference=5000.0f;
  28.     LFReference=250.0f;
  29.     RoomRolloffFactor=0.00f;
  30.     //Flags=0x0;
  31. }
  32.