WoW:Interface AddOn Kit: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
{{stub/Other}}
{{uiaddon}}


{{wowapi}}
The Blizzard WoW Interface ToolKit is used for assisting AddOn development, or for those curious and want to lear more about WoW internals.


From [http://us.blizzard.com/support/article.xml?articleId=21466 Download the World of Warcraft Interface AddOn Kit] (Blizzard support US-only):
== Reference ==


:'''Important disclaimer:'''
*  [http://us.blizzard.com/support/article.xml?articleId=21466 Interface AddOn Kit] - the Blizzard WoW AddOn ToolKit support page.
:''Customizing the interface is a very technical endeavor, and you should not attempt it unless you have a good working knowledge of XML and Lua.''


:There is no official support for modifying the WoW interface. If you experience any issues with the interface after modifying it, you can disable any unofficial add-ons and changes in the AddOns menu at the character selection screen. Blizzard Technical Support cannot assist with setting up any kind of interface modification. However, you can find information for developing or installing add-ons in the [http://us.battle.net/wow/en/forum/1011693/ UI and Macro forum (US)] or [http://eu.battle.net/wow/en/forum/874706/ Interface and Macros forum (EU)] on the World of Warcraft community website ([http://us.battle.net/wow/en/ US], [http://eu.battle.net/wow/en/ EU]).
== Summary ==


:That said, you can download the World of Warcraft Interface AddOn Kit at the appropriate link below (this links don't include art files which are part of Interface AddOn Kit files available above):
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.


:* [http://ftp.blizzard.com/pub/WoW/other/AddOnKit.zip '''Windows Version'''] (1.62MB)
Most files used by WoW and the Blizzard WoW UI components are foundinside MPQ files, which are sort of like .zip files and not easily accessible for reference.  Blizzard provides these files as a conveniance for AddOn developers nd the community in general.
:* [http://ftp.blizzard.com/pub/WoW/other/AddOnKit.dmg '''Macintosh Version'''] (1.81MB)
 
Just as there is no official Blizzard support for WoW AddOn development, there is no official support for the AddOn Toolkit either. However Blizzard has maintained a new AddOn ToolKit and support page for every major version of WoW thus far.


== See also ==
== See also ==
Line 24: Line 24:
{{elink|icon=bnetwoweu|site=Interface and Macros forum (EU)|link=http://eu.battle.net/wow/en/forum/874706/}}
{{elink|icon=bnetwoweu|site=Interface and Macros forum (EU)|link=http://eu.battle.net/wow/en/forum/874706/}}
[[Category:Interface customization| Interface AddOn Kit]]
[[Category:Interface customization| Interface AddOn Kit]]
[[Category:UI AddOn]]

Revision as of 07:32, 17 August 2012

WoW AddOn


The Blizzard WoW Interface ToolKit is used for assisting AddOn development, or for those curious and want to lear more about WoW internals.

Reference

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 foundinside MPQ files, which are sort of like .zip files and not easily accessible for reference. Blizzard provides these files as a conveniance for AddOn developers nd 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 has maintained a new AddOn ToolKit and support page for every major version of WoW thus far.

See also

External links