affederaffe / CustomPlatforms

A BSIPA Plugin for Beat Saber that adds support for custom environments (platforms)
GNU General Public License v3.0
34 stars 9 forks source link

Chroma incompatibility with Custom Platforms TubeLights #17

Closed aggrogahu closed 2 years ago

aggrogahu commented 2 years ago

In a recent update to Chroma, apparently the base game LightSwitchEventEffect is destroyed by Chroma and it's replaced with a new Chroma-specific class. This effectively disables any lights in a custom platform that relies on the TubeLights script (SongEventHandler still works though). I believe Aero is aware of this, though I'm not sure if there's any current plans to fix the incompatibility on their end. Perhaps TubeLights script can be updated to be compatible with the Chroma LightSwitchEventEffect.

UrkiMimi commented 2 years ago

I had this problem too and I've been waiting for a fix with this issue. I ended up making all of my lights static using "Unused 10" as that lets me color my lights.

UrkiMimi commented 2 years ago

I had this issue since 1.18.3

UrkiMimi commented 2 years ago

This issue ended up getting fixed in 1.21.0 so it is finally fixed.