]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/blob - scripts/map_space-elevator.shader
Reduce light intensity and other updatings/fixes
[xonotic/xonotic-maps.pk3dir.git] / scripts / map_space-elevator.shader
1 textures/map_space-elevator/hangwires
2 {
3         surfaceparm alphashadow
4         surfaceparm nomarks
5         surfaceparm trans
6         cull disable
7         {
8                 map textures/map_space-elevator/hangwires.tga
9                 alphaFunc GE128
10         }
11 }
12
13 textures/map_space-elevator/sign-station-red
14 {
15         surfaceparm nolightmap
16         surfaceparm nomarks
17         surfaceparm trans
18         cull disable
19         {
20                 map textures/map_space-elevator/sign-station-red.tga
21                 blendfunc add
22         }
23 }
24
25 textures/map_space-elevator/sign-station-blue
26 {
27         surfaceparm nolightmap
28         surfaceparm nomarks
29         surfaceparm trans
30         cull disable
31         {
32                 map textures/map_space-elevator/sign-station-blue.tga
33                 blendfunc add
34         }
35 }
36
37 textures/map_space-elevator/sign-train-red
38 {
39         surfaceparm nolightmap
40         surfaceparm nomarks
41         surfaceparm trans
42         cull disable
43         {
44                 map textures/map_space-elevator/sign-train-red.tga
45                 blendfunc add
46         }
47 }
48
49 textures/map_space-elevator/sign-train-blue
50 {
51         surfaceparm nolightmap
52         surfaceparm nomarks
53         surfaceparm trans
54         cull disable
55         {
56                 map textures/map_space-elevator/sign-train-blue.tga
57                 blendfunc add
58         }
59 }
60
61 textures/map_space-elevator/panels
62 {
63         qer_editorimage textures/map_space-elevator/panels.tga
64         q3map_bounceScale 1.25
65         {
66                 map textures/map_space-elevator/panels.tga
67         }
68         {
69                 map $lightmap
70                 rgbGen identity
71                 tcGen lightmap
72                 blendfunc filter
73         }
74 }
75
76 textures/map_space-elevator/solarmetal
77 {
78         qer_editorimage textures/map_space-elevator/solarmetal.tga
79         q3map_bounceScale 1.25
80         {
81                 map textures/map_space-elevator/solarmetal.tga
82         }
83         {
84                 map $lightmap
85                 rgbGen identity
86                 tcGen lightmap
87                 blendfunc filter
88         }
89 }
90
91 textures/map_space-elevator/polluted_earth
92 {
93         qer_editorimage textures/skies/polluted_earth.jpg
94         surfaceparm sky
95         surfaceparm noimpact
96         surfaceparm nolightmap
97         surfaceparm nomarks
98         q3map_globaltexture
99         q3map_surfacelight 5
100         surfaceparm sky
101
102         nopicmip
103         nomipmaps
104         q3map_sunExt 1 0.9 0.9 120 320 30
105         q3map_skylight 100 4
106         skyparms env/polluted_earth/polluted_earth - -
107 }