Advertisement
Guest User

Untitled

a guest
Nov 27th, 2015
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1. ; This is the newest Ultra High User.cfg BoredGamer has made as of 28th September 2015
  2. ; Custom User.cfg - This is a command that used to unlock the console to allow commands, I just leave it here in case they change it in a patch so that you need it again!
  3. Con_Restricted = 0
  4.  
  5. ; This Setting basically sets the basis for your config, 1-4, 1 is Low but best performance & 4 is Very High Graphics but most intensive. It sets loads of settings & it’s important it’s at the top of the .cfg so that anything below it overwrites parts of it.
  6. sys_spec = 4
  7.  
  8. ; Remove Maxfps to have a less stable max framerate (but it will be at it’s highest), I suggest setting at an achievable level, slower PCs go for 30, Fast PCs set at your monitors Refresh rate. If unsure delete it.
  9. sys_maxfps = 60
  10.  
  11. ; If you get screen tearing set VSync to 1 (See Below)
  12. r_VSync = 0
  13.  
  14. ; If you want to run Windowed Full Screen Mode then set this to 1.
  15. r_FullscreenWindow = 0
  16.  
  17. ; Setting Texture Sizes, Change The r_TexturesStreamPoolSize based on you Graphics Card Memory 256 for 2GB or Less, 512 for upto 3GB, 1024 for upto 4GB, 2048 for upto 6Gb. If you have over 6GB you can run 4096.
  18. r_TexturesStreamPoolSize = 4096
  19.  
  20. ; Set e_ShadowsPoolSize to half of TexturesStreamPoolSize.
  21. e_ShadowsPoolSize = 2048
  22.  
  23. ; This setting is how much love is given to shadows, Recommend set to 128 for the most performance 512 is default and you can setup to 4096 for pretty shadows.
  24. e_ShadowsMaxTexRes = 4096
  25.  
  26. ; This is again some love to shadows (0.1 - 100) 0.1 will give you best performance while 100 will give you the best shadow quality, I can’t really notice the improvement above 40.
  27. e_ShadowsResScale = 100
  28.  
  29. ; This Setting @ 1 reduces a tiny amount of realism on shadows, almost unnoticeable for some performance increase, but if you want the best looking shadows Change to 0.
  30. e_GsmCache = 0
  31.  
  32. ; AntiAliasing - (0 - 2) Where 0 is NO AA & 2 is More AA than 1, it’s quite resource hungry and you should be using it if you are want jagged lines to be smoothed out. At Higher Resolutions like over 1440p AA becomes less needed as the higher res smooths the lines out naturally, setting over 2 causes issues and ghosting.
  33. r_AntialiasingMode = 2
  34.  
  35. ; Anistropy makes textures look better at angles and distances, (0 - 16) 0 is the best for performance & 16 is the best for Quality. It does use too much processing power.
  36. r_TexMaxAnisotropy = 16
  37. r_TexMinAnisotropy = 16
  38.  
  39. ; Sharpening - This makes lines look crisp and sharpened / but conversely can make lines look more jagged. I recommend setting this to 1 if you are running in 1440p or higher or if you like the way it looks. 0 is none and 1 is max & Default is 0.25.
  40. r_Sharpening = 0.1
  41.  
  42. ; This just makes sure that Mouse Smoothing & Acceleration is turned OFF!
  43. i_Mouse_Accel = 0.0
  44. i_Mouse_Smooth = 0.0
  45.  
  46. ; These are Blur & annoying Visual Settings - Turned Off Here but they are normally Set to 1 by Default. I really dislike Blur, Bloom, HeadBob and colour bleeds in game so I set them all to 0.
  47. r_MotionBlur = 0
  48. r_DepthOfField = 0
  49. r_ShadowBlur = 0
  50. g_radialBlur = 0
  51. r_HDRBrightLevel = 0
  52. r_HDRBloomRatio = 0
  53. hud_bobHud = 0
  54. r_ChromaticAberration = 0
  55.  
  56. ; SSDO is a post process that makes stuff look prettier and more realistic, SSDO is better than SSAO so I make sure SSAO is off. But SSDO can be set to 0 for Performance and up to 2 for Quality, leave SSAO at 0.
  57. r_ssdo = 2
  58. r_ssao = 0
  59.  
  60. ; This when it works in the Cry Engine adds Better Visual Quality to certain objects but is quite hungry. Turn to 0 for more Performance
  61. r_SilhouettePOM = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement