]> git.xonotic.org Git - xonotic/xonotic-nexcompat.pk3dir.git/blob - scripts/morphed.shader
let's see if this wakes up gitweb
[xonotic/xonotic-nexcompat.pk3dir.git] / scripts / morphed.shader
1 textures/morphed/gelslime
2 {
3         qer_editorimage textures/morphed/gelslime.tga
4         q3map_lightimage textures/morphed/gelslime_glow.tga
5         qer_trans 0.75
6         surfaceparm noimpact
7         surfaceparm trans
8         surfaceparm nonsolid
9         surfaceparm slime
10         q3map_surfacelight 280
11         Q3map_TessSize 128
12         cull none
13         {
14                 map textures/morphed/gelslime.tga
15                 rgbGen identity
16                 depthWrite
17                 blendfunc blend
18         }
19         {
20                 map $lightmap
21                 blendfunc blend
22                 rgbGen identity
23                 tcGen lightmap
24                 depthFunc equal
25         }
26 }
27
28 textures/morphed/gelslime_warp
29 {
30         qer_editorimage textures/morphed/gelslime.tga
31         q3map_lightimage textures/morphed/gelslime_glow.tga
32         qer_trans 0.75
33         surfaceparm noimpact
34         surfaceparm trans
35         surfaceparm nonsolid
36         surfaceparm slime
37         q3map_surfacelight 280
38         deformVertexes wave 150.0 sin 2 5 0.25 0.1
39         Q3map_TessSize 128
40         cull none
41         {
42                 map textures/morphed/gelslime.tga
43                 rgbGen identity
44                 depthWrite
45                 blendfunc blend
46         }
47         {
48                 map $lightmap
49                 blendfunc blend
50                 rgbGen identity
51                 tcGen lightmap
52                 depthFunc equal
53         }
54 }
55
56
57 textures/morphed/gelslime_bright
58 {
59         qer_editorimage textures/morphed/gelslime_bright.tga
60         qer_trans 0.5
61         surfaceparm noimpact
62         surfaceparm trans
63         surfaceparm nonsolid
64         surfaceparm slime
65         q3map_surfacelight 320
66         Q3map_TessSize 128
67         cull none
68         {
69                 map textures/morphed/gelslime_bright.tga
70                 blendFunc add
71                 rgbGen identity
72                 //tcMod turb <base> <amplitude> <phase><freq>
73                 tcMod turb 1 0.15 0 0.15
74                 tcMod scroll 0 0.2
75         }
76 }
77
78
79 textures/morphed/gelslime_bright_warp
80 {
81         qer_editorimage textures/morphed/gelslime_bright.tga
82         qer_trans 0.5
83         surfaceparm noimpact
84         surfaceparm trans
85         surfaceparm nonsolid
86         surfaceparm slime
87         q3map_surfacelight 320
88         deformVertexes wave 150.0 sin 2 5 0.25 0.1
89         Q3map_TessSize 128
90         cull none
91         {
92                 map textures/morphed/gelslime_bright.tga
93                 blendFunc add
94                 rgbGen identity
95         }
96 }
97