Villager Chat

Villager Chat [Paid] 2.1.5

@sylphrin I fixed the issue with the bot message deletion, it actually had nothing to do with messages being simultaneously deleted (because it'd happen when Sery_Bot auto bans 1 spam bot at a time too) and instead it was due to the extra processing I do for each message (like fetching pronouns and such) and that being slower than Sery_Bot doing moderation actions, so the moderation actions would get processed before the message data was even stored

Anyway, that's fixed now with some new deletion queue code!
 
@sylphrin I fixed the issue with the bot message deletion, it actually had nothing to do with messages being simultaneously deleted (because it'd happen when Sery_Bot auto bans 1 spam bot at a time too) and instead it was due to the extra processing I do for each message (like fetching pronouns and such) and that being slower than Sery_Bot doing moderation actions, so the moderation actions would get processed before the message data was even stored

Anyway, that's fixed now with some new deletion queue code!
I am very late but thank you so much!! I really appreciate all your work ❤️
 
I love your Chatoverlay so much! My chat really likes it as well. Its so fun, cute, and easy to mess with mid-stream once your used to it. 10/10 purchase

Is there a way to make the bubble auto adjust based on the size of the text? Like when someone types a large post to make it shrink so that it doesn't cover too much of the stream?
 
I love your Chatoverlay so much! My chat really likes it as well. Its so fun, cute, and easy to mess with mid-stream once your used to it. 10/10 purchase

Is there a way to make the bubble auto adjust based on the size of the text? Like when someone types a large post to make it shrink so that it doesn't cover too much of the stream?
just adjust the width in the OBS browser source settings, it'll wrap down to whatever width you set there
 
Hey Zay, finally bought this after coveting it for AGES and I'm so in love with it! My only query is if there's a way to manually add more space between each chatter's text bubble, or to adjust the angle of the username bubble? At the moment, mine are overlapping one another and not giving enough space between chatters (see below).

Screenshot 2024-10-23 150952.png Screenshot 2024-10-23 151050.png
 
Hey Zay, finally bought this after coveting it for AGES and I'm so in love with it! My only query is if there's a way to manually add more space between each chatter's text bubble, or to adjust the angle of the username bubble? At the moment, mine are overlapping one another and not giving enough space between chatters (see below).

View attachment 195 View attachment 196
if you open up styles-villager-chat.css, adjust the gap value to be a higher pixel value

RjDIHT3.png
 
Does anybody know if theres a way to make it so the chat scrolls top to bottom? So new messages appear on top first and go down when new chats appear?
 
Does anybody know if theres a way to make it so the chat scrolls top to bottom? So new messages appear on top first and go down when new chats appear?
Settings > Chat Alignment > Corner (use Top Left or Top Right)
 
Hi Zaytri, I really love the Villager Chat! ♥️
I'm wondering, are you considering adding a combined chat feature for multistreaming (Twitch and YouTube)?
 
Hi Zaytri, I really love the Villager Chat! ♥️
I'm wondering, are you considering adding a combined chat feature for multistreaming (Twitch and YouTube)?
not anytime soon, still just focused on Twitch features for now
 
Hello, I have a question. Sorry, I'm using a translator.
I am a user in the Twitch Chinese community.
I am used to adding my name before my account name,
but this causes my name to be separated.
I tried modifying the CSS to keep my name on the same line,
but now the chat bubble changes width based on the account name length.
(Even if I send a single character message, the chat bubble is still very wide.)
Could you help me modify it?

1740389883259.png

1740390135443.png
 
@reichan_tw can you let me know how you fixed that?

also, it is designed to always be at minimum the length of the username box
 
@Zaytri
I understand what you're saying.
When I used version 1.0 before, I tried to shorten the chat bubbles, and it worked.
However, if a viewer with a long name sends a message, it may overlap with other viewers' messages.
And I added the following to the CSS file to fix it.
.name {
display: inline-block;
white-space: nowrap;
line-height: 1em;
font-size: 16px;
border-radius: 100px;
padding: 4px 15px;
}
 
@reichan_tw thanks!

also, I remember why the messages need to be sized like that
it's so that when there's a money bag icon on the message like this, it doesn't overlap with the username
1740508571605.png
 
@Zaytri
I still hope that chat bubbles can automatically adjust their width based on the message length.
Is there any way to shorten the chat bubbles for regular (non-subscriber) viewers?
I want the spacing between chat bubbles to adjust dynamically based on the message content and the length of the name.
 
Last edited:
Heya! How are you doing? It's been a little over a year and I'm wondering how youtube support has been coming along ^w^
 
@reichan_tw might be possible with some CSS adjustments, such as using absolute: position on the username box and adjusting the spacing after that
 
@Mom Bon not anytime soon, I still need to finish the new desktop app
 
Back
Top