WoW:CVar shadowLOD: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(cvar no longer functional? appears so)
m (Move page script moved page CVar shadowLOD to CVar shadowLOD without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{cvar}}
Controls shadows.  This cvar defaults to 1.
Controls shadows.  This cvar defaults to 1.



Latest revision as of 04:48, 15 August 2023

Console variables < shadowLOD

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.