Wes Janson SMR Posted April 11, 2002 Share Posted April 11, 2002 Is there a way to toggle between walking and running with a keystroke? No, I'm not talking about the default option, where you have to hold down the walk/run key for the oposite effect. I want to just tap a key, and have it switch without me having to hold anything down. Get what I'm saying? Link to comment Share on other sites More sharing options...
moore+ Posted April 12, 2002 Share Posted April 12, 2002 set fast "+movedown; set runswitch vstr slow; echo Running..." set slow "-movedown; set runswitch vstr fast; echo Walking..." set runswitch "vstr fast" bind shift "vstr runswitch" make that runwalk.cfg then make an autoexec.cfg that has exec runwalk.cfg in it. It's based on the crouch toggle script from planetquake.com/thebind/ so any thanks should go there. Link to comment Share on other sites More sharing options...
debri Posted April 12, 2002 Share Posted April 12, 2002 An easier way is to just enter this in the console bind 'KEY' "cl_run !" eg. bind SHIFT "cl_run !" the SHIFT key will now toggle running on and off Link to comment Share on other sites More sharing options...
TheDarkSide Posted April 12, 2002 Share Posted April 12, 2002 Thanks a ton...both of you! I've been searching for an answer to this question for quite a while. With the search function hobbled on this forum, it makes it quite a hard task Link to comment Share on other sites More sharing options...
Wes Janson SMR Posted April 12, 2002 Author Share Posted April 12, 2002 Thanks, debri. I whole-heartily treasure your advice. ;-) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.