Water clipping?

GZS

L1: Registered
Jun 21, 2008
10
0
Greetings, I just started making maps as a hobby, to kill some time I guess. I've spent about 30 hours all together figuring out how to get stuff rolling and I can't find an answer via google or this site as to how to fix my current problem;


I have a tunnel that runs under the middle of my level. There is a mote around the main portion of the level, and it ties into the center via a water filled tunnel. I would like the tunnel to be completely water filled, thus-how I have designed it.

Now, my problem. I have the entire tunnel filled with water. I tied it to water_analog and have a cubemap tied to it. However, the water moves, and it appears that the "box" that I have it contained in is being clipped... so the lighting is all kinds of jacked up. It's hard to show with pictures, but I did take a few. Basically, the water moves, and the outlying texture is shown. I've changed the texture to see if it was just the standard texture messing with the lighting... but with any texture, I essentially get a "strobe" effect when I'm looking at the water.



castle20015.jpg

castle20014.jpg

castle20012.jpg


There are a few more I took, but you get the point. Can I remove the lighting from outlying textures and leave it with the water so that it doesn't clip, or how can I avoid this?

Thanks.
 

Spike

L10: Glamorous Member
Feb 13, 2008
716
82
You have to put the nodraw texture on the brush, and the water texture only on the surface.

OH, and you don't have to tie to water entity the brush, do it only when you're using cheap water.
 

GZS

L1: Registered
Jun 21, 2008
10
0
You have to put the nodraw texture on the brush, and the water texture only on the surface.

OH, and you don't have to tie to water entity the brush, do it only when you're using cheap water.

Err. I forgot to mention that. I did put the nodraw on the brush, how do I only put the water texture on the surface? I tried to upgroup it and apply it to the face, no dice. Let me research that a bit.

Edit again,

Perhaps I've already done that as well?


Basically, I made the brush, I applied the nodraw texture. Then I clicked on the face edit sheet box. Selected the nature_water_movingplane texture and applied it via the face edit sheet box.
 
Last edited:

bob+M|M+

L6: Sharp Member
Mar 31, 2008
346
394
It's recommended you use TF2 water, like 2fort water, because the other textures have realistic water ripples that don't look very good in TF2. Don't use the gray water textures like what appear on your screenshots, but instead use the colored waters. Like Spike said, only apply water to one surface of a nodraw brush, and if you have multiple waters connected, do it for each brush. If you have a underground tunnel in the shape of a "U", you can use 3 different brushes, or just 1 overlapping brush, like valve does in cp_well. Make sure the level of the water is the same at both ends, or you'll get some weird errors. also set the water texture size to something like 1x1 instead of .25x.25, and check for no leaks.

do all that and you should be fine, good luck
-bob
 

grazr

Old Man Mutant Ninja Turtle
aa
Mar 4, 2008
5,441
3,814
By surface they mean the top face of the brush..

A cubemap isn't that important here as the only reflections would be off of the snipers scope really. It wouldn't be that that is causing this, atleast. It just looks like you're using the wrong texture.
 

GZS

L1: Registered
Jun 21, 2008
10
0
I went through every water texture I could find, they all do this;

I've made a short video, perhaps that will better assist you all in understand what I have and haven't done. I do appreciate all the help.

It is 11.5 megs, my server is pretty fast for those that wish to download it.
http://blindmellojello.mylha.com/water.wmv
 

grazr

Old Man Mutant Ninja Turtle
aa
Mar 4, 2008
5,441
3,814
Forbidden

You don't have permission to access /water.wmv on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Seems to be restricted?
 

grazr

Old Man Mutant Ninja Turtle
aa
Mar 4, 2008
5,441
3,814
It showed up purple for me, was kinda hard to make things out. Maybe i'm missing a codec..

Anyway.. If you uploaded the vmf then i could look at that for you. Try adding water on each end of your moat in the meantime and see if that cleans it up.

Also from the top toolbar; map > check for problems. See if that gives you anything and if you don't understand anything that comes up then let us know what comes up. It should be a list that will take you to any bugs or errors that are discovered pre-compile.
 
Last edited:

YM

LVL100 YM
aa
Dec 5, 2007
7,135
6,056
lol, for posts only 2 minutes apart, use the edit button ;)

Looks like this ->
edit.gif
 

GZS

L1: Registered
Jun 21, 2008
10
0
Well, I added water to one of the sides of the mote and it works great? Weird.


lol, for posts only 2 minutes apart, use the edit button ;)

Looks like this ->
edit.gif

Getting a bit ahead of myself. Sorry about that.

It showed up purple for me, was kinda hard to make things out. Maybe i'm missing a codec..

Anyway.. If you uploaded the vmf then i could look at that for you. Try adding water on each end of your moat in the meantime and see if that cleans it up.

Also from the top toolbar; map > check for problems. See if that gives you anything and if you don't understand anything that comes up then let us know what comes up. It should be a list that will take you to any bugs or errors that are discovered pre-compile.

Only thing that comes up is that I don't have a spawn point, which I'm aware of.
 
Last edited:

grazr

Old Man Mutant Ninja Turtle
aa
Mar 4, 2008
5,441
3,814
GZS said:
Well, I added water to one of the sides of the mote and it works great? Weird.

Does that mean you've fixed your problem?

Your vmf comes up in code.. I don't know how to use that to look at it in hammer.
 

GZS

L1: Registered
Jun 21, 2008
10
0
Does that mean you've fixed your problem?

Your vmf comes up in code.. I don't know how to use that to look at it in hammer.

No, problem still exists, except it's not all water, just the center.

and "Right click, save as" on the link above to save it.
 

grazr

Old Man Mutant Ninja Turtle
aa
Mar 4, 2008
5,441
3,814
Well i'm not sure what else to say other than that you should be using these water textures. The ticks, not the crosses. (or atleast the TF2 versions of water, you'll want the stylistic water to keep in theme with the game style).

water1.jpg


etc.

It looks like you used the grey ones.
 

YM

LVL100 YM
aa
Dec 5, 2007
7,135
6,056
I read the VMF (yes I actually read it)
And the texture is WATER/WATER_HYDRO_CHEAP so I doubt there is a problem there (but people have complained about a red line in the hydro water?)
I suspect the problem lies in either the water_lod_control or the func_water_analog entities you've got. whilst I can't pick out a single problem from reading the VMF I'd suggest getting the water working without any entities (brush or point ents) just the water brush with nodraw and water tex on the top then if you really need the water to change level adding the entities back in.

EDIT: Also, don't call your map castle2 (there is a map by vilepickle called cp_castleX [where X is a number] to avoid confusion your map should have a more unique name. You will actually get problems if you call it cp_castle2 since vile has already distributed a cp_castle2)