Advertisement
NCPereira

NCPereira CSGO Autoexec

Jul 11th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. fps_max "400"
  2. fps_max_menu "150"
  3. cl_showfps "1"
  4.  
  5. net_graph "1"
  6. net_graphheight "0"
  7. net_graphpos "225"
  8. net_graphproportionalfont "0"
  9.  
  10. voice_mixer_volume "0.7"
  11.  
  12. rate "128000" // Maximum download bandwidth in bytes/second. Do not set lower than 80000 unless you have a bad connection
  13. cl_cmdrate "128" // Maximum packets sent from client to server per second. Set to 64 when experiencing loss
  14. cl_updaterate "128" // Maximum packets sent from server to client per second. Set to 64 when experiencing choke
  15. cl_interp "0" // Don't change this, setting this to 0 lets servers adjust this to the perfect value
  16. cl_interp_ratio "1" // Use 1 if you have a stable connection, set to 2 when experiencing loss or choke
  17.  
  18. cl_forcepreload "1"
  19. sv_forcepreload "1"
  20. cl_join_advertise "2"
  21.  
  22.  
  23. cl_crosshairstyle "4"
  24. cl_fixedcrosshairgap "2"
  25. //weapon_reticle_knife_show "1"
  26. //hud_showtargetid "0"
  27.  
  28. cl_crosshaircolor "1"
  29. cl_crosshairdot "0"
  30. cl_crosshairsize "3"
  31. cl_crosshairgap "-1"
  32. cl_crosshairthickness "1"
  33. cl_crosshair_drawoutline "0"
  34. cl_crosshair_outlinethickness "1"
  35. cl_crosshairusealpha "1"
  36. cl_crosshairalpha "255"
  37.  
  38. cl_autowepswitch "0"
  39.  
  40. m_rawinput "1"
  41. m_mouseaccel1 "0"
  42. m_mouseaccel2 "0"
  43. m_mousespeed "0"
  44.  
  45. alias "+jumpthrow" "+jump;-attack"
  46. alias "-jumpthrow" "-jump"
  47. bind "h" "+jumpthrow"
  48.  
  49. alias "dc" "disconnect"
  50.  
  51. cl_radar_always_centered "0"
  52.  
  53. host_writeconfig
  54.  
  55. echo ""
  56. echo ".:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:."
  57. echo ". host_writeconfig successfully executed ."
  58. echo ".:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:._.:*~*:."
  59. echo ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement