beat-saber-overlay
beat-saber-overlay copied to clipboard
(Unnamed) Beat Saber Overlay
A web-based overlay for Beat Saber
Installation (OBS)
- Download and install the BeatSaberHTTPStatus plugin
- Create a Browser source
- Set the URL as
http://reselim.github.io/overlay/
(HTTP, not HTTPS!) and the size equal to your canvas size (1280x720, etc.)
- (Optional) For 1080p canvases, add the
scale
modifier (ex.http://reselim.github.io/overlay/?modifiers=scale
) to scale the overlay by 1.5x
Options
Options are added to the URL query as such:
http://reselim.github.io/overlay/?modifiers=top
ip
and port
Listen to events from another IP and/or port.
modifiers
Multiple modifiers can be seperated with commas.
-
top
- Moves the overlay to the top and reverses the layout vertically
-
rtl
- Moves the overlay to the right and uses right-to-left text
-
scale
- Scales the overlay by 1.5x, for use on 1080p canvases
-
test
- Makes the background black, for testing purposes