Weapon binds

U

ur1

Guest
Could anyone please tell me, if possible how to bind 2 weapons to 1 key so i can change between them. Thx
 
S

ShockingAlberto

Guest
Code:
set ResetExplosive "set SelectExplosive vstr SelectExplosive1"
set SelectExplosive1 "weapon 5;weapon 4;set SelectExplosive vstr SelectExplosive
2"
set SelectExplosive2 "weapon 4;weapon 5;set SelectExplosive vstr SelectExplosive
1"
set SelectExplosive "vstr SelectExplosive1"
set Explosive "vstr SelectExplosive;vstr ResetRapidFire;vstr ResetSlowFire"

set ResetRapidFire "set SelectRapidFire vstr SelectRapidFire1"
set SelectRapidFire1 "weapon 6;weapon 8;weapon 9;set SelectRapidFire vstr Select
RapidFire2"
set SelectRapidFire2 "weapon 9;weapon 8;weapon 6;set SelectRapidFire vstr Select
RapidFire3"
set SelectRapidFire3 "weapon 6;weapon 9;weapon 8;set SelectRapidFire vstr Select
RapidFire1"
set SelectRapidFire "vstr SelectRapidFire1"
set RapidFire "vstr SelectRapidFire;vstr ResetExplosive;vstr ResetSlowFire"

set ResetSlowFire "set SelectSlowFire vstr SelectSlowFire1"
set SelectSlowFire1 "weapon 3;weapon 7;set SelectSlowFire vstr SelectSlowFire2"
set SelectSlowFire2 "weapon 7;weapon 3;set SelectSlowFire vstr SelectSlowFire1"
set SelectSlowFire "vstr SelectSlowFire1"
set SlowFire "vstr SelectSlowFire;vstr ResetExplosive;vstr ResetRapidFire"
That's a script that somone gave me, i guess you could modify it for what you want.

I've gotten used to using one weapon per key now, though, so i don't use it. Not the same as the Q2 bindings anyway, in feel :(
 
S

Sar

Guest
Yeah I've been using something similar since Q3 was released, as I used to have similar binds in Q2.

My Q3 script:

//Sar: Quick select weapon 'alias' replacement
set SelectHitscan1 "weapon 5;weapon 7;set SelectHitscan vstr SelectHitscan2"
set SelectHitscan2 "weapon 7;weapon 5;set SelectHitscan vstr SelectHitscan1"
set SelectHitscan "vstr SelectHitscan1"

set SelectAltHitscan1 "weapon 3;weapon 8;set SelectAltHitscan vstr SelectAltHitscan2"
set SelectAltHitscan2 "weapon 8;weapon 3;set SelectAltHitscan vstr SelectAltHitscan1"
set SelectAltHitscan "vstr SelectAltHitscan1"

set SelectCrapweap1 "weapon 6;weapon 9;weapon 4;set SelectCrapweap vstr SelectCrapweap2"
set SelectCrapweap2 "weapon 4;weapon 6;weapon 9;set SelectCrapweap vstr SelectCrapweap3"
set SelectCrapweap3 "weapon 9;weapon 4;weapon 6;set SelectCrapweap vstr SelectCrapweap1"
set SelectCrapweap "vstr SelectCrapweap1"

set Selectlastresort1 "weapon 1;weapon 2;set Selectlastresort vstr Selectlastresort2"
set Selectlastresort2 "weapon 2;weapon 1;set Selectlastresort vstr Selectlastresort1"
set Selectlastresort "vstr Selectlastresort1"

//Weaps Binds

bind MWHEELUP "vstr SelectHitscan" //Rox n Rails
bind MWHEELDOWN "vstr SelectAltHitscan" //Shotty and Plasma
bind mouse3 "vstr SelectCrapweap" //GL and Shaft
bind enter "vstr Selectlastresort" //MG and Hog
 
U

ur1

Guest
Thx

Thanks for them I shall be trying them out soon.
 
C

Chameleon

Guest
As shocko obvioulsy discovered ..... and my own advice would be .... dont use scripts. There are occasion when u will want to swap to a specific weapon with one click. It might take a little shifting about of other binds or weird 'reaching for keys' at first, but one key per wep is always best. I use QWES for movement, with the following wep binds for example:

Left mouse side button = RL
Right mouse side button = PG
Mouse wheel up = LG
Mouse wheel down = MG
A = Grens
D = SG
R = Rail
F = Gauntlet

u dont need a bind for bfg cos it's ghey ;)
 
U

ur1

Guest
Thx again

Thanks everyone for all your help. I went with Sar's script in the end and it does the job exactly how I wanted it to.
 
S

Sar

Guest
Originally posted by Ch@meleon
As shocko obvioulsy discovered ..... and my own advice would be .... dont use scripts. There are occasion when u will want to swap to a specific weapon with one click. It might take a little shifting about of other binds or weird 'reaching for keys' at first, but one key per wep is always best. I use QWES for movement, with the following wep binds for example:

Left mouse side button = RL
Right mouse side button = PG
Mouse wheel up = LG
Mouse wheel down = MG
A = Grens
D = SG
R = Rail
F = Gauntlet

u dont need a bind for bfg cos it's ghey ;)

Hehe

Well I've gotten so used to my config that I instinctively know which weapon I'll switch to next as the script I use switches alternately between weaps, so say switch to rl, then to plasma, next switch back to rl will infact switch to rg so I switch twice to bring back rl.

Odd at first but works for me :)

I couldn't bind weaps to individual keys anyway, cos I only ever play team games, and I have my keys around my movement keys (ESDF) bound to team_chat binds. And I use a Intellimouse, so I have enter bound to the thumb button, which means I can access all weaps through my mouse. :)

GL with it DOA :)
 

Users who are viewing this thread

Top Bottom