I like to know how to add rain in my map like on kamino. What for files i need, what i need to chance, etc...
I dont need the thunder thing and the water, just the rain.
Thanks
How to add rain?
Moderator: Moderators
- Eagle Eye
- First Lance Corporal

- Posts: 129
- Joined: Thu Nov 01, 2007 12:44 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Belgium
- Contact:
- DarthD.U.C.K.
- Master of the Force

- Posts: 6027
- Joined: Wed Sep 27, 2006 11:05 am
- Location: Duckburg, Germany
Re: How to add rain?
its very easy:
copy those lines (from the kam.fx file) into your worlds .fx file
copy those lines (from the kam.fx file) into your worlds .fx file
Code: Select all
Effect("Precipitation")
{
Enable(1);
Type("Streaks");
Range(12.5);
Color(216, 220, 228);
VelocityRange(1.0);
ParticleDensityRange(0.0);
CameraCrossVelocityScale(0.2);
CameraAxialVelocityScale(1.0);
GroundEffect("com_sfx_rainsplash");
GroundEffectSpread(8);
PS2()
{
AlphaMinMax(0.8, 1.0);
ParticleSize(0.06);
ParticleDensity(80.0);
Velocity(8.0);
StreakLength(1.7);
GroundEffectsPerSec(7);
}
XBOX()
{
AlphaMinMax(0.2, 0.3);
ParticleSize(0.02);
ParticleDensity(256.0);
Velocity(9.0);
StreakLength(1.0);
GroundEffectsPerSec(15);
}
PC()
{
AlphaMinMax(0.3, 0.45);
ParticleSize(0.02);
ParticleDensity(256.0);
Velocity(9.0);
StreakLength(1.0);
GroundEffectsPerSec(15);
}
}- Eagle Eye
- First Lance Corporal

- Posts: 129
- Joined: Thu Nov 01, 2007 12:44 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Belgium
- Contact:
Re: How to add rain?
ok thanks the rain works, but can you give me also the rain sound?
-
Xavious
- Sith Master

- Posts: 2783
- Joined: Mon Jun 12, 2006 3:46 pm
Re: How to add rain?
The rain doesn't have sound, does it?
-
Adjuntant_Reflex
- Rebel Warrant Officer

- Posts: 312
- Joined: Fri Aug 31, 2007 4:47 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Home... Where else?
Re: How to add rain?
I dont think so....
- Eagle Eye
- First Lance Corporal

- Posts: 129
- Joined: Thu Nov 01, 2007 12:44 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Belgium
- Contact:
Re: How to add rain?
If u play on kamino u hear the rain splashing on the ground, i checked by playing the map... If u guys don't now never mind then.. thanks anyway
-
Penguin
- Jedi Admin

- Posts: 2541
- Joined: Sun Mar 05, 2006 12:00 am
- Location: Australia
Re: How to add rain?
The rain and wind sound in kamino is done with a sound region (or something
)
Just look at it in ZE.
Just look at it in ZE.
- Eagle Eye
- First Lance Corporal

- Posts: 129
- Joined: Thu Nov 01, 2007 12:44 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Belgium
- Contact:
Re: How to add rain?
ok thanks
