Wee, thanks for that line on running both a vs and co-op option. I added it in!
Captain Newb here with another giant "Q".
Here's my server.cfg file (placed in left4dead/cfg)
Code:
// server name
hostname "|GCI|Group Server"
// rcon passsword
rcon_password "password"
// server logging
log on
sv_logbans 1
sv_logecho 1
sv_logfile 1
sv_log_onefile 0
mapcyclemapcycle_vs.txt
// operation
sv_lan 0
sv_region 0
sv_contact “my@email.com”
sv_allow_lobby_connect_only 0
sv_steamgroup 000000 //Set this to your Steam Group ID, on the admin page for the group
sv_steamgroup_exclusive 1 //Allows only members of the steamgroup to join first, after that it is publicly joinable.
Please note, actual Steam Group ID replaced with same number of Zeros.
I'm trying to set this to my steam group, but have yet been able to see it listed under, "Group Servers". I know I've got the right ports open so maybe I've got the wrong group ID o.O. Can someone please tell me if it looks functional? Also, here's the run code I'm using:
Code:
set runcmd=c:\HLserver\l4d\srcds.exe +ip 00.00.00.00 -game left4dead -autoupdate
Please note, I've got my server's static IP listed where the zeros' are. It's a single server i'm trying to run in both co-op and vs for me and my mates.
Many Thanks!