rapperdan

CS:GO autoexec.cfg config

May 31st, 2016
804
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. // Mouse
  2. m_customaccel "0"
  3. m_mouseaccel1 "0"
  4. m_mouseaccel2 "0"
  5. m_mousespeed "0"
  6. m_rawinput "1"
  7.  
  8. // Server
  9. rate "128000"
  10. cl_cmdrate "128"
  11. cl_updaterate "128"
  12. cl_interp "0"
  13. cl_interp_ratio "2"
  14. mm_dedicated_search_maxping "25"
  15.  
  16. // Sound
  17. snd_mixahead "0.05"
  18. voice_scale "0.7"
  19.  
  20. // Crosshair
  21. exec "xhair_default"
  22. exec "xhair_classicdynamic_dan"
  23. cl_crosshair_sniper_width "3"
  24.  
  25. // Viewmodel
  26. cl_viewmodel_shift_left_amt "0.500000"
  27. cl_viewmodel_shift_right_amt "0.250000"
  28. viewmodel_fov "68"
  29. viewmodel_offset_x "2.500000"
  30. viewmodel_offset_y "0"
  31. viewmodel_offset_z "-1.500000"
  32. viewmodel_presetpos "0"
  33. viewmodel_recoil 0
  34. cl_bob_lower_amt "5.000000"
  35. cl_bobamt_lat "0.100000"
  36. cl_bobamt_vert "0.100000"
  37. cl_bobcycle "0.98"
  38.  
  39. // Misc
  40. cl_disablefreezecam "1"
  41. cl_dm_buyrandomweapons "0"
  42. cl_join_advertise "2"
  43. developer "1"
  44. con_filter_text "Damage Given"
  45. con_filter_text_out "Player:"
  46. con_filter_enable "2"
  47. Joystick 0
  48. fps_max 300
  49.  
  50. // Aliases
  51. alias strafetoggle "+strafetoggle"
  52. alias +strafetoggle "+strafe; alias strafetoggle -strafetoggle"
  53. alias -strafetoggle "-strafe; alias strafetoggle +strafetoggle"
  54. alias "+jumpthrow" "+jump; -attack"
  55. alias "-jumpthrow" "-jump"
  56. alias demoinfo "echo record demos/<servername>-mm_dd_yy-d<demo number>"
  57. alias +entwatchhud "con_filter_text The hud is now; sm_hud"
  58. alias -entwatchhud "con_filter_text Damage Given"
  59.  
  60. // Binds
  61. bind "f" "+jumpthrow"
  62. bind "space" "+jump"
  63. bind "MWHEELUP" "+jump"
  64. bind "MWHEELDOWN" "+jump"
  65. bind "T" "strafetoggle"
  66. bind "V" "toggle voice_scale 0 0.7"
  67. bind "9" "say /he"
  68. bind "f11" "ztele"
  69. bind "l" "say /zbuy negev"
  70. bind "k" "say /zbuy p90"
  71. bind "h" "+entwatchhud"
  72. bind "downarrow" "say type /sm [name] to mute and type /su [name] to unmute."
  73. bind "kp_uparrow" "say Thank You"
  74. bind "kp_pgup" "say Nice Shot"
  75. bind "pgdn" "say use !ws to change your skins and !knife when you wish to make use of a knife that is not equiped. and make use of !glove"
  76. bind "kp_del" "say type rank to see your stats type kpd to see your K/D ratio and type place to see your place and type next to see who is higher"
  77. bind "kp_pgdn" "say type guns to change guns"
  78. bind "]" "say Type !chal [name] to challenge another player!"
  79. bindtoggle "J" "cl_hud_playercount_showcount"
  80.  
  81. // End
  82. host_writeconfig
  83. echo ""
  84. echo "autoexec.cfg loaded."
  85. echo ""
Add Comment
Please, Sign In to add comment