Advertisement
mattm007

autoexec.cfg

Feb 20th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. //These commands should optimize your game for best performance, and competitive play. Tweak individual commands for best results.
  2.  
  3. cl_radar_always_centered "0"
  4. net_graph "1"
  5. rate "786432" // For internet speeds 8 mbps and better
  6. cl_cmdrate "128"
  7. cl_updaterate "128"
  8. cl_interp_ratio 1
  9. cl_interp 0
  10. cl_bob_lower_amt 5
  11. cl_bobamt_lat 0.1
  12. cl_bobamt_vert 0.1
  13. cl_bobcycle 0.98
  14. cl_viewmodel_shift_left_amt 0.5
  15. cl_viewmodel_shift_right_amt 0.25
  16. r_dynamic "1"
  17. r_drawtracers_firstperson "0"
  18. mat_queue_mode 2
  19. cl_teamid_overhead_always 1
  20. m_rawinput 1
  21. m_mousespeed 0
  22. m_customaccel "0"
  23. m_customaccel_exponent "1"
  24. m_customaccel_max "0"
  25. m_customaccel_scale "0"
  26. m_mouseaccel1 "0"
  27. m_mouseaccel2 "0"
  28. snd_mixahead "0.02";
  29. net_maxroutable 1100
  30.  
  31. // Debug
  32. echo
  33. echo +++ autoexec.cfg executed successfully +++
  34. echo
  35.  
  36.  
  37.  
  38.  
  39. //|--------------------------------------------------------------------------------------------------------------|
  40. //|---------------------- Rampix's Idling Script -- 'AFKon' to enable, 'AFKoff' to disable ----------------------|
  41. //|--------------------------------------------------------------------------------------------------------------|
  42. alias AFKon "+forward; +moveleft; +left; cl_disablehtmlmotd 1; echo Idle Script by Rampix - [Enabled]"
  43. alias AFKoff "-forward; -moveleft; -left; cl_disablehtmlmotd 0; echo Idle Script by Rampix - [Disabled]"
  44. //|--------------------------------------------------------------------------------------------------------------|
  45. //|--------------------------------------------------------------------------------------------------------------|
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement