Has anyone ever tried applying the shader for the ctf flags to water?
That would like...make it look wavy, instead of flat. Ofcourse, I dunno how I would go about that, since I don't make maps n' stuff.
A water shader.
You need to make your own version of a water shader. Some of the default Q3 shaders already make use of this so you may be able to modify one to make your own. Just make sure that you create a new shader name to prevent overwriting of default Q3 shaders.
As always, read the manual, it's full of shader goodness. More information on the specific directive you need here:
http://shaderlab.com/q3map2/shader_manu ... rmvertexes
As always, read the manual, it's full of shader goodness. More information on the specific directive you need here:
http://shaderlab.com/q3map2/shader_manu ... rmvertexes
[size=85][url=http://gtkradiant.com]GtkRadiant[/url] | [url=http://q3map2.robotrenegade.com]Q3Map2[/url] | [url=http://q3map2.robotrenegade.com/docs/shader_manual/]Shader Manual[/url][/size]
A water shader.
Thanks. : D But I'm not really looking for anything, really, since I'm not making a map, or really care too much for the water effects. Its just an idea that I realized while...exiting Quake.
Heres a GIF, just for fun.

Heres a GIF, just for fun.

Nobody is talking about not being able to do it, its a simpel deform vertex shader, very easy to do. Its the problem of whether its worth the hit, because while it can look ok, its not THAT great looking, and it only comes into its own when you use a very large tess size. Upping the tess size will add more and more polies, hundreds of them, just for water. When you have a small surface this is fine but on a big one? Big hit.nyxs-uk wrote:you could also modify the flesh wall texture shader to do this.
Of course, in Q3's old levels with tis old low detail models, it wont hut TOO much to up the polycount here.
This should get you started,Ganemi wrote:Hmmmm...you know...theres this one map called quatrix. Or, forget that. Q3dm0. There is a mirror right where you spawn. How is that reflection done?
http://fps.brainerd.net/portals.htm
Mirrors in qukae 3 are very poor TBH, they are true mirrors and lack any sort of "fun". You either have your basic mirror, or, your basic mirror. You cant have them transparent, you cant have them warping and stuff, because they are not render to texture mirrors. This means for things like water, they are pretty much uselss.
The best way to do it is a cube map, but Quake 3 wont allow cube maps on surfaces will it? Only Envmaps I thought? If you can do cubemaps, use one of those. Thats the best trick. If you cant, then you gotta settle for an envmap.
The best way to do it is a cube map, but Quake 3 wont allow cube maps on surfaces will it? Only Envmaps I thought? If you can do cubemaps, use one of those. Thats the best trick. If you cant, then you gotta settle for an envmap.