WoW:CVar baseMip: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with "This console, sets for the quality of overall game. If u put SET basemip "0", it will put better quality and increase fps, incase  you dont like, and have a really bad compu...")
 
mNo edit summary
Line 1: Line 1:
This console, sets for the quality of overall game.
{{cvar}}
This console variable affects the texture quality of the overall game.


If u put SET basemip "0", it will put better quality and increase fps, incase  you dont like, and have a really bad computer put SET basemip "1", but fps will not change!
If you 'SET basemip "0"' it will provide better quality set of texture 'mipmaps'. Otherwise if  you have a really bad computer, put 'SET basemip "1". Changing this value may not always affect actual frame rate ([[FPS]]) as you would expect.
 
== Usage ==
baseMip - The level of texture resolution rendered by the client (number)
:0 - Highest quality texture resolution
:1 - Lower texture resolution
:...

Revision as of 22:37, 22 November 2013

Console variables < baseMip

This console variable affects the texture quality of the overall game.

If you 'SET basemip "0"' it will provide better quality set of texture 'mipmaps'. Otherwise if you have a really bad computer, put 'SET basemip "1". Changing this value may not always affect actual frame rate (FPS) as you would expect.

Usage

baseMip - The level of texture resolution rendered by the client (number)

0 - Highest quality texture resolution
1 - Lower texture resolution
...