WoW:Getting started with writing AddOns (source)
Revision as of 04:55, 12 April 2009
, 12 April 2009typo fix
(→TOC File: update interface #) |
(typo fix) |
||
| Line 3: | Line 3: | ||
=== First Step === | === First Step === | ||
Before anything else you need to get the Custom UI tools from the Blizzard site. This will give you access to all of their XML files (can't change something without | Before anything else you need to get the Custom UI tools from the Blizzard site. This will give you access to all of their XML files (can't change something without knowing what it's called). They will also give you two tutorials to get you started. You can download this here: http://us.blizzard.com/support/article.xml?articleId=21466 | ||
=== Plan Your Addon === | === Plan Your Addon === | ||
| Line 74: | Line 74: | ||
== Localization == | == Localization == | ||
It's a good idea to plan from as early as possible to have your addon be localizable, even if you yourself only speak one language. Review this great article for some things to think about: [[HOWTO: Localize an AddOn]]. | It's a good idea to plan from as early as possible to have your addon be localizable, even if you yourself only speak one language. Review this great article for some things to think about: [[HOWTO: Localize an AddOn]]. | ||
[[Category:HOWTOs|Get Started]] | [[Category:HOWTOs|Get Started]] | ||