Advertisement
Guest User

autoexec

a guest
Nov 14th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. // Rates
  2. rate "786432"
  3. cl_cmdrate "128"
  4. cl_updaterate "128"
  5. cl_interp "0.031"
  6. cl_interp_ratio "1"
  7.  
  8. // Mouse
  9. sensitivity "1"
  10. zoom_sensitivity_ratio_mouse "1.1"
  11. m_rawinput "1"
  12. m_pitch "0.022"
  13. m_customaccel "0"
  14. m_mouseaccel1 "0"
  15. m_mouseaccel2 "0"
  16.  
  17. // Video
  18. mat_monitorgamma "1.8"
  19. mat_queue_mode "2" // auto detect multi-core rendering
  20. fps_max "999"
  21. fps_max_menu "999"
  22. r_dynamic "0"
  23. r_drawtracers_firstperson "0"
  24.  
  25. alias +fw demo_timescale 3
  26.  
  27. alias -fw demo_timescale 1
  28.  
  29. bind L +fw2
  30.  
  31. alias +fw2 demo_timescale 4
  32.  
  33. alias -fw2 demo_timescale 1
  34.  
  35. bind F7 demo_togglepause
  36.  
  37. bind F8 demoui
  38. alias +jumpthrow "+jump;-attack; -attack2"
  39. alias -jumpthrow "-jump"
  40. bind n +jumpthrow
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement