From 734b6c613b6d8b1293eb625aff7e5c4fb48aae42 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Wed, 28 Dec 2016 18:25:15 +0100 Subject: Redo euclid (again). TODO: soundscape. --- scripts/analmango.shader | 115 +++++++++++------------------------------------ 1 file changed, 27 insertions(+), 88 deletions(-) (limited to 'scripts') diff --git a/scripts/analmango.shader b/scripts/analmango.shader index 55df29d..221723d 100644 --- a/scripts/analmango.shader +++ b/scripts/analmango.shader @@ -180,91 +180,62 @@ textures/analmango/sausage } } -textures/analmango/euclid +textures/analmango/euclid_floor { - surfaceparm nolightmap - surfaceparm ladder - q3map_surfacelight 500 - { - map textures/analmango/euclid.jpg + map textures/analmango/euclid_floor.jpg + tcMod scroll 0.1 0.06 } -} - -textures/analmango/euclid_1 -{ - surfaceparm nolightmap - surfaceparm ladder - q3map_surfacelight 500 - { - map textures/analmango/euclid_1.jpg + map $lightmap + blendFunc filter } } -textures/analmango/euclid_2 +textures/analmango/euclid_wall { - surfaceparm nolightmap - surfaceparm ladder - q3map_surfacelight 500 - { - map textures/analmango/euclid_2.jpg + map textures/analmango/euclid_wall.jpg } -} - -textures/analmango/euclid_3 -{ - surfaceparm nolightmap - surfaceparm ladder - q3map_surfacelight 500 - { - map textures/analmango/euclid_3.jpg + map $lightmap + blendFunc filter } } -textures/analmango/euclid_4 +textures/analmango/euclid_wall_oneway { - surfaceparm nolightmap - surfaceparm ladder - q3map_surfacelight 500 + surfaceparm trans { - map textures/analmango/euclid_4.jpg + map textures/analmango/euclid_wall.jpg } -} - -textures/analmango/euclid_5 -{ - surfaceparm nolightmap - surfaceparm ladder - q3map_surfacelight 500 - { - map textures/analmango/euclid_5.jpg + map $lightmap + blendFunc filter } } -textures/analmango/euclid_6 +textures/analmango/euclid_wall_2 { - surfaceparm nolightmap - surfaceparm ladder - q3map_surfacelight 500 - { - map textures/analmango/euclid_6.jpg + map textures/analmango/euclid_wall_2.jpg + tcMod scroll -0.3 0 + } + { + map $lightmap + blendFunc filter } } -textures/analmango/euclid_7 +textures/analmango/euclid_floor_2 { - surfaceparm nolightmap - surfaceparm ladder - q3map_surfacelight 500 - { - map textures/analmango/euclid_7.jpg + map textures/analmango/euclid_floor_2.jpg + } + { + map $lightmap + blendFunc filter } } @@ -304,35 +275,3 @@ textures/analmango/mirrorfloor rgbGen const ( 0.6 0.6 0.64 ) } } - -textures/analmango/euclid_cement_1_gunky -{ - { - map textures/analmango/euclid_cement_1_gunky.jpg - } - { - map $lightmap - blendFunc filter - tcGen lightmap - } - { - map textures/analmango/euclid_cement_1_gunky_glow.jpg - blendFunc add - } -} - -textures/analmango/euclid_concrete-pit-rows -{ - { - map textures/analmango/euclid_concrete-pit-rows.jpg - } - { - map $lightmap - blendFunc filter - tcGen lightmap - } - { - map textures/analmango/euclid_concrete-pit-rows_glow.jpg - blendFunc add - } -} -- cgit