Created
January 15, 2024 20:01
-
-
Save domdorn/85be1aba92b251bffb472fc0203e18e6 to your computer and use it in GitHub Desktop.
Settings.coc
This file contains hidden or 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
Interface Settings | |
{ | |
"locale": "en-US" | |
} | |
Graphics Settings | |
{ | |
"qualitySettings": [ | |
{ | |
"enabled": true, | |
"isAdaptive": true, | |
"upscaleFilter": "EdgeAdaptiveScaling", | |
"minScale": 0.5, | |
"@type": "Game.Settings.DynamicResolutionScaleSettings" | |
}, | |
{ | |
"smaaQuality": "Low", | |
"outlinesMSAA": "MSAA4x", | |
"@type": "Game.Settings.AntiAliasingQualitySettings" | |
}, | |
{ | |
"volumetricCloudsShadows": false, | |
"@type": "Game.Settings.CloudsQualitySettings" | |
}, | |
{ | |
"enabled": false, | |
"budget": 0.33, | |
"resolutionDepthRatio": 0.666, | |
"@type": "Game.Settings.VolumetricsQualitySettings" | |
} | |
], | |
"resolution": { | |
"refreshRate": { | |
"numerator": 50000, | |
"denominator": 1000 | |
} | |
}, | |
"cursorMode": "Free" | |
} | |
Keybinding Settings | |
{ | |
"bindings": [] | |
} | |
Gameplay Settings | |
{ | |
"dayNightVisual": false, | |
"showTutorials": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
latest config I'm using (please note, this is just a dump of what the game has written after I played with the settings.. its in no way "the perfect config", but one that is working (e.g. has volumetric stuff disabled)))