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

Group renaming reverted when loading the missionfile #718

Closed
klemmchr opened this issue Jul 2, 2017 · 3 comments · Fixed by #728
Closed

Group renaming reverted when loading the missionfile #718

klemmchr opened this issue Jul 2, 2017 · 3 comments · Fixed by #728
Labels
Milestone

Comments

@klemmchr
Copy link
Contributor

klemmchr commented Jul 2, 2017

Arma 3 Version: 1.72 (stable)
CBA Version: 3.4.0.170627 (stable)

Mods:

- CBA_A3
- ACE3
- a ton of other mods that shouldn't affect this issue

Description:

  • When downloading the missionfile the group renaming will be reverted. The groups will get their old naming (e.g. Alpha 1-1) and the unit that is containing the group name will be shown with the full role description (e.g. Group leader@Alpha 1)

Steps to reproduce:

  • Load a mission on a dedicated server where at least one group is renamed. The mission should include some bigger files that you can see the loading process.

Where did the issue occur?

  • Dedicated
@PabstMirror
Copy link
Contributor

The system runs on

_display displayAddEventHandler ["MouseMoving", _fnc_update];
_display displayAddEventHandler ["MouseHolding", _fnc_update];

I'm guessing that that progress bar blocks the display's mouse EH
Probably nothing we can do about this

@klemmchr
Copy link
Contributor Author

klemmchr commented Jul 2, 2017

Does the CBA pfh only run on mission startup? If so this could be achieved with the BI pfh or by hooking up into the progress bar and adding the display handler there too.

@commy2
Copy link
Contributor

commy2 commented Jul 3, 2017

PFH don't work inside the lobby and neither does BI's EachFrame mission eventhandler. That is why I used this method. I guess the solution would be to also add these eventhandlers to the loading bar display.

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

Successfully merging a pull request may close this issue.

4 participants