From: MirceaKitsune Date: Sun, 12 Sep 2010 13:36:16 +0000 (+0300) Subject: Fix a missing texture on Stormkeep2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b2ca2119fd62d7a1c923a2b34e31f98df104665a;p=voretournament%2Fvoretournament.git Fix a missing texture on Stormkeep2 --- diff --git a/data/scripts/stormkeep.shader b/data/scripts/stormkeep.shader index fc2ddcb8..a52a0635 100644 --- a/data/scripts/stormkeep.shader +++ b/data/scripts/stormkeep.shader @@ -12,10 +12,10 @@ textures/stormkeep/eX_light_u201 textures/stormkeep/rlight { - qer_EditorImage textures/aggressor/rlight.tga + qer_EditorImage textures/stormkeep/rlight.tga q3map_surfacelight 4500 { - map textures/aggressor/rlight + map textures/stormkeep/rlight } { map $lightmap diff --git a/data/textures/stormkeep/rlight.tga b/data/textures/stormkeep/rlight.tga new file mode 100644 index 00000000..58f5cb0d Binary files /dev/null and b/data/textures/stormkeep/rlight.tga differ diff --git a/data/textures/stormkeep/rlight_gloss.tga b/data/textures/stormkeep/rlight_gloss.tga new file mode 100644 index 00000000..fbad623a Binary files /dev/null and b/data/textures/stormkeep/rlight_gloss.tga differ diff --git a/data/textures/stormkeep/rlight_glow.tga b/data/textures/stormkeep/rlight_glow.tga new file mode 100644 index 00000000..73ca5348 Binary files /dev/null and b/data/textures/stormkeep/rlight_glow.tga differ diff --git a/data/textures/stormkeep/rlight_norm.tga b/data/textures/stormkeep/rlight_norm.tga new file mode 100644 index 00000000..1a173298 Binary files /dev/null and b/data/textures/stormkeep/rlight_norm.tga differ