PDA

View Full Version : Console Commands and Graphics Settings



Vicker
12-09-2008, 08:14 AM
Are there console commands to reduce the graphics settings below what the UI sliders allow?

I know before WotLK came out a bunch of my friends used some console commands to jack the graphics settings up higher than normally allowed so that grass and trees and stuff would render from further away. I'm wondering if the reverse is possible, for the purpose of increasing the performance of my followers.

olipcs
12-09-2008, 08:46 AM
Don't know if this let you set anythging below the sliders, but maybe this is what you looking for:
http://www.dual-boxing.com/wiki/index.php/Macro:Graphics_Settings

or for all possible settings:
http://www.wowwiki.com/Console_variables#Graphics

Sam DeathWalker
12-10-2008, 01:46 AM
I guess you can try setting everything to zero as some items seem to start at zero ...

The clip plane is ususally the most important way to increase fps but you lose a lot of seeing far.

i would try this one first:

CVar_farclipoverride


Also maybe the bit depths and resolutions might same some computing power but I think with 32 bit systems its always to 32 bit percision but I am not sure:

gxColorBits - Color bits

gxDepthBits

And this one for sure:

gxMultisample

There seems a lot of good stuff to try:

horizonfarclip - Set draw distance for the horizon (terrain). When larger than farclip, will show 'shadows' of terrain in the distance.


Maybe someone could really up frame rates but using these commands.

Vicker
12-10-2008, 02:37 AM
I guess you can try setting everything to zero as some items seem to start at zero ...

The clip plane is ususally the most important way to increase fps but you lose a lot of seeing far.

i would try this one first:

CVar_farclipoverride


Also maybe the bit depths and resolutions might same some computing power but I think with 32 bit systems its always to 32 bit percision but I am not sure:

gxColorBits - Color bits

gxDepthBits

And this one for sure:

gxMultisample

There seems a lot of good stuff to try:

horizonfarclip - Set draw distance for the horizon (terrain). When larger than farclip, will show 'shadows' of terrain in the distance.


Maybe someone could really up frame rates but using these commands.

No.

For some settings a value of 0 activates the feature, meaning that by making it 0 you're actually increasing the graphics level. Most of the non-toggle settings have a minimum allowable value, which is usually higher than 0. By putting in a value of 0, your command is ignored. In the end, putting in 0 for everything will likely result in a higher graphics load, because most of the 0s will be ignored and the ones that are not ignored actually increase the graphics load significantly.

Vicker
12-10-2008, 02:38 AM
Don't know if this let you set anythging below the sliders, but maybe this is what you looking for:
http://www.dual-boxing.com/wiki/index.php/Macro:Graphics_Settings

or for all possible settings:
http://www.wowwiki.com/Console_variables#Graphics

Thanks! I'll try this tonight.