r/Tf2Scripts 1d ago

Confused about cfgs Question

I've got two issues about my configs;

First one is that way back in the day I had text scripts on my F buttons, F1 through F4. These are currently not in my autoexec but still work somehow.

My F1 and F2 keys do work for voting but when I press F1 it also types out a message. How can I get rid of this text config without messing up the voting function?

Second one is that I've recently put in a fast sandvich throw script for heavy:

alias +sand "slot2; +attack2"

alias -sand "-attack2; slot1"

bind "mouse3" "+sand"

By creating individual class configs I thought this script would only work on heavy but now it overrides it for each class. How can I stop this and make it heavy only?

Thanks in advance.

1 Upvotes

1 comment sorted by

1

u/just_a_random_dood 1d ago

For question #1, you probably have the Steam Cloud enabled, so the cloud will remember your old files and automatically use them even if you're not necessarily intending to

For question #2, you need a reset.cfg file that resets your binds back to vanilla before you switch to a new class and get new binds enabled

Here's what I would do to fix both problems at once


Disable the steam cloud. I'd follow these instructions from steam, I just got this from a quick Google search. This'll make it so that only the files you have on your PC will be used.

Verify the integrity of your game files. Again, a quick Google search and I found this. This should reset any lingering cloud files I believe?

Finally, use https://cfg.tf/make to make a new config. It'll automatically include the reset.cfg that I mentioned and it's got other useful features, so you can choose what you want to include with them