WoW:CVar gxVSync: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created)
 
m (Move page script moved page CVar gxVSync to CVar gxVSync without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
{{cvar}}
 
This cvar determines whether Vertical Sync is enabled or disabled.  Vertical Sync caps your FPS at your monitor's refresh rate.  See [[CVar_gxRefresh]] for more information on refresh rates.
This cvar determines whether Vertical Sync is enabled or disabled.  Vertical Sync caps your FPS at your monitor's refresh rate.  See [[CVar_gxRefresh]] for more information on refresh rates.


Line 26: Line 25:


== Patches ==
== Patches ==
*{{Patch 4.0|note=Setting 2 added to the game engine, mostly for use with DX11}}
*{{Patch 4.0.3|note=Setting 2 added to the game engine, mostly for use with DX11}}
[[Category:Console variables|gxVSync]]
[[Category:Console variables|gxVSync]]

Latest revision as of 04:48, 15 August 2023

Console variables < gxVSync

This cvar determines whether Vertical Sync is enabled or disabled. Vertical Sync caps your FPS at your monitor's refresh rate. See CVar_gxRefresh for more information on refresh rates.

Default Setting[edit]

1

Possible Settings[edit]

0
Disabled
1
Enabled
2
Enabled - caps fps at half the refresh rate

Changing this setting[edit]

In-game, go into the Graphics Setting screen Hit Esc, click on the Video tab, Check Enable Vertical Sync.

Or

In-game, type the following

/console gxVSync setting

Or

You can exit wow, open the Config.wtf file, and add the following line:

SET gxVSync setting

Patches[edit]