Advertisement
Guest User

Untitled

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