Jump to content

Home

Toggle Walk Switch?


MacNab13

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...