Forum
Usfull Quickswitch Command
Created 17th October 2009 @ 00:36
Add A Reply Pages: 1
Since valve have finally added the new command “+quickswitch” so you can easily change between weapons, I made a script for it. The script is simple, press j to open up then quickswitch menu, choose a new weapon then press j to hide it again. Just copy and paste this into your autoexec.cfg file, ask if you don’t know how to make one.
alias “Fastunlockswitch” “Openmenu1”
alias “Openmenu1” “+quickswitch; alias Fastunlockswitch Openmenu2”
alias “Openmenu2” “-quickswitch; alias Fastunlockswitch Openmenu1”
bind “j” “Fastunlockswitch”
Enjoy and give me any feedback you feel necessary.
thanks, wanted to have this, but the quotes are messed up when copied :)
worked as intended after I retyped them.
Last edited by gniedler,
thanks, wanted to have this, but the quotes are messed up when copied :)
worked as intended after I retyped them.
alias “Fastunlockswitch” “Openmenu1″
alias “Openmenu1″ “+quickswitch; alias Fastunlockswitch Openmenu2″
alias “Openmenu2″ “-quickswitch; alias Fastunlockswitch Openmenu1″
bind “j” “Fastunlockswitch”
they should be fine
i got one inspired by agron’s config:
// State Hotkey
alias "+statekey" "bind "g" "+quickswitch"
alias "-statekey" "bind "g" "+gshit"
bind "shift" "+statekey"
//Quick Loadout Switch
alias "+gshit" "bind g "+quickswitch"
alias "-gshit" "-quickswitch; unbind "g"
when you hold down SHIFT+G you get the loadout, when u stop pressing G it disappears, and when you just click G it wont do anything, if you want G to taunt after all, change this line:
alias "-gshit" "-quickswitch; unbind "g"
to this one:
alias "-gshit" "-quickswitch; bind "g" "taunt"
Last edited by Zappah,
options>keyboard>loadout quickswitch>set a key
what is the advantage of your sripts?
options>keyboard>loadout quickswitch>set a key
what is the advantage of your sripts?
well, his script = you need to press 1 time at a curtain key to reveal the quick loadout and to make it disappear you need to prss that key again.
mine does the same as the usual script just that the shift key is involved.
basicly its just comfortable for me but i decided to share it.
Add A Reply Pages: 1