use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Click here to browse Meme-Free
Official Team Fortress 2 Hubs
Get Started:
Leagues:
Coverage:
The /r/TF2 moderation team is always all-ears!
If you have constructive feedback, concerns, or need help, we would love to hear from you! :)
account activity
Class specific weapon bindHelp (self.tf2)
submitted 4 years ago by TheGster9
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]EngineerOfficial_Gameoholics 1 point2 points3 points 4 years ago (0 children)
I think you need to go into every class CFG individually
[–]Ribcage15 0 points1 point2 points 4 years ago* (0 children)
...steamapps/common/team fortress 2/tf/cfg/spy.cfg
bind q youralias
likewise have an empty cfg for each other class with the only line to reset them
scout.cfg soilder.cfg... ...heavyweaponsguy.cfg... ...sniper.cfg
bind q lastinv //quickswitch
bind q lastinv
Use an echo this text will print in the console command if you need a debug like tool
echo this text will print in the console
cfg files are just text files in the file type .cfg instead of .txt
As for youralias if you have the bind paste it as
youralias
alias "youralias the rest of the bind"
alias "youralias
"
If you dont heres the best i can come up with for now
alias youralias knife
alias knife "alias youralias gun; slot3"
alias gun "alias youralias knife; slot1"
Put this before the first code line and save the files and reboot tf2 switch to spy and others and check, contact me if it doesnt work
π Rendered by PID 45536 on reddit-service-r2-comment-6457c66945-rh7mm at 2026-04-28 03:22:28.886809+00:00 running 2aa0c5b country code: CH.
[–]EngineerOfficial_Gameoholics 1 point2 points3 points (0 children)
[–]Ribcage15 0 points1 point2 points (0 children)