diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2016-12-29 11:11:15 +0100 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2016-12-29 11:11:15 +0100 |
commit | 29c12e0f67a987cc6018a9e73c9767ceaf446e3b (patch) | |
tree | 9a1f33dd6e6a3212490d9494c1c42c40bcbfdd6b /scripts | |
parent | eca72e2a434d5132f9b76d2ec0b7507305b97375 (diff) | |
parent | 0c91ee30bf8bdf0a89bf5eb4638dd12cfce37f4b (diff) |
Merge remote-tracking branch 'origin/maejong'
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/analmango.shader | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/scripts/analmango.shader b/scripts/analmango.shader index 3cd904b..26ce23a 100644 --- a/scripts/analmango.shader +++ b/scripts/analmango.shader @@ -265,6 +265,78 @@ textures/analmango/euclid_map } } +models/mapobjects/analmango/plant_ivy +{ + surfaceparm alphashadow + surfaceparm nonsolid + surfaceparm nomarks + cull disable + { + map models/mapobjects/analmango/plant_ivy_w.jpg + alphafunc GE128 + rgbGen vertex + } + { + map models/mapobjects/analmango/plant_ivy.tga + blendFunc filter + depthFunc equal + } +} + +models/mapobjects/analmango/plant_palm +{ + surfaceparm alphashadow + surfaceparm nonsolid + surfaceparm nomarks + cull disable + { + map models/mapobjects/analmango/plant_palm_w.jpg + alphafunc GE128 + rgbGen vertex + } + { + map models/mapobjects/analmango/plant_palm.tga + blendFunc filter + depthFunc equal + } +} + +models/mapobjects/analmango/plant_trop_shrub +{ + surfaceparm alphashadow + surfaceparm nonsolid + surfaceparm nomarks + cull disable + { + map models/mapobjects/analmango/plant_trop_shrub_w.jpg + alphafunc GE128 + rgbGen vertex + } + { + map models/mapobjects/analmango/plant_trop_shrub.tga + blendFunc filter + depthFunc equal + } +} + +models/mapobjects/analmango/plant_trop_shrub2 +{ + surfaceparm alphashadow + surfaceparm nonsolid + surfaceparm nomarks + cull disable + { + map models/mapobjects/analmango/plant_trop_shrub2_w.jpg + alphafunc GE128 + rgbGen vertex + } + { + map models/mapobjects/analmango/plant_trop_shrub2.tga + blendFunc filter + depthFunc equal + } +} + //Figure this shit out - Needs a nice texture I think //Works perfectly fine, but couldn't get to tweak it properly myself //Texture needs alpha channel & 90-100%-ish transparency @@ -289,3 +361,4 @@ textures/analmango/mirrorfloor rgbGen const ( 0.6 0.6 0.64 ) } } + |