mstarr

cs go overwatch fastforward script

Oct 18th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. **Do not use these to breeze through the entire case**, only use them to fast forward unneeded / useless parts. Once you have blatant proof, press **T to get to end of demo**. TAB is for slowmo, Q W E R are for skipping ahead, and F pauses the demo. Be sure to **have TAB, Q, W, E, R, T, F bound somewhere in your autoexec**
  2.  
  3. Instructions: Load up overwatch case, then **type in "overwatch"** in console. **Before you play next, type in "exec autoexec"** in console to load your normal controls back in. I like to have a key bound to exec my autoexec (bind \ "exec autoexec.cfg") so I added a playvol beep sound to let me know that my autoexec loaded if I just press a button. I added different timescales so you can tweak to your liking.
  4.  
  5. playvol buttons\blip1 1 \\audio confirmation your autoexec loaded
  6. bind "\" "exec autoexec.cfg" \\optional quick bind to load autoexec,
  7. \\especially useful if you use practice configs that change controls
  8.  
  9. alias overwatch "bind tab +demohalf;bind q +demo2; bind w +demo3; bind e +demo5;bind r +demo7; bind t +demo35;bind f demo_togglepause"
  10.  
  11. alias +demo15 "demo_timescale 1.5"
  12. alias -demo15 "demo_timescale 1"
  13. alias +demo25 "demo_timescale 2.5"
  14. alias -demo25 "demo_timescale 1"
  15. alias +demo2 "demo_timescale 2"
  16. alias -demo2 "demo_timescale 1"
  17. alias +demo3 "demo_timescale 3"
  18. alias -demo3 "demo_timescale 1"
  19. alias +demo4 "demo_timescale 4"
  20. alias -demo4 "demo_timescale 1"
  21. alias +demo5 "demo_timescale 5"
  22. alias -demo5 "demo_timescale 1"
  23. alias +demo7 "demo_timescale 7"
  24. alias -demo7 "demo_timescale 1"
  25. alias +demo10 "demo_timescale 10"
  26. alias -demo10 "demo_timescale 1"
  27. alias +demo20 "demo_timescale 20"
  28. alias -demo20 "demo_timescale 1"
  29. alias +demo35 "demo_timescale 35"
  30. alias -demo35 "demo_timescale 1"
  31. alias +demohalf "demo_timescale .25"
  32. alias -demohalf "demo_timescale 1"
Add Comment
Please, Sign In to add comment