View Single Post
Old 03-06-10, 07:32 AM   #5
Pintea
Sparky
 
Join Date: Jan 2010
Posts: 152
Downloads: 6
Uploads: 0
Default

Drops removal MOD

open data/shaders/filters/WaterDropletsPS.fx
paste this just after the main(..):COLOR { :

return tex2D(map, In.Tex0);

Of course, it will remove them permanently, external camera/interior view as well,
so be sure this is what you want

Last edited by Pintea; 03-06-10 at 09:51 AM.
Pintea is offline   Reply With Quote