Upvote Upvoted 3 Downvote Downvoted
Need help with a Weapon Switcher Config
posted in Customization
1
#1
0 Frags +

I want a config where when I press e it switches between my melee and my secondary weapons. Thanks

I want a config where when I press e it switches between my melee and my secondary weapons. Thanks
2
#2
0 Frags +

bump

bump
3
#3
7 Frags +

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]
4
#4
-1 Frags +
Bind e "slot3;slot2"

This should also work I think.

[code]Bind e "slot3;slot2"[/code]
This should also work I think.
5
#5
2 Frags +
Shiwa
Bind e "slot3;slot2"
This should also work I think.

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
Please sign in through STEAM to post a comment.