Thread Tools Display Modes
03-19-23, 03:07 PM   #1
pstatix
A Murloc Raider
Join Date: Jan 2023
Posts: 8
Where are data files located for backdrops?

I've seen a variety of forum posts and WoWPedia pages reference bgFile and edgeFile and set that value to something like "Interface/Buttons/WHITE8x8".

Looking at the installation directory for my client, I do not see the "Interface/Buttons" directory. So where are these files located?
  Reply With Quote
03-19-23, 04:17 PM   #2
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,877
The game holds the folders/files internally. If you create the folder on your drive you can "replace" textures, the game will check the disk for the folder/file and if they don't exist, fallback to the internals.

You can extract the game art and UI code for you own viewing pleasure.
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.

Last edited by Fizzlemizz : 03-19-23 at 04:20 PM.
  Reply With Quote
03-19-23, 06:45 PM   #3
pstatix
A Murloc Raider
Join Date: Jan 2023
Posts: 8
Originally Posted by Fizzlemizz View Post
The game holds the folders/files internally. If you create the folder on your drive you can "replace" textures, the game will check the disk for the folder/file and if they don't exist, fallback to the internals.

You can extract the game art and UI code for you own viewing pleasure.
Awesome, thanks!

I looked at the console docs (on WoWPedia) and I don't see that ExportInterfaceFiles is defined as one of the commands. Do you know of a way, in console or in game, to list all available console commands?

I'm curious how that was even found...
  Reply With Quote
03-19-23, 07:09 PM   #4
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,877
In the launcher, select the version of the game you want to export.
Press the gear button beside PLAY
Select "Game Settings"
Check "Additional Command Line Options"
Enter -console in the entry box that appears
Press "Done"
Start the game

At the character select screen type ~ (the tilde character)
Enter ExportInterfaceFiles art (use art or code depending on what you want to export)

Wait a couple of minutes until the command prompt returns.
See the game version folder for the output.

The Export is only available at the character select screen.
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.

Last edited by Fizzlemizz : 03-19-23 at 07:14 PM.
  Reply With Quote
03-19-23, 09:48 PM   #5
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,325
Originally Posted by pstatix View Post
I looked at the console docs (on WoWPedia) and I don't see that ExportInterfaceFiles is defined as one of the commands. Do you know of a way, in console or in game, to list all available console commands?
ExportInterfaceFiles is a Glue-only command, meaning it no longer works when you log in. The list on WoWPedia only has commands that can be run using the /console command. By being a chat command, /console is only available after you log in.



Originally Posted by pstatix View Post
I'm curious how that was even found...
It was posted on the Blizz forums as an alternative to the Interface Customization Kit they previously had made available before they changed the game's storage system to CASC.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Where are data files located for backdrops?


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