WoW:Viewing Blizzard's WoW user interface code: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Mention WDN) |
||
Line 1: | Line 1: | ||
== Extracting [[FrameXML]] locally == | |||
* Download Blizzard's UI Customization Tool (Follow the Support Tools link on http://www.worldofwarcraft.com/ ) | * Download Blizzard's UI Customization Tool (Follow the Support Tools link on http://www.worldofwarcraft.com/ ) | ||
** [http://www.blizzard.com/support/wow/?id=aww01671p This direct link] should also work. | |||
* Run it, click the appropriate button(s) | * Run it, click the appropriate button(s) | ||
* When it's done look in Interface/FrameXML | * When it's done look in <tt>World of Warcraft/Interface/FrameXML</tt> | ||
* | ** Textures are a bunch of .blp files. google for '[http://www.google.com/search?q=blp+warcraft blp warcraft]'to get an idea of what this means | ||
== Viewing [[FrameXML]] on the web == | |||
* http://wdn.wowinterface.com keeps a database of all versions of [[FrameXML]] online. You can compare different versions to eachother, view the contents of specific files (in a specific interface version), or just download the entire interface as it looked for a given version. Even test server versions are available. | |||
== More == | |||
* Old instructions for extracting the files (before the release of the above tool) can be found [http://www.fukt.bth.se/%7Ek/wow/stuff/howto-extract-interface-files.txt here]. | |||
[[Category: HOWTOs|View Blizzard's Interface Code]] | [[Category: HOWTOs|View Blizzard's Interface Code]] |
Revision as of 11:23, 13 July 2006
Extracting FrameXML locally
- Download Blizzard's UI Customization Tool (Follow the Support Tools link on http://www.worldofwarcraft.com/ )
- This direct link should also work.
- Run it, click the appropriate button(s)
- When it's done look in World of Warcraft/Interface/FrameXML
- Textures are a bunch of .blp files. google for 'blp warcraft'to get an idea of what this means
Viewing FrameXML on the web
- http://wdn.wowinterface.com keeps a database of all versions of FrameXML online. You can compare different versions to eachother, view the contents of specific files (in a specific interface version), or just download the entire interface as it looked for a given version. Even test server versions are available.
More
- Old instructions for extracting the files (before the release of the above tool) can be found here.