Changing the rain collision effect [Solved]
Posted: Sat May 30, 2009 9:16 am
Hi.
I was wondering how you can change the rain effect (when the rain hits the ground). I did the following, but the effect remained the same.
Firstly, I looked in my map's .fx file, and found the following code:
So I went over to the data_***\Common\effects folder and found com_sfx_rainsplash.fx. I then opened that in PE, and removed the rings, as I didn't want them in the effect anymore. I then saved the file, and munged with Common ticked. When I tested ingame, the effect was still the same.
Any ideas?
Thanks in advance.
I was wondering how you can change the rain effect (when the rain hits the ground). I did the following, but the effect remained the same.
Firstly, I looked in my map's .fx file, and found the following code:
Code: Select all
GroundEffect("com_sfx_rainsplash");Any ideas?
Thanks in advance.