summaryrefslogtreecommitdiff
path: root/scripts/analmango.shader
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/analmango.shader')
-rw-r--r--scripts/analmango.shader73
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 )
}
}
+