denpadokei / EnhancedStreamChat-v3

Enhanced Stream Chat is a rich text chat integration mod for Beat Saber, with full unicode, emote, and emoji support.
MIT License
15 stars 2 forks source link

Chat overlaps bloqs on Noodle Extensions maps #12

Closed Parapass closed 2 years ago

Parapass commented 2 years ago

20220720100910_1 Not sure if this is intentional or not, so I'm just gonna report it here.

denpadokei commented 2 years ago

Thanks for the report. What is the bsr key of the song?

Parapass commented 2 years ago

https://beatsaver.com/maps/15d34

denpadokei commented 2 years ago

To make the chat easier to read, the background transparency is 255 by default. In that case, as shown in the image, all objects behind are erased and only light is depicted.

To get around this, the background transparency must be reduced to about half, which requires editing the json directly.

original
{
    "BackgroundColor": "#4C4C4CFF"
}

half
{
    "BackgroundColor": "#4C4C4CAA"
}

image

However, it may be difficult to read the chat as the background lights show through.