Skip to content

Instantly share code, notes, and snippets.

@unrealapex
Last active April 20, 2024 07:56
Show Gist options
  • Save unrealapex/c65237a44e9f280489ef5d205eed85a5 to your computer and use it in GitHub Desktop.
Save unrealapex/c65237a44e9f280489ef5d205eed85a5 to your computer and use it in GitHub Desktop.
// ~/.local/share/steam/steamapps/common/Team\ Fortress\ 2/tf/cfg/overrides/autoexec.cfg
// don't name this file autoexec because this seems to conflict with mastercomfig(custom.cfg works just fine)
// I use the quake 1 crosshair supplied by mastercomfig
cl_hud_playerclass_use_playermodel 1
bind shift +duck
// mouse4 to remove a disguise
bind "mouse4" "disguise 8 -2"
// mouse5 to use the last disguise
bind "mouse5" "lastdisguise"
// bind scroll down to jump to make bhopping easier
bind "space" "+jump"
bind "mwheeldown" "+jump"
fov_desired 90
// easier trickstabs
viewmodel_fov 90
// press f8 to toggle viewmodels on and off
bindtoggle f8 "r_drawviewmodel"
// call votes quickly
bind o "callvote"
// killbind
bind k "explode"
// SCOREBOARD--shows FPS/connection info and reduces memory load a bit with each tab:
bind tab "+scoreboard"
alias +scoreboard "+showscores;cl_showfps 1;developer 1;mem_compact"
alias -scoreboard "-showscores;cl_showfps 0;developer 0;mem_compact"
// press v to toggle your mic on or off, rather than holding it
bind v enablemic
alias enablemic "+voicerecord ; bind v disablemic"
alias disablemic "-voicerecord ; bind v enablemic"
// hrtf
dsp_slow_cpu 1
snd_spatialize_roundrobin 1
dsp_enhance_stereo 0
snd_pitchquality 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment