-
Notifications
You must be signed in to change notification settings - Fork 52
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
Send additional data to Chobby to be independent from steam overlay #2433
base: master
Are you sure you want to change the base?
Conversation
{ | ||
return GetFriendIDs().Select(x => new SteamFriend() | ||
{ | ||
Name = SteamFriends.GetFriendPersonaName(x), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add avatar
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But avatar would have to be downloaded to an image file in the lobby?! Is it worth doing this for all your steam friends?
Added avatar, detailed friend message is described in ZeroK-RTS/Chobby#654 |
4871c37
to
2ee5256
Compare
ce1528b
to
242f4d7
Compare
f3c5f37
to
5d70725
Compare
Just add a dummy function to the lobby interface if you are just being blocked by chobby not handling this. You could even just write a ticket. |
@GoogleFrog if we want this, it needs some cooperation on your side |
No description provided.