Posted on: 08-29-2012 - Updated on: 08-30-2012 - viewed 5375 times
Description:
In case you are fishing or maybe in some zones the water makes your FPS lag, instead of maneuvering through all the menus and options in the graphics menu, you can make a macro like this.
This water graphics detail macro will toggle between high and low quality liquid graphics details.
/run local c="waterdetail" SetCVar(c,GetCVar(c) == "1" and 0 or 1)