Advertisement
TylerB

gmod multicore 2015

Dec 10th, 2015
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. //put this in mcore_on.cfg
  2. cl_threaded_bone_setup 1
  3. cl_threaded_client_leaf_system 1
  4.  
  5. r_threaded_client_shadow_manager 1
  6. r_threaded_particles 1
  7. r_threaded_renderables 1
  8. r_queued_ropes 1
  9.  
  10. studio_queue_mode 1
  11. gmod_mcore_test 1
  12. mat_queue_mode 2
  13.  
  14.  
  15.  
  16.  
  17. // put this in mcore_off.cfg
  18. cl_threaded_bone_setup 0
  19. cl_threaded_client_leaf_system 0
  20.  
  21. host_thread_mode 0
  22. mat_queue_mode 0
  23.  
  24. r_threaded_client_shadow_manager 0
  25. r_threaded_particles 0
  26. r_threaded_renderables 0
  27. r_queued_decals 0
  28. r_queued_post_processing 0
  29. r_queued_ropes 0
  30.  
  31. studio_queue_mode 0
  32. gmod_mcore_test 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement