Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. fps_max 0
  2. cl_forcepreload 1
  3. mat_compressedtextures 1
  4. cl_ragdoll_collide 0
  5. stream_enable 0
  6.  
  7. mat_diffuse 1 // this gave me a pretty big boost IIRC
  8. mat_disable_bloom 1
  9. mat_disable_lightmap_ambient 1
  10. mat_disable_lightmaps 1
  11. mat_disable_model_ambient 1
  12. mat_disable_model_ambient 1
  13. mat_drawflat 1 // doesn't do what I want
  14. mat_enable_ssr 0 // screen space reflections
  15.  
  16. mat_global_lighting 0
  17. mat_hdr_enabled 0
  18. mat_hdr_level 0
  19. mat_norendering 1
  20. mat_postprocess_enable 0 // this gave a pretty big bump IIRC
  21. mat_screen_blur_enabled 0
  22. mat_dynamic_tonemapping 0
  23. mat_fxaa_enable 0
  24.  
  25.  
  26. fog_enable 0
  27. fog_enable_water_fog 0
  28. fog_enableskybox 0
  29.  
  30. r_dynamic 0
  31.  
  32. r_forcecheapwater 1 // water bad
  33. r_modeldecal_maxtotal 1
  34. r_particle_lighting_enable 0
  35. r_particle_low_res_enable 1
  36. r_updaterefracttexture 0
  37. r_updaterefracttexture_allowmultiple 0
  38. r_WaterDrawReflection 0
  39. r_WaterDrawRefraction 0
  40.  
  41. shadow_capable 0
  42. shadow_enable 0
  43.  
  44. cl_disable_ragdolls 1
  45. cl_particle_limiter_max_particle_count 10
  46. cl_particle_limiter_max_system_count 10
  47.  
  48.  
  49. lightmap_realtimelight 0
  50. lightmap_realtimeshadows 0
  51. lightmap_ambient 0
  52.  
  53. csm_world_shadows 0 // anything cascaded shadow maps bad
  54. sssss_enable 0 // screen space something something something
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement