Skip to content

Instantly share code, notes, and snippets.

@untodesu
Last active June 24, 2025 08:00
Show Gist options
  • Save untodesu/3b9081f1b299b88d0ab89289fdf7aa03 to your computer and use it in GitHub Desktop.
Save untodesu/3b9081f1b299b88d0ab89289fdf7aa03 to your computer and use it in GitHub Desktop.
// Updated: 2025-01-02
// Copyright (c) 2018-2025, Kirill Dmitrievich
// https://steamcommunity.com/id/untodesu
// TF2 command-line
// -novid -nojoy -nosteamcontroller -nohltv -particles 1 -precachefontchars
// neworking
cl_cmdrate 66
cl_interp 0.0152
cl_interp_ratio 1
cl_lagcompensation 1
cl_pred_optimize 2
cl_smooth 0
cl_smoothtime 0.01
cl_updaterate 66
rate 60000
// chat keys rebinding
unbind y
unbind u
bind enter "say"
bind kp_enter "say_team"
bind u "say_team"
// voice actions ZXC to XCV
bind x "voice_menu_1"
bind c "voice_menu_2"
bind v "voice_menu_3"
// use Team Fortress Classic binds
// for using items and calling medic
bind e "+use_action_slot_item"
bind z "voicemenu 0 0"
// funny voice actions to mouse buttons
bind mouse4 "voicemenu 2 6"
bind mouse5 "voicemenu 1 4"
// funny suicide
bind k "voicemenu 2 5; kill"
// technical keybindings
bind i "toggle r_drawviewmodel 0 1"
bind o "toggle net_graph 0 1 2"
bind ] "record fix; stop; snd_restart; hud_reloadscheme; heartbeat"
// custom viewmodels
//map_background itemtest; view 10; disconnect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment