]> git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/blob - scripts/map_go.shader
Debugger/go
[xonotic/xonotic-maps.pk3dir.git] / scripts / map_go.shader
1 textures/map_go/jumppadfx_blue
2 {
3         qer_editorimage textures/map_go/jumppadfx_blue.tga
4         surfaceparm nolightmap
5         surfaceparm nomarks
6         surfaceparm nonsolid
7         surfaceparm trans
8         cull none
9         qer_trans 0.6
10         {
11                 map textures/map_go/jumppadfx_blue.tga
12                 blendfunc GL_SRC_ALPHA GL_ONE
13                 tcMod scroll 0 2
14         }
15 }
16 textures/map_go/jumppadfx_red
17 {
18         qer_editorimage textures/map_go/jumppadfx_red.tga
19         surfaceparm nolightmap
20         surfaceparm nomarks
21         surfaceparm nonsolid
22         surfaceparm trans
23         cull none
24         qer_trans 0.6
25         {
26                 map textures/map_go/jumppadfx_red.tga
27                 blendfunc GL_SRC_ALPHA GL_ONE
28                 tcMod scroll 0 2
29         }
30 }
31 textures/map_go/jumppadfx_white
32 {
33         qer_editorimage textures/map_go/jumppadfx_white.tga
34         q3map_bounceScale  0.75
35         dpoffsetmapping - 2 match8 79
36         dpglossintensitymod 1.5
37         dpglossexponentmod  4
38
39         {
40                 map textures/map_go/jumppadfx_white.tga
41         }
42         {
43                 map $lightmap
44                 rgbGen identity
45                 tcGen lightmap
46                 blendfunc filter
47         }
48 }
49 textures/map_go/pipe1_blue
50 {
51         qer_editorimage textures/map_go/pipe1_blue.tga
52         surfaceparm nomarks
53         surfaceparm trans
54         cull disable
55         Q3map_TessSize 128
56         q3map_surfacelight 1500
57         q3map_lightSubdivide 64
58         {
59                 map textures/map_go/pipe1_blue.tga
60                 blendfunc GL_SRC_ALPHA GL_ONE
61         }
62 }
63
64 textures/map_go/pipe1_red
65 {
66         qer_editorimage textures/map_go/pipe1_red.tga
67         surfaceparm nomarks
68         surfaceparm trans
69         cull disable
70         Q3map_TessSize 128
71         q3map_surfacelight 1500
72         q3map_lightSubdivide 64
73         {
74                 map textures/map_go/pipe1_red.tga
75                 blendfunc GL_SRC_ALPHA GL_ONE
76         }
77 }