Aucune description

Stephen Damm 3bd63262b0 Add random sorting. il y a 6 ans
SongBrowserPlugin 3bd63262b0 Add random sorting. il y a 6 ans
SongBrowserPluginTest 09c84b25f7 Massive refactor for BeatSaber update. (#3) il y a 6 ans
SongBrowserUnitTests f42c9c2422 Clicking a sort button again now inverts the sort order. il y a 6 ans
scripts b0d7520b40 Fixed: il y a 6 ans
.gitignore 6cb24f990d - initial commit il y a 6 ans
README.md b20bed4444 Updated Readme and screenshot. il y a 6 ans
Screenshot.png b20bed4444 Updated Readme and screenshot. il y a 6 ans

README.md

BeatSaberSongBrowser

A plugin for customizing the in-game song browser.

This mod works on both the Steam and Oculus Store versions.

Screenshot

Alt text

Features

  • Marking a song as favorite
  • Currently supports these sorting methods:
    • Favorite: Anything marked favorite followed by the Default method.
    • Song: By song name (default).
    • Author: By song author name then by song name.
    • Original: Match the original sorting you would normally get after SongLoaderPlugin.
    • Newest: Sort songs by their last write time.
    • PlayCount: Sort by playcount (sum of play counts across all difficulties for a given song).
  • Clicking a sorting method will resort the song list immediately.
  • Sort buttons can be pressed a second time to invert the sorting.

Status

  • Working!

Known Issues

  • Might be some issues with game modes other than SoloStandard.
  • Some issues might occur if a new song is added in-game.