•     Please make sure you check the Support FAQ and relevant Guides before you create a new thread in this section!

[SOLVED] The Shift Key to Run or walk

Status
Not open for further replies.

Supa

The Serial Stacker
Movie Battles II Team Retired
Posts
914
Likes
355
// RUN/WALK TOGGLE
set walk "cl_run 0; bind SHIFT vstr run"
set run "cl_run 1; bind SHIFT vstr walk"
bind SHIFT "vstr walk"

Save that as autoexec.cfg and put it in your MBII folder, and when you get in-game go into console and type /exec autoexec.cfg. About as much as you can simulate toggle in this game.
 

Helix

Movie Battles II Team Retired
Posts
577
Likes
609
You don't need to exec autoexec, it's automatic. AUTOexec. It execs itself on the start of the client.
Oh, and also:
/bind shift cl_run !
It replaces supa's script.
 
Last edited:

Supa

The Serial Stacker
Movie Battles II Team Retired
Posts
914
Likes
355
Oh right, that's how you get it to switch between values. I probably coulda figured that out if I had looked at the cg_thirdperson bind...

Oh well.
 
Posts
35
Likes
11
So what I did was go to MBII, open the jamp config file, and pasted
set walk "cl_run 0; bind SHIFT vstr run"
set run "cl_run 1; bind SHIFT vstr walk"
bind SHIFT "vstr walk"
/bind shift cl_run !

At first it works, tapping shift switches it between running and walking, but then the next time I boot my game, shift is no longer even the button to walk/run, help please.
 

Helix

Movie Battles II Team Retired
Posts
577
Likes
609
Create a copy of jampconfig.cfg, delete everything there, type
bind shift cl_run !
and rename jampconfig to autoexec.
 
Status
Not open for further replies.
Top