Advertisement
IsakViste

csgo: autoexec.cfg

Apr 5th, 2017 (edited)
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. // ~~~------------------------------------------------------------~~~
  2. // RADAR
  3. // Settings
  4. cl_radar_always_centered "0"
  5. cl_radar_scale "0.55"
  6. cl_hud_radar_scale "1.0"
  7. cl_radar_icon_scale_min "1"
  8. cl_radar_rotate "1"
  9. cl_radar_square_with_scoreboard "1"
  10.  
  11. // Zoom in-out
  12. bind "pgup" "incrementvar cl_radar_scale 0.25 1.0 0.05";
  13. bind "pgdn" "incrementvar cl_radar_scale 0.25 1.0 -0.05";
  14.  
  15. // ~~~------------------------------------------------------------~~~
  16. // CROSSHAIR
  17. cl_crosshairalpha "200"
  18. cl_crosshaircolor "5"
  19. cl_crosshaircolor_b "0"
  20. cl_crosshaircolor_r "255"
  21. cl_crosshaircolor_g "0"
  22. cl_crosshairdot "0"
  23. cl_crosshairgap "-2"
  24. cl_crosshairsize "2"
  25. cl_crosshairstyle "4"
  26. cl_crosshairusealpha "1"
  27. cl_crosshairthickness "1"
  28. cl_fixedcrosshairgap "-2"
  29. cl_crosshair_outlinethickness "0.1"
  30. cl_crosshair_drawoutline "1"
  31.  
  32. // ~~~------------------------------------------------------------~~~
  33. // BUY BINDS
  34. bind "kp_home" "buy hegrenade"
  35. bind "kp_uparrow" "buy smokegrenade"
  36. bind "kp_pgup" "buy flashbang"
  37.  
  38. bind "kp_leftarrow" "buy deagle; buy revolver"
  39. bind "kp_5" "buy tec9; buy fiveseven"
  40. bind "kp_rightarrow" "buy p250"
  41.  
  42. bind "kp_end" "buy sg556; buy aug"
  43. bind "kp_downarrow" "buy galilar; buy famas"
  44. bind "kp_pgdn" "buy ssg08; buy tec9; buy fiveseven"
  45.  
  46. bind "kp_ins" "buy ak47; buy m4a1"
  47. bind "kp_del" " buy vesthelm; buy vest"
  48. bind "kp_enter" "buy awp"
  49. bind "kp_plus" "buy defuser"
  50.  
  51. // ~~~------------------------------------------------------------~~~
  52. // SETTINGS
  53. // Graphics
  54. fps_max 145
  55.  
  56. // Performance & Rates
  57. cl_forcepreload "1"
  58. cl_interp "0"
  59. cl_interp_ratio "2"
  60. cl_cmdrate "128"
  61. cl_updaterate "128"
  62. rate "128000"
  63.  
  64. // Sound & Delay
  65. windows_speaker_config "1"
  66. snd_mixahead "0.05"
  67. snd_musicvolume "0"
  68. snd_headphone_pan_exponent "2"
  69. snd_headphone_pan_radial_weight "1"
  70. snd_rear_headphone_position "90"
  71. bind "kp_minus" "toggle voice_enable 1 0"
  72.  
  73. // Net Graph
  74. net_graph "1"
  75. net_graphheight "9999"
  76. alias "+scoregraph" "+showscores; net_graphheight 0"
  77. alias "-scoregraph" "-showscores; net_graphheight 9999"
  78. bind "tab" "+scoregraph"
  79.  
  80. // Player
  81. cl_bobcycle "2"
  82. cl_autowepswitch "0"
  83. bind "kp_multiply" "toggle cl_righthand 1 0"
  84.  
  85. // Help
  86. gameinstructor_enable "0"
  87. cl_autohelp "0"
  88. cl_showhelp "0"
  89.  
  90. // MOTD
  91. cl_disablehtmlmotd "1"
  92. cl_downloadfilter "nosounds"
  93.  
  94. // Misc
  95. cl_downloadfilter all
  96.  
  97. // ~~~------------------------------------------------------------~~~
  98. // Enable Autoexec
  99. echo "~~~------------~~~"
  100. echo " "
  101. echo "autoexec.cfg loaded"
  102. echo " "
  103. echo "~~~------------~~~"
  104. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement