GAMMACASE / ServerRedirect

SourceMod plugin that allows players to see and connect to other servers
https://forums.alliedmods.net/showthread.php?t=322306
GNU General Public License v3.0
66 stars 26 forks source link

Improvements function Display Name #47

Open crashzk opened 1 year ago

crashzk commented 1 year ago

It would be possible that even with the socket.ext extension installed on the server we can configure a display name for the server.

//  Server display name to show in menu
//  This will be used if there's no connection
//  to server, or if you have no socket.ext installed
//  "display_name"  "Server #1"

I have the socket.ext extension installed on my servers, but I would still like to configure a display name instead of using the server's hostname.

GAMMACASE commented 1 year ago

Sure, I guess this could be an option, but I can't tell you any ETA on when this would be added.