Page 1 of 1
Server name, description not showing in server browser.

Posted:
Thu Aug 18, 2016 06:07
by AnxiousInfusion
I have configured a temporary server and can connect to it remotely but under the "client" tab it fails to announce the number of connected players ("? / ?"), the server name and server description. I know that minetest.conf is working because my changes to motd and passwords appear after joining. Does it need to announce to the server list in order for these to appear?
Re: Server name, description not showing in server browser.

Posted:
Thu Aug 18, 2016 11:39
by KCoombes
In minetest.config, check your setting:
server_announce = xxxxx
I believe this is false by default - set to true if you want to be on the public server list.
Re: Server name, description not showing in server browser.

Posted:
Thu Aug 18, 2016 11:41
by rubenwardy
You only get those info if the server is from the server list. Use server announce as explained above
Re: Server name, description not showing in server browser.

Posted:
Thu Aug 18, 2016 17:55
by AnxiousInfusion
That did work, but why is it designed that way? You would think that players on a private server would like to know how many people are connected and such.
Re: Server name, description not showing in server browser.

Posted:
Thu Aug 18, 2016 18:15
by BrandonReese
AnxiousInfusion wrote:That did work, but why is it designed that way? You would think that players on a private server would like to know how many people are connected and such.
That would require the client to query the server directly to find out that information. That's not impossible but it could be messy.