My friends can't see my server via Steam Group Servers but they can still join my server via console using
connect "public IP" (I still able to see my server via Steam Group Servers cuz I'm the owner) I'm not sure how to fix it this situation. If anyone knows how to fix, it would be really much appreciate
My server.cfg
Quote:
hostname "FRZ Server"
rcon_password ""
sv_gametypes "coop"
sv_tags frz
sv_search_key frz
sv_cheats 1
sb_all_bot_game 1
sv_steamgroup 39012556
fps_max 300
sv_allow_lobby_connect_only 0
sv_consistency 0
sv_alltalk 0
sv_region 255
sv_logfile 1
sv_logbans 1
sv_logecho 1
sv_log_onefile 0
sv_minrate 20000
sv_maxrate 30000
exec banned_user.cfg
exec banned_ip.cfg
writeid
writeip
|
My plugins list
Quote:
[SM] Listing 18 plugins:
01 "Admin File Reader" (1.12.0.7177) by AlliedModders LLC
02 "Admin Help" (1.12.0.7177) by AlliedModders LLC
03 "Admin Menu" (1.12.0.7177) by AlliedModders LLC
04 "Anti-Flood" (1.12.0.7177) by AlliedModders LLC
05 "Basic Ban Commands" (1.12.0.7177) by AlliedModders LLC
06 "Basic Chat" (1.12.0.7177) by AlliedModders LLC
07 "Basic Comm Control" (1.12.0.7177) by AlliedModders LLC
08 "Basic Commands" (1.12.0.7177) by AlliedModders LLC
09 "Basic Info Triggers" (1.12.0.7177) by AlliedModders LLC
10 "Basic Votes" (1.12.0.7177) by AlliedModders LLC
11 "Client Preferences" (1.12.0.7177) by AlliedModders LLC
12 "Fun Commands" (1.12.0.7177) by AlliedModders LLC
13 "Fun Votes" (1.12.0.7177) by AlliedModders LLC
14 Disabled: "Nextmap" (1.12.0.7177) by AlliedModders LLC
15 "Player Commands" (1.12.0.7177) by AlliedModders LLC
16 "Reserved Slots" (1.12.0.7177) by AlliedModders LLC
17 "Sound Commands" (1.12.0.7177) by AlliedModders LLC
18 "[L4D2]sv_steamgroupfixer.smx"
|
Problem has been solved by changed using this server.cfg instead
Quote:
hostname "Server name"
rcon_password ""
sv_lan 0
sv_gametypes coop
sv_steamgroup "id"
sv_search_key "tag"
sv_tags "tag"
sv_allow_lobby_connect_only 0
sb_all_bot_game 1
sv_alltalk 0
sv_region 255
sv_cheats 0
hostport "27015"
motd_enabled 0
sv_consistency 0
sv_rcon_banpenalty 5
sv_rcon_maxfailures 10
sv_rcon_minfailures 5
sv_rcon_minfailuretime 30
sv_logfile 0
sv_logbans 1
sv_logecho 1
sv_log_onefile 0
sv_minrate 20000
sv_maxrate 30000
exec banned_user.cfg
exec banned_ip.cfg
writeid
writeip
|
__________________