]> git.xonotic.org Git - xonotic/xonotic-nexcompat.pk3dir.git/blob - scripts/nexcompat-aggressor.shader
Use correct path for eX_floor_mtl_grate_01 on aggressor (see: nexcompat-eX.shader)
[xonotic/xonotic-nexcompat.pk3dir.git] / scripts / nexcompat-aggressor.shader
1 textures/aggressor/mlight
2 {
3         qer_editorimage textures/aggressor/mlight.tga
4         surfaceparm nomarks
5         q3map_surfacelight 1500
6         {
7                 map $lightmap
8                 rgbGen identity
9                 tcGen lightmap
10         }
11         {
12                 map textures/aggressor/mlight.tga
13                 blendfunc filter
14                 rgbGen identity
15         }
16 }
17
18 textures/aggressor/eX_floor_mtl_grate_01
19 {
20         qer_EditorImage         textures/exx/floor/floor_grate04.tga
21         {
22                 map textures/exx/floor/floor_grate04
23         }
24         {
25                 map $lightmap
26         }       
27 }