I've recently spun up a server on a CentOS machine and am trying to get it into the matchmaking pool. My server.cfg file seems very basic yet every time I start up the server I receive the message "Sending CMsgGameServerMatchmakingStatus (state=ServerMatchmakingState_NOT_PARTICIPATING)".
Is there anything specific I should enable/disable to be included in matchmaking? I'm pasting my server.cfg file below so please let me know if there's something there that shouldn't or should be. Thanks. // General server name, passwords and contact details hostname "2Fort 24/7 Provo" rcon_password "r0flc0pt3r" sv_password "" sv_contact "" sv_tags "" sv_region "1" sv_lan "0" // Server bans and server logs sv_rcon_banpenalty "15" sv_rcon_minfailures "5" sv_rcon_maxfailures "10" sv_rcon_minfailuretime "30" sv_rcon_maxpacketsize "1024" sv_rcon_maxpacketbans "1" log "on" sv_logbans "1" sv_logecho "1" sv_logfile "1" sv_log_onefile "0" // Server downloads and files // No fast download maximum file size. 16 is def. 64 (max) recommended if you do not have a fast download server. net_maxfilesize "64" //Fast download url. Leave blank if you dont have one but set the above to max. sv_downloadurl "" sv_allowdownload "1" sv_allowupload "1" sv_consistency "1" sv_pure "2" sv_pure_kick_clients "0" sv_pure_trace "0" // General server settings mp_friendlyfire "0" sv_alltalk "0" mp_chattime "10" sv_use_steam_voice "1" sv_allow_voice_from_file "0" sv_voiceenable "1" mp_allowspectators "1" decalfrequency "10" mp_flashlight "1" mp_footsteps "1" mp_autoteambalance "1" mp_teams_unbalance_limit "2" sv_restrict_aspect_ratio_fov "0" mp_forcecamera "1" sv_cheats "0" sv_pausable "0" sv_allow_wait_command "0" sv_hudhint_sound "0" mp_forceautoteam "0" mp_falldamage "0" mp_fadetoblack "0" //Round specific cvars mp_enableroundwaittime "1" mp_bonusroundtime "15" mp_restartround "0" mp_stalemate_enable "0" mp_stalemate_timelimit "240" mp_maxrounds "0" mp_winlimit "0" mp_timelimit "0" tf_flag_caps_per_round "5" // Execute ban files exec banned_user.cfg exec banned_ip.cfg writeid writeip // Matchmaking ID tf_server_identity_account_id 264082 tf_server_identity_token "A0d)V+xEK^7jut7" _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux

