Orbitäl Posted November 17, 2002 Share Posted November 17, 2002 First let me say that if this has already been posted then I do appologize. I looked around, but didn't find anything on it. With that out of the way, is their a way to bind a toggle to walk, so that I wouldnt have to hold the button, but rather can press once to walk, press again to run? I want this mainly for MP, but having it for SP would be nice too. Thanx in advance. -Orbital Link to comment Share on other sites More sharing options...
Wudan Posted November 17, 2002 Share Posted November 17, 2002 Always run is set on by default, turn it off. Then, bind your Run key to toggle always run, whatever the console command is. That way, you'll hit the button to switch to always running, then you can hit it again to go back to always walking. Link to comment Share on other sites More sharing options...
Orbitäl Posted November 18, 2002 Author Share Posted November 18, 2002 Originally posted by wudan .......Then, bind your Run key to toggle always run, whatever the console command is. Thats just my problem, I dunno what the command is to toggle run. I know +speed is run, so I'm assuming -speed is walk. I have tried the following: bind x toggle +speed bind x toggle -speed Neither worked.... Any help would be appreciated. :\ Link to comment Share on other sites More sharing options...
Wudan Posted November 18, 2002 Share Posted November 18, 2002 Try it without + and -, just "bind x "toggle speed" Link to comment Share on other sites More sharing options...
Tchouky Posted November 18, 2002 Share Posted November 18, 2002 set walk walk_on set walk_on "-speed;set walk vstr walk_off" set walk_off "+speed;set walk vstr walk_on" bind "x" vstr walk here you are... Link to comment Share on other sites More sharing options...
Wudan Posted November 18, 2002 Share Posted November 18, 2002 Ah teh 1337ness of Tchouky Link to comment Share on other sites More sharing options...
Orbitäl Posted November 19, 2002 Author Share Posted November 19, 2002 Tchouky thank you so much! [edit] I wrote everything to a script, which I can execute in game, but all it does is print the first line of code: (walk_on is: "-speed;set walk vstr walk_off"), but thats ALL it does. My question now is what am I doing wrong? For the record its saved as "walk.cfg" in my base folder Thanx in advance for any help given[/edit] Link to comment Share on other sites More sharing options...
Tchouky Posted November 19, 2002 Share Posted November 19, 2002 oops sorry my bad : set walk [b]vstr[/b] walk_on set walk_on "-speed;set walk vstr walk_off" set walk_off "+speed;set walk vstr walk_on" bind "x" vstr walk and not set walk walk_on Link to comment Share on other sites More sharing options...
Orbitäl Posted November 20, 2002 Author Share Posted November 20, 2002 Hehe Thanx once again. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.