Tasharen Entertainment Forum

Support => TNet 3 Support => Topic started by: destructicorn on July 15, 2013, 10:04:19 AM

Title: Sending More Data to Lobby server
Post by: destructicorn on July 15, 2013, 10:04:19 AM
I was wondering if there is an easy way to send info the lobby server that will appear in the server entry on the client side?  I know now it has such things as name, ip address, and player count but I would like to send some other data too.  I would appreciate any help on this.
Title: Re: Sending More Data to Lobby server
Post by: ArenMook on July 15, 2013, 07:08:39 PM
You can encode all kind of data within the server's name. It's just a string after all. Just parse it properly on the clients.
Title: Re: Sending More Data to Lobby server
Post by: destructicorn on July 16, 2013, 09:37:12 AM
Ha such a simple solution. I was definitely over thinking it.  Thanks for the tip.