I've been trying to make a light emitting texture like the one from mudkip_b1 but failed.
From Mudkip_b1
My texture glows but does not emit any light.
Here's the script:
textures/android/solid_blue
{
qer_editorimage textures/android/solid_blue.tga
q3map_lightimage textures/android/solid_blue.tga
surfaceparm nomarks
q3map_surfacelight 1200
{
map textures/android/solid_blue.tga
rgbGen identity
}
{
map $lightmap
tcGen lightmap
}
{
map textures/android/solid_blue.tga
blendfunc add
}
}
Does anybody know what I'm doing wrong?