Advertisement
Guest User

badcpu

a guest
Jan 1st, 2018
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. // Bad CPU addon
  2. // For weak CPUs
  3.  
  4. net_maxroutable 1260 // Use max allowable packet size to avoid split packets more
  5. net_splitrate 1 // Do not split multiple packets for bad PCs that cannot handle the extra load
  6. cl_smooth 0
  7. r_threaded_client_shadow_manager 0 // Use traditional behavior for CPUs with less than 4 cores
  8. mat_queue_mode -1 // Let the engine determine the optimal mode for CPUs with 1 core
  9. r_queued_ropes 0 // Disable queued ropes for CPUs with less than 4 cores
  10. snd_delay_sound_shift 0.1 // Allow for better synced sounds on slow CPUs
  11. phonemedelay 0.275 // Delay phonemes
  12. snd_async_minsize 262144 // Wait longer for sounds
  13. snd_mix_async 0 // Disable async mixing on CPUs with less than 4 cores
  14. snd_mixahead 0.125 // Use a longer value to greatly decrease demand on CPU for slow CPUs
  15.  
  16. echo "Bad CPU addon applied"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement