2,148
edits
No edit summary |
|||
Line 2: | Line 2: | ||
Learn how to use [[AddOn Studio for World of Warcraft]] to develop [[AddOns]] in [[Lua]] and [[XML]]. | Learn how to use [[AddOn Studio for World of Warcraft]] to develop [[AddOns]] in [[Lua]] and [[XML]]. | ||
This intended to provide filler information for the regular, very short [[AddOn Studio 2022 for WoW#Getting Started|Getting Started]] section on the main edition page. This is for anyone who might not necessarily have a lot of experience with Visual Studio, using folders in Windows, or in some of the other related areas. Documentation is added as time permits. | |||
== Other | == Other resources == | ||
* Home: [[AddOn Studio for WoW]] | * Home: [[AddOn Studio for WoW]] | ||
* Change History: [[AddOn Studio for WoW History]] | * Change History: [[AddOn Studio for WoW History]] | ||
* Edition Notes: | * Edition Notes: | ||
**[[AddOn Studio 2022 for World of Warcraft]] | **[[AddOn Studio 2022 for World of Warcraft]] | ||
**[[AddOn Studio 2015 for World of Warcraft]] | **[[AddOn Studio 2015 for World of Warcraft]] | ||
**[[AddOn Studio 2010 for World of Warcraft]] | **[[AddOn Studio 2010 for World of Warcraft]] | ||
Line 23: | Line 21: | ||
''An introduction to the AddOn Studio IDE and AddOn development'' | ''An introduction to the AddOn Studio IDE and AddOn development'' | ||
With AddOn Studio for World of Warcraft, it be deceptively easy to get started and see your first AddOn running in WoW within in minutes, even with no real experience. However the complexities inherent in game development when combined with a modern fully | With AddOn Studio for World of Warcraft, it be deceptively easy to get started and see your first AddOn running in WoW within in minutes, even with no real experience. However, the complexities inherent in game development when combined with a modern fully featured IDE like AddOn Studio, can be complex and can often seem overwhelming. | ||
An "IDE" is an Integrated Development Environment, where lots of tools and facilities are clustered together in one application in an attempt to make things more convenient, to save time, and help you focus more on what you are really trying to do, so the theory goes... Many times however this doesn't actually happen. | An "IDE" is an Integrated Development Environment, where lots of tools and facilities are clustered together in one application in an attempt to make things more convenient, to save time, and help you focus more on what you are really trying to do, so the theory goes... Many times, however, this doesn't actually happen. Just mastering the development environment, itself, can be a daunting task in addition to everything else. | ||
With all this in mind, I'm going to do my rendition of "breaking things down" for how to get started with WoW AddOn development and AddOn Studio, especially for those who aren't already "hobbyists" or professional programmers and might be just starting out | With all this in mind, I'm going to do my rendition of "breaking things down" for how to get started with WoW AddOn development and AddOn Studio, especially for those who aren't already "hobbyists" or professional programmers and might be just starting out or were just curious. | ||
== AddOn Studio Basics == | == AddOn Studio Basics == | ||
''A more detailed Quick Start'' | ''A more detailed Quick Start'' | ||
Instructions on [[AddOn Studio 2010 for WoW]] or [[AddOn Studio | Instructions on the edition pages, [[AddOn Studio 2010 for WoW]], [[AddOn Studio 2015 for WoW]] or [[AddOn Studio 2022 for WoW]], cover all the essential steps. It's basically just copying the folder in the zip, and then running the executable. From there you can create a new WoW AddOn project, click 'build' to deploy to WoW, and then '/reload' in WoW to see it. | ||
=== Installation === | === Installation === | ||
# Install Visual Studio or Isolated Shell using the links provided. Just click and run | # Install Visual Studio or Isolated Shell using the links provided. Just click and run and follow the instructions. Should go smoothly. | ||
# Click the AddOn Studio download link provided. | # Click the AddOn Studio download link provided. | ||
# Click "open" from the browser, to open the zip or 7z file. | # Click "open" from the browser or download folder, to open the zip or 7z file. | ||
# In the open zip file, move the 'AddOn Studio for WoW' folder to your desktop, or another folder. | # In the open zip file, move the 'AddOn Studio for WoW' folder to your desktop, or another folder. | ||
# In the 'AddOn Studio for WoW' folder, run the 'WowAddonStudio.exe' application. | # In the 'AddOn Studio for WoW' folder, run the 'WowAddonStudio.exe' application. | ||
# Right-click the running application in the task bar, | # Right-click the running application in the task bar, then click "Pin to task bar" to make a shortcut. | ||
=== Basic usage === | === Basic usage === |