Skip to content

Instantly share code, notes, and snippets.

@Bloxs
Last active July 16, 2022 19:07
Show Gist options
  • Save Bloxs/1c6933d7abe657bff21e240f04622e6a to your computer and use it in GitHub Desktop.
Save Bloxs/1c6933d7abe657bff21e240f04622e6a to your computer and use it in GitHub Desktop.
My tf2 server config
// QoL Settings
// - Disable time limt
mp_timelimit 0
// - Immediate respawn
mp_disable_respawn_times 1
mp_respawnwavetime -1
// - Remove 'Waiting for players' pre-game thing
mp_waitingforplayers_cancel 1
mp_enableroundwaittime 0
// - All chat
sv_alltalk 1
// - Disable afk kick
mp_idledealmethod 0
mp_idlemaxtime 0
// - Funny vote modes
// - Autobalance vote
sv_vote_issue_autobalance_allowed 1
// - Classlimit vote
sv_vote_issue_classlimits_allowed 1
// - :troll:
sv_vote_issue_kick_allowed 1
// - Restart round vote
sv_vote_issue_restart_game_allowed 1
// - Remove banning from kick vote
sv_vote_kick_ban_duration 0
// - Disable waiting to votekick
sv_vote_late_join_cooldown 0
sv_vote_late_join_time 0
// - Friendly fire (funny)
mp_friendlyfire 1
// - RTD cooldown removal
sm_rtd2_interval 0
// Bot settings
// - 2 Bots when no players
tf_bot_quota 2
// - Fill the server as slots open
tf_bot_quota_mode fill
// - Kick bots when players join
tf_bot_auto_vacate 1
// - Bots join while players in spectate
tf_bot_join_after_player 0
// - Bot difficulty in username
tf_bot_prefix_name_with_difficulty 1
// - Bot difficulty
tf_bot_difficulty 2
// - Make people rage
tf_bot_taunt_victim_chance 100
// - Set to Heavy (Prob one of the best for ctf)
tf_bot_force_class Heavy
// Grapple settings
// - Enables grapple
tf_grapplinghook_enable 1
// - Allows firing every 0.1 seconds
tf_grapplinghook_fire_delay 0.1
// - Increases player acceleration when grappling
tf_grapplinghook_acceleration 5000
// - Increases player move speed when grappling
tf_grapplinghook_move_speed 1500
// - Increases grapple hook projectile speed
tf_grapplinghook_projectile_speed 3000
// Class limit settings
// - Blu
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 -1
sm_classrestrict_blu_soldiers -1
sm_classrestrict_blu_spies 0
// - Red
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 -1
sm_classrestrict_red_soldiers -1
sm_classrestrict_red_spies 0
// - Spy cring
sm_classrestrict_enabled 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment