WoW:Viewing Blizzard's WoW user interface code: Difference between revisions
Jump to navigation
Jump to search
m (update BLP Files link) |
(→More: Delete. Referenced site is no longer up.) |
||
Line 1: | Line 1: | ||
== Extracting [[FrameXML]] locally == | == Extracting [[FrameXML]] locally == | ||
Line 10: | Line 4: | ||
** [http://www.blizzard.com/support/wow/?id=aww01671p This direct link] should also work. | ** [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 <tt>World of Warcraft/Interface/FrameXML</tt> | * When it's done look in <tt>World of Warcraft/Blizzard Interface Data (enGB)/FrameXML</tt> (for an english client) | ||
** | ** If you've also extracted the graphics, you'll want to know that textures are [[BLP Files|.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 == | == Viewing [[FrameXML]] on the web == | ||
Line 21: | Line 11: | ||
* 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. | * 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. | ||
[[Category: HOWTOs|View Blizzard's Interface Code]] | [[Category: HOWTOs|View Blizzard's Interface Code]] |
Revision as of 18:58, 20 April 2007
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/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://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.