View Full Version : Quick switch
Spacewar11
13-12-2004, 09:35 PM
I play Half-life 2 Death Match and have quick switch enabled but unlike in Counter-Strike:Source it does not go right to another wepon when i move the wheel mouse up and down insted it goes to the diffrent menu for the diffrent classes of weapons like pistols. In CS:S it goes right to the weapon and does not even open that menu. Can someone tell me how to fix this? It is costing me deaths.
Spacewar11
14-12-2004, 07:47 PM
38 views no replies?
Doppelgofer
14-12-2004, 07:57 PM
thats cos theres NOoooooooooooo answer. i've been wondering the same thing though.....anyone?
ComradeBadger
14-12-2004, 07:57 PM
I don't seem to have this problem.. odd :|
kingthebadger
14-12-2004, 08:13 PM
isnt int in keyboard>advanced> ?
insertcoins
14-12-2004, 08:18 PM
just do what i do bind ur switch with +attack
Spacewar11
14-12-2004, 08:53 PM
Thanks for the replies even if the problem was not solved.
T.H.C.138
14-12-2004, 10:13 PM
it is in keyboard>advanced...but it doesn't work for me either
Yellonet
14-12-2004, 10:26 PM
The fast switch only applies to the (default) number keys. Press 3 once and you'll get the SMG, press 3 again and you'll get the Combine carbine (provided that you have both of course)
s3pReMiSis
15-12-2004, 12:21 AM
lol, ill share some hldm knowledge with you :)
the drop down menu's are called 'slots'; shot1, shot2, etc.
you want is inventory next
bind "MWHEELUP" "invnext"
edit: i hope u know what an autoexec is aka userconfig
Spacewar11
15-12-2004, 01:50 AM
help me with key binds please.
we11er
15-12-2004, 01:53 AM
nm
(10 char)
Doppelgofer
15-12-2004, 06:11 PM
just do what i do bind ur switch with +attack
why did everyone ignore what this guy said? thats the best solution
Doppelgofer
15-12-2004, 06:27 PM
i just tried this by typing 'bind mwheeldown "invnext;+attack"' in the console....it works ONCE then when i fire, it just repeatedley fires on its own....am i doing something wrong?
insertcoins
15-12-2004, 07:36 PM
invnext;wait;+attack
i use 2 waits, but it may differ on ur sys
Doppelgofer
15-12-2004, 09:50 PM
tried it like that and with 2 waits but it still keeps doing the firing thing....ah well
SoNiCbOoM
15-12-2004, 10:11 PM
invnext;+attack;-attack
no need for waits
Flib>Noone
15-12-2004, 10:41 PM
can you use invprev?
Doppelgofer
15-12-2004, 10:54 PM
none of them are working for me right....it works once then just stops
DEATH eVADER
15-12-2004, 11:05 PM
none of them are working for me right....it works once then just stops
If u think ur havin problems, my mouse wheel doesn't work in HL2 HL: DM or CS: S
Spacewar11
16-12-2004, 07:52 PM
None of those worked can someone explain more about binding I think I'm missing somthing.
insertcoins
16-12-2004, 07:55 PM
just play monkey island 2
Dinkleberry
16-12-2004, 11:54 PM
I may give this a try as well. I have been having a similar prob.
[Matt]
17-12-2004, 06:47 AM
You could try this script of mine. Its not an ideal solution as it tries to select weapon slots that are empty when you scroll to them but since you cant have conditions in scripts its the best you can do. In fact its more suited to counter strike since in hl2 dm you can have 2 weapons in a single slot.
//weapon select script to go in autoexec.cfg
alias wepup "slot_3"
alias wepdn "slot_2"
alias slot_1 "slot1; alias wepup slot_5; alias wepdn slot_2"
alias slot_2 "slot2; alias wepup slot_1; alias wepdn slot_3"
alias slot_3 "slot3; alias wepup slot_2; alias wepdn slot_4"
alias slot_4 "slot4; alias wepup slot_3; alias wepdn slot_5"
alias slot_5 "slot5; alias wepup slot_4; alias wepdn slot_1"
//change the mouse wheel binds in the config.cfg to the values below
bind "MWHEELDOWN" "wepdn"
bind "MWHEELUP" "wepup"
If HL2DM had weapon aliases i could script a much better version indeed.
WySiWyG
10-02-2005, 06:49 PM
Surprising as no one else has said it, nice one man.. Much appreciated. :thumbs:
ComradeBadger
10-02-2005, 09:09 PM
tbh: this one I found is better :P
// Weapon cycle
bind "MWHEELDOWN" "weapprev"
alias weapprev "invprev;+attack;wait;wait;-attack"
bind "MWHEELUP" "weapnxt"
alias weapnxt "invnext;+attack;wait;wait;-attack"
i just tried this by typing 'bind mwheeldown "invnext;+attack"' in the console....it works ONCE then when i fire, it just repeatedley fires on its own....am i doing something wrong?
tbh: this one I found is better :P
// Weapon cycle
bind "MWHEELDOWN" "weapprev"
alias weapprev "invprev;+attack;wait;wait;-attack"
bind "MWHEELUP" "weapnxt"
alias weapnxt "invnext;+attack;wait;wait;-attack"
Adding a "-attack" does seem like a rather good idea now, doesn't it? :D
ether
11-02-2005, 07:00 PM
I just bind every weapon to a different key and don't bother with the menu. The syntax is:
bind "keyname" "use weapon-name"
You substitute values for keyname and weapon-name. You need the quotes. You can find the key names and weapon names by looking at your config file. I think inv next is only useful if you run out of ammo and you don't remember what other weapons you have.
ComradeBadger
11-02-2005, 07:35 PM
Yes, he already has stuff bound. As do I, but the menu can we useful.
WySiWyG
11-02-2005, 07:49 PM
tbh: this one I found is better :P
// Weapon cycle
bind "MWHEELDOWN" "weapprev"
alias weapprev "invprev;+attack;wait;wait;-attack"
bind "MWHEELUP" "weapnxt"
alias weapnxt "invnext;+attack;wait;wait;-attack"
Exactly what I was after.. Cheers man. ;)
ComradeBadger
11-02-2005, 08:02 PM
No problem, it's with the rest of the cheaty stuff in [*V&A*]Acid's config :P
MigaS_tX
11-02-2005, 08:59 PM
I must say sorry to all, i had this all the time and dind't share with you because i thought you were talking about turning off the auto-pick weapons thing lol. Sorry, it was very stupid. :\
vBulletin® v3.8.4, Copyright ©2000-2010, Jelsoft Enterprises Ltd.