What's up with this...
Posted: Tue Jun 10, 2003 12:43 pm
I'm trying to make a custom texture, but I think I got the shader wrong.
I get this error message in Radiant:textures/custom_wall/creamcolour
{
qer_keyword wall
qer_keyword m1
qer_keyword plaster
surfaceparm stone
{
map textures/custom_wall/creamcolour.tga
depthWrite
rgbGen identity
}
{
map $lightmap
rgbGen identity
blendFunc GL_DST_COLOR GL_ZERO
depthFunc equal
}
}
Is the problem the qer_keyword bits?Loading shader custom_wall/creamcolour - creamcolour.shader...LoadTGA: Only type 2 and 10 targa RGB images supported
failed!