MacNab13 Posted April 26, 2002 Share Posted April 26, 2002 I know this has been asked and answered, but I've looked everywhere...what's the console command/script to make the walk switch a toggle instead of momentary? I've had a few lightsaber battles just casually walking around and using dark force powers, man is it ever fun...BWAAHAAHAAHAA! Really has a Darth Vader feel to it. I don't really want to turn off always run, and my left pinky is getting sore...can someone please help? Link to comment Share on other sites More sharing options...
NewBJedi Posted April 26, 2002 Share Posted April 26, 2002 This is for RTCW, but should work for JK2 (Q3 Engine): //Walking Toggle set walk_off "-speed; set walk_t vstr walk_on; echo ^5Walk ^5Mode ^1Disabled^5, ^5Always ^5Run ^5On^7" set walk_on "+speed; set walk_t vstr walk_off; echo ^5Walk ^5Mode ^2Enabled^7" vstr walk_off bind key "vstr walk_t" key = whatever key you bind. Link to comment Share on other sites More sharing options...
fueldawg Posted April 28, 2002 Share Posted April 28, 2002 whoa whoa whoa thats way too complicated. All you got to do is bind a key to "toggle cl_run" like this: /bind x "toggle cl_run" I think this is standard for the q3 engine. It works fine for me... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.