I want a config where when I press e it switches between my melee and my secondary weapons. Thanks
Need help with a Weapon Switcher Config
posted in
Customization
I think this is as close to what you're looking for as possible. It'll get kind of screwy if you use the mousewheel to switch weapons though.
alias "switch_to_3" "slot3; bind e switch_to_2"
alias "switch_to_2" "slot2; bind e switch_to_3"
bind e "switch_to_3"
bind "1" "slot1"
bind "2" "slot2; bind e switch_to_3"
bind "3" "slot3; bind e switch_to_2"
I think this is as close to what you're looking for as possible. It'll get kind of screwy if you use the mousewheel to switch weapons though.
[code]
alias "switch_to_3" "slot3; bind e switch_to_2"
alias "switch_to_2" "slot2; bind e switch_to_3"
bind e "switch_to_3"
bind "1" "slot1"
bind "2" "slot2; bind e switch_to_3"
bind "3" "slot3; bind e switch_to_2"
[/code]
[code]
alias "switch_to_3" "slot3; bind e switch_to_2"
alias "switch_to_2" "slot2; bind e switch_to_3"
bind e "switch_to_3"
bind "1" "slot1"
bind "2" "slot2; bind e switch_to_3"
bind "3" "slot3; bind e switch_to_2"
[/code]
Bind e "slot3;slot2"
This should also work I think.
[code]Bind e "slot3;slot2"[/code]
This should also work I think.
This should also work I think.
ShiwaThis should also work I think.Bind e "slot3;slot2"
It's a little more complicated than that. What arch came up with is exactly how you'd code this
[quote=Shiwa][code]Bind e "slot3;slot2"[/code]
This should also work I think.[/quote]
It's a little more complicated than that. What arch came up with is exactly how you'd code this
This should also work I think.[/quote]
It's a little more complicated than that. What arch came up with is exactly how you'd code this
Please
sign in through STEAM
to post a comment.