summaryrefslogtreecommitdiff
path: root/agl-demo.cfg
diff options
context:
space:
mode:
authorAndré Glüpker <git@wgmd.de>2022-04-29 17:18:35 +0200
committerAndré Glüpker <git@wgmd.de>2022-04-29 17:29:38 +0200
commitd532e1f29b56e4c8fecf44ed8ecd9c003e9e3a90 (patch)
tree5167a2db11123edc59c78742491a087b7597d422 /agl-demo.cfg
parent4f34ee70fc916581980934190fbd94c5aa32f9a2 (diff)
downloadconfig-csgo-d532e1f29b56e4c8fecf44ed8ecd9c003e9e3a90.tar.gz
config-csgo-d532e1f29b56e4c8fecf44ed8ecd9c003e9e3a90.tar.bz2
config-csgo-d532e1f29b56e4c8fecf44ed8ecd9c003e9e3a90.zip
Rename bindings to agl
Diffstat (limited to 'agl-demo.cfg')
-rw-r--r--agl-demo.cfg55
1 files changed, 55 insertions, 0 deletions
diff --git a/agl-demo.cfg b/agl-demo.cfg
new file mode 100644
index 0000000..a06e764
--- /dev/null
+++ b/agl-demo.cfg
@@ -0,0 +1,55 @@
+echo "-Demo-Bindings-"
+
+alias +demofastest "demo_timescale 12"
+alias -demofastest "demo_timescale 1"
+alias +demofaster "demo_timescale 6"
+alias -demofaster "demo_timescale 1"
+alias +demofast "demo_timescale 3"
+alias -demofast "demo_timescale 1"
+alias +demoslow "demo_timescale 0.5"
+alias -demoslow "demo_timescale 1"
+alias +demoslower "demo_timescale 0.25"
+alias -demoslower "demo_timescale 1"
+alias +demoslowest "demo_timescale 0.125"
+alias -demoslowest "demo_timescale 1"
+alias demostop "demo_gototick 9999999"
+
+bind q +demoslow
+bind w demo_togglepause
+bind e +demofast
+
+bind a +demoslower
+bind s demo_togglepause
+bind d +demofaster
+
+bind z +demoslowest
+bind x demo_togglepause
+bind c +demofastest
+
+bind r "radio3" // AutoDirector
+bind f "toggle spec_show_xray" // X-Ray
+// Alternative: "toggle spec_show_xray" - wird aber dann nicht im UI angezeigt
+bind v "radio1" // Show profile
+
+bind g lastinv // Graphs (Damage, Kills, Cash, ...)
+
+// bind . +demofaster
+// bind , +demoslower
+// bind MOUSE3 demo_togglepause
+// bind F8 demo_togglepause
+bind F8 disconnect
+bind F9 demostop
+
+sv_cheats 1
+sv_grenade_trajectory 1
+sv_showimpacts 1
+weapon_debug_spread_show 1
+cl_crosshairstyle 2
+
+// Show hitboxes on hit
+sv_cheats 1
+sv_showimpact 1
+sv_showbullethits 1
+// r_drawothermodels 2 // Draw models as wireframe
+
+// vim: commentstring=//\ %s