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

From AddOn Studio
Jump to navigation Jump to search
(yank broken wowcompares link)
(replace wowcompares with go-hero)
Line 1: Line 1:
== Extracting [[FrameXML]] locally ==
== Extracting [[FrameXML]] and other files locally ==


* Download Blizzard's UI Customization Tool (Follow the Support Tools link on http://www.worldofwarcraft.com/ )
* Download Blizzard's UI AddOn Kit
** [http://us.blizzard.com/support/article.xml?articleId=21465 This direct link] should also work.
** [http://us.blizzard.com/support/article.xml?articleId=21465 Technical Support Tools] at the [http://us.blizzard.com/support/index.xml?locale=en_US&gameId=11 Blizzard WoW support site (US)].
* Run it, click the appropriate button(s)
** Go to the download page: [http://us.blizzard.com/support/article.xml?articleId=21466 Download the World of Warcraft Interface AddOn Kit]
* When it's done look in <tt>World of Warcraft/Blizzard Interface Data (enGB)/FrameXML</tt> (for an English client)
** Download the appropriate ZIP files:
** 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
**:Art Work (350+ MB): http://us.media.blizzard.com/wow/interface/WoW_Interface_art.zip
**:US - English (&lt; 2 MB): http://us.media.blizzard.com/wow/interface/WoW_Interface_enUS.zip
**:US - Spanish: http://us.media.blizzard.com/wow/interface/WoW_Interface_esMX.zip
**:EU - English: http://us.media.blizzard.com/wow/interface/WoW_Interface_enGB.zip
**:EU - Spanish: http://us.media.blizzard.com/wow/interface/WoW_Interface_esES.zip
**:EU - French: http://us.media.blizzard.com/wow/interface/WoW_Interface_frFR.zip
**:EU - Russian: http://us.media.blizzard.com/wow/interface/WoW_Interface_ruRU.zip
**:Korean: http://us.media.blizzard.com/wow/interface/WoW_Interface_koKR.zip
**:Taiwanese: http://us.media.blizzard.com/wow/interface/WoW_Interface_zhTW.zip
* Make sure you have a <tt>Blizzard Interface Data/</tt> folder in your <tt>World of Warcraft/</tt> folder (<tt>Blizzard Interface Data (enGB)/</tt> for EU English client). You may have to create it.
* Unzip <tt>WoW_Interface_art.zip</tt> and move/copy <tt>Interface/</tt> to <tt>Blizzard Interface Data/</tt>
** If you've also extracted the graphics, you'll want to know that textures are [[BLP Files|<tt>.blp</tt> files]]. Google for '[http://www.google.com/search?q=blp+warcraft blp warcraft]' to get an idea of what this means
* Unzip <tt>WoW_Interface_''code''.zip</tt> and move/copy <tt>AddOns/</tt> and <tt>FrameXML/</tt> to <tt>Blizzard Interface Data/</tt>


== Viewing [[FrameXML]] on the web ==
== 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.
* The site [http://wow.go-hero.net/framexml/builds wow.go-hero.net] 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.
 
== See also ==
* [[Interface AddOn Kit]]


== 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|icon=blizzard|site=Blizzard Support (US)|link=http://us.blizzard.com/support/article.xml?articleId=21466|desc=Download the World of Warcraft Interface AddOn Kit}}
 
{{elink|site=wow.go-hero.net|link=http://wow.go-hero.net/framexml/builds|desc=Available FrameXML Builds|bydate=(.lua, .toc, and .xml viewer)}}
[[Category:HOWTOs|View Blizzard's Interface Code]]
[[Category:HOWTOs|View Blizzard's Interface Code]]
[[Category:Interface customization]]

Revision as of 16:08, 2 August 2012

Extracting FrameXML and other files locally

Viewing FrameXML on the web

  • The site wow.go-hero.net 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.

See also

External links