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
Getting Rid of Water Reflection (Solved)
Moderator: Moderators
-
FragMe!
- Gametoast Staff

- Posts: 2244
- Joined: Sat May 13, 2006 12:34 am
- Projects :: Not sure keep changing my mind.
- xbox live or psn: No gamertag set
- Location: Origin name GT_FragMe
- Contact:
Getting Rid of Water Reflection (Solved)
Last edited by FragMe! on Sun Jan 21, 2007 12:52 am, edited 1 time in total.
- AceMastermind
- Gametoast Staff

- Posts: 3285
- Joined: Mon Aug 21, 2006 6:23 am
- Contact:
Remove water reflection
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
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
Last edited by AceMastermind on Sun Jan 21, 2007 5:35 am, edited 1 time in total.
-
FragMe!
- Gametoast Staff

- Posts: 2244
- Joined: Sat May 13, 2006 12:34 am
- Projects :: Not sure keep changing my mind.
- xbox live or psn: No gamertag set
- Location: Origin name GT_FragMe
- Contact:
