Advertisement
SaS_1337_

AUTOEXEC

Jan 18th, 2020
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. echo "autoexec.cfg loaded."
  2.  
  3. // custom binds
  4. alias "+jumpthrow" "+jump;-attack"; alias "-jumpthrow" "-jump"; bind x "+jumpthrow"
  5. alias +shoot "+attack; unbind mwheeldown"; alias -shoot "-attack; bind mwheeldown +jump"; bind mouse1 "+shoot"
  6.  
  7. // usual rate commands
  8. cl_interp 0
  9. cl_interp_ratio 1
  10. rate 786432
  11. cl_cmdrate 128
  12. cl_updaterate 128
  13. cl_allowdownload 1
  14. cl_downloadfilter 0
  15. cl_lagcompensation 1
  16. cl_predict 1
  17. cl_predictweapons 1
  18. ds_get_newest_subscribed_files
  19.  
  20.  
  21. // FPS improvements
  22. cl_autohelp 0
  23. cl_showhelp 0
  24. cl_disablehtmlmotd 1
  25. r_drawtracers_firstperson 0
  26. r_eyegloss 0
  27. r_eyemove 0
  28. r_eyeshift_x 0
  29. r_eyeshift_y 0
  30. r_eyeshift_z 0
  31. r_eyesize 0
  32. fps_max 999
  33. fps_max_menu 300
  34.  
  35. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement