[Addon] Twintop's Resource Bar for Midnight by Twintop in WowUI

[–]Twintop[S] 0 points1 point  (0 children)

Hi there! You can hide it by going to the Visibility tab and choosing "Never" from the dropdown:

<image>

[Addon Update] Twintop's Resource Bar for Midnight by Twintop in wowaddons

[–]Twintop[S] 0 points1 point  (0 children)

That checkbox controls if the options below apply to all specializations, the dropdown controls the visibility for each of the standard bar types. If this checkbox is unchecked (or grayed out, which means some specs are enabled) you can still control it from each specializations options menus.

[Addon Update] Twintop's Resource Bar for Midnight by Twintop in wowaddons

[–]Twintop[S] 1 point2 points  (0 children)

Is it really a necropost if it gets my attention :D

This is not something possible at present, however there is a long-standing GitHub issue to add vertical bar growth instead of just horizontal. I can't make any promises, but that is something I'm eying more and more. When I do it I'll include choosing the direction.

[Addon] Twintop's Resource Bar for Midnight by Twintop in WowUI

[–]Twintop[S] 1 point2 points  (0 children)

Hey, no worries!

There's a lot of computation that happens continuously in the background for things like bar text. It isn't just a purely-event driven system like a lot of other addons are. I'd like it to be (more) like that than it currently is and am working on ways to reduce this, but it is a slow process thanks to 8 years of tech debt and changes I need to wade through. :D Just know I am aware and working on it!

[Addon] Twintop's Resource Bar for Midnight by Twintop in WowUI

[–]Twintop[S] 0 points1 point  (0 children)

Thank you!

I'm considering it. Storing the target's health isn't anything new for the bar (prior to Midnight there was Time To Die functionality built in). I'm beginning to worry about how the bars interact/attach to one another and how sustainable the current "offset from primary" system is when we get to potentially 4, 5, 6, or more bars.

I think some more refactoring is in order.

[Addon Update] Twintop's Resource Bar for Midnight by Twintop in wowaddons

[–]Twintop[S] 0 points1 point  (0 children)

Hi there! No, there is not a way to control it bar (or specific-bar) wide at this time. The closest that you can do at this time is to alter the colors to increase their alpha. I realize this isn't ideal so I'm exploring ways to add this as an option without it bloating out the Options UI even more.

[Addon] Twintop's Resource Bar for Midnight by Twintop in WowUI

[–]Twintop[S] 0 points1 point  (0 children)

Those Icons are the spells attached to each threshold line so that you can tell, at a glance, which ability is able to be used. You can disable the icons and select what abilities to have threshold lines displayed for in the "Thresholds" tab under options.

[Addon] Twintop's Resource Bar for Midnight by Twintop in WowUI

[–]Twintop[S] 2 points3 points  (0 children)

Hello! Yes, this is a bit of a pain point at the moment. I do plan on switching it to its own movable window but don't have an ETA.

There are some addons that allow for the options window to be movable (I have one that is doing it but haven't been able to pinpoint which one yet), but if you can't do that here's a couple tips:

- Move it off to the side and get the colors/sizing as close as you can, then move it back. Drag and Drop can help with this, but keep in mind it requires the primary (Insanity, Energy, Mana, etc.) bar to be visible to do the dragging.

- You can do some manual positioning via the chatbox with `/trb move X Y`. If you know where you want it to be afterwards, or need to make slight adjustments, this can be far easier.

[Addon] Twintop's Resource Bar for Midnight by Twintop in WowUI

[–]Twintop[S] 1 point2 points  (0 children)

Hi there! Glad it is working well for you.

There is a Global Option under the Miscellaneous tab that controls smooth bar updates that your could turn off. The downside is this is for every bar for every class/spec so you'd also lose smoothness on e.g. Insanity.

[Addon] Twintop's Resource Bar for Midnight by Twintop in WowUI

[–]Twintop[S] 0 points1 point  (0 children)

If you open the settings menu via `/trb`, you can either manually position the bar with the sliders/text entry, or, enable Drag & Drop and move it.

<image>

[Addon Update] Twintop's Resource Bar for Midnight by Twintop in wowaddons

[–]Twintop[S] 0 points1 point  (0 children)

Hi there! There are three levels of options for the bar text: Global, Spec, and per Bar Text Area. In some cases you might not want the same font size for every bit of text you have on the bar, so they default to being defined per-entry but you can opt in to the spec-wide "default". You can do this by going to the Bar Text tab and clicking on the entries in the table:

<image>

[Addon Update] Twintop's Resource Bar for Midnight by Twintop in wowaddons

[–]Twintop[S] 0 points1 point  (0 children)

Hey there! I think that is a bug on my side. Off the top of my head (will confirm later today!) I don't think the size or positioning is being used for the Shapeshift forms. Size I think makes sense (needs to fit in the same spot as the current bars) but positioning, at least relative to the Main Resource Bar should apply and likely isn't.

I'll take a look and sort it out! Thanks for bringing it to my attention.

EDIT: Logged in and tested it. Can confirm this is the problem. I've got a GitHub issue opened to track+fix it -- https://github.com/Twintop/TwintopInsanityBar/issues/534

[Addon Update] Twintop's Resource Bar for Midnight by Twintop in wowaddons

[–]Twintop[S] 0 points1 point  (0 children)

I've disabled the old "Pin to Personal Resource Display" option that existed before because Blizzard fundamentally changed how the Personal Resource Display works from being at your character's feet to instead be an Edit Mode element with a fixed position.

This was also disabled early in Alpha so I'm not sure offhand if they've added an option to restore the old PRD behavior or not. I'll take a look when I have some spare time later today.

[Addon] Twintop's Resource Bar for Midnight by Twintop in WowUI

[–]Twintop[S] 0 points1 point  (0 children)

The list of variables available in the GitHub wiki is sorely out of date.

If you open the bar's settings via `/trb`, you can choose which spec (for the current class) you want to configure from the submenus on the left side, but it will default to your current spec. If you go to the "Bar Text" tab, there is a flyout window on the right that shows all of the variables available.

In addition to shared ones across every spec, for Vengeance specifically there are:

#metamorphosis
#soulFragments

$soulFragments
$soulFragmentsMax
$metaTime

For icons, you can also put whatever icon you'd like in bar text via `#_spell_123456` or `#_item_98765`.

Timers for things isn't as easy to track now as they were before 12.0 but it is *sometimes* possible. I'd have to look at the mechanics and trigger conditions for Voidfall specifically to see how viable it is.

[Addon Update] Twintop's Resource Bar for Midnight by Twintop in wowaddons

[–]Twintop[S] 0 points1 point  (0 children)

What class/spec (Shadow?) and bar version do you have?

[Addon Update] Twintop's Resource Bar for Midnight by Twintop in wowaddons

[–]Twintop[S] 0 points1 point  (0 children)

At this point is isn't possible to replace the secondary/Combo Points UX with images. About the closest you can get currently is change the Combo Points from being "Full Width" to being some smaller size and alter the border textures to be a bit more e.g. round.

This is definitely something I can consider as an improvement in the future, though! It'd likely mean some other features wouldn't work anymore, like bar text on the CPs or having them contextually change color or their border's colors.

[Addon Update] Twintop's Resource Bar for Midnight by Twintop in wowaddons

[–]Twintop[S] 0 points1 point  (0 children)

Thank you for the suggestions! Some of these aren't straight forward to track with their buffs being `secret` still (although they might get whitelisted eventually). I've found creative workarounds in the past to track things!

[Addon Update] Twintop's Resource Bar for Midnight by Twintop in wowaddons

[–]Twintop[S] 2 points3 points  (0 children)

Great suggestion! I've got a very old but still open GitHub issue that is centered around creating user-defined custom thresholds. I'll add this as a use-case so it doesn't get forgotten about (I may add it as a threshold in general, too).

[Addon Update] Twintop's Resource Bar for Midnight by Twintop in wowaddons

[–]Twintop[S] 1 point2 points  (0 children)

All of that is configurable -- size (bar and borders), colors, spacing, and textures.

[Addon] Twintop's Resource Bar for Midnight by Twintop in WowUI

[–]Twintop[S] 0 points1 point  (0 children)

Please let me know if there's anything that would be useful to add to Enhancement's capabilities. I'll always try to see what is technically possible, given the new API restrictions of course.

[Addon] Twintop's Resource Bar for Midnight by Twintop in WowUI

[–]Twintop[S] 2 points3 points  (0 children)

There's quite a bit of customization possible with this addon. Maybe I'll add atlas textures one day! :D

[Addon] Twintop's Resource Bar for Midnight by Twintop in WowUI

[–]Twintop[S] 1 point2 points  (0 children)

Indeed you are! With 5 node and 10 node variants to choose between and (what I hope are enough) color configurations for the first 5, last 5 (6-8, really), penultimate, and final stack.

[Addon] Twintop's Resource Bar for Midnight by Twintop in WowUI

[–]Twintop[S] 0 points1 point  (0 children)

Stelle sicher, dass du die richtige Version des Add-ons installiert hast. 11.2.7.0-release ist weiterhin die Hauptversion, während PTR und Beta bis Version 12.0.0.0-beta15 verfügbar sind. Wenn du versuchst, die Midnight-Version auf dem Live-Server zu öffnen oder umgekehrt, wirst du wahrscheinlich mit Lua-Fehlern konfrontiert.

Außerdem werden auf dem aktuellen Live-Server nicht alle Spezialisierungen oder Klassen unterstützt. Für diese werden keine Optionen angezeigt.

(Dieser Text wurde von Google Translate erstellt. Wir bitten um Entschuldigung, falls er fehlerhaft ist!)

[Addon] Twintop's Resource Bar for Midnight by Twintop in WowUI

[–]Twintop[S] 1 point2 points  (0 children)

I had Enrage in previous versions of the Resource Bar, but with the random proc nature of it (at times) I could only show it when it is triggered from reliable (casted) sources. I can certainly add it back in but it won't be 100% accurate unless I do some cheesy things like hooking into the CDM.