Skip to content

Instantly share code, notes, and snippets.

@cantwynne
Created June 29, 2024 18:17
Show Gist options
  • Save cantwynne/4a06430d634bf89bfeef90f857c0fb3d to your computer and use it in GitHub Desktop.
Save cantwynne/4a06430d634bf89bfeef90f857c0fb3d to your computer and use it in GitHub Desktop.
Cities Skylines 2 Low Graphics Settings File
Interface Settings
{
"temperatureUnit": "Fahrenheit",
"unitSystem": "Freedom"
}
Graphics Settings
{
"qualitySettings": [
{
"enabled": true,
"upscaleFilter": "EdgeAdaptiveScaling",
"minScale": 0.5,
"@type": "Game.Settings.DynamicResolutionScaleSettings"
},
{
"antiAliasingMethod": "None",
"smaaQuality": "Low",
"outlinesMSAA": "None",
"@type": "Game.Settings.AntiAliasingQualitySettings"
},
{
"volumetricCloudsEnabled": false,
"distanceCloudsEnabled": false,
"volumetricCloudsShadows": false,
"distanceCloudsShadows": false,
"@type": "Game.Settings.CloudsQualitySettings"
},
{
"enabled": false,
"@type": "Game.Settings.FogQualitySettings"
},
{
"enabled": false,
"budget": 0.166,
"resolutionDepthRatio": 0.666,
"@type": "Game.Settings.VolumetricsQualitySettings"
},
{
"enabled": false,
"maxPixelRadius": 32,
"fullscreen": false,
"stepCount": 4,
"@type": "Game.Settings.SSAOQualitySettings"
},
{
"enabled": false,
"raySteps": 32,
"denoiserRadius": 0.75,
"halfResolutionPass": true,
"@type": "Game.Settings.SSGIQualitySettings"
},
{
"enabled": false,
"enabledTransparent": false,
"maxRaySteps": 16,
"@type": "Game.Settings.SSRQualitySettings"
},
{
"enabled": false,
"nearSampleCount": 3,
"nearMaxRadius": 2,
"farSampleCount": 4,
"farMaxRadius": 5,
"resolution": "Quarter",
"highQualityFiltering": false,
"@type": "Game.Settings.DepthOfFieldQualitySettings"
},
{
"enabled": false,
"sampleCount": 4,
"@type": "Game.Settings.MotionBlurQualitySettings"
},
{
"enabled": false,
"directionalShadowResolution": 512,
"terrainCastShadows": false,
"shadowCullingThresholdHeight": 2,
"shadowCullingThresholdVolume": 2,
"@type": "Game.Settings.ShadowsQualitySettings"
},
{
"finalTessellation": 3,
"targetPatchSize": 24,
"@type": "Game.Settings.TerrainQualitySettings"
},
{
"waterflow": false,
"maxTessellationFactor": 2,
"@type": "Game.Settings.WaterQualitySettings"
},
{
"levelOfDetail": 0.25,
"lodCrossFade": false,
"maxLightCount": 1024,
"meshMemoryBudget": 256,
"strictMeshMemory": true,
"@type": "Game.Settings.LevelOfDetailQualitySettings"
},
{
"maxBoneInfuence": "TwoBones",
"@type": "Game.Settings.AnimationQualitySettings"
},
{
"mipbias": 3,
"filterMode": "Bilinear",
"@type": "Game.Settings.TextureQualitySettings"
}
],
"resolution": {
"width": 1920,
"height": 1200,
"refreshRate": {
"numerator": 60000
}
},
"vSync": true,
"cursorMode": "Free"
}
Keybinding Settings
{
"bindings": [
{
"m_MapName": "Camera",
"m_ActionName": "Rotate",
"m_CompositeName": "Keyboard",
"m_Name": "Up",
"m_Group": "Keyboard",
"m_Path": "<Keyboard>/f",
"m_Modifiers": []
},
{
"m_MapName": "Camera",
"m_ActionName": "Rotate",
"m_CompositeName": "Keyboard",
"m_Name": "Down",
"m_Group": "Keyboard",
"m_Path": "<Keyboard>/r",
"m_Modifiers": []
},
{
"m_MapName": "Camera",
"m_ActionName": "Zoom",
"m_CompositeName": "Keyboard",
"m_Name": "negative",
"m_Group": "Keyboard",
"m_Path": "<Keyboard>/t",
"m_Modifiers": []
},
{
"m_MapName": "Camera",
"m_ActionName": "Zoom",
"m_CompositeName": "Keyboard",
"m_Name": "positive",
"m_Group": "Keyboard",
"m_Path": "<Keyboard>/g",
"m_Modifiers": []
}
]
}
Gameplay Settings
{
"dayNightVisual": false,
"showTutorials": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment