Advertisement
Techmo

Gmod Config

Jul 9th, 2019
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. // Works well on multicore processors with dedicated graphics. If you are using intel integrated graphics, your SOL.
  2.  
  3. cl_showfps 2 // Delete if you don't want to see your fps in the top right corner
  4. fps_max 0 // Disable fps limit
  5.  
  6. threadpool_affinity 12 // Number of cpu cores you have
  7. cl_threaded_bone_setup 1
  8. cl_threaded_client_leaf_system 1
  9. r_threaded_client_shadow_manager 1
  10. r_threaded_particles 1
  11. r_threaded_renderables 1
  12. r_queued_ropes 1
  13. studio_queue_mode 1
  14. gmod_mcore_test 1
  15.  
  16. // Phase jump for tryhards
  17. alias +pjump "+jump;+duck;+zoom;"
  18. alias -pjump "-jump;-duck;-zoom;"
  19. bind t +pjump
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement