ZeffUI icon indicating copy to clipboard operation
ZeffUI copied to clipboard

UI remains visible after game is closed

Open valarnin opened this issue 3 years ago • 4 comments

After the game is closed, the UI remains visible. I'm not sure if there's an event you can hook in OverlayPlugin for this currently, and it's not really a big deal, but wanted to get it on the issue tracker.

valarnin avatar Feb 14 '21 23:02 valarnin

Thanks for opening the issue, will check if there's anything I can use tomorrow!

Zeffuro avatar Feb 14 '21 23:02 Zeffuro

Currently there seems to be the following 1 events I could potentially use

onGameExistsEvent onGameActiveChangedEvent

I'm not entirely sure though if these are recommended.

Only other thing that's holding me back from implementing is that during the initial setup it's pretty useful to see the overlay when the game is off. Will need to think of the cleanest way to deal with this.

Zeffuro avatar Mar 12 '21 18:03 Zeffuro

Not sure if there is also a setting to keep the overlays UP when the game is not the focus. in a multi monitor situation for example. clicking outside of the game window and it vanishes. then when the game is closed completely it shows up again :P

PsiloCA avatar Jul 30 '21 14:07 PsiloCA

Not sure if there is also a setting to keep the overlays UP when the game is not the focus. in a multi monitor situation for example. clicking outside of the game window and it vanishes. then when the game is closed completely it shows up again :P

Those are default options in OverlayPlugin Advanced_Combat_Tracker_2021-07-30_17-15-01

Zeffuro avatar Jul 30 '21 15:07 Zeffuro