From: Debugger Date: Tue, 27 Aug 2013 18:18:48 +0000 (+0200) Subject: more textures to be used in aurora X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=22540b2b93c4c6100efce32c5dc8266cb6f0aefa;p=xonotic%2Fxonotic-maps.pk3dir.git more textures to be used in aurora --- diff --git a/scripts/map_aurora.shader b/scripts/map_aurora.shader index 822848bf..19edd334 100644 --- a/scripts/map_aurora.shader +++ b/scripts/map_aurora.shader @@ -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 index 00000000..e9ee65c1 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 index 00000000..80d4c098 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 index 00000000..440e216c 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 index 00000000..d534aa79 Binary files /dev/null and b/textures/map_aurora/pipe1_red_glow.tga differ