]> de.git.xonotic.org Git - xonotic/xonotic-nexcompat.pk3dir.git/blob - scripts/nexcompat-water.shader
Remove some redundant and in-the-way domination textures.
[xonotic/xonotic-nexcompat.pk3dir.git] / scripts / nexcompat-water.shader
1 // reflective water by Urre and Zombie
2
3 textures/water/water0
4 {
5         qer_editorimage textures/water/water0.tga
6         qer_trans 20
7         surfaceparm nomarks
8         surfaceparm trans
9         surfaceparm water
10         surfaceparm nolightmap
11         cull none
12         q3map_globaltexture
13         {
14                 map textures/water/water0.tga
15                 tcMod scroll 0.07 0.07
16                 tcmod scale 1.2 0.7
17                 blendfunc blend
18         }
19         dp_water 0.1 0.8  3 3  1 1 1  1 1 1  0.125
20 }
21
22 textures/water/water1
23 {
24         qer_editorimage textures/water/water1.tga
25         qer_trans 20
26         surfaceparm nomarks
27         surfaceparm trans
28         surfaceparm water
29         surfaceparm nolightmap
30         cull none
31         q3map_globaltexture
32         {
33                 map textures/water/water1.tga
34                 tcMod scroll 0.07 0.07
35                 tcmod scale 1.2 0.7
36                 blendfunc blend
37         }
38         dp_water 0.1 0.8  3 3  1 1 1  1 1 1  0.125
39 }
40
41 textures/water/water2
42 {
43         qer_editorimage textures/water/water2.tga
44         qer_trans 20
45         surfaceparm nomarks
46         surfaceparm trans
47         surfaceparm water
48         surfaceparm nolightmap
49         cull none
50         q3map_globaltexture
51         {
52                 map textures/water/water2.tga
53                 tcMod scroll 0.07 0.07
54                 tcmod scale 1.2 0.7
55                 blendfunc blend
56         }
57         dp_water 0.1 0.8  3 3  1 1 1  1 1 1  0.125
58 }
59
60 textures/water/slime1
61 {
62         qer_editorimage textures/water/slime1.tga
63         qer_trans 20
64         surfaceparm nomarks
65         surfaceparm trans
66         surfaceparm slime
67         surfaceparm nolightmap
68         cull none
69         q3map_globaltexture
70         {
71                 map textures/water/slime1.tga
72                 tcMod scroll 0.07 0.07
73                 tcmod scale 1.2 0.7
74                 blendfunc blend
75         }
76         dp_water 0.1 0.8  3 3  0.5 1 0.5  0.5 1 0.5  0.75
77 }
78
79 textures/water/slime2
80 {
81         qer_editorimage textures/water/slime1.tga
82         qer_trans 20
83         surfaceparm nomarks
84         surfaceparm trans
85         surfaceparm slime
86         surfaceparm nolightmap
87         cull none
88         q3map_globaltexture
89         {
90                 map textures/water/slime1.tga
91                 tcMod scroll 0.07 0.07
92                 tcmod scale 1.2 0.7
93                 blendfunc blend
94         }
95         dp_water 0.1 0.8  3 3  1 1 0.5  1 1 0.5  0.75
96 }