Dimensional Death

Final Fantasy XIV: A Realm Reborn => Guide Book => Topic started by: Celedh Knight on November 29, 2017, 11:05:34 PM

Title: Dynamic Hotbars Guide
Post by: Celedh Knight on November 29, 2017, 11:05:34 PM
Here's a small guide for those that want to make a Dynamic Hotbar.

What's a Dynamic HotBar?

It's basically HotBars that can change their contents depending on what you need them. For example, here's mine :

(http://dimensionaldeath.com/images/hotbar/inaction.gif)

The Classes and Text macros are essentially using the same 4 HotBars, but swapping their contents to Classes or Text Macros depending on which button is pressed. This isn't as hard to do as it seems! You can apply this is a multitude of ways.

The utilities and Waymarks use their own separate hotbars because they are tied to Hotkeys. The thing with Hotkeys is that they are tied to the specific Hotbar number you assign them to, so if you change the contents you also change what your hotkey would do. So I make them into 'static' ones rather than dynamic like the Classes and Text ones. That way I can use the 'utilities' to setup things like mounts, minions, spring and what not, something that any class would use. Same with waymarks, assigned to the NumPad.

So how to make this? It's not that tough!

First, setup your hotbars in config :

(http://dimensionaldeath.com/images/hotbar/config1.png)(http://dimensionaldeath.com/images/hotbar/config2.png)

Set up those you want to use as 'shared'. Setting them as not shared means they change with each job. Make sure they are set as 'shared' BEFORE you start placing any actions on those bars, otherwise they will stay with the class you're currently on. Also set their size in what suits your needs. In my case I set them up as 4x3 for the 4 hotbars I use for Class/Text, and 12x1 for the 'menu' bar.

Next, the actual placement in the HUD :

(http://dimensionaldeath.com/images/hotbar/layout.png)
I stacked them up like this, using Shared 4 as the menu, 5-6-7-8 as the Class/Text, 9 for Utilities and 10 for Waymarks. I also placed them so that they appear 'above' the menu button. Since pressing one makes the other vanish, they can be overlapped like this.

Now for the User Macros.

First setup your 'save' macro, like this :
(http://dimensionaldeath.com/images/hotbar/save.png)

This basically saves each 'Share' (5-6-7-8) to GLA 1-2-3-4.

Why Gladiator? Because it's a class, and classes are saved separately than Jobs. And once you unlocked jobs you don't have much of a reason to use classes anymore, so they are generally safe to use. Just don't save it unto a class you might level up later if the job is not unlocked! Avoid saving to jobs for the same reason of course.

Now place your actions unto the bars (5-6-7-8 for me here), something like this :

(http://dimensionaldeath.com/images/hotbar/final.png)
And put the 'save' macro somewhere there. That way if you ever make changes to the layout later you have a quick access to saving it. If you don't save, all changes will be lost when you 'load' those hotbars up, of course (making an improvised Undo while at it). In this picture, the 'save' is in the lower right corner.

Now let's make the macros for each bar you want to appear. Here's the 'job' one for me :

(http://dimensionaldeath.com/images/hotbar/load.png)
This basically removes ALL visible hotbars (display off) then pulls up the bars GLA 1-2-3-4, puts them into Shared 5-6-7-8, and then displays them back on. This avoid seeing the icons vanish and reappear oddly, but also hides other menus like Utilities and Waymarks (9 and 10 for me).

Repeat for any other bars. Here's the one for Text macros here, showing the save and load of them. I saved them to CNJ class here :
(http://dimensionaldeath.com/images/hotbar/save2.png)
(http://dimensionaldeath.com/images/hotbar/load2.png)

Now much simpler, the Utilities only needs to turn off the display of all bars, and then show it. Since it doesn't save/load to classes, all it does is hide all other bars and then display Hotbar 9

(http://dimensionaldeath.com/images/hotbar/load3.png)

The last thing to note is that pressing the button again doesn't hide them, so I made a 'close all' macro. It's the 'down' arrow on my menu :
(http://dimensionaldeath.com/images/hotbar/hide.png)

And that's it! This is the logic to apply to any dynamic hotbars. Simply adjust this to your needs, you can make a single 'rotating' bar with up/down arrows for example, scrolling through various choices instead of using a menu bar like mine. The idea is to save/load the bars to Classes and Display on/off/toggle as needed. Not that complicated!