I cant find the background names (Addon Help)

Hi,

i am trying to remove all the background art from alot of frames. You might notice I’ve removed abit so far.

But I am struggling to find the name for the world quest background to remove and the xp art background for the bar at the bottom Does anyone know the names so I can add them to my addon?
I’ve marked the textures I would like to remove with a blue arrow.

imgur .com/a/NKk6oGf

So far my addon script is

MainMenuBarArtFrame.RightEndCap:Hide()
MainMenuBarArtFrame.LeftEndCap:Hide()
MainMenuBarBottomArt:Hide()
MainMenuBarArtFrameBackground.BackgroundSmall:Hide()
MainMenuBarArtFrameBackground:Hide()
ObjectiveTrackerBlocksFrame.AchievementHeader.Background:Hide()
ObjectiveTrackerBlocksFrame.ScenarioHeader.Background:Hide()
ObjectiveTrackerBlocksFrame.QuestHeader.Background:Hide()

Many Thanks,

FYI you can just wrap your links in code tags (</> button in the editor) rather than butchering them.

https://imgur.com/a/NKk6oGf

Looks like this may be part of what you’re after:
https://www.townlong-yak.com/framexml/live/Blizzard_ObjectiveTracker/Blizzard_ObjectiveTracker.xml#35

Thank you managed to find all the bits I needed

Hey Nutrition,

Just use /fstack and hover over the required area to get the name. This is how i managed to remove anything i didn’t wish to show - image below for reference.

https://i.imgur.com/yrkMkIn.png

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