So, I have this little trick in JK mapping where I use a shader block like this:
{
map $whiteimage
rgbGen const ( 0.06 0.06 0.06 )
rgbGen identityLighting
alphaGen lightingSpecular
blendfunc GL_ONE GL_ONE
}
which makes a faint shinyness overlay to the entire surface. In game, when the player moves around, the surfaces will appear to brighten or darken just a bit (darkening is ofc a lack of lightening, but the player doesn’t know that)
so I place it into my map and
just a white overlay. So I then go and test it normally using two images (one with high contrast and some other adjustments) and the high contrast one appears and acts as if it is the only image there.
Is there NO way to get alphaGen lightingSpecular to work in W:ET? Sucks if it isn’t a feature. 