]> de.git.xonotic.org Git - xonotic/xonotic-nexcompat.pk3dir.git/blob - scripts/nexcompat-stormkeep.shader
rename shader files to nexcompat_*
[xonotic/xonotic-nexcompat.pk3dir.git] / scripts / nexcompat-stormkeep.shader
1 textures/stormkeep/eX_light_u201
2 {
3         qer_EditorImage textures/eX/eX_light_u201.tga
4         q3map_surfacelight 1500
5         {
6                 map textures/eX/eX_light_u201
7         }
8         {
9                 map $lightmap
10         }
11 }
12
13 textures/stormkeep/rlight
14 {
15         qer_EditorImage textures/aggressor/rlight.tga
16         q3map_surfacelight 4500
17         {
18                 map textures/aggressor/rlight
19         }
20         {
21                 map $lightmap
22         }
23 }
24
25 textures/stormkeep/lava
26 {
27         qer_editorimage textures/stormkeep/lava.tga
28         surfaceparm lava
29         surfaceparm noimpact
30         surfaceparm trans
31         cull disable
32         deformVertexes wave 150.0 sin 2 5 0.25 0.1
33         Q3map_TessSize 128
34         q3map_surfacelight 1000
35         {
36                 map textures/stormkeep/lava.tga
37                 blendfunc add
38         }
39 }
40
41 textures/stormkeep/lava_flow
42 {
43         qer_editorimage textures/stormkeep/lava.tga
44         surfaceparm lava
45         surfaceparm noimpact
46         surfaceparm trans
47         cull disable
48         q3map_surfacelight 1000
49         {
50                 map textures/stormkeep/lava.tga
51                 blendfunc add
52                 tcMod scroll 0 -0.25
53         }
54 }
55