BeatSaberMultiplayer
BeatSaberMultiplayer copied to clipboard
unable to play songs from CustomWIPLevels
Reproduction:
- place song in CustomWIPLevels (e.g. beatsage-generated song)
- Start lobby with other players who also have the same song in CustomWIPLevels
- Select WIP song to play
- Song doesn't load and play preview audio in the background. Other players progress are locked at "99%".
Looked briefly through the logs, I'm hitting the log line at https://github.com/andruzzzhka/BeatSaberMultiplayer/blob/e7807af984164e9592e5435287777a21171c6d10/BeatSaberMultiplayer/Misc/SongDownloader.cs#L265
So from my rough understanding of the code, it's trying to download the song by hash from beatsaver instead of recognizing it as a CustomWIPLevel. Having everyone have the same customWIPSongs downloaded manually used to work in previous versions.