An alternative and customizable overlay for DataPuller Mod which lets you choose your own style.
Its based on the original overlay by kOF.Readie with some tweaks and a completely new way of displaying scores, combo, player health, accuracy and much more!
- change background and font color like you want, even with transparency
- supports long and short names for modifiers (Instant Fail / IF)
- if in practice mode, it displays the offset instead of the whole percentage
- 130% => +30%
- 80% => -20%
- displays accuracy, player health and time in a nice circular progressbar
- it hides itself when in menus
- flip elements independently
- test it with a preview image of Beat Saber without having the game to run
It is hosted via HTTP so you can use the IP feature too:
http://u.unskilledfreak.zone/overlay/freakylay/latest/
See Configuration for more options.
Just double-click somewhere on the page!
Use the opening options panel to customize the overlay like you want! You can close the options panel simply by double-click somewhere else.
The option panel will generate the URL by itself. Copy the URL and insert it into something useful like OBS or other recording or streaming software.
Parameter | Info | DataPuller Version | Freakylay Version |
---|---|---|---|
ip=<ip> | IP to connect to any game running DataPuller Mod in the local network, default is 127.0.0.1 | 0.0.2 | 0.1.0 |
a=color | background color in rgba or hex | 0.0.2 | 0.1.0 |
b=color | text color in rgba or hex | 0.0.2 | 0.1.0 |
c | enable short modifier names (Instant Fail <> IF) | 0.0.2 | 0.1.0 |
d | show previous played BSR key if any | 0.0.2 | 0.1.0 |
e | hide miss counter | 0.0.2 | 0.2.0 |
f | hide BPM | 0.0.2 | 0.2.1 |
g | hide NJS | 0.0.2 | 0.2.1 |
h | hide Combo | 0.0.2 | 0.2.1 |
i | display song info on the right side, able to combine with top (o) | 0.0.2 | 0.3.0 |
j | display counter section on the right side | 0.0.2 | 0.3.0 |
k | display modifiers on the right side | 0.0.2 | 0.2.0 |
l | hide the arrow next to the score, pointing up if a new high score or down if actual score is lower then previous one | 1.0.0 | 1.0.0 |
m | hide full combo as modifier, will get removed when full combo breaks | 1.0.0 | 1.1.0 |
n | show only current time to match other circular bar's style | 2.0.2 | 2.1.0 |
o | display song info on top, able to combine with flip (i) | 2.0.2 | 2.1.0 |
p | show default difficulty only when no custom difficulty exist | 2.0.2 | 2.1.0 |
q | hide all modifiers, overrides full combo (m) and modifier flip (k) | 2.0.2 | 2.1.0 |
r | Adds your Pulsoid Feed to the display bars | 2.0.2 | 2.1.0 |
s | skips welcome splash screen | 2.0.2 | 2.1.0 |
t | hide complete counter section | 2.0.3 | 2.2.2 |
u | hide complete song info section | 2.0.3 | 2.2.2 |
Older versions of Freakylay are available via there tags inside the master branch. The tags are based on the compatible DataPuller Version. Every Version can be accessed by version number as sub directory.
The latest version of this overlay can always be found at the latest
subdirectory:
http://u.unskilledfreak.zone/overlay/freakylay/latest/
Freakylay Version | DataPuller Version | Url |
---|---|---|
2.2.2 | 2.0.3 | http://u.unskilledfreak.zone/overlay/freakylay/2.2.2/ |
2.2.1 | 2.0.3 | http://u.unskilledfreak.zone/overlay/freakylay/2.2.1/ |
2.2.0 | 2.0.3 | http://u.unskilledfreak.zone/overlay/freakylay/2.2.0/ |
2.1.0 | 2.0.2 | http://u.unskilledfreak.zone/overlay/freakylay/2.1.0/ - unstable & unfinished |
2.0.0 | 2.0.2 | http://u.unskilledfreak.zone/overlay/freakylay/2.0.0/ |
1.1.0 | 1.1.1 | http://u.unskilledfreak.zone/overlay/freakylay/1.1.0/ |
- 2.2.2
- added option to hide counter section
- added option to hide song info
- fixed url copy to clipboard
- fixed typo in readme
- 2.2.1
- fixed Pulsoid circle bar was always visible
- 2.2.0
- added compatibility for DataPuller 2.0.3
- added new modifiers
- faster song / super fast song / slower song now only displays when modifier is set
- Practice Mode now wont show faster or slower song modifiers
- 2.1.0 inDev
- added splash screen
- added Pulsoid feed
- various bug fixes
- styled options panel
- this version never get its final release because Beat Saber 1.13.4 was released while developing 2.1.0
- fixed faster/slower song disappearing when Practice Mode was set to low or high
- 2.0.0
- updated to DataPuller 2.0.2
- converted whole js part of this project to typescript
- fixed all modifiers disappearing when full combo is lost
- internal improvements on calculations
- added minify to generated js file to improve loading speed
- 1.1.0
- Updated to DataPuller 1.1.1
- added Full Combo Modifier
- added alpha check
- added better support for 720p
- improved performance