WoW:Interface AddOn Kit: Difference between revisions
(use wikia link) |
m (→Download Page) |
||
Line 1: | Line 1: | ||
{{uiaddon}} | {{uiaddon}} | ||
:''Note: | :''Important Note: The Interface AddOn Kit is no longer updated by [[Blizzard]] and has been replaced by [[Extracting WoW user interface files]] locally from the game.'' | ||
The Blizzard WoW Interface Kit or ''UI ToolKit'' is used for assisting AddOn development, or for those who are curious and want to learn more about WoW internals. See also [[Viewing Blizzard's interface code]]. | The Blizzard WoW Interface Kit or ''UI ToolKit'' is used for assisting AddOn development, or for those who are curious and want to learn more about WoW internals. See also [[Viewing Blizzard's WoW user interface code]]. | ||
== Download Page == | == Download Page == | ||
* | * <s>[//us.battle.net/support/en/article/download-the-world-of-warcraft-interface-addon-kit WoW Interface AddOn Kit] (US, [//us.battle.net/support/en/article/download-the-world-of-warcraft-interface-addon-kit EU])</s> - [[Battle.net Support]] download page. | ||
:''Note: the last and current downloadable toolkit is for interface version '40000', or {{cata-inline}}[[Patch 4.0]] and compatible.'' | |||
*[[w:c:vanilla-wow:World_of_Warcraft_Interface_Addon_Kit#World_of_Warcraft_Interface_Addon_Kit|1.12.1 - Vanilla WoW]] - link to article on ''vanilla-wow.wikia.com''. | |||
== Summary == | == Summary == | ||
Line 38: | Line 37: | ||
== See also == | == See also == | ||
* [[Viewing Blizzard's interface code]] | * [[Viewing Blizzard's WoW user interface code]] | ||
* [[Extracting interface files]] | * [[Extracting WoW user interface files]] | ||
== External links == | == External links == |
Revision as of 20:54, 9 October 2019
- Important Note: The Interface AddOn Kit is no longer updated by Blizzard and has been replaced by Extracting WoW user interface files locally from the game.
The Blizzard WoW Interface Kit or UI ToolKit is used for assisting AddOn development, or for those who are curious and want to learn more about WoW internals. See also Viewing Blizzard's WoW user interface code.
Download Page
WoW Interface AddOn Kit (US, EU)- Battle.net Support download page.
- Note: the last and current downloadable toolkit is for interface version '40000', or Template:Cata-inlinePatch 4.0 and compatible.
- 1.12.1 - Vanilla WoW - link to article on vanilla-wow.wikia.com.
Summary
The Blizzard AddOn Interface ToolKit provides extra files and resources relevant to WoW AddOn development. These files are taken from the retail WoW MPQ files found in the WoW install and are bundled seperately so that WoW AddOn developers can look at and reference FrameXML files, Lua files, and other art and resources found in the game itself.
Most files used by WoW and the Blizzard WoW UI components are found inside MPQ files, which are sort of like .zip files and not easily accessible for reference. Blizzard provides these files as a convenience for AddOn developers and the community in general.
Just as there is no official Blizzard support for WoW AddOn development, there is no official support for the AddOn Toolkit either. However Blizzard had maintained a new Interface AddOn Kit and support page for every major version of WoW up until and including the release of the base Patch 4.0 for Template:Cata-inline Cataclysm.
Blizzard's UI AddOn Kit Downloads
- Go to the download page: Download the World of Warcraft Interface AddOn Kit
- Download the appropriate ZIP files:
- Art Work (350+ MB): http://us.media.blizzard.com/wow/interface/WoW_Interface_art.zip
- US - English (< 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 Blizzard Interface Data/ folder in your World of Warcraft/ folder (Blizzard Interface Data (enGB)/ for EU English client). You may have to create it.
- Unzip WoW_Interface_art.zip and move/copy Interface/ to Blizzard Interface Data/
- If you've also extracted the graphics, you'll want to know that textures are <tt>.blp</tt> files. Google for 'blp warcraft' to get an idea of what this means
- Unzip WoW_Interface_code.zip and move/copy AddOns/ and FrameXML/ to Blizzard Interface Data/