]> git.rm.cloudns.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
more textures to be used in aurora
authorDebugger <pyngot@hotmail.com>
Tue, 27 Aug 2013 18:18:48 +0000 (20:18 +0200)
committerDebugger <pyngot@hotmail.com>
Sat, 26 Jul 2014 11:11:39 +0000 (13:11 +0200)
scripts/map_aurora.shader
textures/map_aurora/pipe1_blue.tga [new file with mode: 0644]
textures/map_aurora/pipe1_blue_glow.tga [new file with mode: 0644]
textures/map_aurora/pipe1_red.tga [new file with mode: 0644]
textures/map_aurora/pipe1_red_glow.tga [new file with mode: 0644]

index 822848bfe4328c5705dc12370f4038b556a06b23..19edd3343948296a8383f8f31cbee380bda7f9c0 100644 (file)
@@ -25,3 +25,33 @@ textures/map_aurora/northern_lights
                tcGen lightmap
     }
 }
+
+textures/map_aurora/pipe1_blue
+{
+       qer_editorimage textures/map_aurora/pipe1_blue.tga
+       surfaceparm noimpact
+       surfaceparm trans
+       cull disable
+       Q3map_TessSize 128
+       q3map_surfacelight 1000
+       q3map_lightSubdivide 64
+       {
+               map textures/map_aurora/pipe1_blue.tga
+               blendfunc GL_SRC_ALPHA GL_ONE
+       }
+}
+
+textures/map_aurora/pipe1_red
+{
+       qer_editorimage textures/map_aurora/pipe1_red.tga
+       surfaceparm noimpact
+       surfaceparm trans
+       cull disable
+       Q3map_TessSize 128
+       q3map_surfacelight 1000
+       q3map_lightSubdivide 64
+       {
+               map textures/map_aurora/pipe1_red.tga
+               blendfunc GL_SRC_ALPHA GL_ONE
+       }
+}
\ No newline at end of file
diff --git a/textures/map_aurora/pipe1_blue.tga b/textures/map_aurora/pipe1_blue.tga
new file mode 100644 (file)
index 0000000..e9ee65c
Binary files /dev/null and b/textures/map_aurora/pipe1_blue.tga differ
diff --git a/textures/map_aurora/pipe1_blue_glow.tga b/textures/map_aurora/pipe1_blue_glow.tga
new file mode 100644 (file)
index 0000000..80d4c09
Binary files /dev/null and b/textures/map_aurora/pipe1_blue_glow.tga differ
diff --git a/textures/map_aurora/pipe1_red.tga b/textures/map_aurora/pipe1_red.tga
new file mode 100644 (file)
index 0000000..440e216
Binary files /dev/null and b/textures/map_aurora/pipe1_red.tga differ
diff --git a/textures/map_aurora/pipe1_red_glow.tga b/textures/map_aurora/pipe1_red_glow.tga
new file mode 100644 (file)
index 0000000..d534aa7
Binary files /dev/null and b/textures/map_aurora/pipe1_red_glow.tga differ