WoW:CVar M2Faster: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
(Remove link to a private server forum thread, which did not even provide any kind of verified information)
Line 15: Line 15:
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 17:23, 20 April 2020

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"