Counter-Strike 2

Counter-Strike 2

View Stats:
Left handed for primary and secondary, but right handed for everything else?
What the title says. I want to have a way that is left-handed for the primary and secondary weapons, but right-handed for the knife, thrown ordinances, and the C4.

I use the mousewheel to switch my weapons so binding a toggle to a key is not going to be the best answer for me since I want to keep my fingers on the WASD keys as much as possible.

Apparently that you can do this by according this guide but it might be outdated. I haven't been able to try this yet due to finals. http://steamcommunity.com/sharedfiles/filedetails/?id=192732387
Last edited by Axios Deminence; Aug 30, 2015 @ 8:49am
< >
Showing 1-13 of 13 comments
Rim Carrey (Banned) Dec 11, 2014 @ 7:02pm 
Not sure that is possible..
Elbrother26 Dec 11, 2014 @ 7:06pm 
"slot1; cl_righthand 0"
"slot2; cl_righthand 0"
"slot3; cl_righthand 1"
"slot4; cl_righthand 1" (and so on all the way till the last slot with cl_righthand 1..)
Last edited by Elbrother26; Dec 11, 2014 @ 7:15pm
DjGuckie Dec 11, 2014 @ 7:07pm 
its like of bind scripting.

look up how to bind, and then go from there.

like bind 4 gernade cl_righthand 1 cl_viewmodel

something like that, it can be done, it will just take some time.
ZánÐêr Dec 11, 2014 @ 7:14pm 
may need to use aliases now for multiple commands, not sure though.
Shallex Dec 11, 2014 @ 7:23pm 
Basically what Elbrother said. If you are using the number keys to switch items, it would go like this

bind 1 "slot1; cl_righthand 0"
bind 2 "slot2; cl_righthand 0"
bind 3 "slot3; cl_righthand 1"
bind 4 "slot4; cl_righthand 1"
bind 5 "slot5; cl_righthand 1"

Type each of those lines seperately in the developer's console and press enter after typing each line.
ZánÐêr Dec 11, 2014 @ 7:47pm 
just realized he said he uses the mouse wheel to change weapons..
Shallex Dec 11, 2014 @ 8:16pm 
Originally posted by ZánÐêr:
just realized he said he uses the mouse wheel to change weapons..
I believe he may have edited that in.

To OP, yeah, it is not possible using mouse wheel scrolling. I mean in theory it is, but disrupting the order of your weapons, like dropping your weapon for example will mess every thing up.
$n@ke Eye$ Dec 11, 2014 @ 8:44pm 
I can write the script for you, but it will have a few limitations.
Axios Deminence Dec 11, 2014 @ 8:55pm 
Originally posted by Shallex:
Originally posted by ZánÐêr:
just realized he said he uses the mouse wheel to change weapons..
I believe he may have edited that in.

To OP, yeah, it is not possible using mouse wheel scrolling. I mean in theory it is, but disrupting the order of your weapons, like dropping your weapon for example will mess every thing up.

Actually it was there before. I just edited in the guide.

Originally posted by $n@ke Eye$:
I can write the script for you, but it will have a few limitations.

As long as it's not against the rules, I'm fine with it. What are the limitations though?
Axios Deminence Dec 11, 2014 @ 9:52pm 
Originally posted by $n@ke Eye$:
Okay here is the script. I think I got it working as much as possible because of the limitations I mentioned.

See if it works for you.

Copy and paste into your autoexec.cfg

alias nextslot slot_3 alias prevslot slot_2 alias slot_1 "slot1; cl_righthand 0; alias nextslot slot_2; alias prevslot slot_10" alias slot_2 "slot2; cl_righthand 0; alias nextslot slot_3a; alias prevslot slot_1" alias slot_3a "use weapon_knife; cl_righthand 1; alias nextslot slot_3b; alias prevslot slot_2" alias slot_3b "use weapon_taser; cl_righthand 1; alias nextslot slot_5; alias prevslot slot_3a" alias slot_5 "slot5; cl_righthand 1; alias nextslot slot_6; alias prevslot slot_3b" alias slot_6 "slot6; cl_righthand 1; alias nextslot slot_7; alias prevslot slot_5" alias slot_7 "slot7; cl_righthand 1; alias nextslot slot_8; alias prevslot slot_6" alias slot_8 "slot8; cl_righthand 1; alias nextslot slot_9; alias prevslot slot_7" alias slot_9 "slot9; cl_righthand 1; alias nextslot slot_10; alias prevslot slot_8" alias slot_10 "slot10; cl_righthand 1; alias nextslot slot_1; alias prevslot slot_9"

bind your mouse wheel up and down in console.

bind "mwheelup" "nextslot"
bind "mwheeldown" "prevslot"

or bind it the opposite way if you prefer.

Let me know if you need any adjustments to the script.

If you don't routinely use the taser, decoy or fire grenades, I could remove them so you don't have to cycle past them when they are not in your inventory which will make the script work a little bit better.

Thanks, this actually is probably the most helpful post on this thread so far.

I don't use the taser or the HE grenade (don't hate, I just don't use it since it has no killing potential and people are likelier to get away from it fast enough or not get damaged by it too badly).
Ttup Aug 29, 2015 @ 10:08pm 
Is there a bind that allows me to but primary and others on the right and secondary on the left?
scarN Oct 25, 2017 @ 4:26am 
how do i delete it now ? xD
scarN Oct 25, 2017 @ 4:29am 
BindToggle "slot1; cl_righthand 0"
< >
Showing 1-13 of 13 comments
Per page: 1530 50

Date Posted: Dec 11, 2014 @ 7:00pm
Posts: 13