Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
alias +walk -speed
alias -walk +speed
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"
Ah yeah this is it, but if there's no fix I'll probably just stick to vanilla, thank you though :)
Once activated the script, holding Shift make you go faster in "all direction" - which includes strafing movement. Yet there possibly chance strafing cause losing sprint for unknown reason.
Sorry if this still not the mod you are looking for.
Btw, you can bind <key> "exec ***.cfg" to exec config by pressing key, too.
I think try this
alias +SlowForward "+forward"
alias +SlowBackward "+back"
alias +SlowMoveLeft "+moveleft"
alias +SlowMoveRight "+moveright"
alias -SlowForward "-forward"
alias -SlowBackward "-back"
alias -SlowMoveLeft "-moveleft"
alias -SlowMoveRight "-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;"
Maybe work
the only way to preventing this from happening is to walk around FIRST when loading in a map (when the slow walk isn't working yet) then hit the SHIFT
Note: i'm looking at the codes currently to have a fix for this problem
You need to perform full clean-up of the keybinds: leave to Main Menu and unbind everything (command "unbindall") and use Restore to Default settings. Then restarts the game, load map, test Default settings first, execute the scripts, press F6 and press Shift.
I gave the code to 3 of my friends and it worked perfectly fine, so you may need to check if WASD and Shift are not used by any other mods and the codes are copied without missing a single command.
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=254071513
type each line of these:
alias ToggleWalk ToggleWalkOn
alias ToggleWalkOn "+speed;alias ToggleWalk ToggleWalkOff"
alias ToggleWalkOff "-speed;alias ToggleWalk ToggleWalkOn"
.
and finally, it is: bind "Shift" "ToggleWalk"