Yun the Sith Posted October 1, 2003 Share Posted October 1, 2003 Going by Rich Diesal's tutorials, I made an attempt at making water. I have a rectangular room with stair steps leading into the water, everything is textured. I added my water brush, Yavin's water_nofog is what I think the name is, with the water texture on the top and the bottom of the brush, and CAULK_NOSOLID on the sides. I loaded it and played it, and I'm sliding around. The water splashes, sounds right, and moves, but it's like the bottom is ice, I cannot stop moving. Then I tired something else that I read here, use NO CLIP instead of CAULK_NOSOLID on the sides. Well, I stopped sliding and still have the water effect, likes is just sloshing around, but I stopped the sounds and the splash effects. Could someone please tell me what my problem could be, and give me a solution? Link to comment Share on other sites More sharing options...
Mr. Chopper Posted October 1, 2003 Share Posted October 1, 2003 There's code on these forums for an improved water shader that works alot better than what's in radiant (I don't know where ti is though). What you need to do is create the brush you want to be water, but CREATE IT INITALLY WITH THE WATER SHADER. THEN texture the top and bottom with the yavin water shader. Link to comment Share on other sites More sharing options...
Yun the Sith Posted October 4, 2003 Author Share Posted October 4, 2003 I'm not sure what you mean. When you say create it initially with the water shader, then texture the top and bottom of the brush with the yavin water shader, do you mean cover the entire brush with the texture? And do you have any idea at all where the improved shader is, and I don't know how much it will help, I don't know how to insert it into the game and Radient. Link to comment Share on other sites More sharing options...
RalKon Posted October 9, 2003 Share Posted October 9, 2003 I had this same problem. The solution that was given to me on these forums, and it works well, is to create your own no_draw shader this is the code you will want to put into your shader textures/yourmap/nodrawwater { surfaceparm nodraw surfaceparm nonsolid surfaceparm nonopaque surfaceparm water } then name the fle nodrawwater.shader and put it in your shaders folder. you will also want to take a copy of the nodraw texture (change it a little with an image editor so you recognize it in your textures window) and put it in the folder textures/yourmap/ hope this helps Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.