Left 4 Dead 2

Left 4 Dead 2

320 평점
Walk/Slow Movement as default [READ DESCRIPTION]
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
Game Content: Scripts, Miscellaneous
파일 크기
게시일
업데이트일
807.000 B
2022년 3월 27일 오전 12시 22분
2022년 4월 2일 오후 9시 35분
업데이트 노트 4개 (보기)

다운로드 위해 구독하기
Walk/Slow Movement as default [READ DESCRIPTION]

GordonT님의 1 모음집
GordonT's personal weapon and Realism stats
아이템 38개
설명
!!! 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.
인기 토론 모두 보기(1)
0
2024년 12월 25일 오전 8시 05분
Toggle between running and walking, without holding shift
Ars3ny
댓글 51
freakdude4ever 2025년 6월 14일 오전 3시 01분 
is there a video tutorial,:steamsad:
T626 2025년 5월 3일 오후 4시 30분 
@GordonT Just installed it, followed all the steps, and it works phenomenally!!!
T626 2025년 5월 3일 오후 3시 33분 
@GordonT Can I install this into Left 4 Dead 1?
Slingshot 2025년 4월 10일 오후 2시 49분 
After shoulder aim, i always sprint.. whats the problem here? it's like shift and right mouse button are the sprint key
Mayhem ✛ 2025년 1월 25일 오후 8시 02분 
bind shift +walk
alias +walk -speed
alias -walk +speed
Doc903 2024년 11월 28일 오후 7시 26분 
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"
D.Toshimura 2024년 11월 25일 오후 4시 14분 
just like re4
Ajiliffe 2024년 11월 17일 오전 5시 52분 
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
quattro mommy 2024년 11월 4일 오전 11시 01분 
Bind W to slow walk and shift to walk normally, no need to sub to this mod. enjoy
Ajiliffe 2024년 10월 26일 오전 7시 58분 
How can i make it a toggle instead of a hold?