diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2016-12-30 18:40:51 +0100 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2016-12-30 18:40:51 +0100 |
commit | bc146e03e5e8d882391c1c2fa9d40783ada9554e (patch) | |
tree | 23c4b7571ea577781c6c23ce4ed155cd51acb2b1 /scripts/analmango.shader | |
parent | 1e6162910b5d6928803ae01ff0af30446d0edc93 (diff) |
Add the ATCS bunker to p7. WTF performance problems.
Diffstat (limited to 'scripts/analmango.shader')
-rw-r--r-- | scripts/analmango.shader | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/scripts/analmango.shader b/scripts/analmango.shader index 174b757..93c679d 100644 --- a/scripts/analmango.shader +++ b/scripts/analmango.shader @@ -277,8 +277,8 @@ textures/analmango/plant_ivy rgbGen vertex } { + // NO BLENDFUNC HERE YOU NIGGER map textures/analmango/plant_ivy.jpg - blendFunc filter depthFunc equal } } @@ -296,7 +296,6 @@ models/mapobjects/analmango/plant_trop } { map models/mapobjects/analmango/plant_trop.jpg - blendFunc filter depthFunc equal } } @@ -314,7 +313,6 @@ models/mapobjects/analmango/plant_trop_shrub } { map models/mapobjects/analmango/plant_trop_shrub.jpg - blendFunc filter depthFunc equal } } @@ -332,7 +330,6 @@ models/mapobjects/analmango/plant_trop_shrub2 } { map models/mapobjects/analmango/plant_trop_shrub2.jpg - blendFunc filter depthFunc equal } } @@ -362,3 +359,18 @@ 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 + } +} |