bsq-ports / Chroma

Colors!
GNU General Public License v3.0
63 stars 11 forks source link

Fix v2 events(1.35) #55

Closed Futuremappermydud closed 5 months ago

Futuremappermydud commented 6 months ago

After updating to 1.35 v2 chroma lighting no longer works. Seems to be because Awake() and Start() were merged? Custom data may also not be set, need to check both.

ThePizzaMill commented 5 months ago

Any more information on this? Been learning c++ for personal projects but figure I could take a look at least

Futuremappermydud commented 5 months ago

Any more information on this? Been learning c++ for personal projects but figure I could take a look at least you can try building stuff for yourself. I havnt touched it for a second but even for me its very confusing. Not much more information i can give because i honestly have no idea what has broken.

ThePizzaMill commented 5 months ago

No worries! Where should I start looking to get a grasp on how Chroma works?

Fernthedev commented 5 months ago

No worries! Where should I start looking to get a grasp on how Chroma works?

Pretty much anywhere. Don't expect friendly documentation for anything, just read the wiki and start looking around.

It's probably related to ChromaLightSwitchEventEffect or deserializing basic events.

Fernthedev commented 5 months ago

Resolved