Bars - Target Bar With Lots Of Extra Goodies

Eorzea Time
 
 
 
Language: JP EN FR DE
Version 3.1
New Items
users online
Forum » Windower » General » Bars - Target bar with lots of extra goodies
Bars - Target bar with lots of extra goodies
 Valefor.Keylesta
Offline
Server: Valefor
Game: FFXI
user: Keyser
Posts: 128
By Valefor.Keylesta 2025-04-10 13:57:14
Link | Quote | Reply
 
Fenrir.Brimstonefox said: »
Is it possible to hide the original game data for anything this addon is displaying? (mainly the enemy bar above the party in the lower right)
To my knowledge there is no way to remove or hide that using built-in game measures, short of placing something else over top of it.

Fenrir.Ahlen said: »
Is it possible to have the SP flash separate of the NM name instead of replacing it or have it pop on a different bar that you could place like in the middle?
Certainly possible, but it was a specific design choice I made to keep it as compact as I could where it made sense. Replacing the normal actions for the duration of the SP didn't make sense, and since the Target, Sub-Target, and Focus Target bars will all display their respective SPs adding 3 more bars was too much visual clutter in the same area, so the best solution I found was to add a highlight/stroke effect and rotate between the target name and the SP name, along with the countdown timer, that way it's right where you're used to looking already. There is a lot of different and varying information to display in the addon and I didn't want the visual space that is taken up to become too large or bloated.

Either way, I do appreciate the feedback. I'm always open to taking suggestions, even if I may not implement every one.
 Bahamut.Graeme
Offline
Server: Bahamut
Game: FFXI
user: Murphie
Posts: 23
By Bahamut.Graeme 2025-04-12 13:49:36
Link | Quote | Reply
 
I don't have any questions I just want to tell you what a huge fan I am of this addon. It has really helped me a lot. Thanks for the work you've put into it!
[+]
 Valefor.Keylesta
Offline
Server: Valefor
Game: FFXI
user: Keyser
Posts: 128
By Valefor.Keylesta 2025-04-13 13:28:51
Link | Quote | Reply
 
Bahamut.Graeme said: »
I don't have any questions I just want to tell you what a huge fan I am of this addon. It has really helped me a lot. Thanks for the work you've put into it!
Aw man that so great to hear, thank you so much for the kind words!
Offline
Posts: 22
By blucorp 2025-04-14 22:45:19
Link | Quote | Reply
 
Hey again Keylestra, just had a quick couple questions:

Am I missing some asset for the checkmark / arrow to show when skills successfully fire off? I'm just getting blank squares as seen below.


Second question, what exactly is Sub Target for? Does it show your pet's target, or your target's target? I can't seem to get it to work properly either way. Thanks in advance.
[+]
 Bahamut.Daleterrence
Offline
Server: Bahamut
Game: FFXI
user: Dalight
Posts: 33
By Bahamut.Daleterrence 2025-04-15 13:07:37
Link | Quote | Reply
 
blucorp said: »
Am I missing some asset for the checkmark / arrow to show when skills successfully fire off? I'm just getting blank squares as seen below.

That means the font you are using does not have that character as a part of it, so it gets replaced with the box instead, you'd either need to edit the addon's code to change the character to one the font does have, or switch to another font
[+]
Offline
Posts: 22
By blucorp 2025-04-15 14:56:44
Link | Quote | Reply
 
Oh that makes sense. I am using a font I downloaded that's different. Thanks!
[+]
 Valefor.Keylesta
Offline
Server: Valefor
Game: FFXI
user: Keyser
Posts: 128
By Valefor.Keylesta 2025-04-15 16:01:20
Link | Quote | Reply
 
Bahamut.Daleterrence said: »
That means the font you are using does not have that character as a part of it, so it gets replaced with the box instead, you'd either need to edit the addon's code to change the character to one the font does have, or switch to another font
^ Spot on.

blucorp said: »
Second question, what exactly is Sub Target for? Does it show your pet's target, or your target's target? I can't seem to get it to work properly either way. Thanks in advance.
Sub Target is the literal sub-target (a secondary target in addition to your primary cursor target) from the game. So, for example, if you have a monster targeted (which will show as your normal Target), then you use a Cure macro with a target select (note that stpt and stal do not work for this example because they put the targeting cursor directly into the party/alliance list and do not trigger the game supplying a sub-target) it will show you what your sub-target is for that spell.
 Valefor.Keylesta
Offline
Server: Valefor
Game: FFXI
user: Keyser
Posts: 128
By Valefor.Keylesta 2025-04-18 10:33:20
Link | Quote | Reply
 
Update to Version 3.6



  • Added party_actions option. Displays basic information about what your party/alliance members are doing.

[+]
necroskull Necro Bump Detected! [38 days between previous and next post]
Offline
Posts: 22
By blucorp 2025-05-26 00:25:57
Link | Quote | Reply
 
Hey Keylestra,
Loving the Addon, have been using it for a while now and just wanted to drop some minor suggestions for settings that users can adjust.

-Increasing/Decreasing the offset of the TargetActions from the Target HP Bar. Just the ability to move the text a bit further away(down) or closer(up) to the Target HP Bar.
-Adjusting the distance / offset between Target HP%, Distance, and Name.
-Perhaps an easier way to adjust the Height of the bar, that isn't tied directly to font size, and requires multiple other settings to get changed after. Not a big issue, just a minor hassle.
-The ability to disable the Check mark and Arrow symbols in the text for TargetActions and SelfActions. Some font's don't have access to those symbols, so we're left with a square box (like my post earlier in the thread)
-Italic toggle for all text elements

Thanks as always.
[+]
 Valefor.Keylesta
Offline
Server: Valefor
Game: FFXI
user: Keyser
Posts: 128
By Valefor.Keylesta 2025-05-26 12:45:28
Link | Quote | Reply
 
I have a number of updates for a bunch of addons I'm working through, but I will add these to the list for Bars.

Quote:
-Increasing/Decreasing the offset of the TargetActions from the Target HP Bar. Just the ability to move the text a bit further away(down) or closer(up) to the Target HP Bar.
Should be easy, right now its a hardcoded distance I can just turn it into a variable and add it under Options in settings.

Quote:
-Adjusting the distance / offset between Target HP%, Distance, and Name.
Do you mean going from like
Code
100%  2.66 Auction Counter
to something like
Code
100%     2.66      Auction Counter
?

Quote:
-Perhaps an easier way to adjust the Height of the bar, that isn't tied directly to font size, and requires multiple other settings to get changed after. Not a big issue, just a minor hassle.
The "main" or "primary" bar is the Target Bar, so when I started building the addon that was the bar that took the main addon position that is saved automatically in the settings file, then everything else was built out around that. My thinking when building it out was all the rest of the bars would be centered around the main bar (Target),and it would be simple enough to position the Target bar where you wanted it, then use any of the other settings to wiggle the other bars around to your preference. Moving them each independently didn't really cross my mind if I'm honest lol. I can change it so that they are all positioned individually (not tied to the Target bar position). In fact that kinda goes right along with another change I'm planning (adding a little more flexibility to the positioning of the recently added Party Actions)

Quote:
-The ability to disable the Check mark and Arrow symbols in the text for TargetActions and SelfActions. Some font's don't have access to those symbols, so we're left with a square box (like my post earlier in the thread)
In the settings file, go to options > show_action_status_indicators and set it to false, that will disable them. I might add the ability to change the symbols used, but I use them in a few places as if/then checks for things so I'd have to make sure not to break that stuff if I did that.

Quote:
-Italic toggle for all text elements
Honestly never considered that anyone would want to make things italics, but I can work with it. Are you wanting like a blanket "turn everything italics" settings, or like per bar or something?
Offline
Posts: 22
By blucorp 2025-05-26 18:51:49
Link | Quote | Reply
 
Quote:
Do you mean going from like
Code
100%  2.66 Auction Counter
to something like
Code
100%     2.66      Auction Counter
?

Yep, that's exactly what I meant. Not a huge deal, just a minor Quality of life.

Quote:
The "main" or "primary" bar is the Target Bar, so when I started building the addon that was the bar that took the main addon position that is saved automatically in the settings file, then everything else was built out around that. My thinking when building it out was all the rest of the bars would be centered around the main bar (Target),and it would be simple enough to position the Target bar where you wanted it, then use any of the other settings to wiggle the other bars around to your preference. Moving them each independently didn't really cross my mind if I'm honest lol. I can change it so that they are all positioned individually (not tied to the Target bar position). In fact that kinda goes right along with another change I'm planning (adding a little more flexibility to the positioning of the recently added Party Actions)

Sounds awesome!

Quote:
In the settings file, go to options > show_action_status_indicators and set it to false, that will disable them. I might add the ability to change the symbols used, but I use them in a few places as if/then checks for things so I'd have to make sure not to break that stuff if I did that.
My bad, I didn't realize that was already a setting! Nice!

Quote:
Honestly never considered that anyone would want to make things italics, but I can work with it. Are you wanting like a blanket "turn everything italics" settings, or like per bar or something?
Either or honestly, it's probably not something a lot of people would use, but it is more true to the original UI fonts of the game.


I also just realized another small one. The ability to possible stack the Focus and Sub-Target bars vertically, instead of horizontally? Or just the ability to position them all separately like you mentioned earlier would work as well. I have a weird UI set up, and right now they kind of overlap with each other and alliance frames(which I can't move, because they are hiding the default alliance frames).


Oh and maybe the ability to scale down the size of the Focus and Sub targets, as well as their action text size.


As always, Thanks for all the great work you do! Love this addon.
[+]
 Valefor.Keylesta
Offline
Server: Valefor
Game: FFXI
user: Keyser
Posts: 128
By Valefor.Keylesta 2025-05-26 21:45:54
Link | Quote | Reply
 
I think what I'll end up doing is setting up a section inside the options in the settings file for each bar, and each will have settings for their position, bar width, sizes, bold, italics, vertical offsets for the text attached to each bar, etc. This would cover pretty much all of the above and the Focus/Sub-Target bar thing you just brought up too. I can also setup options for the horizontal spacing in the text too. So all in all I should be able to cover everything you brought up :thumbsup:, just gonna take me a little bit to get to it while I clear out these other updates I've been working on.
 Valefor.Keylesta
Offline
Server: Valefor
Game: FFXI
user: Keyser
Posts: 128
By Valefor.Keylesta 2025-05-30 15:44:32
Link | Quote | Reply
 
Little update, started working on moving all the different bars into their own settings sections. First thing I did was work on the party actions, here I've got them integrated and matching with my XIVParty layout (props to Ragnarok.Tylas for that sweet addon).

[+]
Offline
Posts: 22
By blucorp 2025-05-31 23:40:14
Link | Quote | Reply
 
Valefor.Keylesta said: »
I think what I'll end up doing is setting up a section inside the options in the settings file for each bar, and each will have settings for their position, bar width, sizes, bold, italics, vertical offsets for the text attached to each bar, etc. This would cover pretty much all of the above and the Focus/Sub-Target bar thing you just brought up too. I can also setup options for the horizontal spacing in the text too. So all in all I should be able to cover everything you brought up :thumbsup:, just gonna take me a little bit to get to it while I clear out these other updates I've been working on.
Honestly that seems fantastic. It would allow people to do all the extra customization their heart desires!
 Valefor.Keylesta
Offline
Server: Valefor
Game: FFXI
user: Keyser
Posts: 128
By Valefor.Keylesta 2025-06-03 18:46:26
Link | Quote | Reply
 
Here's some more progress! Since every section has it's own separate positions, the current `//bars pos` command wasn't gonna cut it any more. I could just split that into multiple commands, but this is way better.

 Valefor.Keylesta
Offline
Server: Valefor
Game: FFXI
user: Keyser
Posts: 128
By Valefor.Keylesta 2025-06-05 14:16:49
Link | Quote | Reply
 
Another progress update! This time showing 2 new options: Floating TP and Bar Pulse.
Floating TP was a random idea I had when I kept moving my eyes back and forth from the TP meter moving to the right to the TP number back on the left.
Bar Pulse works on the TP Bar when TP is ready to use, and the HP, MP, and Pet bars when they are critically low (<25%).
As usual, both new options can be disabled in settings, and the Bar Pulse can be edited to a degree: max alpha (brightness), and multiplier (speed).
Offline
Posts: 22
By blucorp 2025-06-05 14:56:17
Link | Quote | Reply
 
Valefor.Keylesta said: »
Here's some more progress! Since every section has it's own separate positions, the current `//bars pos` command wasn't gonna cut it any more. I could just split that into multiple commands, but this is way better.


Holy smokes, that is so slick!

Valefor.Keylesta said: »
Another progress update! This time showing 2 new options: Floating TP and Bar Pulse.
Floating TP was a random idea I had when I kept moving my eyes back and forth from the TP meter moving to the right to the TP number back on the left.
Bar Pulse works on the TP Bar when TP is ready to use, and the HP, MP, and Pet bars when they are critically low (<25%).
As usual, both new options can be disabled in settings, and the Bar Pulse can be edited to a degree: max alpha (brightness), and multiplier (speed).

Ok, this looks amazing as well.
[+]
 Valefor.Keylesta
Offline
Server: Valefor
Game: FFXI
user: Keyser
Posts: 128
By Valefor.Keylesta 2025-06-05 20:48:03
Link | Quote | Reply
 
Quote:
I might add the ability to change the symbols used, but I use them in a few places as if/then checks for things so I'd have to make sure not to break that stuff if I did that.
Got this working fine now, so you can change the icons if you so desire :D
 Carbuncle.Gabvanstronger
Offline
Server: Carbuncle
Game: FFXI
Posts: 55
By Carbuncle.Gabvanstronger 2025-06-05 22:15:09
Link | Quote | Reply
 
!! Can't wait to try that update, thanks ^^

I also had a suggestion : think you could add a locked-on design?
Something like


Again, thanks a lot ^^/
[+]
Offline
Posts: 102
By Jhoo 2025-06-06 00:52:21
Link | Quote | Reply
 
Morning, this lua shows Tp boss ?
[+]
Offline
By Kadokawa 2025-06-06 01:11:31
Link | Quote | Reply
 
I love your addon bro :D
[+]
 Valefor.Keylesta
Offline
Server: Valefor
Game: FFXI
user: Keyser
Posts: 128
By Valefor.Keylesta 2025-06-06 10:33:33
Link | Quote | Reply
 
Carbuncle.Gabvanstronger said: »
!! Can't wait to try that update, thanks ^^

I also had a suggestion : think you could add a locked-on design?
Something like


Again, thanks a lot ^^/
Hmmm I should absolutely be able to get something like that working, I'll start playing around with this today in between work. Great idea!

Jhoo said: »
Morning, this lua shows Tp boss ?
This will not show a boss/mobs TP, no.

Kadokawa said: »
I love your addon bro :D
THank you so much for the kind words ^^;
 Valefor.Keylesta
Offline
Server: Valefor
Game: FFXI
user: Keyser
Posts: 128
By Valefor.Keylesta 2025-06-06 17:36:07
Link | Quote | Reply
 
Todays addition, Target Lock!

The size, color, underline width, and the icons themselves can be changed via the settings file.

Thanks to Carbuncle.Gabvanstronger for the idea!

I think most of the major additions and changes have been finished now, I just need to go through top to bottom and do some cleanup and double-checking of things. Once I finish that going to pass copies to a few people to give them a day or two with it before I release the update.

[+]
Offline
Posts: 1
By Epicenter 2025-06-08 03:19:05
Link | Quote | Reply
 
I started playing FF11 2 weeks ago and tried this addon. I don't think I can play FF11 without it anymore I'm a former FF14 player, and the UI/UX of FF11 kept me from playing it for years. The new update looks great. Thank you, Keylesta
[+]
 Valefor.Keylesta
Offline
Server: Valefor
Game: FFXI
user: Keyser
Posts: 128
By Valefor.Keylesta 2025-06-08 11:38:38
Link | Quote | Reply
 
Epicenter said: »
I started playing FF11 2 weeks ago and tried this addon. I don't think I can play FF11 without it anymore I'm a former FF14 player, and the UI/UX of FF11 kept me from playing it for years. The new update looks great. Thank you, Keylesta
Oh man, such high praise, thank you so much ^^
 Valefor.Keylesta
Offline
Server: Valefor
Game: FFXI
user: Keyser
Posts: 128
By Valefor.Keylesta 2025-06-25 15:33:25
Link | Quote | Reply
 
Been a little bit but I've had a few people testing for me and I've been implementing some feedback I've gotten, all the while working on the latest effect that I'm ready to show off...

Bar Drain!



As part of this addition, I've also increased the bar meter granularity by 10 times. Realistically you mostly won't notice the difference, but it enables the smooth motion on the drain effect. It also enabled another update you can barely notice in the above gif (since its quick and the gif frame rate is poo). The Self Action meter is now way smoother than it was before; instead of moving along in chunks, the meter smoothly increases as you're casting.

I should have this next update ready to pass out to my few testers within the next day and see how it goes after a few days of testing it out. If all goes well I'm hoping to get this pushed out officially by early next week!
[+]
 Valefor.Keylesta
Offline
Server: Valefor
Game: FFXI
user: Keyser
Posts: 128
By Valefor.Keylesta 2025-06-30 15:05:04
Link | Quote | Reply
 
Version 4.0 is come!
Lots more customization, lots more polish!

The bars are no longer glued to each other. Move each one to wherever you want it, customize each one's size, length, text, however you want.

So pretty and fancy now :holds back tears:. New Bar Drain and Bar Pulse animations. Super High-Def, not-AI-powered bar meters (read: smoother)!

PLEASE NOTE: If you are upgrading from a previous version, you MUST delete your settings file and start fresh.

Changelog
  • Overhauled how Auto Focus target data is saved. Now saves as a lua table in separate `data/auto_focus_targets.lua` file instead of saving as xml data inside the settings file. This approach allows for much easier handling of target names. No need to convert names with spaces and apostrophes to a format that xml can parse, instead saved as a direct string key exactly how it should be spelled.

  • Overhauled many of the options in the settings file. Many names adjusted for clarity. New settings added for things that used to be hard-coded. Some settings have had their structure/layout adjusted.

  • Added Bar Pulse animation options. Will pulse the bar when HP, MP, or your Pets HP are critically low (<=25%), when TP is ready to use (>=1000TP), or when a Target, Focus Target, or Sub Target has an SP ability active.

  • Added Bar Drain animation options. Bar meter updates immediately as normal, while the newly "missing" part of the bar smoothly drains away.

  • Added `show_target_lock` option. Indicates when you have your camera locked to your current target.

  • Added `floating_tp_number` option. The TP number for the TP bar floats along with the end of the TP meter.

  • Added `condense_target_name_and_sp_name` options. Rotates the name of the target and the SP ability name when a Target has an SP ability active, showing one at a time. Setting this to false will display the SP ability name after the target name.

  • Added a real right-align for the Party Actions instead of the fake one that relied on a monospace font. Any font is able to be used now, with the minor tradeoff being if you turn it off it throws the positioning numbers way outta wack and will need to be readjusted.

  • Added `ui` command. This will toggle the Screen Test that allows you to drag the different sections around the screen for placement.

  • Added `icons` settings to change the different status icons.

  • Added `italic` option for each section.

  • Added `bar_bg` options under `colors`. Can now adjust the color of the background bar (`normal`). Also added colorizing the background bar when the target is dead (`dead`).

  • Added a slight stroke/outline to all text to improve readability.

  • Removed a number of commands that are either no longer needed (ie pos) or have been split into multiple sections (ie bold). Positions for the different bars have been split out into their own sections and can now be modified via drag and drop with the `ui` command. Bold and other settings are also split into each section now and can be modified in the settings file.

  • Adjusted the meter bar resolution/granularity. Number of steps increased by 10 times, much more accurate meter bar lengths now.

  • Adjusted the Self Action bar update polling from 10 to 50 times per second. Combined with the 10x meter bar steps adjustment this results in a noticeably smoother bar animation.

  • Adjusted Target, Focus Target, and Sub Targets to no longer show active SP abilities once the target dies.

  • Adjusted display of active SP ability on a mob to cancel if it is removed via Larceny.

  • Adjusted the Fade option to not activate when player is dead.

  • Fixed the `show_target_action_result` so that it actually does what it's supposed to do (literally created the option then never used it anywhere <_<;;).

  • Fixed the SP Ability "Widened Compass" from not showing as activated.

  • Fixed the name of a "player" weapon skill used by an enemy (ex. a Dyna Volte mob using Tachi: Fudo) being blinked/anticipated by a player being incorrectly labeled as a job ability.

  • Known Issue: The name of a weapon skill used by a player being blinked by an enemy will be displayed incorrectly as a job ability.

  • Known Issue: Bar dragging does not work properly if Window Mode is set to "Window" in Windower. It seems the window's title bar is included when Windower returns the position of the mouse, but is not included when placing a text object on screen, resulting in the numbers not quite matching up and needing to grab slightly below where the actual bar is on the screen in order to grab and drag it.

  • Known Issue: Code `FFXIAH` gets you 10% off at my other side project: jokeandvogue.com. Ok not really an issue I just wanted to advertise this without being obnoxious about it, ya know?

  • Known Issue: The Target Lock icons/line very rarely will display incorrectly. A simple reload of the addon (`//lua r bars`) should fix the issue. I have done what I can to prevent this from happening, but `:extents()` occasionally just doesn't cooperate ¯\_(ツ)_/¯.

[+]
 Fenrir.Brimstonefox
Offline
Server: Fenrir
Game: FFXI
user: Brimstone
Posts: 270
By Fenrir.Brimstonefox 2025-07-01 07:24:28
Link | Quote | Reply
 
macy85 said: »
1. showing lvl of the enemy
2. showing icons of debuffs present on enemy (not interested really much in timers but just in presence or not of the debuff on enemy, so it should keep track of landing debuffs and wearing off).

I got this "targetbar" addon from this Brixy post.

I set the font size to 0 (for mob name and health) then I moved the Bars 4.0 bar inside of it and now it looks like its doing both those things pretty seemlessly.

I do like 4.0 and I was able to move things around still tweaking and playing with it.

If anyone is interested I could potentially post screen shots or settings.
[+]
 Bahamut.Noscrying
Online
Server: Bahamut
Game: FFXI
user: NoScrying
Posts: 79
By Bahamut.Noscrying 2025-07-01 08:32:47
Link | Quote | Reply
 
Valefor.Keylesta said: »
Version 4.0 is come!
Lots more customization, lots more polish!

Hi, any idea why this green bar is floating on my screen?

I've tried to turn most things off, so I only have Targetbar and Target_lock left.

It's not draggable either, when I turn on //bars ui unlock
And it has no name or description.

It goes away if I reload the addon, then comes back when I WS.


Edit:
It was the self action bar, that was not turning off for some reason, reloaded, turned false, again, and it stopped appearing.
[+]
 Valefor.Keylesta
Offline
Server: Valefor
Game: FFXI
user: Keyser
Posts: 128
By Valefor.Keylesta 2025-07-01 10:17:05
Link | Quote | Reply
 
Bahamut.Noscrying said: »
Edit:
It was the self action bar, that was not turning off for some reason, reloaded, turned false, again, and it stopped appearing.
Was this still happening? I'm unable to recreate this myself.

Fenrir.Brimstonefox said: »
I got this "targetbar" addon from this Brixy post.

I set the font size to 0 (for mob name and health) then I moved the Bars 4.0 bar inside of it and now it looks like its doing both those things pretty seemlessly.

I do like 4.0 and I was able to move things around still tweaking and playing with it.

If anyone is interested I could potentially post screen shots or settings.
I'd actually be interested in seeing it. I keep getting requests for this and I'm still trying to get some idea of how to put the debuff icons in without it being too cluttered with everything else going on.