-
September 17, 2013, 02:38 PM
#1
[Solved] Removing raindrop effect possible? (yes)
I like having battles in the rain, especially when the enemy has lots of ranged units with fire. But for some reason CA has implemented the effect of raindrops on the screen like you would have if you were filming in rain or on your window. Is there any way to disable this? I've tried to find it in the options, but nothing happened no matter what I turned on or off.
Last edited by zowrath; September 17, 2013 at 03:16 PM.
-
September 17, 2013, 02:43 PM
#2
Re: Removing raindrop effect possible?
Yes it is possible. I'll post the solution soon.
-
September 17, 2013, 03:02 PM
#3
Re: Removing raindrop effect possible?
Okay, here's how you do it.
Open data.pack with PFM, then open the vfx directory, scroll down to find weather_vfx_rain_light.xml and weather_vfx_rain_storm.
Open one them and you'll find this:
<emitter name="water_drops_running_loop" enable="true" tint_r="1.00" tint_g="1.00" tint_b="1.00" tint_a="1.00"/
<emitter name="water_drops_spots_loop" enable="true" tint_r="1.00" tint_g="1.00" tint_b="1.00" tint_a="1.00"/>
Change these to:
<emitter name="water_drops_running_loop" enable="false" tint_r="1.00" tint_g="1.00" tint_b="1.00" tint_a="1.00"/
<emitter name="water_drops_spots_loop" enable="false" tint_r="1.00" tint_g="1.00" tint_b="1.00" tint_a="1.00"/>
And there you have it, no more water drops on the screen.
Here's a download link to a mod pack that does this 
https://mega.co.nz/#!9ttl1RyZ!S2Imf2...TMynA51MuDjBPA
-
September 17, 2013, 03:07 PM
#4
Re: Removing raindrop effect possible?
Thank you sir! You really made my day.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules