Disable reflections

Mutley

Tank
Joined
Sep 7, 2004
Messages
2,696
Reaction score
0
How do I disable reflections on a map? Is this to do with creating the map or a console command I can put in?

I've tried lowering reflections right down in graphics options but it just makes them lower res. I would like them off.

Thanks.
 
reflections? reflections on what?

if you mean the 'shinyness' of materials (not water), then you can try--
mat_specular 0
if you mean reflections like the fancy shader reflectiosn off water, then try--
r_WaterDrawReflection 0

...and if that doesn't do it, I dunno...
btw, most all console commands can be found here:
http://developer.valvesoftware.com/wiki/Console_Command_List
 
Thanks alot, worked and for console com list to. :)
 
Back
Top