-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3fdfb8a
commit c4b2658
Showing
3 changed files
with
106 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,81 @@ | ||
Super Duper Macro | ||
version 2.6.1 | ||
by hypehuman | ||
**NOTE** - This addon is largely unchanged from hypehuman's efforts! | ||
|
||
http://www.wowinterface.com/downloads/info10496 | ||
|
||
|
||
# Super Duper Macro | ||
|
||
A | ||
[World of Warcraft](http://blog.spiralofhope.com/?p=2987) | ||
[addon](http://blog.spiralofhope.com/?p=17845) | ||
which simplifies the game buttons, giving much more screen space. A fork of | ||
[hypehuman](http://www.wowinterface.com/forums/member.php?action=getinfo&userid=52682) | ||
's | ||
[Super Duper Macro](http://www.wowinterface.com/downloads/info10496) | ||
. | ||
|
||
[source code](https://github.com/spiralofhope/SuperDuperMacro) | ||
· [home page](http://blog.spiralofhope.com/?p=18050) | ||
· [releases](https://github.com/spiralofhope/SuperDuperMacro/releases) | ||
· [latest beta](https://github.com/spiralofhope/SuperDuperMacro/archive/master.zip) | ||
|
||
|
||
# Installation | ||
|
||
Since it's a regular addon, it's manually installed the same as every other addon would be. | ||
|
||
1) [Download Super Duper Macro](https://github.com/spiralofhope/SuperDuperMacro/releases) | ||
|
||
2) Extract it to your `Interface\AddOns` folder. | ||
|
||
Perhaps your game is installed to one of: | ||
|
||
`C:\Program Files\World of Warcraft` <br /> | ||
`C:\Program Files\World of Warcraft (x86)` | ||
|
||
.. and so you would extract the contents of your downloaded archive to something like: | ||
|
||
`C:\Program Files\World of Warcraft\Interface\AddOns` | ||
|
||
.. and so you would end up with the folder | ||
|
||
`C:\Program Files\World of Warcraft\Interface\AddOns\SuperDuperMacro` | ||
|
||
.. and inside it would have `SuperDuperMacro.toc` and all the other files. | ||
|
||
|
||
- [Curse blog entry on manually installing AddOns](https://support.curse.com/hc/en-us/articles/204270005) | ||
- [Curse FAQ on manually installing AddOns](https://mods.curse.com/faqs/wow-addons#manual) | ||
|
||
|
||
# Configuration / Usage | ||
|
||
Open the interface by typing `/sdm` | ||
|
||
* Create macros beyond the 255-character limit, and even beyond the 1023-character macrotext limit. | ||
* However, no individual line in a macro may be more than 1023 characters long (you will get a warning). | ||
* The number of lines is unlimited. | ||
* Share macros in-game. | ||
* Button macros | ||
** 36 global and 18 character-specific for each character. | ||
- Create macros beyond the 255-character limit, and even beyond the 1023-character macrotext limit. | ||
- However, no individual line in a macro may be more than 1023 characters long (you will get a warning). | ||
- The number of lines is unlimited. | ||
- Share macros in-game. | ||
- Button macros | ||
- 36 global and 18 character-specific for each character. | ||
* Floating macros accessed by `/click` | ||
** You can make as many of these as you want. | ||
- You can make as many of these as you want. | ||
* Lua scripts of unlimited length | ||
** `/sdm run <name>` | ||
** `sdm_RunScript("name")` | ||
- `/sdm run <name>` | ||
- `sdm_RunScript("name")` | ||
|
||
|
||
Suggestions and bug reports are always welcome. You can post comments on http://www.wowinterface.com/downloads/info10496 | ||
# Issues and suggestions | ||
|
||
If you want to add something yourself, you can either: | ||
([issues list](https://github.com/spiralofhope/SuperDuperMacro/issues)) | ||
|
||
* Upload it in the "Optional Files" tab, | ||
* or create a pull request to my GitHub repo: https://github.com/hypehuman/super-duper-macro | ||
- If you seen an error, disable all addons but this one and re-test before creating an issue. | ||
- If you have multiple addons installed, errors you think are for one addon may actually be for another. No really, disable everything else. | ||
- Search for your issue before creating an issue. | ||
- Always report errors. | ||
- There are several helpful addons to catch errors. Try something like [TekErr](http://www.wowinterface.com/downloads/info6681). | ||
|
||
|
||
### Special thanks to | ||
# Special thanks | ||
|
||
* The **SuperMacro** AddOn, which inspired the idea for this addon. | ||
* All the regulars on the UI & Macro forums, who have been guiding me through this process. | ||
- The **SuperMacro** AddOn, which inspired the idea for this addon. | ||
- All the regulars on the UI & Macro forums, who have been guiding me through this process. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,23 @@ | ||
## Interface: 60000 | ||
## Title : Super Duper Macro | ||
## Notes: Enables creation of incredibly long macros. | ||
## Author: hypehuman | ||
## Version: 2.6.1 | ||
## SavedVariables: sdm_version, sdm_listFilters, sdm_iconSize, sdm_mainContents, sdm_macros | ||
# SuperDuperMacro has most recently been tested against: | ||
# Version 7.3.0 (24920) (Release x64) | ||
# Aug 28 2017 | ||
|
||
# The interface number can be learned with: | ||
# /dump select( 4, GetBuildInfo() ) | ||
## Interface: 70200 | ||
## Author: spiralofhope, hypehuman | ||
## Title: Super Super Macro | ||
## Notes: Enables the creation of incredibly long macros. | ||
## Version: 7.3.0.1 | ||
## SavedVariables: sdm_version, sdm_listFilters, sdm_iconSize, sdm_mainContents, sdm_macros | ||
## DefaultState: enabled | ||
|
||
## X-Date: 2017-08-29 | ||
## X-Website: https://github.com/spiralofhope/SuperDuperMacro/ | ||
## X-Feedback: https://github.com/spiralofhope/SuperDuperMacro/issues/new | ||
|
||
SuperDuperMacro_Core.lua | ||
SuperDuperMacro_Interface.lua | ||
SuperDuperMacro_Sharing.lua | ||
SuperDuperMacro_Frames.lua | ||
SuperDuperMacro_MacroInterpreter.lua | ||
SuperDuperMacro_MacroInterpreter.lua |