Macro for Changing Graphic Quality Setting

Is there a macro I can use that changes the default Graphic Setting slider to a set value? So I could have one that changes it to 2 for high fps situations like world bosses and raids, then another changing it back to 8 for solo content?

I found an old thread giving me this, but it seems out of date with the new DF API as it throws up errors:

/run Frame:Show() Graphics_Quality:SetValue(1)
VideoOptionsFrameApply:Click()
VideoOptionsFrame:Hide()

You can setup a separate profile under the graphic settings for Raids and BGs that automatically applies to those situations.

True, but Id like to be able to control it manually, for example with world bosses that arent with raids, I would want the ability to switch between high and low.

There’s a number of CVars you can tweak, most of them begin with graphics.
I’d pick up https://www.curseforge.com/wow/addons/advancedinterfaceoptions
Use the CVar browser to see what ones you want to tweak, and what values you want to set them to, for both stages. Then you can create a macro to toggle between them.

Yeah I’ve got that addon, but transferring those values into a macro is outside of my area of expertise!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.