Ok based on this i think ive worked out 3 options

//sv_password "xxx"
sv_allow_lobby_connect_only 0
sv_steamgroup "xxx"
sv_steamgroup_exclusive 1
//sv_search_key mysearchkey

(also do not include -nomaster in startup)

This config will give you the steam group option, no lobby. search key and
password prevent the server showing in the steam group list in game

sv_password "xxx"
sv_allow_lobby_connect_only 0
//sv_steamgroup "xxx"
//sv_steamgroup_exclusive 1
//sv_search_key mysearchkey

This config gives you a password, no lobby. search key will fail to find the
server if you use it.

//sv_password "xxx"
sv_allow_lobby_connect_only 0
//sv_steamgroup "xxx"
//sv_steamgroup_exclusive 1
sv_search_key mysearchkey

This config gives you no password, no steam group but the ability to have a
lobby and play on your server.
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux

Reply via email to