AddOn: Difference between revisions
No edit summary |
No edit summary |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
:''See [[ | :''See [[wo:AddOn]] for the World of Warcraft AddOn reference.'' | ||
:''See [[WildStar AddOn]] or [[ws:AddOn]] for the WildStar AddOn reference.'' | |||
AddOns are self-contained components that change the behavior of a program. | AddOns are self-contained components that change the behavior of a program. | ||
== Summary == | == Summary == | ||
An AddOn for a game is | An AddOn for a game is generally a collection files you can put in your game folder, that can enhance interaction with the game. AddOns can perform a wide variety of tasks, including adding new buttons to the screen, altering or adding windows, replacing or adding significant functionality, or adding whole new programs. | ||
== Details == | == Details == | ||
Some | Some AddOns can be dependent on other AddOns to work, and some AddOns can be just collections of other AddOns. Some AddOns are standalone, able to run without any additional software. Others are built on libraries. For example, in WoW, the old [[wo:Sea (AddOn)|Sea]] or [[wo:Ace (AddOn)|Ace]] libraries. Others such as the old WoW [[wo:Cosmos (AddOn)|Cosmos]] addon, are compilations of many individually-developed mods or addons. | ||
Latest revision as of 06:56, 15 August 2023
- See WoW:AddOn for the World of Warcraft AddOn reference.
- See WildStar AddOn or WildStar:AddOn for the WildStar AddOn reference.
AddOns are self-contained components that change the behavior of a program.
Summary[edit]
An AddOn for a game is generally a collection files you can put in your game folder, that can enhance interaction with the game. AddOns can perform a wide variety of tasks, including adding new buttons to the screen, altering or adding windows, replacing or adding significant functionality, or adding whole new programs.
Details[edit]
Some AddOns can be dependent on other AddOns to work, and some AddOns can be just collections of other AddOns. Some AddOns are standalone, able to run without any additional software. Others are built on libraries. For example, in WoW, the old Sea or Ace libraries. Others such as the old WoW Cosmos addon, are compilations of many individually-developed mods or addons.