I’m sure it’s possible. I’m just not entirely sure how. I tried making the model with its own unique textures and for each texture added:
{
map $lightmap
blendFunc GL_DST_COLOR GL_ZERO
tcGen lightmap
}
as an extra texture mapping stage for each texture. I thought that would make it lightmap the textures, but they are still vertex lit. Am I missing something fundamental here?