KoffeinFlummi/AGM

Show the progressBar text over the player

Opened this issue · 5 comments

When a player has a progress bar for an action, for example things like "Bandaging Torso ...", "Repacking Magazines ...". The text could also show up above their head in 3D space. It'll make you aware what you're teammate is doing, so you could roughly guess how long it's going to take etc. In other situations if he's bandaging the left leg of a wounded, you could straight go the left, if he's changing the left front tire, you could start changing the right front. Maybe this could be another toggleable feature as a part of AGM_NameTags.

UPDATE: With modifications to the agm_nametags, and agm_core (just the progress bar function) I was able to make this work. Still not sure if my way is the best way of doing this. My fork has the needed changes, need translations though.
canovic

I'd like this optional if it gets implemented, I believe communication is the way to go! :D

I can totally understand, I'd go with communication in some cases too. Already working on a little demo, it'll of course be a optional thing like the rest of the name tag features (toggleable in the AGM Options menu), don't worry.

Yep exactly. I am thinking putting it into NameTags as an optional feature (by default disabled) with an option to enable inside the module (maybe even sub-options for what to show, eg. only process or add what's being worked on as well). That way when NameTags PBO is removed all NameTag related stuff is also gone (which I'd prefer personally as we don't use AGM Name Tags).

With the make-shift way that I'm doing it it's not possible to show more details than the action name. Someone who knows their way around agm could do that, but the only detail I could show is the progress which might be an overkill.

Cool, AGM team will see how it works and give you feedback, they are great. ;)