Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skin caching/fetching for offline players? #53

Closed
LadyHaley opened this issue Jun 29, 2023 · 1 comment
Closed

Skin caching/fetching for offline players? #53

LadyHaley opened this issue Jun 29, 2023 · 1 comment

Comments

@LadyHaley
Copy link

One examples is I have some leaderboards sent in chat that uses player name placeholders
image
When they are online their skin will show up there, but not when they are offline, is there a way to cache or fetch missing skins for when the player isnt online?

@Fourmisain
Copy link
Collaborator

Hm... the thing is that this behavior isn't actually intended, as in: Chat Heads isn't supposed to add heads to non-player messages.
What you see here is a side effect of heuristics (mis-)matching a message due to containing a player name.

While this looks fine in this case, I'm not sure if it's a good idea to lean into this idea.

The heads are meant to easily tell "who you are chatting with", basically saying "this player just sent a message!"

Heads for offline players would somewhat defeat that purpose.
I could potentially see it if the heads were grayed out or something, but that is a lot of work for something that is essentially a bug, so I really don't know...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants