The 911 Dispatch UI draws over help messages (As well as the FivePD status message, if screen safezone [client side, undetectable afaik] is on max)
This prevents other scripts and callouts from using these help messages.
1080p, Max safezone:
4k, safezone adjusted so that FivePD status does not obstruct message, however callout UI still obstructs it:
I also suggest adding UI scaling at higher resolutions for better visibility.
Positioning of the callout menu can be improved to offset and scale with screen resolution. FivePD Status message could be moved somewhere with less potential for damage.
Dynamic positioning hack I came up with: (my front end experience is minmal, just example)
resources\fivepd\computer\bundle.js ... return a.a.createElement(Xt.a, { axis: "x", handle: ".container-callout", defaultPosition: { x: 18 * (window.screen.availWidth / 1920), y: 60 * (window.screen.availHeight / 1080) }, ...
1080p (with reduced safezone):
4k (with reduced safezone):
Recommended Comments
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.