Removing water reflections [Solved]
Moderator: Moderators
-
fiddler_on_the_roof
- 1st Lieutenant

- Posts: 460
- Joined: Wed Nov 12, 2008 5:28 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Removing water reflections [Solved]
How can i get rid of the reflection on this water, and make it look like the caribbean, or other warm/tropical water?

- Frisbeetarian
- Jedi

- Posts: 1233
- Joined: Wed Sep 12, 2007 3:13 pm
Re: water reflections
Did you read the Zeroeditor_guide.doc where it explains how to edit the water's appearance?
-
fiddler_on_the_roof
- 1st Lieutenant

- Posts: 460
- Joined: Wed Nov 12, 2008 5:28 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Re: water reflections
Frisbeetarian wrote:Did you read the Zeroeditor_guide.doc where it explains how to edit the water's appearance?
Not before, but...
what exactly am i supposed to do, it isn't very clear.
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
-
Labj
- Sith

- Posts: 1400
- Joined: Tue Jun 16, 2009 3:20 pm
- xbox live or psn: SiulS2409
- Location: Costa Rica
- Contact:
Re: Removing water reflections
I never edited water, but it has transparency, isnt that ?
If you remove the alpha chanel it should remove the shine/transparency of it.
As i said i have never reskined water but i think that should work as it works with other textures.
If you remove the alpha chanel it should remove the shine/transparency of it.
As i said i have never reskined water but i think that should work as it works with other textures.
-
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:
Re: Removing water reflections
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)
RefractionColor(90 112, 90, 150);
ReflectionColor(200,200,200,0);
UnderwaterColor(32, 40, 32, 180);
FresnelMinMax(0.2,0.5)
- AceMastermind
- Gametoast Staff

- Posts: 3285
- Joined: Mon Aug 21, 2006 6:23 am
- Contact:
Re: Removing water reflections
Similar topics about removing water reflection:
http://www.gametoast.com/forums/viewtop ... 14&start=0
http://www.gametoast.com/forums/viewtop ... 58&start=0
http://www.gametoast.com/forums/viewtop ... 14&start=0
http://www.gametoast.com/forums/viewtop ... 58&start=0
-
fiddler_on_the_roof
- 1st Lieutenant

- Posts: 460
- Joined: Wed Nov 12, 2008 5:28 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Re: Removing water reflections
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
