diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2016-12-28 18:25:15 +0100 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2016-12-28 18:25:15 +0100 |
commit | 734b6c613b6d8b1293eb625aff7e5c4fb48aae42 (patch) | |
tree | f769a7a3cb90c155b710661a72f13b859c68190c /scripts | |
parent | 9493a92415e32b5c0ed529f5f2059b6c7ba65265 (diff) |
Redo euclid (again). TODO: soundscape.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/analmango.shader | 115 |
1 files changed, 27 insertions, 88 deletions
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 - } -} |