Kylemc1413 / SongCore

A plugin for handling custom song additions in Beat Saber.
MIT License
86 stars 48 forks source link

Fix for patch 1.28.0 #106

Closed Meivyn closed 1 year ago

Meivyn commented 1 year ago

Now that Beat Games added back the loading screen, mods are loaded before the game loads the PlayerData, making #88 not needed anymore, as SongCore patches are applied once again before that data is loaded.

See #105 for details. We need a better implementation for that specific issue, anyway.