Fly Scoreboard

Free Fly Scoreboard 4.0.0

  • Added Single Score options to resolve issues that occurred when swapping teams while using single-value score settings.
  • Updated the documentation at fly-score.obscountdown.com to help you get started quickly and create sports overlays for any game.
Removed the local webserver dependency
Cleaned up the dock to save up as much space as possible

Implemented visual togglers on timers
1764916994836.png
  • Improved versioning preset for cleaner, more consistent release management.
  • Optimized local webserver health-check, significantly reducing unnecessary polling and improving overall responsiveness.
  • Updated plugin script architecture to support the newly introduced team color system
    (Requires updating your custom overlays to match the new structure.)
  • Added a dedicated Start/Stop Webserver button directly in the dock for faster control and better workflow.
  • Refreshed the default overlay template to fully align with the latest structural and design improvements.
- Fixed the base overlay to correctly update the fields on the scoreboard (However this is just an example, you can use the placeholders to create your own custom overlays)
- Updated the dock to fit the default obs studio dock style

Fly Scoreboard Version 2 is now live!

This release brings major improvements to flexibility, performance, and customization. Here’s what’s new:

⚠️ Important:
If you are upgrading from v1, you must remove the old plugin data folder before using v2.
(Instructions are provided below.)



What’s New in Version 2

  • Improved Browser Source Handling
    Fixed the issue caused by automatic Browser Source creation.
    A new “Add Browser Source” button now lets you safely add the overlay to the current scene.
  • Fully Customizable Match Stats System
    Replaced the old Home/Guest score panel with a flexible stats engine.
    • Comes with Points and Score by default
    • You can now create unlimited custom stats, name them, reorder them, and toggle visibility.
  • Flexible Timing Templates
    Introduced advanced timer templates with support for both countdown and count-up modes.
    Create as many timers as your sport or game requires.
  • New Persistent Hotkeys System
    Hotkeys are now stored separately and persist across OBS restarts.
    They no longer depend on OBS’s native hotkey system, making them safer and more configurable.
  • Rebuilt Overlay Engine
    The entire overlay script was rewritten with a clean templating layer, making customization far easier.
    Great for users building fully custom scoreboard overlays.
  • Per-Field Visibility State
    Each stat now exposes a visibility flag.
    This allows conditional CSS rendering or ternary logic directly in your HTML templates.
  • Configurable Web Server Output Path
    You can now choose exactly where the plugin serves your overlay files.
    Perfect for switching between multiple game templates or custom layouts.
  • General Improvements & Optimizations
    Numerous small fixes, performance improvements, and UX refinements across the entire dock and overlay.
- Rebuilt the git files to fix the plugin not loading on linux
Applied a patch for Linux Mint, it built correctly however I can not test but I just added a fallback to an older version in case of missing obs_frontend_add_dock_by_id it must fallback to obs_frontend_add_dock
Back
Top