Kylemc1413 / SongCore

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

Fallback light colors works differently since Beat Saber v1.28 (SongCore v3.10.1) #111

Closed aszorenyi closed 1 year ago

aszorenyi commented 1 year ago

Since the last version (released for v1.28) on custom maps which don't define light colors (only note/block), the game/mod falls back to the default colors. I've noticed this on timeweaver's TheFatRat maps.

I think the issue is there since commit d92ec06 in CustomSongColorsPatch.cs.

That map looks like this in the current version: new

Earlier, it looked like this: old

BeatSaver link for the map: [TheFatRat Pack] TheFatRat - Monody (ft. Laura Brehm)

aszorenyi commented 1 year ago

Fixed with PR #113