AddOn Studio for World of Warcraft: Difference between revisions
(Typo fixing using AWB) |
No edit summary |
||
Line 1: | Line 1: | ||
For a big chunk of the gaming population, | {{Stub/Tech}} | ||
For a big chunk of the gaming population, [[AddOn]]s are mysterious things you download and hope will run. But for many talented people, they're an opportunity to help the community and make things easier for the rest of us. | |||
Well, some of the tedium has been taken out of | Well, some of the tedium has been taken out of AddOn writing with the help of Microsoft. ''"What?"'' Yep, you read that right. Microsoft loves WoW, too. Using CodePlex, their open-source project site, they have helped create an AddOn Studio for WoW based on the Visual Studio package. The download contains everything you need to create AddOns, so don't worry if you aren't the owner of Visual Studio already. | ||
So what does this mean exactly? The project team has converted the | So what does this mean exactly? The project team has converted the AddOn writing process from text and code to drag and drop. You get the look and feel of common programs like Visual Basic but with the command structure of WoW. By having the process be graphic, you just pick and choose what you want from the list. | ||
Specifically, | Specifically, AddOn Studio will provide an interface that allows AddOn creators to build in familiar surroundings. You'll also have the ability to auto-generate items like the table of contents or lua events. Error checking for [[FrameXML]] and [[Lua]] parsing also helps to speed the AddOn process up. Likewise, they have included [[Ace2]] templates so you can still tap into one of the most commonly used AddOn libraries and updater systems. | ||
Long-term, this should open up | Long-term, this should open up AddOn creation to those that enjoy dabbling with programing, but don't have the time or skill to build them without a bit more structure. And that can only be a good thing. | ||
== | == End of active development == | ||
This project appears to have ceased active development around February 11, 2009 with the last downloadable release being v2 BETA 2. | |||
== See also == | |||
* [[AddOn Studio 2010]] | |||
== External links == | |||
;Official Site | |||
{{elink|site=AddOnStudio.Codeplex.com|link=http://addonstudio.codeplex.com/|desc=AddOn Studio for World of Warcraft}} | |||
;Followup | |||
{{elink|site=AddOnStudio.Codeplex.com|link=http://addonstudio.codeplex.com/wikipage?title=Lua%20Studio%20-%20The%20Evolution%20of%20AddOn%20Studio%20for%20World%20of%20Warcraft&referringTitle=Home|desc=Lua Studio - The Evolution of AddOn Studio for World of Warcraft}} | |||
[[Category:Development Help AddOns]] | [[Category:Development Help AddOns]] |
Revision as of 06:50, 17 August 2012
For a big chunk of the gaming population, AddOns are mysterious things you download and hope will run. But for many talented people, they're an opportunity to help the community and make things easier for the rest of us.
Well, some of the tedium has been taken out of AddOn writing with the help of Microsoft. "What?" Yep, you read that right. Microsoft loves WoW, too. Using CodePlex, their open-source project site, they have helped create an AddOn Studio for WoW based on the Visual Studio package. The download contains everything you need to create AddOns, so don't worry if you aren't the owner of Visual Studio already.
So what does this mean exactly? The project team has converted the AddOn writing process from text and code to drag and drop. You get the look and feel of common programs like Visual Basic but with the command structure of WoW. By having the process be graphic, you just pick and choose what you want from the list.
Specifically, AddOn Studio will provide an interface that allows AddOn creators to build in familiar surroundings. You'll also have the ability to auto-generate items like the table of contents or lua events. Error checking for FrameXML and Lua parsing also helps to speed the AddOn process up. Likewise, they have included Ace2 templates so you can still tap into one of the most commonly used AddOn libraries and updater systems.
Long-term, this should open up AddOn creation to those that enjoy dabbling with programing, but don't have the time or skill to build them without a bit more structure. And that can only be a good thing.
End of active development
This project appears to have ceased active development around February 11, 2009 with the last downloadable release being v2 BETA 2.
See also
External links
- Official Site
- Followup