Not sure what I'm doing wrong here, but here's my server.cfg (without the rcon password duh)
[CODE]// server name
hostname "The Bunny Box"
// Server password
sv_password ""
//FastDL
sv_downloadurl "http://magicalbunnies.net/tf/"
// Server Cvars
mp_allowspectators 1 //Toggles whether the server allows spectator mode or not
mp_autocrosshair 0
mp_autoteambalance 0 //Toggles server autoteambalance
mp_bonusroundtime 5 //Time in seconds after round win until round restarts
mp_chattime 5 //amount of time in seconds players can chat after the game is over
mp_clan_ready_signal "go" //Text that team leader from each team must speak for the match to begin
mp_clan_readyrestart 0 //If non-zero, game will restart once someone from each team gives the ready signal
mp_decals 1
mp_defaultteam 1
mp_disable_autokick 1 //Prevents a userid from being auto-kicked
mp_enableroundwaittime 0 //Enable timers to wait between rounds.
mp_fadetoblack 0 //fade a player's screen to black when he dies
mp_falldamage 5 //Amount of damage players sustains from a fall
mp_flashlight 0 //Toggles flashlight on or off
mp_footsteps 1 //Toggles footsteps on or off
mp_forcecamera 0 //Restricts spectator modes for dead players
mp_forcerespawn 0
mp_forcerespawnplayers 1 //Force all players to respawn.
mp_forcewin 1 //Forces team to win
mp_fraglimit 0
mp_friendlyfire 0
mp_idledealmethod 0 //Deals with Idle Players. 1 = Sends them into Spectator mode then kicks them if they're still idle, 2 = Kicks them out of the game
mp_idlemaxtime 1 //Maximum time a player is allowed to be idle (in minutes)
mp_limitteams 2
mp_maxrounds 10 //max number of rounds to play before server changes maps
mp_teams_unbalance_limit 2 //Teams are unbalanced when one team has this many more players than the other team. (0 disables check)
mp_teststalemate 0 //Test the stalemate mode. Parameter: <0/1>. If 1, the map will reset at the end.
mp_time_between_capscoring 5 //Delay between scoring of owned capture points.
mp_timelimit 60 //game time per map in minutes
mp_tkpunish 1
mp_winlimit 10 //Max number of rounds one team can win before server changes maps
sv_allow_color_correction 1 //Allow or disallow clients to use color correction on this server.
sv_allow_wait_command 0 //Allow or disallow the wait command on clients connected to this server.
sv_allowdownload 1 //Allow clients to download files
sv_allowupload 1 //Allow clients to upload customizations files
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_autosave 0 //Set to 1 to autosave game on level transition. Does not affect autosave triggers.
sv_bonus_challenge 0 //Set to values other than 0 to select a bonus map challenge type.
sv_cacheencodedents 1 //If set to 1, does an optimization to prevent extra SendTable_Encode calls.
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_enableoldqueries 1 //Enable support for old style (HL1) server queries
sv_maxspeed 320
sv_pausable 0 //Is the server pausable.
sv_timeout 65
sv_voiceenable 1
sv_use_steam_voice 0
// round specific cvars
mp_roundtime 30
// bandwidth rates/settings
decalfrequency 30
sv_maxrate 30000
sv_maxunlag .5
sv_maxupdaterate 100
sv_minrate 10000
sv_minupdaterate 20
sv_mincmdrate 45
sv_maxcmdrate 100
fps_max 600
sv_unlag 1
// server logging
log off
sv_logbans 1
sv_logecho 1
sv_logfile 1
sv_log_onefile 0
// operation
sv_lan 0
sv_region 255
// execute ban files
exec banned_user.cfg
exec banned_ip.cfg
sm plugins load simple-chatprocessor
sm plugins load custom-chatcolors
sm plugins load fake_sv_downloadurl
sm_fakedownloadurl "http://gay.porn.ru/tf/"
sm plugins load advcommands
sm plugins load admingrab
sm plugins load spawn_monoportal
sm_plugins load ResizePlayers[/CODE]
[editline]24th July 2014[/editline]
Wow I'm dumb... There's two download urls and one is empty
Sorry, you need to Log In to post a reply to this thread.