Navigation menu

WoW:CVar timingMethod: Difference between revisions

Jump to navigation Jump to search
no edit summary
mNo edit summary
No edit summary
Line 1: Line 1:
{{Stub/API}}
Internal timing mechanism for the game engine.
{{cvar}}
 
0 - Default value<br />
1 - Low resolution timer for single core CPUs and multicore CPUs that can't sync up. Updates ~64 times a second.<br />
2 - High resolution timer for multicore CPUs that can sync up. Theoretically updates somewhere above 1000 times a second.
 
When the game starts up without this variable or if timingMethod is set to 0, it checks to see if your processor cores can all work at the same speed. If it passes, it gets a 2. If it fails, it gets a 1. It's best to not edit this cvar due to the following:
 
If you force the game to use 1 but you have a multicore system and the cores sync up, you'll be using a lower resolution timer of around 64 times a second. The game won't run as well if you're capable of more.
 
If you force the game to use 2 but your multicore system do not have cores that can sync up, you will experience significant timing issues like your cooldown timers and the actual spell cooldown being way off, or spell/projectile speed issues.
 
 
 
Blizzard says[http://forums.wow-europe.com/thread.html;jsessionid=FD0CB4D5DBDA0BC734B5D9C509F45AAB.app09_01?topicId=36613802&sid=1]:
Blizzard says[http://forums.wow-europe.com/thread.html;jsessionid=FD0CB4D5DBDA0BC734B5D9C509F45AAB.app09_01?topicId=36613802&sid=1]:


Anonymous user