Upvote Upvoted 2 Downvote Downvoted
Making "q" swicth between 2 weapons
posted in Q/A Help
1
#1
1 Frags +

i was wondering how to make "q" swicht between my primary and secondary weapons.
Edit: stop posting scripts none of them work it might have something to do with my other scripts

i was wondering how to make "q" swicht between my primary and secondary weapons.
Edit: stop posting scripts none of them work it might have something to do with my other scripts
2
#2
0 Frags +

you mean instead of just going to last weapon?

you mean instead of just going to last weapon?
3
#3
2 Frags +

http://teamfortress.tv/forum/thread/2599/1#post-36322

http://teamfortress.tv/forum/thread/2599/1#post-36322
4
#4
0 Frags +

did you think about what you would want to switch to if you have your melee weapon out?

did you think about what you would want to switch to if you have your melee weapon out?
5
#5
0 Frags +

bind q q2
alias q1 "slot1;alias q2 q3"
alias q3 "slot2;alias q2 q1"
alias q2 q1

bind q q2
alias q1 "slot1;alias q2 q3"
alias q3 "slot2;alias q2 q1"
alias q2 q1
6
#6
0 Frags +
viledid you think about what you would want to switch to if you have your melee weapon out?

yea primary BTW bind q "slot1;slot2" does not work for me

[quote=vile]did you think about what you would want to switch to if you have your melee weapon out?[/quote] yea primary BTW bind q "slot1;slot2" does not work for me
7
#7
0 Frags +
grillzyou mean instead of just going to last weapon?

yes

[quote=grillz]you mean instead of just going to last weapon?[/quote] yes
8
#8
0 Frags +
Berethbind q q2
alias q1 "slot1;alias q2 q3"
alias q3 "slot2;alias q2 q1"
alias q2 q1

doesn't work for me :(

[quote=Bereth]bind q q2
alias q1 "slot1;alias q2 q3"
alias q3 "slot2;alias q2 q1"
alias q2 q1[/quote]
doesn't work for me :(
9
#9
0 Frags +

try this, it's the same idea as that but i just tried rewriting it.

alias prime "slot1;slot1; alias quickswap second" //double up on slot1 because of annoying menus that block it
alias second "slot2;slot2; alias quickswap prime"
alias quickswap prime
bind q quickswap

try this, it's the same idea as that but i just tried rewriting it.

alias prime "slot1;slot1; alias quickswap second" //double up on slot1 because of annoying menus that block it
alias second "slot2;slot2; alias quickswap prime"
alias quickswap prime
bind q quickswap
10
#10
0 Frags +
wareyatry this, it's the same idea as that but i just tried rewriting it.

alias prime "slot1;slot1; alias quickswap second" //double up on slot1 because of annoying menus that block it
alias second "slot2;slot2; alias quickswap prime"
alias quickswap prime
bind q quickswap

sorry still doesnt work it must be my other scripts

[quote=wareya]try this, it's the same idea as that but i just tried rewriting it.

alias prime "slot1;slot1; alias quickswap second" //double up on slot1 because of annoying menus that block it
alias second "slot2;slot2; alias quickswap prime"
alias quickswap prime
bind q quickswap[/quote]
sorry still doesnt work it must be my other scripts
11
#11
1 Frags +

this works 100%. i just wrote it and tried it out. i think i'm actually going to start using this too. Q will always go to your primary. if you are already on your primary, hitting Q will take out your secondary.

bind q sec
bind 2 "slot2; sec2"
bind 3 "slot3; sec2"
alias pri "slot1; pri2"
alias pri2 "bind q sec"
alias sec "slot2; sec2"
alias sec2 "bind q pri"
pri

and of course, Q will be your new slot1. i recommend changing your slot2 and slot3. i would use this.

bind q sec"
bind e "slot2; sec2"
bind f "slot3; sec2"
alias pri "slot1; pri2"
alias pri2 "bind q sec"
alias sec "slot2; sec2"
alias sec2 "bind q pri"
pri

MUCH easier on your fingers. you dont have to move so far. i also have my medic call on one of my side mouse buttons.

also, remember that this script will mess up if you go spy or engi because of the slot 4 and 5 weapons automatically changing when you select something from their menus. i dont play spy or engi but those shouldn't be too hard to figure out.

this works 100%. i just wrote it and tried it out. i think i'm actually going to start using this too. Q will always go to your primary. if you are already on your primary, hitting Q will take out your secondary.

[quote]
bind q sec
bind 2 "slot2; sec2"
bind 3 "slot3; sec2"
alias pri "slot1; pri2"
alias pri2 "bind q sec"
alias sec "slot2; sec2"
alias sec2 "bind q pri"
pri
[/quote]
and of course, Q will be your new slot1. i recommend changing your slot2 and slot3. i would use this.
[quote][b]bind q sec"
bind e "slot2; sec2"
bind f "slot3; sec2"
alias pri "slot1; pri2"
alias pri2 "bind q sec"
alias sec "slot2; sec2"
alias sec2 "bind q pri"
pri[/b]
[/quote]
MUCH easier on your fingers. you dont have to move so far. i also have my medic call on one of my side mouse buttons.

also, remember that this script will mess up if you go spy or engi because of the slot 4 and 5 weapons automatically changing when you select something from their menus. i dont play spy or engi but those shouldn't be too hard to figure out.
Please sign in through STEAM to post a comment.