Skip to content

Instantly share code, notes, and snippets.

@minkcv
Created September 21, 2016 20:46
Show Gist options
  • Save minkcv/0d4c2396502ca2374508f2480f78b2f9 to your computer and use it in GitHub Desktop.
Save minkcv/0d4c2396502ca2374508f2480f78b2f9 to your computer and use it in GitHub Desktop.
Bind T to cinematic mode in source games.
alias "cinematicon" "cl_drawhud 0; r_drawviewmodel 0; noclip; alias cinematic cinematicoff"
alias "cinematicoff" "cl_drawhud 1; r_drawviewmodel 1; noclip; alias cinematic cinematicon"
alias "cinematic" "cinematicon"
bind "t" "cinematic"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment