]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - scripts/vehicles.shader
Add back chase toggle
[xonotic/xonotic-data.pk3dir.git] / scripts / vehicles.shader
index 9ef9f1940ffbbf425084bc5017c2e08b9eee2581..2d4d606752fc7f79cb8b72a068b62368a9cbc68e 100644 (file)
@@ -21,4 +21,28 @@ cockpit
                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
+       }
+}
+