Amount of lightning bolts
Posted: Thu May 12, 2011 4:56 pm
Hi I would like to have more lightning bolt at a rate of 4 bolts in 10 seconds. How would I do that?
Hidden/Spoiler:
It's actually that part not the one you posted. Change it toEffect("Lightning")
{
Enable(1);
Color(255, 255, 255);
SunlightFadeFactor(0.1);
SkyDomeDarkenFactor(0.4);
BrightnessMin(1.0);
FadeTime(0.2);
TimeBetweenFlashesMinMax(3.0, 5.0);
TimeBetweenSubFlashesMinMax(0.01, 0.5);
NumSubFlashesMinMax(2, 5);
HorizonAngleMinMax(30, 60);
SoundCrack("kam_amb_thunder");
SoundSubCrack("kam_amb_thundersub");
}
TimeBetweenFlashesMinMax(15.0, 15.0)
Totally random guess but, could that change it? Try setting it to 4.modmaster13 wrote: MaxBranches(2.0);