roydejong / BeatSaberServerBrowser

Beat Saber modification that adds a Server Browser to the Online menu, making it easy to share and join custom multiplayer games.
MIT License
102 stars 11 forks source link

Beat Saber 1.19.0 support #48

Closed roydejong closed 2 years ago

roydejong commented 2 years ago

Beat Saber 1.19.0 released today, adding the Lady Gaga DLC, as well as various internal changes including to multiplayer.

The impact on this mod shouldn't be too big; but we need core mods to be updated first, and should carefully review the game code changes to multiplayer.

roydejong commented 2 years ago

Reviewed code, interesting stuff but nothing that should affect the server browser. Just gotta wait out core mods

roydejong commented 2 years ago

Core mods are out, everything seems to work just fine.

I'll wait out MpEx before making a proper release.

In the meantime, the old builds should work fine

roydejong commented 2 years ago

Need to add support for MultiplayerCore stuff as well.

May need to discuss some "compatibility version" to determine which versions of MpEx/MpCore and their Quest counterparts are actually compatible with each other.

roydejong commented 2 years ago

A larger rewrite is in progress.