Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show the progressBar text over the player #2182

Open
654wak654 opened this issue Mar 13, 2015 · 5 comments
Open

Show the progressBar text over the player #2182

654wak654 opened this issue Mar 13, 2015 · 5 comments

Comments

@654wak654
Copy link

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

@bux bux added this to the Version 1.0 milestone Mar 13, 2015
@jonpas
Copy link
Contributor

jonpas commented Mar 13, 2015

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

@654wak654
Copy link
Author

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.

@jonpas
Copy link
Contributor

jonpas commented Mar 13, 2015

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).

@654wak654
Copy link
Author

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.

@jonpas
Copy link
Contributor

jonpas commented Mar 13, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants