Left 4 Dead 2

Left 4 Dead 2

Sprint System (Vscript)
Showing 1-3 of 3 entries
Update: 6 Jul @ 3:34am

- Added a chat command, "refresh sprint script". This chat command will re-launch the sprint script. Use this chat command in case if the sprint script stops working when loaded together with lots of mods at once, or in custom maps that heavily use lots of scripts.

Update: 4 Jul @ 5:07pm

- Added "allow_custom_button_for_sprint" feature. When this is enabled, a custom cvar, "kuro_sprint_mode" can be used. Bind a key & make alias with this cvar to toggle on/off, like for example:
bind = "sprint+"
alias sprint+ "kuro_sprint_mode 1; bind = sprint-"
alias sprint- "kuro_sprint_mode 0; bind = sprint+"

Update: 4 Jul @ 2:31am