Skip to main content
  1. Home
  2. Knowledge Base
  3. Release Notes
  4. Overlay – 6.6.3.2 rev 520

Overlay – 6.6.3.2 rev 520

  • Support for multiple instances of overlay has been extended
    • Instance support for all variables has been added
    • Instance support for style overrides has been added
  • Several overlays connected to the same room can now display component with instance specific settings (variables) as well as instance specific styles (style overrides)

For example if an overlay is connected using instance Hud (https://livetiming.sdk-gaming.co.uk/f1-overlay.html?room=test&instance=Hud):

Weather display variable is set using:

Hud.Weather.Display = "Show";

instead of

Overlay.Weather.Display = "Show";

Weather component is moved using:

.hud > .weather {
    right: 100px;
}

instead of

.overlay > .weather {
    right: 100px;
}
Was this article helpful?

Related Articles

Leave a Reply

Need Support?

Join our Community Discord Server
Join Discord