rott/kf_sources/GamePlay/Classes/EFFECT_DUSTYROOM.uc
2026-07-14 20:27:09 +07:00

32 lines
723 B
Ucode

//=============================================================================
// EFFECT_DUSTYROOM
//============================================================================
class EFFECT_DUSTYROOM extends I3DL2Listener
editinlinenew;
defaultproperties
{
EnvironmentSize=1.8f;
EnvironmentDiffusion=0.560f;
Room=-1100;
RoomHF=-200;
RoomLF=-300;
DecayTime=1.79f;
DecayHFRatio=0.38f;
DecayLFRatio=0.21f;
Reflections=-600;
ReflectionsDelay=0.002f;
Reverb=200;
ReverbDelay=0.006f;
EchoTime=0.202f;
EchoDepth=0.050f;
ModulationTime=0.250f;
ModulationDepth=0.000f;
AirAbsorptionHF=-3.0f;
HFReference=13046.0f;
LFReference=163.3f;
RoomRolloffFactor=0.00f;
//Flags=0x20;
}