Advertisement
rax69

CS:GO config

Jul 18th, 2018
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. alias +knife slot3;
  2. alias -knife lastinv;
  3. bind q +knife;
  4.  
  5. host_writeconfig;
  6.  
  7. cl_use_opens_buy_menu 0;
  8. cl_radar_scale 0.3;
  9. cl_radar_always_centered 0;
  10. bind mwheelup +jump;
  11. viewmodel_fov 90;
  12. voice_scale 0.4;
  13. mat_monitorgamma 0.4;
  14. cl_disablefreezecam 1;
  15. snd_headphone_pan_exponent 2;
  16. fps_max 0;
  17. cl_autowepswitch 0;
  18. zoom_sensitivity_ratio_mouse 0.818933027098955175;
  19. sensitivity 1.5;
  20. cl_hud_color 4;
  21.  
  22. cl_updaterate 128;
  23. cl_cmdrate 128;
  24. mm_dedicated_search_maxping 90;
  25.  
  26. cl_crosshair_drawoutline "0";
  27. cl_crosshair_dynamic_maxdist_splitratio "0.35";
  28. cl_crosshair_dynamic_splitalpha_innermod "1";
  29. cl_crosshair_dynamic_splitalpha_outermod "0.5";
  30. cl_crosshair_dynamic_splitdist "7";
  31. cl_crosshair_outlinethickness "1";
  32. cl_crosshair_sniper_show_normal_inaccuracy "0";
  33. cl_crosshair_sniper_width "1";
  34. cl_crosshairalpha "255";
  35. cl_crosshaircolor "0";
  36. cl_crosshaircolor_b "0";
  37. cl_crosshaircolor_g "0";
  38. cl_crosshaircolor_r "250";
  39. cl_crosshairdot "0";
  40. cl_crosshairgap "-3";
  41. cl_crosshairgap_useweaponvalue "0";
  42. cl_crosshairscale "0";
  43. cl_crosshairsize "3";
  44. cl_crosshairstyle "4";
  45. cl_crosshairthickness "1";
  46. cl_crosshairusealpha "1";
  47. cl_fixedcrosshairgap "-4.5";
  48.  
  49.  
  50. net_graph "1";
  51. net_graphheight "9999";
  52. alias "+scorenet" "+showscores; net_graphheight 0";
  53. alias "-scorenet" "-showscores; net_graphheight 9999";
  54. bind "TAB" "+scorenet";
  55.  
  56. alias "+jumpthrow" "+jump;-attack";
  57. alias "-jumpthrow" "-jump";
  58. bind mouse3 "+jumpthrow";
  59.  
  60. alias "clutchon" "voice_enable 0;say_team Voice disabled. Chat if you want to give info";
  61. alias "clutchoff" "voice_enable 1;say_team Voice enabled.";
  62. bind f9 "clutchon";
  63. bind f10 "clutchoff";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement