Created
July 23, 2012 16:59
-
-
Save hannahherbig/3164717 to your computer and use it in GitHub Desktop.
my autoexec.cfg for cs:s
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cl_ragdoll_physics_enable 0 | |
alias _voice_toggle _voice_on | |
alias _voice_on "alias _voice_toggle _voice_off; +voicerecord" | |
alias _voice_off "alias _voice_toggle _voice_on; -voicerecord" | |
alias _demo_pause_toggle _demo_pause_on | |
alias _demo_pause_on "alias _demo_pause_toggle _demo_pause_off; demo_pause" | |
alias _demo_pause_off "alias _demo_pause_toggle _demo_pause_on; demo_resume" | |
alias _demo_movie_toggle _demo_movie_on | |
alias _demo_movie_on "alias _demo_movie_toggle _demo_movie_off; startmovie movie h264; _demo_pause_off" | |
alias _demo_movie_off "alias _demo_movie_toggle _demo_movie_on; endmovie; _demo_pause_on" | |
bind ' _voice_toggle | |
bind f7 _demo_pause_toggle | |
bind f8 _demo_movie_toggle | |
bind semicolon "toggle voice_loopback" | |
bind kp_uparrow "buy vesthelm" | |
bind kp_end "buy m4a1;buy ak47" | |
bind kp_downarrow "buy deagle" | |
bind kp_pgdn "buy awp" | |
bind kp_rightarrow "buy smokegrenade" | |
bind kp_leftarrow "buy hegrenade" | |
bind kp_5 "buy flashbang" | |
bind kp_plus "buy defuser" | |
bind kp_home "buy mp5" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment