m
Corrected spelling
(Added mod info) |
m (Corrected spelling) |
||
| Line 7: | Line 7: | ||
Often the name '''modification''' (or "mod" for short) | Often the name '''modification''' (or "mod" for short) is used interchangeably with '''AddOn'''. More specifically, mod is a third-party [[AddOn]] that alters or enhances some aspect of World of Warcraft'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, and automating certain aspects of spell casting. In extreme cases, mods completely supplant the standard WoW [[UI|interface]], usually offering more advanced functionality. | ||
Some mods are standalone, able to run without any additional software. Others are built on libraries such as [[Earth]] or [[Sea]]. Still others, such as [[Cosmos]], are compliations of many individually-developed mods. | Some mods are standalone, able to run without any additional software. Others are built on libraries such as [[Earth]] or [[Sea]]. Still others, such as [[Cosmos]], are compliations of many individually-developed mods. | ||
| Line 18: | Line 18: | ||
</div> | </div> | ||
== How do I create an AddOn? == <div style="margin-left: 3%;"> | == How do I create an AddOn? == <div style="margin-left: 3%;"> | ||
| Line 35: | Line 36: | ||
## Interface: 11020 | ## Interface: 11020 | ||
## Title: My Add On | ## Title: My Add On | ||
## | ## Notes: A short description of my addon | ||
YourAddOnDirectoryName.xml | YourAddOnDirectoryName.xml | ||
| Line 41: | Line 42: | ||
The interface number can be seen in the WoW login screen, at the lower left. The number in the .toc file must match the current build or the add on will not be loaded/active. (Unless the user has explicitly told WoW to load out-of-date AddOns.) | The interface number can be seen in the WoW login screen, at the lower left. The number in the .toc file must match the current build or the add on will not be loaded/active. (Unless the user has explicitly told WoW to load out-of-date AddOns.) | ||
===Special case : [[Bindings.xml]]=== | ===Special case : [[Bindings.xml]]=== | ||
| Line 53: | Line 49: | ||
===What other keywords are there in the .toc file?=== | ===What other keywords are there in the .toc file?=== | ||
Please check out [[ | Please check out [[The TOC Format]] for a more detailed list. | ||
| Line 64: | Line 56: | ||
== See Also == <div style="margin-left: 3%;"> | == See Also == <div style="margin-left: 3%;"> | ||
* [[UI Beginners Guide]] has plenty of reference links | * [[UI Beginners Guide]] has plenty of reference links | ||
* [[The TOC Format]] | * [[The TOC Format]] | ||
* [[Bindings.xml]] for creating key bindings | * [[Bindings.xml]] for creating key bindings | ||