Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.09 KB

README.md

File metadata and controls

17 lines (11 loc) · 1.09 KB

sovietspaceship's Beat Saber Overlay

Beat Saber overlay based on BSDP-Overlay by kOFReadie (thank you!), cleaned up and oriented to ranked play.

It displays ScoreSaber player data and adds difficulty, star rating and max PP to the song info. It also removes the health bar and the modifiers.

To use this overlay, add a Browser source to the Scene tab in OBS and set URL to overlay/index.html with the appropriate query params, e.g. file:///whatever/BSDP-Overlay-Ranked/overlay/index.html?scoresaberPlayerId=111111&bgColor=FF0&textColor=FF0. No custom CSS needed.

Requires the DataPuller Beat Saber mod by kOFReadie (check ModAssistant or download from https://github.com/kOFReadie/BSDataPuller/releases)

Query Parameters

  • scoresaberPlayerId: your ScoreSaber id e.g. 76561198445999731 in https://scoresaber.com/u/76561198445999731
  • bgColor: background colour (web colour or hex triplet, e.g. FF00FF, without #)
  • textColor: text colour (see above)