KoffeinFlummi / AGM

Authentic Gameplay Modification for A3 | THIS PROJECT IS NO LONGER BEING WORKED ON. ALL ISSUES AND PULL REQUESTS WILL BE IGNORED.
Other
126 stars 84 forks source link

Show the progressBar text over the player #2182

Open 654wak654 opened 9 years ago

654wak654 commented 9 years ago

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

jonpas commented 9 years ago

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

654wak654 commented 9 years ago

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 commented 9 years ago

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 commented 9 years ago

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 commented 9 years ago

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