Brak opisu

Stephen Damm a872e8b364 Add C# unit test project. 6 lat temu
SongBrowserPlugin a872e8b364 Add C# unit test project. 6 lat temu
SongBrowserPluginTest 09c84b25f7 Massive refactor for BeatSaber update. (#3) 6 lat temu
SongBrowserUnitTests a872e8b364 Add C# unit test project. 6 lat temu
scripts b0d7520b40 Fixed: 6 lat temu
.gitignore 6cb24f990d - initial commit 6 lat temu
README.md 09c84b25f7 Massive refactor for BeatSaber update. (#3) 6 lat temu
Screenshot.png 09c84b25f7 Massive refactor for BeatSaber update. (#3) 6 lat temu

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:
    • Default: By song name.
    • Author: By song author name then by song name.
    • Favorite: Anything marked favorite followed by the Default method.
    • Original: Match the original sorting you would normally get after SongLoaderPlugin.
    • Newest: Sort songs by their last write time.
  • Clicking a sorting method will resort the song list immediately.

Status

  • Mostly 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.
  • Add to favorites button shows wrong text sometimes in not favorite sort mode.