Event Layer Overlay Add-on

The event-layer is a theme for the "alloverlay" system that is designed to serve as a separate, additional overlay to use with other overlays, whether they are "alloverlays" or not.

It is meant to be used on top of the game feed.

Setup:

  • Create a new browser source using https://kqhivemind.com/alloverlay/OVERLAY_ID?theme=event-layer&nostats&hideLoader=
  • Set size to 1920x1080
  • Resize and place on top of the game feed region

Available Layers

Kill Events - Displays small animated element where a military or queen kill occurs Blips are red by default but can be customized by adding custom CSS to the browser source. to body or :root add --kill-event-color: <hexcode | rgba | keyword>

:root { --kill-event-color: limegreen; }