the previous way they were written would only work
on DarkPlaces since it only has partial shader support
and no real stage support
nopicmip
{
- map $lightmap
map textures/map_erbium/fern
blendFunc blend
rgbgen identity
}
+ {
+ map $lightmap
+ rgbGen identity
+ tcGen lightmap
+ blendfunc filter
+ }
}
textures/map_erbium/ivy
nopicmip
{
- map $lightmap
map textures/map_erbium/ivy
blendFunc blend
rgbgen identity
}
+ {
+ map $lightmap
+ rgbGen identity
+ tcGen lightmap
+ blendfunc filter
+ }
}
textures/map_erbium/leaves
nopicmip
{
- map $lightmap
map textures/map_erbium/leaves
blendFunc blend
rgbgen identity
}
+ {
+ map $lightmap
+ rgbGen identity
+ tcGen lightmap
+ blendfunc filter
+ }
}
textures/map_erbium/leaves2
nopicmip
{
- map $lightmap
map textures/map_erbium/leaves2
blendFunc blend
rgbgen identity
}
+ {
+ map $lightmap
+ rgbGen identity
+ tcGen lightmap
+ blendfunc filter
+ }
}
textures/map_erbium/singular-leaf
nopicmip
{
- map $lightmap
map textures/map_erbium/singular-leaf
blendFunc blend
rgbgen identity
}
+ {
+ map $lightmap
+ rgbGen identity
+ tcGen lightmap
+ blendfunc filter
+ }
}
textures/map_erbium/black-tiles