Skip to content

Instantly share code, notes, and snippets.

@atomic-penguin
Created April 6, 2012 19:27
Show Gist options
  • Select an option

  • Save atomic-penguin/2322243 to your computer and use it in GitHub Desktop.

Select an option

Save atomic-penguin/2322243 to your computer and use it in GitHub Desktop.
// rcon password
rcon_password "************"
sv_rcon_banpenalty 30
// Number of minutes to ban users who fail rcon authentication
sv_rcon_maxfailures 3
// Max number of times a user can fail rcon authentication before being banned
// server name
hostname "Reddit Unofficial Gaming Community - Shenanigans [KoTH]"
// Server password
sv_password ""
// server cvars
mp_allowspectators 1
// enable or disable spectators on the server. 0 is off 1 is on
mp_friendlyfire 0
// 0 is off and clients can do harm to team mates. 1 is on and players can kill or injure team mates
mp_footsteps 1
// footsteps on or off. 0 is off and 1 is on
sv_cheats 0
// allow cheats to be used by the client. 0 is off 1 is on
sv_voiceenable 1
// allow players to use a microphone. 0 is off 1 is on
//////AUTO KICK//////////
mp_idlemaxtime 1200
mp_autokick 0
mp_idledealmethod 0
/////END AUTO KICK///////
////////TEAM BALANCING///////
mp_autoteambalance 1
// 0 is off and 1 is on. if 1 then should be used in conjunction with the following 3 commands
mp_autoteambalance_delay 60
// Time (in seconds) after the teams become unbalanced to attempt to switch players
mp_autoteambalance_warning_delay 30
// Time (in seconds) after the teams become unbalanced to print a balance warning
mp_teams_unbalance_limit 2
// Teams are unbalanced when one team has this many more players than the other (0 disables)
mp_forceautoteam 1
// Forces players to a team regardless of which team they picked
/////END TEAM BALANCING///////
mp_timelimit 60
//game time per map in minutes
mp_winlimit 7
//max number of rounds one team can win before server changes maps
mp_maxrounds 7
//max number of rounds to play before server changes maps
mp_fraglimit 0
//max number of kills to get before server changes maps
// round specific cvars
mp_bonusroundtime 15
// Time after round win until round restarts (in seconds)
// bandwidth rates/settings
sv_allowdownload "1"
sv_downloadurl "http://redirect.*******************"
sv_allowupload 1
sv_maxrate 25000
sv_maxupdaterate 120
// server logging
log on
// operation
sv_pure 1
logaddress_add logs.rugc.us:27500
//////// ADVERTISEMENTS/////////////
sm_advertisements_interval 240
/////// END ADVERTISEMENTS////////////
// execute other cfg files
exec rcon
exec server_identity
exec sm_fastrespawn
// exec sm_rtd // broken
// exec sm_classrestrict // broken
// execute ban files
exec banned_user.cfg
exec banned_ip.cfg
//Game server account created successfully!
//Set these convars on your game server to have it log in and receive benefits:
tf_server_identity_account_id *******
tf_server_identity_token "***************"
/////////// CLASS RESTRICTIONS /////////////// also doesn't work ///////////
sm_classrestrict_enabled (0/1, default 1)
//Enable/disable restricting classes in TF2.
sm_classrestrict_flags (default "")
//Admin flags for restricted classes in TF2.
sm_classrestrict_immunity (0/1, default 0)
//Enable/disable admins being immune for restricted classes in TF2.
sm_classrestrict_blu_demomen -1
sm_classrestrict_blu_engineers -1
sm_classrestrict_blu_heavies -1
sm_classrestrict_blu_medics -1
sm_classrestrict_blu_pyros -1
sm_classrestrict_blu_scouts -1
sm_classrestrict_blu_snipers -3
sm_classrestrict_blu_soldiers -1
sm_classrestrict_blu_spies -3
//Limits for Blu classes in TF2. (-1 for no limit, anything higher will be the limit for that class. Default -1)
sm_classrestrict_red_demomen -1
sm_classrestrict_red_engineers -1
sm_classrestrict_red_heavies -1
sm_classrestrict_red_medics -1
sm_classrestrict_red_pyros -1
sm_classrestrict_red_scouts -1
sm_classrestrict_red_snipers -3
sm_classrestrict_red_soldiers -1
sm_classrestrict_red_spies -3
//Limits for Red classes in TF2.
//////////// END CLASS RESTRICTIONS ///////////////
/////////// FAST RESPAWN //////////////////////
sm_fastrespawn_enabled 1
//Enable/disable fast respawn for TF2.
sm_fastrespawn_blu 10
//Respawn time for Blu team in TF2.
sm_fastrespawn_red 10
//Respawn time for Red team in TF2.
///////////// END FAST RESPAWN////////////
////////////ROLL THE DICE/////////////// Doesn't work //////////////
sm_rtd_enable (1) - <0/1> Enable/Disable Roll The Dice.
sm_rtd_timelimit (120) - Seconds before a player can roll again.
sm_rtd_mode (1) - <0/1/2> See below for a description.
sm_rtd_disabled ("godmode,noclip,invis,instantkill,cloak,toxic") - List of effects you'd like to disable. See below.
sm_rtd_duration (20.0) - Seconds that rtd effects last.
sm_rtd_teamlimit (1) - Team limit for mode 2.
sm_rtd_chance (0.5) - <0.0-1.0> Chance of a good effect.
sm_rtd_distance (275.0) - Death radius for toxic kills.
sm_rtd_health (1000) - Amount of health given upon health award.
sm_rtd_gravity (0.1) - Low gravity multiplier.
sm_rtd_snail (50.0) - Speed for snail effect.
sm_rtd_trigger ("rtd,rollthedice,roll") - Chat triggers seperated by commas.
sm_rtd_admin ("") - Set the admin flag required for access. (must have all flags 'o' or 'ao')
sm_rtd_donator ("") - Set the admin flag required for donators. (must have all flags 'o' or 'ao')
sm_rtd_dchance (0.5) - Chance for a good effect if you are a donator.
//////////////END ROLL THE DICE///////////////////
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment