From 1baae63e6d84a5a6125fa00b29c219c73e02e927 Mon Sep 17 00:00:00 2001 From: PlasmaSheep Date: Fri, 3 Sep 2010 19:50:02 -0700 Subject: [PATCH] Updated shader file --- scripts/lsp.shader | 84 +++++++++++++++++- textures/lsp/{ => ctf}/ctf_bluebanner.tga | Bin .../lsp/{ => ctf}/ctf_bluebanner_gloss.tga | Bin .../lsp/{ => ctf}/ctf_bluebanner_glow.tga | Bin .../lsp/{ => ctf}/ctf_bluebanner_norm.tga | Bin textures/lsp/{ => ctf}/ctf_bluelogo.tga | Bin textures/lsp/{ => ctf}/ctf_bluelogo_gloss.tga | Bin textures/lsp/{ => ctf}/ctf_bluelogo_glow.tga | Bin textures/lsp/{ => ctf}/ctf_bluelogo_norm.tga | Bin textures/lsp/{ => ctf}/ctf_redbanner.tga | Bin .../lsp/{ => ctf}/ctf_redbanner_gloss.tga | Bin textures/lsp/{ => ctf}/ctf_redbanner_glow.tga | Bin textures/lsp/{ => ctf}/ctf_redbanner_norm.tga | Bin textures/lsp/{ => ctf}/ctf_redlogo.tga | Bin textures/lsp/{ => ctf}/ctf_redlogo_gloss.tga | Bin textures/lsp/{ => ctf}/ctf_redlogo_glow.tga | Bin textures/lsp/{ => ctf}/ctf_redlogo_norm.tga | Bin 17 files changed, 82 insertions(+), 2 deletions(-) rename textures/lsp/{ => ctf}/ctf_bluebanner.tga (100%) rename textures/lsp/{ => ctf}/ctf_bluebanner_gloss.tga (100%) rename textures/lsp/{ => ctf}/ctf_bluebanner_glow.tga (100%) rename textures/lsp/{ => ctf}/ctf_bluebanner_norm.tga (100%) rename textures/lsp/{ => ctf}/ctf_bluelogo.tga (100%) rename textures/lsp/{ => ctf}/ctf_bluelogo_gloss.tga (100%) rename textures/lsp/{ => ctf}/ctf_bluelogo_glow.tga (100%) rename textures/lsp/{ => ctf}/ctf_bluelogo_norm.tga (100%) rename textures/lsp/{ => ctf}/ctf_redbanner.tga (100%) rename textures/lsp/{ => ctf}/ctf_redbanner_gloss.tga (100%) rename textures/lsp/{ => ctf}/ctf_redbanner_glow.tga (100%) rename textures/lsp/{ => ctf}/ctf_redbanner_norm.tga (100%) rename textures/lsp/{ => ctf}/ctf_redlogo.tga (100%) rename textures/lsp/{ => ctf}/ctf_redlogo_gloss.tga (100%) rename textures/lsp/{ => ctf}/ctf_redlogo_glow.tga (100%) rename textures/lsp/{ => ctf}/ctf_redlogo_norm.tga (100%) diff --git a/scripts/lsp.shader b/scripts/lsp.shader index 4fe6dac9..74348d67 100644 --- a/scripts/lsp.shader +++ b/scripts/lsp.shader @@ -1,11 +1,11 @@ textures/lsp/distort_glass { // Thanks to Micrea Kitsune/Taoki for this one - qer_editorimage textures/red_planet/distort_glass.tga + qer_editorimage textures/lsp/distort_glass.tga surfaceparm trans q3map_bounceScale 0.75 { - map textures/red_planet/distort_glass.tga + map textures/lsp/distort_glass.tga blendfunc blend } { @@ -16,3 +16,83 @@ textures/lsp/distort_glass } dp_water 0.1 0.8 3 3 1 1 1 1 1 1 0.125 } + +textures/lsp/ctf-redlogo +{ + qer_editorimage textures/lsp/ctf/redlogo.tga + + q3map_bounceScale 1.25 + + + { + textures/lsp/ctf/redlogo.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} + +textures/lsp/ctf-bluelogo +{ + qer_editorimage textures/lsp/ctf/bluelogo.tga + + q3map_bounceScale 1.25 + + + { + textures/lsp/ctf/bluelogo.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} + +textures/lsp/ctf-redbanner +{ + qer_editorimage textures/lsp/ctf/redbanner.tga + + q3map_bounceScale 1.25 + + + { + textures/lsp/ctf/redbanner.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} + +textures/lsp/ctf-bluebanner +{ + qer_editorimage textures/lsp/ctf/bluebanner.tga + + q3map_bounceScale 1.25 + + + { + textures/lsp/ctf/bluebanner.tga + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} diff --git a/textures/lsp/ctf_bluebanner.tga b/textures/lsp/ctf/ctf_bluebanner.tga similarity index 100% rename from textures/lsp/ctf_bluebanner.tga rename to textures/lsp/ctf/ctf_bluebanner.tga diff --git a/textures/lsp/ctf_bluebanner_gloss.tga b/textures/lsp/ctf/ctf_bluebanner_gloss.tga similarity index 100% rename from textures/lsp/ctf_bluebanner_gloss.tga rename to textures/lsp/ctf/ctf_bluebanner_gloss.tga diff --git a/textures/lsp/ctf_bluebanner_glow.tga b/textures/lsp/ctf/ctf_bluebanner_glow.tga similarity index 100% rename from textures/lsp/ctf_bluebanner_glow.tga rename to textures/lsp/ctf/ctf_bluebanner_glow.tga diff --git a/textures/lsp/ctf_bluebanner_norm.tga b/textures/lsp/ctf/ctf_bluebanner_norm.tga similarity index 100% rename from textures/lsp/ctf_bluebanner_norm.tga rename to textures/lsp/ctf/ctf_bluebanner_norm.tga diff --git a/textures/lsp/ctf_bluelogo.tga b/textures/lsp/ctf/ctf_bluelogo.tga similarity index 100% rename from textures/lsp/ctf_bluelogo.tga rename to textures/lsp/ctf/ctf_bluelogo.tga diff --git a/textures/lsp/ctf_bluelogo_gloss.tga b/textures/lsp/ctf/ctf_bluelogo_gloss.tga similarity index 100% rename from textures/lsp/ctf_bluelogo_gloss.tga rename to textures/lsp/ctf/ctf_bluelogo_gloss.tga diff --git a/textures/lsp/ctf_bluelogo_glow.tga b/textures/lsp/ctf/ctf_bluelogo_glow.tga similarity index 100% rename from textures/lsp/ctf_bluelogo_glow.tga rename to textures/lsp/ctf/ctf_bluelogo_glow.tga diff --git a/textures/lsp/ctf_bluelogo_norm.tga b/textures/lsp/ctf/ctf_bluelogo_norm.tga similarity index 100% rename from textures/lsp/ctf_bluelogo_norm.tga rename to textures/lsp/ctf/ctf_bluelogo_norm.tga diff --git a/textures/lsp/ctf_redbanner.tga b/textures/lsp/ctf/ctf_redbanner.tga similarity index 100% rename from textures/lsp/ctf_redbanner.tga rename to textures/lsp/ctf/ctf_redbanner.tga diff --git a/textures/lsp/ctf_redbanner_gloss.tga b/textures/lsp/ctf/ctf_redbanner_gloss.tga similarity index 100% rename from textures/lsp/ctf_redbanner_gloss.tga rename to textures/lsp/ctf/ctf_redbanner_gloss.tga diff --git a/textures/lsp/ctf_redbanner_glow.tga b/textures/lsp/ctf/ctf_redbanner_glow.tga similarity index 100% rename from textures/lsp/ctf_redbanner_glow.tga rename to textures/lsp/ctf/ctf_redbanner_glow.tga diff --git a/textures/lsp/ctf_redbanner_norm.tga b/textures/lsp/ctf/ctf_redbanner_norm.tga similarity index 100% rename from textures/lsp/ctf_redbanner_norm.tga rename to textures/lsp/ctf/ctf_redbanner_norm.tga diff --git a/textures/lsp/ctf_redlogo.tga b/textures/lsp/ctf/ctf_redlogo.tga similarity index 100% rename from textures/lsp/ctf_redlogo.tga rename to textures/lsp/ctf/ctf_redlogo.tga diff --git a/textures/lsp/ctf_redlogo_gloss.tga b/textures/lsp/ctf/ctf_redlogo_gloss.tga similarity index 100% rename from textures/lsp/ctf_redlogo_gloss.tga rename to textures/lsp/ctf/ctf_redlogo_gloss.tga diff --git a/textures/lsp/ctf_redlogo_glow.tga b/textures/lsp/ctf/ctf_redlogo_glow.tga similarity index 100% rename from textures/lsp/ctf_redlogo_glow.tga rename to textures/lsp/ctf/ctf_redlogo_glow.tga diff --git a/textures/lsp/ctf_redlogo_norm.tga b/textures/lsp/ctf/ctf_redlogo_norm.tga similarity index 100% rename from textures/lsp/ctf_redlogo_norm.tga rename to textures/lsp/ctf/ctf_redlogo_norm.tga -- 2.39.2