Upvote Upvoted 8 Downvote Downvoted
What is b4nny's resupply bind?
posted in Q/A Help
1
#1
0 Frags +

When I'm watching almost any high level player play comp, they have a bind that instantly resupplies their health and ammo without removing existing sentries, or ubers.

It's something simple, and a short line of code that I can't remember. Thanks

When I'm watching almost any high level player play comp, they have a bind that instantly resupplies their health and ammo without removing existing sentries, or ubers.

It's something simple, and a short line of code that I can't remember. Thanks
2
#2
9 Frags +

bind "F1" "load_itempreset 0"

bind "F1" "load_itempreset 0"
3
#3
5 Frags +

I use load_itempreset 0, I think you can also use the change class command and it has the same effect but I'm not sure. Also worth noting that doing this to keep your uber and backspawn is banned in esea.

I use load_itempreset 0, I think you can also use the change class command and it has the same effect but I'm not sure. Also worth noting that doing this to keep your uber and backspawn is banned in esea.
4
#4
-44 Frags +

its probaly

bind "mouse1" "+attack; impluse 101; spec_next"
its probaly
[code]bind "mouse1" "+attack; impluse 101; spec_next"[/code]
5
#5
-24 Frags +

bind "key" "sv_cheats 1; impulse 101"
could be made better but that'll work fine for you
e: ninja'd a lot with different info, sorry if this is the wrong thing

bind "key" "sv_cheats 1; impulse 101"
could be made better but that'll work fine for you
e: ninja'd a lot with different info, sorry if this is the wrong thing
6
#6
5 Frags +
saambind "F1" "load_itempreset 0"

This ^
Note that what this command does is load your A loadout preset, the first one in your class loadout screen, so if you were like the B loadout preset, it'll spawn you with the A one.

[quote=saam]bind "F1" "load_itempreset 0"[/quote]
This ^
Note that what this command does is load your A loadout preset, the first one in your class loadout screen, so if you were like the B loadout preset, it'll spawn you with the A one.
7
#7
25 Frags +

bind uparrow "load_itempreset 2"
bind downarrow "load_itempreset 0"
bind rightarrow "load_itempreset 3"
bind leftarrow "load_itempreset 1"

The binds will respawn you if you're currently in spawn (giving you full health/ammo and refreshing crit heals). You can also use them to quickly switch loadouts (uber/kritz as medic, for example).

bind uparrow "load_itempreset 2"
bind downarrow "load_itempreset 0"
bind rightarrow "load_itempreset 3"
bind leftarrow "load_itempreset 1"

The binds will respawn you if you're currently in spawn (giving you full health/ammo and refreshing crit heals). You can also use them to quickly switch loadouts (uber/kritz as medic, for example).
8
#8
0 Frags +

I tried that but all it says is that the command is not valid. It says bind <key> [command] : attach a command to a key everytime i put load itempreset in console

I tried that but all it says is that the command is not valid. It says bind <key> [command] : attach a command to a key everytime i put load itempreset in console
9
#9
3 Frags +
TyrovicI tried that but all it says is that the command is not valid. It says bind <key> [command] : attach a command to a key everytime i put load itempreset in console

What exactly did you put in the console?
It should be:

bind "key" "load_itempreset 0"

Don't forget the "" and replace key with the name of whatever key you want (should be something relatively easy to reach that you don't use for anything else yet).

[quote=Tyrovic]I tried that but all it says is that the command is not valid. It says bind <key> [command] : attach a command to a key everytime i put load itempreset in console[/quote]


What exactly did you put in the console?
It should be:

bind "key" "load_itempreset 0"

Don't forget the "" and replace key with the name of whatever key you want (should be something relatively easy to reach that you don't use for anything else yet).
10
#10
33 Frags +

I know this is a necro but I was searching up how to setup the bind and followed this thread and it still didn't work for me. Turns out you also need to enable "respawn on loadout change" in the advanced/special settings. Hopefully this helps somebody else if they are just setting it up for the first time.

I know this is a necro but I was searching up how to setup the bind and followed this thread and it still didn't work for me. Turns out you also need to enable "respawn on loadout change" in the advanced/special settings. Hopefully this helps somebody else if they are just setting it up for the first time.
11
#11
8 Frags +

Sorry to bump this again, but I have to shill this:

https://github.com/jooonior/tf2-loadouts-script

It requires a bit more configuration than just a single bind, but it makes it to where it's one resup bind that works for all classes and remembers your current loadout.

Sorry to bump this again, but I have to shill this:

https://github.com/jooonior/tf2-loadouts-script

It requires a bit more configuration than just a single bind, but it makes it to where it's one resup bind that works for all classes and remembers your current loadout.
Please sign in through STEAM to post a comment.