Been trying to get this to work for a few days now I'm so frustrated. Was gonna try hosting a NS2 server to see if maybe it's just l4d2 not liking me but I can't get the server.exe to not crash. I also changed NICS because I couldn't find an updated driver since 2004 so it was installing winxp default drivers. Tried dmz. Tried computer straight to cable modem and still nothing. Every time I google something about l4d srcds it's always info from 2010 and hasn't helped.
Was playing around some more and noticed this. String table should be rebuilt? If I console connect to my ip:27016 why is my connection address myip:27009. If I connect via steam group its mylanip:27005
![[Image: porth.png]](http://img32.imageshack.us/img32/1176/porth.png)
Also trying a diff server.cfg I found.
Was playing around some more and noticed this. String table should be rebuilt? If I console connect to my ip:27016 why is my connection address myip:27009. If I connect via steam group its mylanip:27005
![[Image: porth.png]](http://img32.imageshack.us/img32/1176/porth.png)
Also trying a diff server.cfg I found.
Code:
// hostname// DO NOT REMOVE OR ALTER
// BRANDING IN FRONT OF YOUR SERVER HOSTNAME WITHOUT AUTHORISATION
//Host Name
hostname "Deltona L4D2"
// Steam group ID number, this is used to broadcast your server to allm members of your steam group
sv_steamgroup
// RCON Password
rcon_password ""
// Server password
//sv_password
//Gametypes
//this is ued to specify which gamemodes your server can run. Specifying a game mode here will lock your server to that game mode, if you want to run multiple modes leave this option alone
//options are
//----> Versus Only: sv_gametypes "versus"
//----> Survival Only: sv_gametypes "survival"
//----> Coop Only: sv_gametypes "coop"
//----> Both: sv_gametypes "versus,coop"
// Server Cvars
mp_disable_autokick 1 //Prevents a userid from being auto-kicked
sv_allow_color_correction 1 //Allow or disallow clients to use color correction on this server.
sv_allow_wait_command 1 //Allow or disallow the wait command on clients connected to this server.
sv_alltalk 1 //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 0 //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
// 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 0 // 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
// Server Logging
log on
sv_rcon_log "1"
sv_logsdir "logs"
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.
sv_maxupdaterate 100 // Sets the maximum value for cl_updaterate
sv_minrate 25000
sv_maxrate 50000
sv_unlag 1
sv_maxunlag .5
//Fix to get your server onto the master lists
//setmaster add 68.142.72.250:27011
//setmaster add 72.165.61.189:27011
// Difficulty of the current game (easy, normal, hard, impossible)
z_difficulty expert
//Set to 1 to only allow members of the steam group to make the initial connection to this server
sv_steamgroup_exclusive 0
//Allow connections without creating lobby. Set to 1 to allow lobby connections only
sv_allow_lobby_connect_only 0
heartbeat
//-----------------------------------------------------------
//--> Custom Modifications for a competitive hike
//-----------------------------------------------------------