]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - scripts/vehicles.shader
Whitelist g_*_round_timelimit
[xonotic/xonotic-data.pk3dir.git] / scripts / vehicles.shader
1 spiderbot
2 {
3         dpreflectcube cubemaps/default/sky
4         {
5                 map textures/spiderbot.tga
6                 rgbgen lightingDiffuse
7         }
8 }
9
10 wakazachi
11 {
12         dpreflectcube cubemaps/default/sky
13         {
14                 map textures/wakazachi.tga
15                 rgbgen lightingDiffuse
16         }
17 }
18
19 cockpit
20 {
21         dpreflectcube cubemaps/default/sky
22         {
23                 map textures/cockpit.tga
24                 rgbgen lightingDiffuse
25         }
26 }
27
28 vehicles/tracercore
29 {
30         surfaceparm nonsolid
31         surfaceparm nolightmap
32         deformVertexes autosprite
33         {
34                 map models/vehicles/tracercore.tga
35                 blendfunc add
36                 rgbGen lightingDiffuse
37         }
38 }
39
40 vehicles/tracertrail
41 {
42         surfaceparm nonsolid
43         surfaceparm nolightmap
44         cull none
45         deformVertexes autosprite2
46         {
47                 map models/vehicles/tracertrail.tga
48                 blendfunc GL_SRC_ALPHA GL_ONE
49                 rgbGen lightingDiffuse
50         }
51 }