03-14-2010, 08:39 AM
i just managed to set my server up on l4d, but i want to be able to join i trough lobby
I searched google like 2 hours and almost everywhere it says add "sv_search_key somthing" to your server.cfg and then type it into your console befor creating a lobby, and thats what i do, after i got 7 more players in the lobby and start i get into my server but all the other players doesnt, they are like gone... no clue if they got into another server or what happend
do anyone have any clue what the problem is?
Server OS: Windows 7 64bit
Processor: e8400 4ghz
Ram: 4
Game(s): l4d
Start Up Command: srcds.exe -console -game left4dead -port 27015 +map l4d_hospital01_apartment -tickrate 66 +sv_lan 0 -autoupdate -maxplayers 8
Admin Mods: sourcemod and metamod
server.cfg
i am not sure if "sv_allow_lobby_connect_only" should be 0 or 1, but i tried both, none of them working
also when i already made this thread, how do i change the spawn time for the special infected?
might have missed somthing, first time i create a thread on this forum
Thanks for the help
I searched google like 2 hours and almost everywhere it says add "sv_search_key somthing" to your server.cfg and then type it into your console befor creating a lobby, and thats what i do, after i got 7 more players in the lobby and start i get into my server but all the other players doesnt, they are like gone... no clue if they got into another server or what happend
do anyone have any clue what the problem is?
Server OS: Windows 7 64bit
Processor: e8400 4ghz
Ram: 4
Game(s): l4d
Start Up Command: srcds.exe -console -game left4dead -port 27015 +map l4d_hospital01_apartment -tickrate 66 +sv_lan 0 -autoupdate -maxplayers 8
Admin Mods: sourcemod and metamod
server.cfg
Code:
// Server Name
hostname "xxxx"
// Rcon Cvars
rcon_password "xxxx" //Set's remote control password
// Server Password
sv_password "" // Password protects server
mp_gamemode "versus"
sv_search_key realgaming1
sv_allow_lobby_connect_only 1
// Server Cvars
mp_disable_autokick 1 //Prevents a userid from being auto-kicked
sv_allow_wait_command 0 //Allow or disallow the wait command on clients connected to this server.
sv_alltalk 0 //Players can hear all other players, no team restrictions
sv_alternateticks 0 //If set, server only simulates entities on even numbered ticks.
sv_cheats 0 //Allow cheats on server
sv_clearhinthistory 0 //Clear memory of server side hints displayed to the player.
sv_consistency 1 //Whether the server enforces file consistency for critical files
sv_contact "" //Contact email for server sysop
sv_downloadurl "" //Location from which clients can download missing files
sv_pausable 0 //Is the server pausable.
// Lan or internet play, Server region cvars
sv_lan 0 //Server is a lan server ( no heartbeat, no authentication, no non-class C addresses )
sv_region 255 // Region Codes: 0 - US East coast, 1 - US West coast, 2 - South America, 3 - Europe, 4 - Asia, 5 - Australia, 6 - Middle East, 7 - Africa, 255 - world
// HTTP Redirect
sv_downloadurl ""
// Server Logging
sv_log_onefile 0 //Log server information to only one file.
sv_logbans 1 //Log server bans in the server logs.
sv_logecho 0 //Echo log information to the console.
sv_logfile 1 //Log server information in the log file.
sv_logflush 0 //Flush the log file to disk on each write (slow).
sv_logsdir "logs" //Folder in the game directory where server logs will be stored.
//Server Rates
sv_maxcmdrate 100 //(If sv_mincmdrate is > 0), this sets the maximum value for cl_cmdrate.
i am not sure if "sv_allow_lobby_connect_only" should be 0 or 1, but i tried both, none of them working
also when i already made this thread, how do i change the spawn time for the special infected?
might have missed somthing, first time i create a thread on this forum
Thanks for the help