welcome to my Simple SSBU scoreboard overlay. I felt like other options out there were too difficult to modify and were too bulky in their default configurations thus I created this web app overlay in order to create something that I hope is more intuitive to use for the average Joe so thank you for giving this a look and I hope to see some more clips made from events using this overlay ;)...
This socreboard overlay was made for my initial use case and may have some bugs depending on your use case.
For instance, the current version of the scoreboard does not have support for custom colors, fonts etc. unless you
download the scoreboard
and controller files from my github and modify them yourself. I eventually plan to add these features into the
controller to allow for customization for at least the color scheme.
Secondly, I built this scoreboard for my specific use case and as such the start.gg api integration is hard coded
for that case. For instance it will only be able to pull from the
start.gg api if your event is set up to only have one large bracket. If your event has pools the current code is
not capable of handleing that (I was unaware of this start.gg feature at the time of creation). I intend to
resolve this issue at some point
so that the scoreboard can pull match data no matter how your bracket is set up.
Though in any case, you are always able to control the scoreboard manually to set tags, charecters etc.
Finally, if you want to use this overlay for offline recording, you can download the source code from my github
repo and then open the scoreboard and controller as a live server from vs code.
click here to skip down to advanced features to learn how to use the controller with start.gg
NOTE: this feature may be buggy as the current code is for the local event this overlay was originally made
for and is hard coded to take look for the bracket in a from a certain place (This is as i initially planed to not
publish this).
That said, it will only work if the ultimate singles brackets that have no pools. If your bracket is not set up
this way then the controller
will have some trouble pulling matchup data from the start.gg API.
So if your event is not set up this way, please consider checking out the
source code and downloading a version to
modify yourself
as the scoreboard can be used via launching the scoreboard and controller html files as a live server directly
from VS CODE using the
live server add on. (this
process is also how you can use the overlay in an offline recording environment)