STEAM GROUP
H-Town {G}'s Surf Scrubs H-Town-{S}-
STEAM GROUP
H-Town {G}'s Surf Scrubs H-Town-{S}-
1
IN-GAME
9
ONLINE
Founded
November 11, 2014
d1rTy*S Jan 6, 2015 @ 9:15am
HSW-Help :)
A little cfg snippet to make HSW-Surfing a tiny bit easier.

Depending on your prefered surf direction choose one of the following snippets.

A. Forward left - backwards right ⇖⇘

// HSW - Toggle
alias +hsw_left "+moveleft; +forward";
alias -hsw_left "-moveleft; -forward";
alias +hsw_right "+moveright; +back";
alias -hsw_right "-moveright; -back";
alias hsw "hsw_on";
alias hsw_on "bind a +hsw_left; bind d +hsw_right; echo HSW on; alias hsw hsw_off";
alias hsw_off "bind a +moveleft; bind d +moveright; echo HSW off; alias hsw hsw_on";


B. Forward right - backwards left ⇙⇗

// HSW - Toggle
alias +hsw_left "+moveleft; +back";
alias -hsw_left "-moveleft; -back";
alias +hsw_right "+moveright; +forward";
alias -hsw_right "-moveright; -forward";
alias hsw "hsw_on";
alias hsw_on "bind a +hsw_left; bind d +hsw_right; echo HSW on; alias hsw hsw_off";
alias hsw_off "bind a +moveleft; bind d +moveright; echo HSW off; alias hsw hsw_on";


Put that in you autoexec.cfg and make sure "host_writeconfig" is present at the end of the file.

You can now toggle your keybinds by typing "hsw" into the console.
Last edited by d1rTy*S; Jan 6, 2015 @ 11:17am
Date Posted: Jan 6, 2015 @ 9:15am
Posts: 0