Upvote Upvoted 1 Downvote Downvoted
Class Switching Binds
posted in Q/A Help
1
#1
0 Frags +

Would like to know how i can make a bind where when i press a key i can switch to sniper/heavy/scout/solly etc that way i can offclass faster and switch back faster. thanks

Would like to know how i can make a bind where when i press a key i can switch to sniper/heavy/scout/solly etc that way i can offclass faster and switch back faster. thanks
2
#2
2 Frags +

This is what I use my numpad for:
bind KP_END "join_class scout"
bind KP_DOWNARROW "join_class soldier"
bind KP_PGDN "join_class pyro"
bind KP_LEFTARROW "join_class demoman"
bind KP_5 "join_class heavyweapons"
bind KP_RIGHTARROW "join_class engineer"
bind KP_HOME "join_class medic"
bind KP_UPARROW "join_class sniper"
bind KP_PGUP "join_class spy"

You can set the binds to how ever you want it though.

This is what I use my numpad for:
bind KP_END "join_class scout"
bind KP_DOWNARROW "join_class soldier"
bind KP_PGDN "join_class pyro"
bind KP_LEFTARROW "join_class demoman"
bind KP_5 "join_class heavyweapons"
bind KP_RIGHTARROW "join_class engineer"
bind KP_HOME "join_class medic"
bind KP_UPARROW "join_class sniper"
bind KP_PGUP "join_class spy"

You can set the binds to how ever you want it though.
3
#3
0 Frags +

from my config

bind f1 "join_class scout"
bind f2 "join_class soldier"
bind f3 "join_class pyro"
bind f4 "join_class demoman"
bind f5 "join_class heavyweapons"
bind f6 "join_class engineer"
bind f7 "join_class medic"
bind f8 "join_class sniper"
bind f9 "join_class spy"
bind UPARROW "player_ready_toggle"

change to whatever you want

from my config

bind f1 "join_class scout"
bind f2 "join_class soldier"
bind f3 "join_class pyro"
bind f4 "join_class demoman"
bind f5 "join_class heavyweapons"
bind f6 "join_class engineer"
bind f7 "join_class medic"
bind f8 "join_class sniper"
bind f9 "join_class spy"
bind UPARROW "player_ready_toggle"

change to whatever you want
4
#4
0 Frags +

i have it set to where you press shift and 1-9 becomes class binds and on release turns back into the slot binds

i have it set to where you press shift and 1-9 becomes class binds and on release turns back into the slot binds
5
#5
0 Frags +
MagikarpThis is what I use my numpad for:
bind KP_END "join_class scout"
bind KP_DOWNARROW "join_class soldier"
bind KP_PGDN "join_class pyro"
bind KP_LEFTARROW "join_class demoman"
bind KP_5 "join_class heavyweapons"
bind KP_RIGHTARROW "join_class engineer"
bind KP_HOME "join_class medic"
bind KP_UPARROW "join_class sniper"
bind KP_PGUP "join_class spy"

You can set the binds to how ever you want it though.
Screwballfrom my config

bind f1 "join_class scout"
bind f2 "join_class soldier"
bind f3 "join_class pyro"
bind f4 "join_class demoman"
bind f5 "join_class heavyweapons"
bind f6 "join_class engineer"
bind f7 "join_class medic"
bind f8 "join_class sniper"
bind f9 "join_class spy"
bind UPARROW "player_ready_toggle"

change to whatever you want

Awesome thanks! I'll try these.

janedoei have it set to where you press shift and 1-9 becomes class binds and on release turns back into the slot binds

This is interesting, do you know the commands for this?

[quote=Magikarp]This is what I use my numpad for:
bind KP_END "join_class scout"
bind KP_DOWNARROW "join_class soldier"
bind KP_PGDN "join_class pyro"
bind KP_LEFTARROW "join_class demoman"
bind KP_5 "join_class heavyweapons"
bind KP_RIGHTARROW "join_class engineer"
bind KP_HOME "join_class medic"
bind KP_UPARROW "join_class sniper"
bind KP_PGUP "join_class spy"

You can set the binds to how ever you want it though.[/quote]

[quote=Screwball]from my config

bind f1 "join_class scout"
bind f2 "join_class soldier"
bind f3 "join_class pyro"
bind f4 "join_class demoman"
bind f5 "join_class heavyweapons"
bind f6 "join_class engineer"
bind f7 "join_class medic"
bind f8 "join_class sniper"
bind f9 "join_class spy"
bind UPARROW "player_ready_toggle"

change to whatever you want[/quote]

Awesome thanks! I'll try these.

[quote=janedoe]i have it set to where you press shift and 1-9 becomes class binds and on release turns back into the slot binds[/quote]

This is interesting, do you know the commands for this?
6
#6
0 Frags +
Khaganjanedoei have it set to where you press shift and 1-9 becomes class binds and on release turns back into the slot binds
This is interesting, do you know the commands for this?

bind "shift" "+statekey"
alias "+statekey" "+joinclass; +serverstuff; +interpstuff"
alias "-statekey" "-joinclass; -serverstuff; +interpstuff"
alias +joinclass "bind 1 scout; bind 2 soldier; bind 3 pyro; bind 4 demoman; bind 5 heavy; bind 6 engineer; bind 7 medic; bind 8 sniper; bind 9 spy"
alias -joinclass "bind 1 weapon1; bind 2 weapon2; bind 3 weapon3; bind 4 weapon4; bind 5 weapon5; bind 6 slot6; bind 7 slot7; bind 8 slot8; bind 9 slot9"

alias scout "join_class scout"
alias soldier "join_class soldier"
alias pyro "join_class pyro"
alias demoman "join_class demoman"
alias heavy "join_class heavyweapons"
alias engineer "join_class engineer"
alias medic "join_class medic"
alias sniper "join_class sniper"
alias spy "join_class spy"

you can change weapon1-weapon5 to slot1-slot5 if ur gonna use it for default buttons

[quote=Khagan]

[quote=janedoe]i have it set to where you press shift and 1-9 becomes class binds and on release turns back into the slot binds[/quote]

This is interesting, do you know the commands for this?[/quote]
bind "shift" "+statekey"
alias "+statekey" "+joinclass; +serverstuff; +interpstuff"
alias "-statekey" "-joinclass; -serverstuff; +interpstuff"
alias +joinclass "bind 1 scout; bind 2 soldier; bind 3 pyro; bind 4 demoman; bind 5 heavy; bind 6 engineer; bind 7 medic; bind 8 sniper; bind 9 spy"
alias -joinclass "bind 1 weapon1; bind 2 weapon2; bind 3 weapon3; bind 4 weapon4; bind 5 weapon5; bind 6 slot6; bind 7 slot7; bind 8 slot8; bind 9 slot9"

alias scout "join_class scout"
alias soldier "join_class soldier"
alias pyro "join_class pyro"
alias demoman "join_class demoman"
alias heavy "join_class heavyweapons"
alias engineer "join_class engineer"
alias medic "join_class medic"
alias sniper "join_class sniper"
alias spy "join_class spy"

you can change weapon1-weapon5 to slot1-slot5 if ur gonna use it for default buttons
Please sign in through STEAM to post a comment.