Goobwabber / MultiplayerCore

A Beat Saber mod that implements core custom multiplayer functionality.
MIT License
66 stars 36 forks source link

Improvements, fixes, changes 1.30.2 #44

Closed michael-r-elp closed 1 year ago

michael-r-elp commented 1 year ago

This PR adds several changes and improvements

  1. Update the toggles for ColorsUI as well as fix the UI layout
  2. Sync ColorsUI toggle state with SongCore
  3. Disable Avatat Pose Restrictions
  4. Scale CenterStateScreen for larger lobbies
  5. Changes to MpPlayerData packet, being supplied by the server in the near feature, no longer sent by client
  6. Fix numbers for MpLoadingIndicator not showing the correct amount of players as ready and wrong totals
  7. Allow the server to control movement updates being sent
  8. Added BepInEx.AssemblyPublicizer.MSBuild to project and set Publicize for the main dll ref
michael-r-elp commented 1 year ago

This PR replaces #42