Forum
Issues with changing equipment
Created 15th January 2011 @ 15:17
Add A Reply Pages: 1
Everytime I change from Medigun to Kritzkrieg or vice versa I respawn with the weapon from the primary slot in my hands. To change my weapons i normally use quickswitch (bind “q” “+quickswitch;r_drawviewmodel 1”). I want to change it so I respawn with the seconday slot item in my hands. Reason is pretty simple: Whenever I change to Kritz I usually shoot around 20 needles in the floor of the spawn before realising I am not healing anyone :X. I have tried it with the 2 “remember weapons between lifes” commands but so far no success.
Interesting sidenote: If I change equipment as scout I always find myself with the secondary slot item in my hands. So it depends on the class I play.
This is my medic config.
cl_autoreload “1”
sensitivity “4.3”
alias charge “say_team CHARGE | CHARGE | CHARGE | CHARGE | CHARGE | CHARGE | CHARGE | CHARGE | CHARGE | CHARGE | CHARGE |
bind “MOUSE2” “+attack2; charge”
alias fakecharge “say_team ———-FAKE Charge———-”
bind “mouse4” “voicemenu 1 7 ; fakecharge”
bind “mouse5” “voicemenu 1 7 ; fakecharge”
bind “1” “slot1; r_drawviewmodel 0”
bind “2” “slot2; r_drawviewmodel 0
bind “3” “slot3; r_drawviewmodel 1”
bind “q” “+quickswitch;r_drawviewmodel 1”
bind “k” “kill”
bind “MWHEELUP” “voicemenu 1 6”
bind “MWHEELDOWN” “voicemenu 0 3”
Just get hitting your quickswitch or 2 button when you spawn until it becomes muscle memory.
Quoted from Skyride
Just get hitting your quickswitch or 2 button when you spawn until it becomes muscle memory.
idd
whats so hard in pressing 2? ppl did it in vanilla days…
Last edited by AnimaL,
how about 3 binds for 3 slots
alias "CloseMenu" "-quickswitch; alias Unlockswitch3 Openmenu3; alias Unlockswitch2 Openmenu2; alias Unlockswitch1 Openmenu1"
alias "Unlockswitch1" "Openmenu1"
alias "Openmenu1" "+quickswitch; slot1; alias Unlockswitch1 CloseMenu"
bind "j" "Unlockswitch1"
alias "Unlockswitch2" "Openmenu2"
alias "Openmenu2" "+quickswitch; slot2; alias Unlockswitch2 CloseMenu"
bind "k" "Unlockswitch2"
alias "Unlockswitch3" "Openmenu3"
alias "Openmenu3" "+quickswitch; slot3; alias Unlockswitch3 CloseMenu"
bind "l" "Unlockswitch3"
or something like that
pressing 2 isn’t hard tho :)
Last edited by Mors Immortalis,
Add A Reply Pages: 1