Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; This is a Configuration File (.cfg) Breezy has created to allow customization of your graphics performace and quality in Star Citizen to a much higher level.
- ; Note that in 3.0 this .cfg file must be placed here: C:\Program Files\Roberts Space Industries\StarCitizen\LIVE
- ; The setup below is for my very high end machine. Please read each definition below and tune the settings to suit your own build :)
- ; 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, 3 gives great quality and performance.
- sys_spec = 2
- ; Custom USER.cfg – This is a command in needed to Unlock the Console to accept Commands
- Con_Restricted = 0
- ; Display Info Panel at upper right of screen - FPS, graphics card latency and Graphics card memory usage:
- r_displayinfo=3
- ; Full Screen Windowed Mode: 1 = On / 0 = Off
- r_FullscreenWindow = 0
- ; Full Screen Mode: 1 = On / 0 = Off
- r_Fullscreen = 0
- ; 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 the line it.
- sys_maxfps = 144
- ; If you get screen tearing set VSync to 1 (See Below)
- r_VSync = 1
- ; 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.
- r_TexturesStreamPoolSize = 2048
- ; Set e_ShadowsPoolSize to half of TexturesStreamPoolSize is a good value.
- e_ShadowsPoolSize = 512
- ; This setting is how much texture 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.
- e_ShadowsMaxTexRes = 512
- ; 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.
- e_ShadowsResScale = 50
- ; 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. Can cause odd shadow bugs at 1 sometimes.
- e_GsmCache = 0
- ; Anistropy makes textures look better at angles and distances, (0 – 16) 0 is the best for performance & 16 is the best for Quality. It doesn’t use too much processing power so I always have it at 16.
- r_TexMaxAnisotropy = 0
- r_TexMinAnisotropy = 0
- ; 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
- r_Sharpening = 0.25
- ; This just makes sure that Mouse Smoothing & Acceleration is turned OFF!
- i_Mouse_Accel = 0.0
- i_Mouse_Smooth = 0.0
- ; 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.
- r_MotionBlur = 0
- r_DepthOfField = 0
- r_ShadowBlur = 0
- g_radialBlur = 0
- r_HDRBrightLevel = 0
- r_HDRBloomRatio = 0
- hud_bobHud = 0
- r_ChromaticAberration = 0
- ; 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 unless you have a reason.
- r_ssdo = 0
- r_ssao = 0
- ; 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, can cause slight glitches in some situations.
- r_SilhouettePOM = 0
- ; FOV Settings – FOVs can be set from 80 to 95, CL_FOV is your main FOV. Lower FOVs will reduce the amount your can see on screen, but can give greater performance. Also VR / Multi-monitor setups will want to find an FOV that works for them.
- ; Multi-Monitor I am working on the figures now but I would expect 85-95.
- CL_fov = 85
- ; Pretty Reflections (SSR) Set 0 - 3, 0 being off & 3 being High Quality
- r_SSReflections = 2
- ; Can give better color graduation in post-processing, 0 may give a few extra frames but picture may look "washed out" 1 is on.
- r_ColorGrading = 1
- ; Tessellation changes the number of polygons used to render an object, Highest Quality is 1 and Lowest is 20.
- r_TessellationTriangleSize = 20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement