Last active
June 16, 2024 23:33
-
-
Save gwojtak/2b9512e5cc64ee46b62512f7fe6759a9 to your computer and use it in GitHub Desktop.
Star Citizen user.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; System specs: | |
; Intel 12700KF (12th gen Core i7 Unlocked, no iGPU) | |
; GeForce 3060 ti 8 GB | |
; 32 GB DDR5 5200 RAM | |
; | |
; yields ~55-60 fps in crowded areas (cities/stations) | |
; 150-160 in space/planets | |
Con_Restricted = 0 | |
r_displayinfo = 1 | |
sys_budget_sysmem = 32768 | |
sys_budget_videomem = 8192 | |
;Copy value from previous step and paste at the end of next line | |
r_TexturesStreamPoolSize = 8192 | |
; Set this value to slightly lower than maximum read speed in MB of the drive you have Star Citizen installed on | |
r_TexturesStreamingMaxRequestedMB = 4096 | |
sys_maxfps = 0 | |
r_VSync = 0 | |
r_ssdo = 1 | |
;Advanced Settings | |
r_TesselationTriangleSize = 13 | |
r_TesselationPreTesselateOnGPU = 1 | |
e_Tesselation = 1 | |
e_LodRatio = 20 | |
r_MultiThreaded = 1 | |
sys_physics_GPU = 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment