Skip to content

Instantly share code, notes, and snippets.

@FelikZ
Created October 22, 2017 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FelikZ/9b77e9e34d8aebc36e4948e50ee7def9 to your computer and use it in GitHub Desktop.
Save FelikZ/9b77e9e34d8aebc36e4948e50ee7def9 to your computer and use it in GitHub Desktop.
// _________________
// | Misc |
// ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
sv_cheats "1"
sv_showimpacts "1"
sv_showimpacts_time "2.5"
weapon_debug_spread_show 1
// __________________
// | Timescale Binds| // controls the demo playback time. Going below 0.1 is not recommended
// ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
// Keypad Demo Timescale binds (Num-Pad 1-9)
bind kp_end "demo_timescale 0.1;sv_showimpacts_time 0.1"
bind kp_downarrow "demo_timescale 0.2;sv_showimpacts_time 0.2"
bind kp_pgdn "demo_timescale 0.3;sv_showimpacts_time 0.3"
bind kp_leftarrow "demo_timescale 0.4;sv_showimpacts_time 0.4"
bind kp_5 "demo_timescale 0.5;sv_showimpacts_time 0.5"
bind kp_rightarrow "demo_timescale 0.6;sv_showimpacts_time 0.6"
bind kp_home "demo_timescale 0.7;sv_showimpacts_time 0.7"
bind kp_uparrow "demo_timescale 2;sv_showimpacts_time 2"
bind kp_pgup "demo_timescale 4;sv_showimpacts_time 4"
bind kp_ins "demo_timescale 1;sv_showimpacts_time 1" // Normal speed
bind kp_enter "demo_timescale 1;sv_showimpacts_time 1" // Normal speed
bind kp_plus "incrementvar r_drawothermodels 1 2 1" // fast forward
bind kp_minus "demo_togglepause" // fast forward
// __________________
// | Zoom Binds |
// ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
bind UPARROW "fov_cs_debug 33" // zoom view in
bind DOWNARROW "fov_cs_debug 0" // zoom view out
echo ""
echo "---------------------------------"
echo "!!! overwatch.cfg loaded !!!"
echo "---------------------------------"
echo ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment