weapon binds

  • Thread starter Thread starter impact
  • Start date Start date
I

impact

Guest
i am quake player and never really played HL1.
what are the console commands to all the weapns. so i can bind then to all the keys around my W-A-S-D setup :)

example, have the z key goto the magnum.
 
Im not sure of the EXACT slots for weapons, but I think the magnum is 3. So if you wanted to bind z to pull out the magnum, it would look like this:
bind z slot3
Not sure if fast weapon switching has to be on to automatically switch you to it.
 
yea. i have been working with that. and i can bind a key to the slot, but i have to tap it twice to get to the magnum. i am looking for a command that i can use to go right to the weapon
 
ok, open up notepad and type this:

alias +magswitch "mag1; mag2"
alias mag1 "+slot3"
alias mag2 "+slot3"
bind z +magswitch


save that text as magswitch.cfg in your HL2 DEATH MATCH/HL2MP/CFG folder.
In-game open the console and type: exec magswitch
Youll have to do exec magswitch everytime you run hl2.
Press z to switch to magnum (hopefully).
 
actually just save it in autoexec.cfg which executes every time you start hl2mp.
 
looking for this?

bind "x" "use weapon_crowbar"

bind "x" "use weapon_pistol"

bind "x" "use weapon_357"

bind "x" "use weapon_smg1"

bind "x" "use weapon_rpg"

bind "x" "use weapon_crossbow"

bind "x" "use weapon_frag"

bind "x" "use weapon_bugbait"

bind "x" "use weapon_shotgun"

bind "x" "use weapon_ar2"

bind "x" "use weapon_physcannon"

posted by T|2IPL3_6
 
Back
Top