Thread Tools Display Modes
03-07-20, 08:55 PM   #1
MinguasBeef
A Wyrmkin Dreamwalker
AddOn Author - Click to view addons
Join Date: May 2019
Posts: 51
How to find all texture paths?

Is there a way to determine all available texture paths? For example...
Most the code I see for status bars is assigning the texture to "Interface\\TARGETINGFRAME\\UI-StatusBar". How was this determined to use this texture? Is there any way for me to view the other available textures in the game to use another one?

More specifically, i'd like to make a status bar that is a flat color instead of having a shaded texture.

Last edited by MinguasBeef : 03-07-20 at 08:58 PM.
  Reply With Quote
03-07-20, 09:05 PM   #2
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,892
Many of us use the Blizzard interface code to identify stuff like this for our own addons.

This is a link to one that someone uploads to their server for other's to view
https://www.townlong-yak.com/framexml/live

But you can extract the Blizzard interface and art from wow yourself. You will be able to view the art if you have the correct converter tool

https://wow.gamepedia.com/Viewing_Bl...interface_code
__________________
  Reply With Quote
03-07-20, 09:14 PM   #3
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
https://wow.tools/files
https://www.townlong-yak.com/framexm...tTextureID.lua
https://github.com/Gethe/wow-ui-textures
  Reply With Quote
03-08-20, 06:37 AM   #4
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,892
Nice Ketho. I didn't notice that texture path list before. I'll have to book mark that.
__________________
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » How to find all texture paths?

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