Advertisement
Techmo

Gmod ZS autoexec.cfg

Mar 31st, 2018
461
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Place this in C:\Program Files (x86)\Steam\steamapps\common\GarrysMod\garrysmod\cfg\autoexec.cfg
  2. // It will enable multicore processing, and some optimizations for it.
  3. // This may be unstable on some processors. If you experience frequent crashes, remove it.
  4.  
  5. // Multicore optimizations
  6. cl_threaded_bone_setup 1
  7. cl_threaded_client_leaf_system 1
  8. r_threaded_client_shadow_manager 1
  9. r_threaded_particles 1
  10. r_threaded_renderables 1
  11.  
  12. // Phase jump (Spam T)
  13. alias +phasejump "+duck;+jump;+zoom"
  14. alias -phasejump "-duck;-jump;-zoom"
  15. bind t "+phasejump"
  16.  
  17. // PLEASE READ
  18. // More accurate shots (Increased bandwidth) (Replace 144 with your monitor's refresh rate (average fps would be better))
  19. // OPTIONAL - This section doesn't do much, and can be disabled if it causes lag
  20. m_rawinput 1
  21. fps_max 144
  22. rate 128000
  23. cl_updaterate 44
  24. cl_cmdrate 144
  25. cl_interp 0
  26. cl_interp_ratio 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement