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

Make the command bar hidable through preferences #568

Closed
nicolasbadano opened this issue Apr 13, 2015 · 7 comments
Closed

Make the command bar hidable through preferences #568

nicolasbadano opened this issue Apr 13, 2015 · 7 comments
Assignees

Comments

@nicolasbadano
Copy link
Contributor

Leaders are stuck with the bar that show the units of your group, and it's completely superfluous on MP. We could possibly disable it a runtime for those who want to.

@jaynus
Copy link
Contributor

jaynus commented Apr 13, 2015

It's disabled by game difficulty settings, they should configure that. It's superfulous to have ACE do it

@PabstMirror
Copy link
Contributor

Yeah. It's controlled by the HUDGroupInfo tag, off in Elite difficutly. I guess leave it to server admins.

Otherwise we could do profilenamespace setvariable ["IGUI_GRID_BAR_X", -10];
But that takes a full game restart to take effect.

@nicolasbadano
Copy link
Contributor Author

k, I thought it was not possible. I'll bug my server admin instead :)

@jonpas
Copy link
Member

jonpas commented Apr 13, 2015

Pretty sure it's also disabled on Veteran (unless AGM does it).

@PabstMirror
Copy link
Contributor

Tag #1857
1.52 commands now make this possible to change mid mission (showHUD/shownHUD)

_hud = shownHUD;
_hud set [6, false]; //show group info bar (hides squad leader info bar)
showHud _hud;

@jonpas
Copy link
Member

jonpas commented Oct 7, 2015

Yep, I'll be implementing this in the tagged issue. :)

@nicolasbadano
Copy link
Contributor Author

👍

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

4 participants