diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/analmango.shader | 157 |
1 files changed, 151 insertions, 6 deletions
diff --git a/scripts/analmango.shader b/scripts/analmango.shader index e5082d2..6daadb9 100644 --- a/scripts/analmango.shader +++ b/scripts/analmango.shader @@ -171,6 +171,7 @@ textures/analmango/redlight_2K5_nonsolid textures/analmango/sausage { surfaceparm nonsolid + surfaceparm trans polygonOffset { @@ -179,17 +180,162 @@ textures/analmango/sausage } } -textures/analmango/euclid +textures/analmango/euclid_floor { - surfaceparm nolightmap - surfaceparm ladder - q3map_surfacelight 500 + { + map textures/analmango/euclid_floor.jpg + tcMod scroll 0.1 0.06 + } + { + map $lightmap + blendFunc filter + } +} + +textures/analmango/euclid_floor_static +{ + qer_editorimage textures/analmango/euclid_floor.jpg + + { + map textures/analmango/euclid_floor.jpg + } + { + map $lightmap + blendFunc filter + } +} + + +textures/analmango/euclid_wall +{ + { + map textures/analmango/euclid_wall.jpg + } + { + map $lightmap + blendFunc filter + } +} + +textures/analmango/euclid_wall_oneway +{ + surfaceparm trans + + { + map textures/analmango/euclid_wall.jpg + } + { + map $lightmap + blendFunc filter + } +} + +textures/analmango/euclid_wall_2 +{ + { + map textures/analmango/euclid_wall_2.jpg + tcMod scroll -0.3 0 + } + { + map $lightmap + blendFunc filter + } +} + +textures/analmango/euclid_floor_2 +{ + { + map textures/analmango/euclid_floor_2.jpg + } + { + map $lightmap + blendFunc filter + } +} + +textures/analmango/euclid_map +{ + surfaceparm nonsolid + surfaceparm trans + polygonOffset + + { + map textures/analmango/euclid_map.jpg + blendFunc filter + } +} + +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 textures/analmango/euclid.jpg + 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 @@ -215,4 +361,3 @@ textures/analmango/mirrorfloor rgbGen const ( 0.6 0.6 0.64 ) } } - |