The web replayer is an online replay viewer for BeatSaber replays, built with A-Frame and JavaScript.
This replayer was adapted from ngokeven's work.
OFF: Sabers, headset, and blocks move in a continous motion to match the playback speed and monitors refresh rate.
ON: Sabers, headset, and blocks move exactly as in-game frame by frame.
As a patreon, anyone who views your replays will use the same colours you use when watching your replays.
The main camera has 2 modes:
Moving the camera is done with W
,A
,S
,D
keys,
Rotating the camera is done by hold down left click and panning by moving the mouse.
soon tm
Uploaded custom hitsounds are reverted on exit.
Supported formats are.mp3
,.wav
, and.ogg
.
To upload a custom hitsound to use in the web replayer,
By clicking on the Volume button to the left of the play button, you can adjust the volume.
From the volume slider menu, you can click on the Volume Mixer button below the volume slider to view the music and hitsound slider.
This is a toggle that changes when hitsounds are played.
By using scoreID=[number]
, you can pull a replay and map file using the BL API to automatically import on load.
Format is
...xyz/?scoreID=[number]
Example: https://replay.beatleader.xyz/?scoreId=12187553
Matching the data on the map's ID
, mode
, difficulty
, and player
, allows the replayer to fetch the correct replay automatically.
25f
Standard
, OneSaber
Easy
, Normal
, Hard
, Expert
, ExpertPlus
76561198072855418
, 2769016623220259
, 165749
Format is
...xyz/?id=[mapID]&mode=[modeName]&difficulty=[difficulty]&playerID=[playerID]
Example: https://www.replay.beatleader.xyz/?id=9eff&difficulty=Expert&playerID=76561198157672038
By using both link=[URL]
and mapLink=[URL]
, you can tell the replayer to automatically import the replay and map file on load using the URLs provided.
https://generated-replays.cdn.dzramen.com//fca74a2533b79da20b6398ad32eb9ed2d768461eStandardExpertPlus/140.31134-1.5817127-1.4430704-24.207571-0.69576997-0.6421905-1.2532754-0.032756202-0.4731552.bsor
https://r2cdn.beatsaver.com/fca74a2533b79da20b6398ad32eb9ed2d768461e.zip
Format is
...xyz/?link=[URL]&mapLink=[URL]
Example completed link: https://replay.beatleader.xyz/?link=https://generated-replays.cdn.dzramen.com//fca74a2533b79da20b6398ad32eb9ed2d768461eStandardExpertPlus/140.31134-1.5817127-1.4430704-24.207571-0.69576997-0.6421905-1.2532754-0.032756202-0.4731552.bsor&mapLink=https://r2cdn.beatsaver.com/fca74a2533b79da20b6398ad32eb9ed2d768461e.zip