Page 1 of 1

Number Of Snow Flakes [Solved]

Posted: Sat Feb 05, 2011 4:26 pm
by modmaster13
Hey GT!

How can I change the amount of snowflakes with the FX file?
Hidden/Spoiler:
Effect("Precipitation")
{
Enable(1);
Type("Quads");
Texture("fx_snow");
ParticleSize(0.015);
Color(255, 255, 255);
Range(15.0);
Velocity(2.0);
VelocityRange(0.8);
PS2()
{
ParticleDensity(80.0);
}
XBOX()
{
ParticleDensity(100.0);
}
PC()
{
ParticleDensity(100.0);
}
ParticleDensityRange(0.0);
CameraCrossVelocityScale(1.0);
CameraAxialVelocityScale(1.0);
AlphaMinMax(0.3, 0.45);
RotationRange(2.0);
}

Re: Number Of Snow Flakes

Posted: Sat Feb 05, 2011 4:29 pm
by DarthD.U.C.K.
i'd try to increase the value of the particledensity.

Re: Number Of Snow Flakes

Posted: Sat Feb 05, 2011 8:54 pm
by modmaster13
DarthD.U.C.K. wrote:i'd try to increase the value of the particledensity.
Yep, that worked. Thanks! :P