From c75c615e55f2d1f7a62daac401ad8ab4216f7913 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gl=C3=BCpker?= Date: Mon, 18 Sep 2023 18:36:24 +0200 Subject: Migrate config to cs2 Tried to keep bindings identical. Removed most settings, as I don't know which settings survive the change. --- agl-alias.cfg | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 agl-alias.cfg (limited to 'agl-alias.cfg') diff --git a/agl-alias.cfg b/agl-alias.cfg new file mode 100644 index 0000000..d86f3f9 --- /dev/null +++ b/agl-alias.cfg @@ -0,0 +1,12 @@ +alias +crosshairmax "cl_crosshair_sniper_width 1; cl_crosshairstyle 3; cl_crosshairsize 1337; cl_crosshairgap 10;" +alias -crosshairmax "exec agl-crosshair" +alias +bind_alt "+crosshairmax; exec agl-bindings-alt; " +alias -bind_alt "-crosshairmax; exec agl-bindings; " + +alias +drop_bomb "slot5;" +alias -drop_bomb "drop; say_team Dropped the bomb!" + +// Does not help with current autocompletion +// alias "d" "disconnect" +// alias "q" "quit" +// alias "s" "status" -- cgit v1.2.3