flickerstreak@27:
flickerstreak@27:
flickerstreak@27: ReAction - README
flickerstreak@27:
flickerstreak@27:
flickerstreak@27:
flickerstreak@27: ReAction - README
flickerstreak@27: Contents
flickerstreak@27:
flickerstreak@27:
flickerstreak@27:
flickerstreak@27:
flickerstreak@27: Welcome to ReAction
flickerstreak@27: ReAction is a replacement for the various action bars provided by the default Blizzard UI. With ReAction, you can group your action buttons into bars however you want, and have as many bars as you want. Those bars can then have a number of dynamic behaviors assigned to them. ReAction provides an intuitive mouse-driven interface for arranging and resizing bars, and a dialog interface for the majority of the configuration options.
flickerstreak@27: There are many action bar addons out there. I suggest you try several and choose the one that works best for you. Other popular action bar addons include:
flickerstreak@27:
flickerstreak@27: - Bartender 3
flickerstreak@27: - Flexbar 2
flickerstreak@27: - Bongos
flickerstreak@27: - Trinity Bars
flickerstreak@27:
flickerstreak@27: Note that action bar addons are by nature generally incompatible with each other. Only install and enable one at a time! Most can currently be found on WoWInterface.com or Curse Gaming.
flickerstreak@27:
flickerstreak@27: Credits
flickerstreak@27: The WoW AddOn authoring community is rich and diverse. Virtually every successful addon author learns by reading, dissecting, and even pilfering (:-P) others' code. ReAction owes its existence to the following:
flickerstreak@27:
flickerstreak@27: - WoWAce team
flickerstreak@27: - Forumgoers of Blizzard's UI forum
flickerstreak@27: - ckknight (author of FuBar and other libraries)
flickerstreak@27:
- Nevcairiel (author of Bartender3)
flickerstreak@27: - Toadkiller (author of AutoBar)
flickerstreak@27: - Sairen (author of CyCircled)
flickerstreak@27: - Maul (author of Trinity Bars)
flickerstreak@27: - Tuller (author of Bongos2)
flickerstreak@27: - cncfanatics & co (authors of Flexbar 2)
flickerstreak@27: - <The Kids Are In Bed> of Staghelm, my everynight crew and alpha testers
flickerstreak@27:
flickerstreak@27:
flickerstreak@27: ReAction embeds components of the Ace2 framework.
flickerstreak@27:
flickerstreak@27: Features of ReAction
flickerstreak@27:
flickerstreak@27: - Unlimited number of bars
flickerstreak@27: - Unlimited number of buttons per bar, arranged in a grid
flickerstreak@27: - Arrange and resize bars, buttons, and grid layout with the mouse
flickerstreak@27: - Keybinding assignments (left and right click) for each button
flickerstreak@27: - Anchor bars to one another and to other UI elements
flickerstreak@27: - Button support for actions, pet actions, micro menu, bags, stances, totems, auras, aspects, and mind control, as well as specialized buttons for macros, spells, and items
flickerstreak@27: - Multiple independent pages per bar
flickerstreak@27: - Dynamic bar effects, such as page transitions, show/hide, expand/collapse, etc, as allowed by the Blizzard secure API
flickerstreak@27: - CyCircled and Dreamlayout compatibility (install CyCircled and/or Dreamlayout separately)
flickerstreak@27: - Modular extensible architecture
flickerstreak@27: - FuBar integration
flickerstreak@27:
flickerstreak@27:
flickerstreak@27: The design goal of ReAction is to be user-friendly and feature-efficient. Useful features are incorporated: "fluff" is culled out. Many behaviors have been inspired by other addons.
flickerstreak@27:
flickerstreak@27: NON-Features of ReAction
flickerstreak@27:
flickerstreak@27: - There is no method of inserting custom user script handlers. If you really want to do that sort of thing you'll have to hack the code or write your own module.
flickerstreak@27: - ReAction does not provide many slash commands for its interface, nor do many commands show up in DeuceCommander.
flickerstreak@27: - ReAction does not integrate with Titan Panel.
flickerstreak@27: - There are no auto-layout options other than a grid layout.
flickerstreak@27: - ReAction button keybindings cannot be configured via the standard Blizzard keybinding UI.
flickerstreak@27:
flickerstreak@27: None of these limitations are fundamental (except perhaps the keybindings). With the extensible architecture, an enterprising mod author could certainly write an addon module that extends ReAction's capabilities.
flickerstreak@27:
flickerstreak@27: Using ReAction
flickerstreak@27: Installation
flickerstreak@27: ReAction is distributed as a ZIP file: like all addons, just extract the archive contents into World of Warcraft/Interface/Addons. This will create a new folder called 'ReAction' in the Addons folder. Restart WoW, check that the AddOn is enabled in the character-select screen, and away you go.
flickerstreak@27: A common mistake is to extract the contents into a new folder named ReAction (thereby creating a doubly nested Addons/ReAction/ReAction), or to rename the ReAction folder. Make sure that the path to this README file is World of Warcraft/Interface/Addons/ReAction/README.html.
flickerstreak@27:
flickerstreak@27: First Run
flickerstreak@27:
flickerstreak@27: Laying Out Your Bars
flickerstreak@27:
flickerstreak@27: Configuring Your Bars
flickerstreak@27:
flickerstreak@27: Dynamic Behavior
flickerstreak@27: Dynamic bar behavior is a complex topic. At its most basic, you can have a bar switch between pages if you change stances/forms/stealth, just like the Blizzard UI does. For the more advanced user, multiple states can be created and transitions defined based on the available events as dictated by Blizzard's secure button API.
flickerstreak@27:
flickerstreak@27: License
flickerstreak@27:
flickerstreak@27: