I need help. I'm making a map, and I'm trying to place water. What I have to do to make water darker (on the inside)? when I get into water, it is transparent. I tried the _color key and the fogparms key. Anyone can help me?
 
 Oh, sorry if I have written this bad, I'm a spanish guy with a very low english level ;)
  
 
  
  
    Wrong forum dude! Try asking in the mapping forum!
  
 
  
  
    you need to choose one of the water shaders that has the line
 
 surfaceparm fog
 
 in it. you can look at the shader files in notepad. I think most or all of the water ones are in common.shader.
  
 
  
  
    fogparams ( R G B ) distance
 
 fogparams ( 0 0 0 ) 125 
 
 in your shader says that you can see through it for a distance of 125 units.