WoW:Viewing Blizzard's WoW user interface code: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Added info that the Blizzard extraction tool only works on client 2.x.x.)
(yank broken wowcompares link)
Line 3: Line 3:
* 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://us.blizzard.com/support/article.xml?articleId=21465 This direct link] should also work.
** [http://us.blizzard.com/support/article.xml?articleId=21465 This direct link] should also work.
** Note: This tool only extracts the interface code for client versions 2.x.x.
* Run it, click the appropriate button(s)
* Run it, click the appropriate button(s)
* When it's done look in <tt>World of Warcraft/Blizzard Interface Data (enGB)/FrameXML</tt> (for an English client)
* When it's done look in <tt>World of Warcraft/Blizzard Interface Data (enGB)/FrameXML</tt> (for an English client)
Line 14: Line 13:
== External links ==
== External links ==
{{elink|site=wow&#91;"compares"&#93;.com|link=http://wowcompares.com/|desc= - a WoW interface .lua, .toc, and .xml viewer}}
{{elink|site=wow&#91;"compares"&#93;.com|link=http://wowcompares.com/|desc= - a WoW interface .lua, .toc, and .xml viewer}}
:{{elink|site=wow&#91;"compares"&#93;.com|link=http://wowcompares.com/live/FrameXML/|desc= - current released patch files}}
 
[[Category:HOWTOs|View Blizzard's Interface Code]]
[[Category:HOWTOs|View Blizzard's Interface Code]]

Revision as of 13:51, 26 March 2010

Extracting FrameXML locally

  • Download Blizzard's UI Customization Tool (Follow the Support Tools link on http://www.worldofwarcraft.com/ )
  • Run it, click the appropriate button(s)
  • When it's done look in World of Warcraft/Blizzard Interface Data (enGB)/FrameXML (for an English client)
    • If you've also extracted the graphics, you'll want to know that textures are .blp files. Google for 'blp warcraft'to get an idea of what this means

Viewing FrameXML on the web

  • http://wowcompares.com keeps a database of all versions of FrameXML online. You can compare different versions to each other, 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.

External links