Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/release/levels/baseq3/scripts/common.shader @ 4427

Last change on this file since 4427 was 4427, checked in by wenners, 17 years ago

space station interior added

File size: 2.5 KB
Line 
1
2textures/common/areaportal
3{
4        qer_trans 0.50
5        surfaceparm nodraw
6        surfaceparm nolightmap
7        surfaceparm nonsolid
8        surfaceparm structural
9        surfaceparm trans
10        surfaceparm nomarks
11        surfaceparm areaportal
12}
13
14textures/common/caulk
15{
16        surfaceparm nodraw
17        surfaceparm nolightmap
18        surfaceparm nomarks
19}
20
21textures/common/clip
22{
23        qer_trans 0.40
24        surfaceparm nodraw
25        surfaceparm nolightmap
26        surfaceparm nonsolid
27        surfaceparm trans
28        surfaceparm nomarks
29        surfaceparm noimpact
30        surfaceparm playerclip
31}
32
33textures/common/full_clip
34{
35        qer_trans 0.40
36        surfaceparm nodraw
37        surfaceparm playerclip
38}
39
40textures/common/hint
41{
42        qer_nocarve
43        qer_trans 0.30
44        surfaceparm nodraw
45        surfaceparm nonsolid
46        surfaceparm structural
47        surfaceparm trans
48        surfaceparm noimpact
49        surfaceparm hint
50}
51
52textures/common/lightgrid
53{
54        qer_trans 0.5
55        surfaceparm nodraw
56        surfaceparm nolightmap
57        surfaceparm nonsolid
58        surfaceparm detail
59        surfaceparm nomarks
60        surfaceparm trans
61        surfaceparm lightgrid
62}
63
64textures/common/nodraw
65{
66        surfaceparm nodraw
67        surfaceparm nolightmap
68        surfaceparm nonsolid
69        surfaceparm trans
70        surfaceparm nomarks
71}
72
73textures/common/nodrawnonsolid
74{
75        surfaceparm nonsolid
76        surfaceparm nolightmap
77        surfaceparm nodraw
78}
79
80textures/common/nolightmap
81{
82        surfaceparm nolightmap
83}
84
85textures/common/mirror1
86{
87        qer_editorimage textures/common/mirror1.tga
88        surfaceparm nolightmap
89        portal
90 
91        {
92                map textures/common/mirror1.tga
93                blendfunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
94                depthWrite
95        }
96}
97
98textures/common/mirror2
99{
100        qer_editorimage textures/common/qer_mirror.tga
101        surfaceparm nolightmap
102        portal
103        {
104                map textures/common/mirror1.tga
105                blendfunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
106                depthWrite
107        }
108        {
109                map textures/sfx/mirror.tga
110                blendFunc GL_ZERO GL_ONE_MINUS_SRC_COLOR
111        }
112}
113
114textures/common/portal
115{
116        qer_editorimage textures/common/qer_portal.tga
117        surfaceparm nolightmap
118        portal
119        {
120                map textures/common/mirror1.tga
121                tcMod turb 0 0.25 0 0.05
122                blendfunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
123                depthWrite
124        }
125}
126
127
128textures/common/timportal
129{
130        qer_editorimage textures/common/qer_portal.tga
131        portal
132        surfaceparm nolightmap
133        {
134                map textures/common/portal.tga
135                tcMod turb 0 0.25 0 0.05
136                blendFunc GL_ONE GL_SRC_ALPHA
137                depthWrite
138        }
139}
140
141textures/common/trigger
142{
143        qer_trans 0.50
144        qer_nocarve
145        surfaceparm nodraw
146}
147
148textures/common/invisible
149{
150        qer_trans 0.15
151        surfaceparm nolightmap
152        surfaceparm nodraw
153        surfaceparm trans
154}
Note: See TracBrowser for help on using the repository browser.