Thread Tools Display Modes
03-04-23, 09:00 AM   #1
Biowoolf
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Dec 2015
Posts: 5
Unhappy Need help! Macro for graphics settings

Hi all! Please help me make a macro to quickly enable and disable graphic settings.

graphicsComputeEffects
graphicsProjectedTextures


/console not working. I tried various tips from the forums but they also no longer work after the release DF.
  Reply With Quote
03-05-23, 05:54 PM   #2
LudiusMaximus
A Rage Talon Dragon Guard
 
LudiusMaximus's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2018
Posts: 320
Code:
/run SetCVar("graphicsComputeEffects", x)
with x in {0, ..., 4} works for me.

But your Graphics panel will not show another value until all cvars match.
The "Compute Effects" UI switch does not just control the cvar graphicsComputeEffects but others too like volumeFogLevel, particulatesEnabled or volumeFog. You can check this by tracking your Config.wtf file while you change settings.
__________________
~ Be the change you want to see in the world... of warcraft interface! ~
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » Macro Help » Need help! Macro for graphics settings

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off