Hi, some old map I try to port get this kind of message:
Code: Select all
WARNING: alphaGen lightingSpecular keyword not supported in shader 'textures/transit/stannum_wall_shinybluemetal1' 
WARNING: alphaGen lightingSpecular keyword not supported in shader 'textures/transit/stannum_tin'And some textures are overbrighten, it seems related:


How can I fix that, or workaround that?
Edit, the shader are:
Code: Select all
textures/transit/stannum_tin
{
	qer_editorimage textures/transit/tin
	{
		rgbGen identity
		map $lightmap
	}
	{
		map textures/transit/tin
		blendFunc GL_DST_COLOR GL_SRC_ALPHA
		rgbGen identity
		alphaGen lightingSpecular
	}
}Code: Select all
textures/transit/stannum_wall_shinybluemetal1
{
	{
		map $lightmap
		rgbgen identity      
	}
	{
		map textures/transit/stannum_wall_shinybluemetal1
		blendFunc GL_DST_COLOR GL_SRC_ALPHA
		rgbGen identity
		alphaGen lightingSpecular
	}			
}
 
					





