WoW:CVar shadowLOD: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Correction of behavoir: this cvar has no effect if using extShadowQuality.)
(cvar no longer functional? appears so)
Line 8: Line 8:
To turn off all shadows:
To turn off all shadows:
  /console shadowlod 0
  /console shadowlod 0
Note: This no longer appears to function in the 4.x client.
[[Category:Console variables|shadowLOD]]
[[Category:Console variables|shadowLOD]]

Revision as of 09:40, 20 October 2010

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


Note: This no longer appears to function in the 4.x client.