WoW:CVar shadowLOD: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Created)
 
(Correction of behavoir: this cvar has no effect if using extShadowQuality.)
Line 1: Line 1:
Controls shadows.  This cvar defaults to 1.
Controls shadows.  This cvar defaults to 1.


* 0 - Turns off all shadows, including the character-only 'blob' type shadow.  This overrides the [[CVar extShadowQuality|extShadowQuality]] setting.
* 0 - Turns off all shadows, including the character-only 'blob' type shadow.  
* 1 - Turns on shadows, and [[CVar extShadowQuality|extShadowQuality]] is no longer overridden.
* 1 - Turns on shadows.


This cvar only works if [[CVar extShadowQuality|extShadowQuality]] is set to 0.


To turn off all shadows:
To turn off all shadows:
  /console shadowlod 0
  /console shadowlod 0
[[Category:Console variables|shadowLOD]]
[[Category:Console variables|shadowLOD]]

Revision as of 02:29, 26 September 2009

Controls shadows. This cvar defaults to 1.

  • 0 - Turns off all shadows, including the character-only 'blob' type shadow.
  • 1 - Turns on shadows.

This cvar only works if extShadowQuality is set to 0.

To turn off all shadows:

/console shadowlod 0