Advertisement
Guest User

Garry's Mod autoexec.cfg

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