Advertisement
Guest User

GMOD FPS BOOST LINE

a guest
Oct 18th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. GMOD FPS BOOST LINE
  2.  
  3. #One line version
  4. #Copy and write it in your autoexec file
  5.  
  6. cl_showfps 1;cl_threaded_bone_setup 1;cl_threaded_client_leaf_system 1;r_threaded_client_shadow_manager 1;r_threaded_particles 1;r_threaded_renderables 1;r_queued_ropes 1;studio_queue_mode 1;gmod_mcore_test 1
  7.  
  8. #Multi line version
  9. #Copy and write it in your autoexec file
  10.  
  11. cl_showfps 1
  12. cl_threaded_bone_setup 1
  13. cl_threaded_client_leaf_system 1
  14. r_threaded_client_shadow_manager 1
  15. r_threaded_particles 1
  16. r_threaded_renderables 1
  17. r_queued_ropes 1
  18. studio_queue_mode 1
  19. gmod_mcore_test 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement