Page 1 of 1

Getting Rid of Water Reflection (Solved)

Posted: Sat Jan 20, 2007 4:06 pm
by FragMe!
How do you or can you remove the reflection from water?
I ask because if I have anything but a dark sky or star lite
sky it relects in the water which is not normally a problem
except if you are in a sewer and shouldn't really see the sky.
Is there anything like the rainshadow region that stops the rain
as in Kamino but for reflection?

Thanks

Remove water reflection

Posted: Sat Jan 20, 2007 4:38 pm
by AceMastermind
Open your "ABC.fx" file located in the "world1" folder,
and look under:
// PC parameters
in the:
Effect("Water")
section and change this line:
ReflectionColor(57,90,138,255);

to:
ReflectionColor(57,90,138,0);

The last numbers determine the alpha transparency value. The value can range from 0 to 255. The value 0 indicates that it's completely transparent. The value 255 indicates that it's opaque or completely visible.

ABC = example modID

Posted: Sun Jan 21, 2007 12:53 am
by FragMe!
Thanks Ace that did it now it doesn't have to be night time.