WoW:CVar gxTextureCacheSize: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Created) |
||
Line 1: | Line 1: | ||
__NOTOC__ | |||
===This CVar only works with [[CVar gxApi|gxApi]] being set to "d3d9ex" === | |||
This CVar controls how much of your graphics card's onboard memory is allocated to textures in-game. | |||
== | ==Default Setting== | ||
;0 :Allows the client to set the cache size | |||
==Possible Settings== | |||
{{Bluepost | |||
|poster=Datth | |||
|title=Quick Question on Two WTF Settings | |||
|date=01/23/2010 11:05:56 AM EST | |||
|body='''gxTextureCacheSize''' should be set to something under what your graphic card has direct memory access to. If it's a 1 GB card, you should maybe give it something under that, like 800 if you're doing nothing else on the card. If you multitask and you're on Vista or 7, it's best to use a lower number or let the game manage it on its own. | |||
|link=http://forums.worldofwarcraft.com/thread.html?topicId=22748996420&sid=1}} | |||
==Changing this setting== | |||
This [[Console variables|CVar]] requires a game engine restart to go into effect. | |||
In-game, type the following | |||
/console gxTextureCacheSize ''setting'' | |||
Do NOT Alt-F4 out of wow or this CVar will not be applied when you load WoW again. | |||
Alternatively, you can exit wow, open the [[Config.wtf]] file, and add the following line: | |||
SET gxTextureCacheSize ''setting'' | |||
==Patches== | |||
{{Patch 3.3.0|note=Added}} | |||
[[Category:Console variables|gxTextureCacheSize]] | [[Category:Console variables|gxTextureCacheSize]] |
Revision as of 19:17, 27 March 2010
This CVar only works with gxApi being set to "d3d9ex"
This CVar controls how much of your graphics card's onboard memory is allocated to textures in-game.
Default Setting
- 0
- Allows the client to set the cache size
Possible Settings
Quick Question on Two WTF Settings | 2010-01-23 16:05 | <span style="color:#ffac04;">Datth</span>
gxTextureCacheSize should be set to something under what your graphic card has direct memory access to. If it's a 1 GB card, you should maybe give it something under that, like 800 if you're doing nothing else on the card. If you multitask and you're on Vista or 7, it's best to use a lower number or let the game manage it on its own.
Changing this setting
This CVar requires a game engine restart to go into effect. In-game, type the following
/console gxTextureCacheSize setting
Do NOT Alt-F4 out of wow or this CVar will not be applied when you load WoW again.
Alternatively, you can exit wow, open the Config.wtf file, and add the following line:
SET gxTextureCacheSize setting