Max Players - SOLVED!!

Post Reply
Wrangler
A regular
A regular
Posts: 56
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Thu Dec 12, 2013 10:16 pm

Max Players - SOLVED!!

Post by Wrangler »

The issue with your server showing only MAX PLAYERS when browsing it in STEAM is related to missing statements in the server.cfg file. Below are the two statements that must be added to the server.cfg for your server to reveal who is playing in it through the steam interface. I added these statements and the matter is resolved.

// External Server Information Viewing
host_players_show 2
// host_players_show - use 0 to block server players queries; 1 (default) to respond only with max players and uptime; 2 to respond with all players details.
host_info_show 2
//host_info_show - use 0 to block server info queries; 1 (default) to respond with all details excluding identities; 2 to respond with all available details.


Hope it helps!
Post Reply