Removing water reflections [Solved]
Posted: Fri Jul 24, 2009 12:51 pm
How can i get rid of the reflection on this water, and make it look like the caribbean, or other warm/tropical water?

Get more from your games!
http://www.gametoast.com/
Frisbeetarian wrote:Did you read the Zeroeditor_guide.doc where it explains how to edit the water's appearance?
Zeroeditor_guide.doc wrote:WATER EDIT MODE
WATER EDIT mode is used to apply water tile in the game. Water tiles are 4 x 4 grids which means they are 24 meters x 24 meters in size minimum. Water tiles can be made up of up to 15 layers each with a different textures as well varying alpha and color values. Few of the water controls are actually used so not all of their functions are documented here.
WIDTH AND HEIGHT
WIDTH and HEIGHT are for the brush size. This brush is always square and 1 unit is equivalent to 4 terrain grid tiles. LAYER is used to change the working layer for the water tile. HEIGHT was not used.
UVEL, VVEL, UREPEAT, VREPEAT
UVel, VVel, URepeat, and VRepeat control the animation of the water texture layers. They control the speed repeat frequency respectively along the x and y axes.
TEXTURE
TEXTURE is where the water texture name is typed in for the specified layer.
COLOR
COLOR specifies the background color of the tile not contained in the water textures. This color would applies to all layers if they are all transparent.
ALPHA
ALPHA sets the alpha values for the layer and GLOW was not used
FragMe! wrote:It has been a while but just looking back at my sewers map where I didn't want a sky reflection of obvious reasons (shouldn't be able to see the sky inside a sewer) but try changing the 255 at the end of ReflectionColor to 0 as shown. This is from the PC parameters.
RefractionColor(90 112, 90, 150);
ReflectionColor(200,200,200,0);
UnderwaterColor(32, 40, 32, 180);
FresnelMinMax(0.2,0.5)
thank youAceMastermind wrote:Similar topics about removing water reflection:
http://www.gametoast.com/forums/viewtop ... 14&start=0
http://www.gametoast.com/forums/viewtop ... 58&start=0