I remember reading a while back that there was a way of tweaking the distance at which objects dissapear on your screen beyond what blizzard lets us do. Ie on this screenshot I want the whole terrain of nagrand drawn, not faded, as my computer is suppose to handle it. http://i11.tinypic.com/54ed7rk.jpg
I remember the solution being dumped in a ui of some sort.
PS the mod to zoom out so far is ImprovedCamera
It wasn't oTweaks, was it? (Which may be on wowace; Haste's site doesn't have much right now)
Most of these kinds of addons just tweak a CVar, so you could enter wow, set max terrain distance, exit wow, then open config.wtf and change it to a larger value.
You can't really change the max draw distance anymore than the UI allows.
I have a friend who's actually changed using it a custom program to values beyond the actual game allows but runs into the issue the fog doesn't change beyond what its set to normally for the max amount (if you set the max draw distance really small it does change though) and the only thing you actually notice is the low res terrain that gets drawn is pushed back further (which creates gaps because the actual terrain loaded in memory isn't far enough to reach to where the low res terrain starts).
Double-check that because I'm pretty sure that you're addressing something other than what was asked in the OP (which contains a link to a mod that modifies the variable that you posted)
I have used an addon to describe what you are looking for, called "ImprovedCamera." It increases the maximum viewing distance from "30" to "50" in whatever arbitrary units Blizzard uses.
Read the post again, he already mentioned the addon improvedcamera. He doesn't want an addon to increase camera range, he wants an addon to increase the fog of war distance.
The CVar you're tweaking is "farclip" and can be set from 177 to 777 by the user interface options, but cannot be manually adjusted with /console SET beyond those values, UNLIKE, say, "cameraDistanceMaxFactor" which can be adjusted well beyond the values available to the slider in the settings panel and controls the zoom distance. I'd bet that you'd have to use (like Cryect mentioned) a not-okay 3rd party tool to force the WoW executable to accept values higher than 777, in which case you get terrain being viewable at a distance higher than that which the client will load the geometry/textures.
'War' is too small a word for what I'm fighting. Like a candle in front of the whole burning Sun. Now, I am not going to die today. I have other projects, and other options.
The CVar you're tweaking is "farclip" and can be set from 177 to 777 by the user interface options, but cannot be manually adjusted with /console SET beyond those values, UNLIKE, say, "cameraDistanceMaxFactor" which can be adjusted well beyond the values available to the slider in the settings panel and controls the zoom distance. I'd bet that you'd have to use (like Cryect mentioned) a not-okay 3rd party tool to force the WoW executable to accept values higher than 777, in which case you get terrain being viewable at a distance higher than that which the client will load the geometry/textures.
Yeah I ended up spending an hour or so tweaking the various camera related settings and by editing the said variable I found out that it bugs out past 777. Ie I was able to create artifacts past which I could not move, make terrain dissapear, see through walls and other naughty stuff. None of it was useful to my original purpose, though.