What the heck is quickshield?
I've only got a few scripts.
One handy script is the mousewheel scroll.
Before: I'd hit mousewheel and not know it, not noticing the menu at the top of the screen, then I'd click to shoot and accidentally pull out the knife or pistol or something and of course die. This seriously annoyed me. -.-
Now: Whenever I hit mousewheel I instantly switch to the next weapon. This is useful in two ways...it cuts out a click when I need it and has trained me to hit the mousewheel by accident less often. The mousewheel conveniently scrolls through primary, secondary, knife, nades, and bomb, skipping past things I don't have of course. Quite handy. Everything's within a maximum of 3 mousewheel-turns away, and usually less.
It's a simple little script, basically binding the same command as what is default to the mousewheel, then adding (+attack, wait, -attack) to simulate a click automatically.
That and a script for jumpcrouch is really all I use, besides a key bound to autobuy and a few other useful things (stopsound, room_type 0, certain settings like hud_centerid 1 that seem to change by themselves...)
I've only got a few scripts.
One handy script is the mousewheel scroll.
Before: I'd hit mousewheel and not know it, not noticing the menu at the top of the screen, then I'd click to shoot and accidentally pull out the knife or pistol or something and of course die. This seriously annoyed me. -.-
Now: Whenever I hit mousewheel I instantly switch to the next weapon. This is useful in two ways...it cuts out a click when I need it and has trained me to hit the mousewheel by accident less often. The mousewheel conveniently scrolls through primary, secondary, knife, nades, and bomb, skipping past things I don't have of course. Quite handy. Everything's within a maximum of 3 mousewheel-turns away, and usually less.
It's a simple little script, basically binding the same command as what is default to the mousewheel, then adding (+attack, wait, -attack) to simulate a click automatically.
That and a script for jumpcrouch is really all I use, besides a key bound to autobuy and a few other useful things (stopsound, room_type 0, certain settings like hud_centerid 1 that seem to change by themselves...)
Comment