]> de.git.xonotic.org Git - xonotic/xonotic-nexcompat.pk3dir.git/blob - scripts/nexcompat-evil2.shader
Remove some redundant and in-the-way domination textures.
[xonotic/xonotic-nexcompat.pk3dir.git] / scripts / nexcompat-evil2.shader
1 textures/evil2_misc/support_grate3
2 {
3         surfaceparm alphashadow
4         surfaceparm metalsteps
5         surfaceparm nomarks
6         surfaceparm trans
7         cull disable
8         nopicmip
9         {
10                 map textures/evil2_misc/support_grate3.tga
11                 rgbGen identity
12                 depthWrite
13                 alphaFunc GE128
14         }
15         {
16                 map $lightmap
17                 blendfunc filter
18                 rgbGen identity
19                 tcGen lightmap
20                 depthFunc equal
21         }
22 }