AddOn: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
:''See the [[WoW AddOn]] page for UI reference details about [[Blizz]]ard's World of Warcraft AddOns.''
:''See the [[WoW AddOn]] page for UI programming reference details about [[Blizz]]ard's World of Warcraft AddOns.''
'''AddOns''' are generally self-contained User Interface (UI) modification components. However, some AddOns can be dependent on other AddOns to work, and some AddOns are actually collections of other AddOns. There is no size restriction on AddOns, some can grow to be quite massive.
'''AddOns''' are generally self-contained User Interface (UI) modification components. However, some AddOns can be dependent on other AddOns to work, and some AddOns are actually collections of other AddOns. There is no size restriction on AddOns, some can grow to be quite massive.


Line 7: Line 7:


Some mods are standalone, able to run without any additional software. Others are built on libraries such as [[Sea (add-on)|Sea]] or [[Ace (AddOns)|Ace]]. Still others, such as [[Cosmos]], are compilations of many individually-developed mods.
Some mods are standalone, able to run without any additional software. Others are built on libraries such as [[Sea (add-on)|Sea]] or [[Ace (AddOns)|Ace]]. Still others, such as [[Cosmos]], are compilations of many individually-developed mods.
== See also ==
* [[WoWWiki:AddOn pages]] - guidelines for making AddOn pages.
[[Category:Interface customization]]
[[Category:Interface customization]]
[[Category:AddOns| ]]
[[Category:AddOns| ]]

Revision as of 15:09, 7 August 2012

See the WoW AddOn page for UI programming reference details about Blizzard's World of Warcraft AddOns.

AddOns are generally self-contained User Interface (UI) modification components. However, some AddOns can be dependent on other AddOns to work, and some AddOns are actually collections of other AddOns. There is no size restriction on AddOns, some can grow to be quite massive.

In plain English, an AddOn for a game is just some files you can put in your game folder that can (theoretically) improve your interaction with the game (i.e. make it easier to play, or give you more information about what's going on in the game).

Often the name modification (or "mod" for short) is used interchangeably with AddOn. More specifically, a mod is a third-party AddOn that alters or enhances some aspect of the game's interface. Mods can perform a wide variety of tasks, including adding new buttons to the screen, altering the built-in player and party frames. In extreme cases, mods completely supplant the standard game's interface, usually offering more advanced functionality.

Some mods are standalone, able to run without any additional software. Others are built on libraries such as Sea or Ace. Still others, such as Cosmos, are compilations of many individually-developed mods.

See also