From 65171e6253224f9fce2983c44bfdf54bdf6a9409 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Sat, 31 Dec 2016 22:17:24 +0100 Subject: Fix plant textures and get rid of lava. --- scripts/analmango.shader | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'scripts/analmango.shader') diff --git a/scripts/analmango.shader b/scripts/analmango.shader index 74b772f..9b49fb3 100644 --- a/scripts/analmango.shader +++ b/scripts/analmango.shader @@ -278,10 +278,6 @@ textures/analmango/plant_ivy alphafunc GE128 rgbGen vertex } - { - blendFunc filter - depthFunc equal - } } models/mapobjects/analmango/plant_trop @@ -295,10 +291,6 @@ models/mapobjects/analmango/plant_trop alphafunc GE128 rgbGen vertex } - { - blendFunc filter - depthFunc equal - } } models/mapobjects/analmango/plant_trop_shrub @@ -312,10 +304,6 @@ models/mapobjects/analmango/plant_trop_shrub alphafunc GE128 rgbGen vertex } - { - blendFunc filter - depthFunc equal - } } models/mapobjects/analmango/plant_trop_shrub2 @@ -360,22 +348,6 @@ textures/analmango/mirrorfloor } } -textures/analmango/lava -{ - surfaceparm trans - surfaceparm nolightmap - surfaceparm nonsolid - surfaceparm lava - surfaceparm nomarks - surfaceparm noimpact - q3map_surfaceLight 5000 - q3map_lightImage common/ladder.tga - - { - map textures/analmango/lava.jpg - } -} - textures/analmango/dretchpwner_closed { surfaceparm nolightmap -- cgit