Left 4 Dead 2

Left 4 Dead 2

299 ratings
Walk/Slow Movement as default [READ DESCRIPTION]
   
Award
Favorite
Favorited
Unfavorite
Game Content: Scripts, Miscellaneous
File Size
Posted
Updated
807.000 B
27 Mar, 2022 @ 12:22am
2 Apr, 2022 @ 9:35pm
4 Change Notes ( view )

Subscribe to download
Walk/Slow Movement as default [READ DESCRIPTION]

In 1 collection by GordonT
GordonT's personal weapon and Realism stats
31 items
Description
!!! CREATE THE CFG FILE BY YOURSELF OR ELSE KEYBIND CONFLICT !!!

What does this mod do?
This is the CFG file to override your current WASD and Shift keybinds to make your movement become slower as default without holding down Shift all the time (because Shift is for "sprinting" now). You are effortlessly doing that.
The main reason i wanted to create these keybinds is to make the experience pair up well with Slow Zombies scripts which can results an entirely slow-paced gameplay conversion.

Installation
  1. Go to \steamapps\common\Left 4 Dead 2\left4dead2\cfg and create a new text document end as .CFG format (not .TXT) file. My personal naming is SlowWalk.cfg for example.
  2. Copy the code for SlowWalk.cfg (you can open .cfg file as NotePad) then Save it:
    alias +SlowForward "+speed;+forward" alias +SlowBackward "+speed;+back" alias +SlowMoveLeft "+speed;+moveleft" alias +SlowMoveRight "+speed;+moveright" alias -SlowForward "+speed;-forward" alias -SlowBackward "+speed;-back" alias -SlowMoveLeft "+speed;-moveleft" alias -SlowMoveRight "+speed;-moveright" alias +SlowSpeedKey "-speed" alias -SlowSpeedKey "+speed" bind F6 SlowAsDefault //You can replace overriding key here bind Shift +SlowSpeedKey alias SlowAsDefault "bind w +SlowForward;bind s +SlowBackward;bind a +SlowMoveLeft;bind d +SlowMoveRight;bind Shift +SlowSpeedKey"
  3. Launch the game, wait for all addons loaded
  4. Open console (if you don't know how go to Option > Keyboard/Mouse > Allow Development console Enable then press ~) and type
    exec SlowWalk.cfg
    Or whatever your cfg filename you just created. Also, it's better you put that line in Launch Option to make the game do execution automatically.
  5. Load a map, press F6 to override keys, tap Shift to truly begin slow mode.

Known issues
  • Everytime the map is loaded slow mode will not work. Just tap Shift to fix. If I fix to apply immediate slow when loaded, any input hold/release new movement keys will distrupt the Shift sprinting. So no fix of that, current aliased is already the best afaik.
  • You cannot restore keybinds to normal during a game, as rebinding will not completely wipe keys function. Please leave the map to main menu first and rebind in Option later.
Popular Discussions View All (1)
0
25 Dec, 2024 @ 8:05am
Toggle between running and walking, without holding shift
Ars3ny
47 Comments
• M A Y H E M • 25 Jan @ 8:02pm 
bind shift +walk
alias +walk -speed
alias -walk +speed
Doc903 28 Nov, 2024 @ 7:26pm 
Would you be able to help me with something I'm trying to do? I've got a script that causes the player's FOV to zoom in when they press mouse2 in a sort of "aim" similar to WWZ. I have the script, but I can't get the player's speed to return to normal after releasing the button.

bind Mouse2 "+fovzoom; +speed"
alias +fovzoom "fov_desired 90" //pressing changes fov to 90
alias -fovzoom "fov_desired 120" //releasing goes back to 120

alias +walk "+speed"
alias -walk "-speed"
DzykriToshisama 25 Nov, 2024 @ 4:14pm 
just like re4
Ajiliffe 17 Nov, 2024 @ 5:52am 
no, you didnt understand, like, i just press shift and it auto runs, if i press shift again it walks, without the need of holding the button
Klara 4 Nov, 2024 @ 11:01am 
Bind W to slow walk and shift to walk normally, no need to sub to this mod. enjoy
Ajiliffe 26 Oct, 2024 @ 7:58am 
How can i make it a toggle instead of a hold?
arab 27 Aug, 2024 @ 8:41am 
thanks ily
GordonT  [author] 25 Jul, 2024 @ 10:03am 
@Ngentot Lu Semua sorry for the uncomfortable you can go to Option to reset keybind to default
TF2 radio 21 Jul, 2024 @ 10:37pm 
how to undo it? i wanted to change to the regular walking so i deleted the files andnow i cant move
Bogos Binted 18 Feb, 2024 @ 6:26pm 
thank