WoW:CVar M2Faster: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
{{cvar}}
{{cvar}}Its recommended by Blizzard Technical Support that you do NOT change this setting from its default unless you've been instructed to do so by a Blizzard Tech Support rep. Changing this setting can make WoW do funny things, and can bog down your system while you're playing WoW.
Its recommended by Blizzard Technical Support that you do NOT change this setting from its default unless you've been instructed to do so by a Blizzard Tech Support rep. Changing this setting can make WoW do funny things, and can bog down your system while you're playing WoW.


From [[patch 1.11]] patchnotes:
From [[patch 1.11]] patchnotes:


Optimization code known as "M2Faster" is now enabled by default. M2Faster can improve performance in crowded scenes when "Vertex Animation Shaders" is turned on. This function can be turned off by setting M2Faster to "0" in the config.wtf.  
Optimization code known as "M2Faster" is now enabled by default. M2Faster can improve performance in crowded scenes when "Vertex Animation Shaders" is turned on. This function can be turned off by setting M2Faster to "0" in the config.wtf.


* Reduces the unique number of vertex shader permutations that we will choose to use in rendering  
* Reduces the unique number of vertex shader permutations that we will choose to use in rendering


* Sorts the drawing of items in the scene a little differently to reduce the number of times we re-program the vertex shader hardware.
* Sorts the drawing of items in the scene a little differently to reduce the number of times we re-program the vertex shader hardware.




;value :Integer value between 0 and 3
;value
:Integer value between 0 and 3


Default:
Default:
  SET M2Faster "1"
  SET M2Faster "1"
[http://forum.warmane.com/showthread.php?t=60818 M2Faster option]
[[Category:Console variables|m2Faster]]
[[Category:Console variables|m2Faster]]

Revision as of 18:17, 24 January 2019

Console variables < M2FasterIts recommended by Blizzard Technical Support that you do NOT change this setting from its default unless you've been instructed to do so by a Blizzard Tech Support rep. Changing this setting can make WoW do funny things, and can bog down your system while you're playing WoW.

From patch 1.11 patchnotes:

Optimization code known as "M2Faster" is now enabled by default. M2Faster can improve performance in crowded scenes when "Vertex Animation Shaders" is turned on. This function can be turned off by setting M2Faster to "0" in the config.wtf.

  • Reduces the unique number of vertex shader permutations that we will choose to use in rendering
  • Sorts the drawing of items in the scene a little differently to reduce the number of times we re-program the vertex shader hardware.


value
Integer value between 0 and 3

Default:

SET M2Faster "1"

M2Faster option