zaytri / slime2

Local Chat Overlay System for Twitch
https://slime2.stream/
32 stars 7 forks source link

Support boosted chat effects #28

Closed Latent-Logic closed 2 months ago

Latent-Logic commented 2 months ago

For a long time twitch has had Highlight My Message / ;msg-id=highlighted-message; available as a channel points redeem, and it would be nice to have that be able to add an effect to that highlighted message on stream. Further with the recent bit redeems there is now Gigantify an Emote and Message Effects which would also be fun to be able to have highlighted.

(As a note, the On-Screen Celebration bit redeem does not send any chat message that I've been able to see)

zaytri commented 2 months ago

Highlighted messages have been supported since the start, as seen here: https://docs.slime2.stream/twitch/message

For the other 2 you should be able to get that from the tags map within the message object.

zaytri commented 2 months ago

I won't be implementing official support for the new bits redeem message effects here, but I will ensure that they are included in the upcoming desktop app. In the meantime the tags map should be a viable workaround for your implementation needs.

Latent-Logic commented 2 months ago

Fair enough! This has given me enough information to explore tweaking the existing themes, I appreciate the doc link and the information about the tags being accessible as I wasn't aware of that.