question

snipeIT

2008-04-16 20:37:11

Is it possible to have like 2 binds for primary fire ?

Or anything in that case.

.::TTK::.TW3@K3R

2008-04-16 20:57:56

I am pretty sure you can..

pull down console and try it..

type
bind "p" "+attack"
bind "o" "+attack"
then see if both those works and your mouse.. I am just as curious

Walking Target

2008-04-16 21:52:00

Yes you can. Personally I try to stay "LAN compliant" when I am gaming, if I can't bind all my core keys through the GUI I don't use it, but I know people who do this. It's not much different to the whole discussion on jumping being bound to space and scroll.

snipeIT

2008-04-16 22:04:28

Sweet, thanks, now I can have ultra pistol and still be able to aim. :) :D :twisted: :roll: :wink: :lol: 8)

cyber_clash

2008-04-16 22:38:21

Yeah somehow my config got messed up and I have 2 zoom buttons. :|

.::TTK::.TW3@K3R

2008-04-16 22:48:54

unbind "key"

will fix it..Unless you got it embeded in a autoexec.cfg or userconfig.cfg. then just find the end of the config and put that in the same place.

0nti

2008-04-16 23:58:33

"ultra pistol" will have a delay between shots anyway, and recoil will be really big if you spam it like that :P

Jelly Fox

2008-04-17 00:13:34

If you want rapid fire pistol you'll need to bind both mwheel up and down, like so:

Code: Select all

bind "MWHEELUP" "+attack"
bind "MWHEELDOWN" "+attack"
It is possible to make a bind that will switch to the pistol and attack_wheel (thats what we'll call it) with one key. then you can make another bind to switch back to your normal mwheel config MWHEELDOWN=JUMP :D

0nti

2008-04-18 05:25:41

It is possible to make a bind that will switch to the pistol and attack_wheel (thats what we'll call it) with one key. then you can make another bind to switch back to your normal mwheel config MWHEELDOWN=JUMP :D
wouldn't that be a script? D:

Cynips

2008-04-18 12:22:09

0nti wrote:wouldn't that be a script? D:
Yeah, but it's possible. :)