Advertisement
Guest User

Garry's Mod autoexec.cfg

a guest
Aug 17th, 2022
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. // Connection (edit the "rate" to match a bitrate stable for your internet)
  2. rate 30000
  3. cl_cmdrate 66
  4. cl_updaterate 66
  5.  
  6. // Multi-core rendering settings
  7. gmod_mcore_test 1
  8. mat_queue_mode -1
  9. cl_threaded_bone_setup 1
  10. cl_threaded_client_leaf_system 1
  11. r_threaded_client_shadow_manager 1
  12. r_threaded_particles 1
  13. r_threaded_renderables 1
  14. r_queued_ropes 1
  15. studio_queue_mode 1
  16. mat_specular 0
  17. mat_dxlevel 95 // depending on your hardware, you may want to change this
  18.  
  19. // Performance
  20. mat_forceaniso 16
  21. fps_max 0
  22.  
  23. menu_cleanupgmas // deletes unsubscribed addons
  24. host_writeconfig // saves settings to config.cfg
  25.  
  26. // Debug
  27. echo
  28. echo +++ autoexec.cfg executed successfully +++
  29. echo
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement