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

From AddOn Studio
Jump to navigation Jump to search
No edit summary
Line 11: Line 11:
* Run it, click the appropriate button(s)
* Run it, click the appropriate button(s)
* When it's done look in <tt>World of Warcraft/Interface/FrameXML</tt>
* 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
** Textures are a bunch of [[BLPFiles|.blp files]]. google for '[http://www.google.com/search?q=blp+warcraft blp warcraft]'to get an idea of what this means


=== Burning Crusade ===
=== Burning Crusade ===

Revision as of 04:16, 5 February 2007

Current Interface Code

This interface code was extracted from FrameXML on (12/05/06) using Blizzard's regular UI Customization Tool. Please note that that the URI referred to in the 2.0 release notes contains a link to the BC-beta interface customization tool, which will not work with the Off-The-Shelf version of WoW.

Interface Version: 20000

Extracting FrameXML locally

Burning Crusade

Note that this will only work with the beta version of the game, not the current release nor the final version.

Viewing FrameXML on the web

  • http://wdn.wowinterface.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.

More

  • Old instructions for extracting the files (before the release of the above tool) can be found here.