8. Troubleshooting Shaders
If a shader is not working, look first for syntax errors.
Are the brackets correctly set?
Do you have too many parameter values on a line?
Are you using a word in a parameter that wants a numerical value?
Are you using a numerical value in a parameter that wants a word?
Are the path names to your textures correct?
Are your texture names correct? There is a chance that the texture name is too long or too complex. Try renaming a texture with a shorter, simpler name.
Quake 3: Arena Shader Manual Copyright 1999 id Software, Inc.
Revision 12 December 23, 1999
HTML by Jason Heppler
HTML Linking by Matthew "Bushboy" Trow
http://www.heppler.com/shader/