Advertisement
Guest User

chrisconfig2017update

a guest
Aug 20th, 2018
567
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. cl_smooth 1 // Smooth the player view so it doesnt "teleport" in high ping, negligible performance hit
  2. rate 84480 // Rate is NOT useless above 62,000 (default is 80,000),
  3. // Affects how many packets you can send out.
  4. // Increasing it will decrease artificial choke caused by rate limiting within the Source engine
  5.  
  6.  
  7. g_ragdoll_fadespeed 10000 // This is the rate at which ragdolls fade, setting it to 0 means that it will fade by 0 every frame and thus causes a memory leak
  8. g_ragdoll_lvfadespeed 10000 // Same as above but for violence mode
  9. violence_agibs 1 // Disabling this enables LOW VIOLENCE = reduced FPS
  10. violence_hgibs 1 // Disabling this enables LOW VIOLENCE = reduced FPS
  11. lod_transitiondist -1 // 0 causes fade LODs to fade across 0 units, which causes an error. It is best to set this to -1, which lowers the distance fade LODs can be seen and also fades them across 1 unit
  12.  
  13. mat_filterlightmaps 1 // can only be set to 0 ingame since 26.10.12. teamfortress.tv/17973
  14. r_maxnewsamples 0
  15. r_staticprop_lod 63 // You can decrease the LOD even more
  16. sv_forcepreload 1
  17.  
  18. ADDED THIS OPTIONS FOR DX9 - This config was meant for dx8 but in case you want dx9, this commands will increase performance.
  19. r_rimlight 0 // "Baby lotion" lighting on models. Rimlight uses GPU only
  20. mat_phong 0 // some people don't like this on I prefer it on for sniper though
  21.  
  22.  
  23. COMMENTED OUT
  24. //cl_showfps 2 // Show smoothed FPS meter - reduces FPS 1-2%
  25. //mat_monitorgamma 2.0 // Controls brightness, personal preference (lower = brighter)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement