From 1c9cb143cfa3010fb0488880f93843fab8708832 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 19 Aug 2024 19:39:11 +0200 Subject: [PATCH] add autocounterstrafe --- games/cs2/myconfig.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/games/cs2/myconfig.cfg b/games/cs2/myconfig.cfg index 47bac7e..1543759 100644 --- a/games/cs2/myconfig.cfg +++ b/games/cs2/myconfig.cfg @@ -3,6 +3,16 @@ // Scan code: https://www.reddit.com/r/GlobalOffensive/comments/1ato9z8/new_key_bind_scancodes_visualized/#lightbox +// auto counterstrafe +alias "+autostop_forward" "+forward; rightleft 0 1 0; !forwardback 0 1 0" +alias "-autostop_forward" "-forward; !forwardback 0.00000000000001 0 0" +alias "+autostop_back" "+back; rightleft 0 1 0; forwardback 0 1 0" +alias "-autostop_back" "-back; forwardback 0.00000000000001 0 0" +alias "+autostop_left" "+left; forwardback 0 1 0; rightleft 0 1 0" +alias "-autostop_left" "-left; rightleft 0.00000000000001 0 0" +alias "+autostop_right" "+right; forwardback 0 1 0; !rightleft 0 1 0" +alias "-autostop_right" "-right; !rightleft 0.00000000000001 0 0" + // Deplacements unbind "scancode26" unbind "scancode4"