Created
August 28, 2013 00:44
-
-
Save daemox/6360852 to your computer and use it in GitHub Desktop.
~/.tf2/tf/cfg/server.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//=== v.05-31-13 ===// | |
//=== ADMIN SETTINGS ===// | |
//Added rcon password here. | |
rcon needed here | |
//Game Server name, you may add your Clan Tag to hostname | |
hostname "No Nonsense Server" | |
//SourceTV server name, you may add your Clan Tag //Commented out until configuring SourceTV | |
//tv_name "UGC 6v6 Match TV" | |
//SourceTV bot name, as it will be visible on the in-game scoreboard | |
//tv_title "UGC 6v6 Match TV" | |
// Set autorecord, you may disable this if your server uses an autorecord SM plugin | |
//tv_autorecord "1" | |
//Optional, uncomment to set to your server 'max players' limit, to prevent sourcetv from adding a player slot, set to your server's SLOT LIMIT. // Manually set maxplayers to 24. | |
sv_visiblemaxplayers "24" | |
//Optional, set spectators on SourceTV. May be necessary for certain server providers, you may also set it to a reasonable limit of spectators, uncomment to use. // Manually set to 3 spectators. May need to change this to maxplayers instead. | |
//tv_maxclients "3" | |
//===STANDARD SETTINGS===// | |
//Server Logging Parameters | |
log on | |
mp_logdetail "3" | |
sv_contact "anihil.org" | |
//=== Item Whitelist === | |
mp_tournament_whitelist "cfg/item_whitelist.txt" | |
//SourceTV settings | |
//tv_enable 1 | |
//tv_chattimelimit 1 | |
//tv_delay 90 | |
//tv_delaymapchange 1 | |
//tv_transmitall 1 | |
//tv_maxrate 8000 | |
//Class limits | |
tf_tournament_classlimit_soldier 2 | |
tf_tournament_classlimit_medic 1 | |
tf_tournament_classlimit_scout 2 | |
tf_tournament_classlimit_demoman 1 | |
tf_tournament_classlimit_pyro 2 | |
tf_tournament_classlimit_sniper 2 | |
tf_tournament_classlimit_heavy 1 | |
tf_tournament_classlimit_engineer 1 | |
tf_tournament_classlimit_spy 2 | |
decalfrequency 60 | |
host_framerate 0 | |
mp_allowspectators 1 | |
mp_autocrosshair 0 | |
mp_autoteambalance 0 | |
mp_bonusroundtime 0 | |
mp_chattime 10 | |
mp_disable_respawn_times 0 | |
mp_enableroundwaittime 1 | |
mp_fadetoblack 0 | |
mp_falldamage 1 | |
mp_footsteps 1 | |
mp_forcecamera 1 | |
mp_fraglimit 0 | |
mp_highlander 0 | |
mp_idledealmethod 0 | |
mp_idlemaxtime 0 | |
mp_respawnwavetime 10.0 | |
mp_match_end_at_timelimit 1 | |
mp_stalemate_enable 0 | |
mp_stalemate_timelimit 0 | |
mp_teams_unbalance_limit 0 | |
mp_teamplay 0 | |
mp_time_between_capscoring 30 | |
mp_tournament 1 | |
mp_tournament_allow_non_admin_restart 0 | |
mp_weaponstay 0 | |
sv_allow_color_correction 0 | |
sv_allow_voice_from_file 0 | |
sv_allow_wait_command 0 | |
sv_allowdownload 1 | |
sv_allowupload 0 | |
sv_alltalk 0 | |
sv_cheats 0 | |
sv_client_cmdrate_difference 30 | |
sv_client_max_interp_ratio 1 | |
sv_client_min_interp_ratio 1 | |
sv_client_predict 1 | |
sv_consistency "1" | |
sv_gravity 800 | |
sv_minrate 20000 | |
sv_maxrate 60000 | |
sv_maxupdaterate 66 | |
sv_minupdaterate 40 | |
sv_maxcmdrate 66 | |
sv_mincmdrate 40 | |
sv_pausable 1 | |
sv_pure 2 | |
sv_pure_kick_clients 1 | |
sv_rcon_log 1 | |
sv_showladders 0 | |
sv_specaccelerate 5 | |
sv_specnoclip 1 | |
sv_specspeed 3 | |
sv_turbophysics 1 | |
tf_allow_player_use 0 | |
tf_arena_first_blood 0 | |
tf_clamp_airducks 1 | |
tf_damage_disablespread 1 | |
tf_tournament_hide_domination_icons 1 | |
tf_weapon_criticals 0 | |
tf_use_fixed_weaponspreads 1 | |
tf_teamtalk 1 | |
mp_tournament_restart | |
//=== Gameplay Settings ===// | |
mp_windifference "0" | |
mp_winlimit "5" // Changed from 4 to 5. | |
mp_maxrounds "0" | |
mp_timelimit "60" // Changed from 30 to 60. | |
mp_tournament_stopwatch "0" | |
tf_flag_caps_per_round "0" | |
tf_ctf_bonus_time "0" | |
say "Welcome to the No Nonsense Server!" | |
say "Be sure to read the Message of the Day (MOTD) if you have not already! (The screen you see when you first connect to the server)" | |
say "You will receive no further messages from this server until you re-connect next!" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment