diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/analmango.shader | 99 |
1 files changed, 74 insertions, 25 deletions
diff --git a/scripts/analmango.shader b/scripts/analmango.shader index b106898..56b50dd 100644 --- a/scripts/analmango.shader +++ b/scripts/analmango.shader @@ -102,9 +102,9 @@ textures/analmango/dretchpwner } } -textures/analmango/grate_slick +textures/analmango/e6bsegrtflr256_slick { - qer_editorimage textures/common/slick.tga + qer_editorimage textures/analmango/e6bsegrtflr256_slick.jpg surfaceparm alphashadow surfaceparm trans surfaceparm nomarks @@ -170,6 +170,7 @@ textures/analmango/redlight_2K5_nonsolid textures/analmango/sausage { + surfaceparm nolightmap surfaceparm nonsolid surfaceparm trans polygonOffset @@ -255,6 +256,7 @@ textures/analmango/euclid_floor_2 textures/analmango/euclid_map { + surfaceparm nolightmap surfaceparm nonsolid surfaceparm trans polygonOffset @@ -276,10 +278,6 @@ textures/analmango/plant_ivy alphafunc GE128 rgbGen vertex } - { - blendFunc filter - depthFunc equal - } } models/mapobjects/analmango/plant_trop @@ -293,10 +291,6 @@ models/mapobjects/analmango/plant_trop alphafunc GE128 rgbGen vertex } - { - blendFunc filter - depthFunc equal - } } models/mapobjects/analmango/plant_trop_shrub @@ -310,10 +304,6 @@ models/mapobjects/analmango/plant_trop_shrub alphafunc GE128 rgbGen vertex } - { - blendFunc filter - depthFunc equal - } } models/mapobjects/analmango/plant_trop_shrub2 @@ -327,10 +317,6 @@ models/mapobjects/analmango/plant_trop_shrub2 alphafunc GE128 rgbGen vertex } - { - blendFunc filter - depthFunc equal - } } //Figure this shit out - Needs a nice texture I think @@ -358,19 +344,82 @@ textures/analmango/mirrorfloor } } -textures/analmango/lava +textures/analmango/dretchpwner_closed { + surfaceparm nolightmap + surfaceparm nonsolid surfaceparm trans + polygonOffset + + { + map textures/analmango/dretchpwner_closed.jpg + blendFunc filter + } +} + +textures/analmango/dretchpwner_wait +{ surfaceparm nolightmap surfaceparm nonsolid - surfaceparm lava - surfaceparm nomarks - surfaceparm noimpact - q3map_surfaceLight 5000 - q3map_lightImage common/ladder.tga + surfaceparm trans + polygonOffset { - map textures/analmango/lava.jpg + map textures/analmango/dretchpwner_wait.jpg + blendFunc add + } +} + +textures/analmango/wtf_5_cd +{ + surfaceparm trans + cull none + + { + map textures/analmango/wtf_5_cd.tga + alphaFunc GE128 + depthWrite + } + { + map $lightmap + blendFunc filter + depthFunc equal + } +} + +textures/analmango/wtf_5_cd_nonsolid +{ + qer_editorimage textures/analmango/wtf_5_cd.tga + surfaceparm trans + surfaceparm nonsolid + cull none + + { + map textures/analmango/wtf_5_cd.tga + alphaFunc GE128 + depthWrite + } + { + map $lightmap + blendFunc filter + depthFunc equal + } +} + +models/mapobjects/analmango/railing_lamp +{ + q3map_surfaceLight 2500 + q3map_lightImage models/mapobjects/analmango/railing_lamp_glow.jpg + + { + map models/mapobjects/analmango/railing_lamp.jpg + } + { + map $lightmap + blendFunc filter + } + { + map models/mapobjects/analmango/railing_lamp_glow.jpg } } |