Thread Tools Display Modes
12-15-07, 10:09 AM   #1
Cralor
Mmm... cookies!!!
 
Cralor's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2007
Posts: 772
Warcraft AddonStudio

It's so awesome!

It uses Microsoft Visual Studio (free) and it makes creating addons easier than WoW UI Designer!

It even has options to create the addon to Ace. And a lot of easy options.

http://www.codeplex.com/WarcraftAddOnStudio

Download Instructions:
1. Install .zip at the "Releases" Tab.
2. Open folder, open setup.exe
2. A. if you don't have Visual Studios, it will install that, which will take 20min or so. then restart computer (go to step 2. B.)
2. B. after you installed Visual Studios, you open setup.exe again, and install the WoW Addon part of it
Note: If you have Visual Studios, opening setup.exe will just download the WoW Addon part.
__________________
Never be satisfied with satisfactory.
  Reply With Quote
12-15-07, 03:45 PM   #2
Gemini_II
A Molten Giant
 
Gemini_II's Avatar
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 762
Even though I am no fan of Visual Studio, I'm going to have to check this out. If a dev from MS is willing to make and support something like this, it has to be halfway decent at least. I'll post some thoughts after trying it.
__________________
Retired prior to 3.2, before all challenge was removed.

  Reply With Quote
12-15-07, 03:54 PM   #3
Raptorz
A Black Drake
 
Raptorz's Avatar
Join Date: Dec 2006
Posts: 85
Atleast I like it. But for Info I have done only 1 addon: that Hello World addon what was in the tutorial. I was thinking of starting to learn some lua and xml, so I can make my own mods, but I just dont know anything about them.
Could someone tell me where to start learning?

EDIT: + What programs I need in making mods?
__________________
01010001 01110101 01101001 01110011 00100000 01100011 01110101 01110011 01110100 01101111 01100100 01101001 01100101 01110100 00100000 01101001 01110000 01110011 01101111 01110011 00100000 01100011 01110101 01110011 01110100 01101111 01100100 01100101 01110011 00111111 -Decimus Iunius Iuvenalis/Juvenalis

Last edited by Raptorz : 12-15-07 at 04:13 PM.
  Reply With Quote
12-15-07, 05:36 PM   #4
jonathon
A Chromatic Dragonspawn
 
jonathon's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2006
Posts: 179
Originally Posted by Raptorz
Atleast I like it. But for Info I have done only 1 addon: that Hello World addon what was in the tutorial. I was thinking of starting to learn some lua and xml, so I can make my own mods, but I just dont know anything about them.
Could someone tell me where to start learning?

EDIT: + What programs I need in making mods?
wowwiki.com is a good site for code
LUa.org place for LUA
I learned xml from the xml for dummies book

as far as tools all you really need is a solid text editor, for windows I like notepad++ and mac I prefer smultron
  Reply With Quote
12-15-07, 06:13 PM   #5
septor
A Flamescale Wyrmkin
Join Date: Jan 2007
Posts: 130
A similar thread is on the WoW UI & Macros forum. People have tested it and found it's kind of buggy.

Read on: http://forums.worldofwarcraft.com/th...66286997&sid=1
  Reply With Quote
01-01-08, 08:43 PM   #6
Grubb
Premium Member
Premium Member
Join Date: Dec 2007
Posts: 4
I understand basic syntax and currently program in VB, ASP, PHP and the likes but have never tried lua. I currently use VS2005 and like it for the most part, will using this kill some of the learning curve? Are there examples or anything that come with it to mod for WoW?

Would you suggest learning basic lua before attempting to MOD WoW?
  Reply With Quote
01-10-08, 07:53 AM   #7
Shen
A Murloc Raider
Join Date: Dec 2005
Posts: 5
I personally prefer to do it by hand, but it's a nice tool nonetheless.
  Reply With Quote
07-29-08, 07:27 AM   #8
CKaz
A Murloc Raider
Join Date: Jul 2008
Posts: 4
I know this thread is a bit old now but -
It's been in 1.0.1 for awhile, fixed some things
It's 2.0 Beta should be ready shortly

[I'm getting on board with 2.0 ]
__________________
/cheers
CKaz

Last edited by CKaz : 07-29-08 at 07:34 AM.
  Reply With Quote
08-09-08, 04:52 AM   #9
Nixso
A Kobold Labourer
Join Date: Aug 2008
Posts: 1
Um... I have a problem with version 2.0...everytime I start a new project, and go Basic Warcraft Addon, an error shows up... it says:

The control Microsoft.WowAddonStudio.FrameXml.Conponents.UiControl has thrown an unhandeled exception in the designer and has been disabled.

Exception:
Unable to load "DLL Squish.dll"


And it won't let me do anything.... I've tryed reinstalling and redownloading, but it just won't help. Anyone, please, knows how to fix this problem?
  Reply With Quote
08-09-08, 08:15 AM   #10
TomWolf
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 27
I used Addon Studio for making CritterTalk. It's very handy though I'd love a better support for adding folders to the projects. Some minor problems like that but overall it's very, very good.
  Reply With Quote
08-21-08, 07:01 PM   #11
Mysticell
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Aug 2008
Posts: 5
I use AddOn Studio for World of Warcraft and it makes even writing lua code much easier because of the simple - but useful - syntax highlighting. However, it could be better in some areas, but it definitely gets the job done. I personally like how it groups everything in a project and auto-generates the TOC file as well.
  Reply With Quote
09-04-08, 02:09 PM   #12
RiZLA
A Defias Bandit
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 3
Thumbs up A Heads-Up!

I'm not knocking Addon Studio at all, I used v1.0 a lot and am excited to see v2.0 progress, but recently I found another alternative.

While we wait for Addon Studio v2.0, Check out WOW UI Designer, it seems very stable & has some nice features more dedicated to WoW, like the actual project file is the Toc file, simple. handles custom frames nicely too.

For more check out its own forum here at WoWinterface.

Last edited by RiZLA : 09-04-08 at 02:16 PM.
  Reply With Quote
09-22-08, 08:07 PM   #13
Luciferul
An Aku'mai Servant
 
Luciferul's Avatar
Join Date: Sep 2008
Posts: 38
Originally Posted by RiZLA View Post
I'm not knocking Addon Studio at all, I used v1.0 a lot and am excited to see v2.0 progress, but recently I found another alternative.

While we wait for Addon Studio v2.0, Check out WOW UI Designer, it seems very stable & has some nice features more dedicated to WoW, like the actual project file is the Toc file, simple. handles custom frames nicely too.

For more check out its own forum here at WoWinterface.
I was aiming for the Visual Studio package because is much closer to C# from my point of view... but I should try this UI Designer also.
  Reply With Quote
03-30-09, 12:02 AM   #14
Urgas
A Kobold Labourer
Join Date: Mar 2009
Posts: 1
I just recently made my first mod (which I will upload next weekend) using the Microsoft Visual Studio. I found that it was great for the XML frame building. I was able to make my frame look exactly how I wanted quickly. After I got my frame together it bugged out on me. (I later figured out that it had put an offset on my main frame of like -1000,1000.

Other than that, it worked great. The coloring of the Lua was good, but I ended up testing the majority of my code in WowLua ingame.

As far as designing the XML frames, I am not sure with my limited knowledge of XML it would have been possible for me to complete my addon as fast as i did without the graphical interface.

(sorry for the wall of text)
  Reply With Quote
04-28-09, 02:48 PM   #15
Eneswar
A Fallenroot Satyr
 
Eneswar's Avatar
Join Date: May 2008
Posts: 21
cool it's a nice tool
  Reply With Quote

WoWInterface » Developer Discussions » Tutorials & Other Helpful Info. » Warcraft AddonStudio

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off