WoW:CVar textureCacheSize: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Created)
 
m (Move page script moved page CVar textureCacheSize to CVar textureCacheSize without leaving a redirect)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
{{cvar}}


This CVar sets the amount of memory to be used for textures by your RAM.


===This CVar only works with [[CVar gxApi|gxApi]] = "d3d9"===
'''Note: This CVar only works with [[CVar gxApi|gxApi]] = "d3d9".'''
 
This CVar sets the amount of memory to be used for textures by your RAM.


==Default Setting==
==Default Setting==
Line 20: Line 19:
Alternatively, you can exit wow, open the [[Config.wtf]] file, and add the following line:
Alternatively, you can exit wow, open the [[Config.wtf]] file, and add the following line:
  SET textureCacheSize ''setting''
  SET textureCacheSize ''setting''
[[Category:Console variables|textureCacheSize]]
[[Category:Console variables|textureCacheSize]]

Latest revision as of 04:48, 15 August 2023

Console variables < textureCacheSize

This CVar sets the amount of memory to be used for textures by your RAM.

Note: This CVar only works with gxApi = "d3d9".

Default Setting

32 (MB)
Only option for players who have 1GB of RAM or less

Possible Settings

64 (MB)
Users with more than 1GB of RAM may set this CVar to 64 MB of RAM.

Changing this setting

This CVar requires a game engine restart to go into effect. In-game, type the following

/console textureCacheSize 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 textureCacheSize setting