Shadnix-was-taken / BeatSaber-SongPlayHistoryContinued

Beat Saber local leaderboard plugin
MIT License
16 stars 4 forks source link

Update for Beat Saber 1.21.0 #4

Closed qe201020335 closed 2 years ago

qe201020335 commented 2 years ago

A lot of things changed.

  1. Some obsoleted events in BS_Utils are removed, so changed to use the new BSEvents in BS_Utils.
  2. Reflection Utils in BS_Utils were obsoleted and removed, so changed to use BSIPA's reflection utils.
  3. Updated scoring stuff access to 1.21.0 game version. Because of the new note type, there is no easy way of calculating max possible score from the number of notes. A possible solution I can think of is storing the max score into the song play data when a new record is made.
  4. Because of 3, acc of failed/unfinished play record will not be displayed anymore.
qe201020335 commented 2 years ago

Here is a build if anyone wants to test it

SongPlayHistoryContinued-1.6.2-bs1.21.0-5aadff7.zip

Shadnix-was-taken commented 2 years ago

Wow, thanks so much for the PR. I'll try to work through it tomorrow.

qe201020335 commented 2 years ago

Just a screenshot showing the mod works in 1.21.0 (Solo at least) image

swift-kim commented 2 years ago

Thank you for keeping this mod alive!