32 lines
750 B
Ucode
32 lines
750 B
Ucode
//=============================================================================
|
|
// EFFECT_ICEPALACE_SHORTPASSAGE
|
|
//============================================================================
|
|
|
|
class EFFECT_ICEPALACE_SHORTPASSAGE extends I3DL2Listener
|
|
editinlinenew;
|
|
|
|
defaultproperties
|
|
{
|
|
EnvironmentSize=2.7f;
|
|
EnvironmentDiffusion=0.750f;
|
|
Room=-1000;
|
|
RoomHF=-500;
|
|
RoomLF=-1100;
|
|
DecayTime=1.79f;
|
|
DecayHFRatio=1.46f;
|
|
DecayLFRatio=0.28f;
|
|
Reflections=-600;
|
|
ReflectionsDelay=0.010f;
|
|
Reverb=-700;
|
|
ReverbDelay=0.019f;
|
|
EchoTime=0.177f;
|
|
EchoDepth=0.090f;
|
|
ModulationTime=0.250f;
|
|
ModulationDepth=0.000f;
|
|
AirAbsorptionHF=-0.0f;
|
|
HFReference=12428.5f;
|
|
LFReference=99.6f;
|
|
RoomRolloffFactor=0.00f;
|
|
//Flags=0x20;
|
|
}
|