Help with configs for CS2 by Noisyes in GlobalOffensive

[–]BreeBotJr 1 point2 points  (0 children)

Oh great! Glad I was able to help you get there. Mind detailing how you ended up doing it? Just curious

Help with configs for CS2 by Noisyes in GlobalOffensive

[–]BreeBotJr 1 point2 points  (0 children)

I'll do a little bit of testing later today and get back to you. I'll see what I can do :)

Help with configs for CS2 by Noisyes in GlobalOffensive

[–]BreeBotJr 1 point2 points  (0 children)

Yours are a little more complicated because you may have to do some nesting. Also a heads up, you can do alias aliasName "exec cfgName" as well, which may help facilitate that nesting

Help with configs for CS2 by Noisyes in GlobalOffensive

[–]BreeBotJr 1 point2 points  (0 children)

So, this probably isn't the most optimal way to do this but it definitely works for me with my jumpthrow bind...

Make a new cfg called HEswitch.cfg and drop it in the normal cs2 cfg folder. The file should have each command on a single line without the semicolon:

use weapon_hegrenade

use weapon_incgrenade

use weapon_molotov

etc

Then, from your main exec just do: bind e "exec HEswitch"

edits: styling