Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. Con_Restricted = 0
  2. sys_MaxFps = 60
  3. sys_spec = 3
  4.  
  5. ; Not a console
  6.  
  7. ;WHY U DO DIS?
  8. i_Mouse_Accel = 0.0
  9. i_Mouse_Smooth = 0.0
  10.  
  11.  
  12. ; Hard to spot effects with large impact on fps
  13. r_SSReflections = 0
  14. r_FogShadows = 0
  15. r_SilhouettePOM = 0
  16.  
  17.  
  18.  
  19. ; Off because it causes horrendous texture popin and shadow blockyness for now
  20. ;r_TexturesStreamPoolSize = 512
  21. ;e_ShadowsPoolSize = 256
  22. ;e_ShadowsMaxTexRes = 512
  23. ;e_ShadowsReScale = 60
  24.  
  25.  
  26.  
  27. ; Some small tweaks improving visuals at low fps cost
  28. e_GsmCache = 0
  29. r_TexMaxAnisotropy = 16
  30. r_TexMinAnisotropy = 16
  31.  
  32.  
  33.  
  34. ; Removing Stupid Camera Effects
  35. r_MotionBlur = 0
  36. r_ChromaticAbberation = 0
  37. r_sharpening = 0
  38. r_HDRGrainAmount = 0
  39. r_DepthOfField = 0
  40. g_radialBlur = 0
  41. hud_bobHud = 0
  42. r_SSAO = 1
  43. r_ssdo = 0
  44. r_SSReflections = 0
  45. e_ParticlesShadows = 0
  46. r_ShadowBlur = 0
  47. r_AntialiasingMode = 1
  48. r_OpticsBloom = 0
  49.  
  50. r_ColorGrading = 1
  51. ;Color adjustment, game looks a lot more vivid with it on so I'll allow it.
  52.  
  53. ; WindowedFullscreen 1920x1200
  54.  
  55. r_Fullscreen=0
  56. r_FullscreenWindow = 1
  57. r_width = 1920
  58. r_height = 1200
  59.  
  60. cl_fov = 90
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement