]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - scripts/vehicles.shader
fix keybinder having wrong team selection bind
[xonotic/xonotic-data.pk3dir.git] / scripts / vehicles.shader
index 9ef9f1940ffbbf425084bc5017c2e08b9eee2581..c1057298c1423e9b753d96e7486a93f45899bb25 100644 (file)
@@ -1,24 +1,51 @@
 spiderbot
 {
        dpreflectcube cubemaps/default/sky
-       {
+       {
                map textures/spiderbot.tga
                rgbgen lightingDiffuse
        }
 }
+
 wakazachi
 {
        dpreflectcube cubemaps/default/sky
-       {
+       {
                map textures/wakazachi.tga
                rgbgen lightingDiffuse
        }
 }
+
 cockpit
 {
        dpreflectcube cubemaps/default/sky
-       {
+       {
                map textures/cockpit.tga
                rgbgen lightingDiffuse
        }
-}
\ No newline at end of file
+}
+
+vehicles/tracercore
+{
+       surfaceparm nonsolid
+       surfaceparm nolightmap
+       deformVertexes autosprite
+       {
+               map models/vehicles/tracercore.tga
+               blendfunc add
+               rgbGen lightingDiffuse
+       }
+}
+
+vehicles/tracertrail
+{
+       surfaceparm nonsolid
+       surfaceparm nolightmap
+       cull none
+       deformVertexes autosprite2
+       {
+               map models/vehicles/tracertrail.tga
+               blendfunc GL_SRC_ALPHA GL_ONE
+               rgbGen lightingDiffuse
+       }
+}