sv_allow_lobby_connect_only shouldn't work anymore.

With it set to 1 or 0, direct connect work just fine, because direct connect
ALWAYS opens a lobby now, it doesn't direct connect like on other source
engine games.

2008/11/20 Arg! <[EMAIL PROTECTED]>

> 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
>
_______________________________________________
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