Skip to content

Instantly share code, notes, and snippets.

@kochmaxence
Last active January 5, 2019 14:59
Show Gist options
  • Save kochmaxence/7e47e54ff04f39e89b26216ee3da4554 to your computer and use it in GitHub Desktop.
Save kochmaxence/7e47e54ff04f39e89b26216ee3da4554 to your computer and use it in GitHub Desktop.
BREACH - Minimal config

Potato config

MAKE A BACKUP

Append the lines (DO NOT DELETE EXISTING LINES) in their respective files located in C:\Users\YOUR_USERNAME\AppData\Local\QC\Saved\Config\WindowsNoEditor (quick-open: CMD+R -> type %appdata%\..\Local\QC\Saved\Config\WindowsNoEditor -> press enter)

[SystemSettings]
r.MotionBlur.Max=0
r.MotionBlurQuality=0
r.DefaultFeature.MotionBlur=0
r.DepthOfFieldQuality=0
r.PostProcessAAQuality=0
r.DefaultFeature.AntiAliasing=0
r.SceneColorFringe.Max=0
r.SceneColorFringeQuality=0
r.Tonemapper.GrainQuantization=0
r.Tonemapper.Quality=0
r.LensFlareQuality=0
r.DefaultFeature.LensFlare=0
r.DefaultFeature.Bloom=0
r.BloomQuality=0
r.Shadow.MaxResolution=704
[/script/engine.engine]
bSmoothFrameRate=true
MinDesiredFrameRate=60
SmoothedFrameRateRange=(LowerBound=(Type=”ERangeBoundTypes::Inclusive”,Value=60),UpperBound=(Type=”ERangeBoundTypes::Exclusive”,Value=144))
MaxPixelShaderAdditiveComplexityCount=128
MaxES2PixelShaderAdditiveComplexityCount=45
TimeBetweenPurgingPendingKillObjects=30
[/script/engine.renderersettings]
r.DefaultFeature.Bloom=False
r.ReflectionEnvironment=0
r.DefaultFeature.AmbientOcclusion=False
r.DefaultFeature.AmbientOcclusionStaticFraction=False
r.DefaultFeature.AutoExposure=False
r.DefaultFeature.MotionBlur=0
r.DefaultFeature.LensFlare=0
r.AmbientOcclusionLevels=0
r.AmbientOcclusionRadiusScale=0.1
r.DepthOfFieldQuality=0
r.DepthOfField.MaxSize=0
r.DistanceFieldShadowing=0
r.DistanceFieldAO=0
r.LensFlareQuality=0
r.SceneColorFringeQuality=0
r.Upscale.Quality=0
r.FastBlurThreshold=0
r.LightFunctionQuality=0
r.ShadowQuality=0
r.Shadow.CSM.MaxCascades=1
r.Shadow.MaxResolution=128
r.Shadow.RadiusThreshold=0.1
r.Shadow.DistanceScale=0.1
r.Shadow.CSM.TransitionScale=0.1
r.TranslucencyLightingVolumeDim=32
r.RefractionQuality=0
r.SceneColorFormat=0
r.DetailMode=0
r.TranslucencyVolumeBlur=1
r.MaterialQualityLevel=0
r.MaxAnisotropy=1
r.SubsurfaceQuality=0
r.SSR.Quality=0
r.Atmosphere=0
r.SimpleDynamicLighting=1
r.HalfResReflections=1
r.LightShaftQuality=0
r.TonemapperQuality=0
r.SwitchGridShadow=0
[ScalabilitySettings]
PerfIndexValues_ResolutionQuality=”50 50 50 50″
[AntiAliasingQuality@0]
r.MSAA.CompositingSampleCount=1
[ViewDistanceQuality@0]
r.SkeletalMeshLODBias=5
[ShadowQuality@0]
r.LightFunctionQuality=0
r.ShadowQuality=0
r.Shadow.CSM.MaxCascades=0
r.Shadow.MaxResolution=32
r.Shadow.RadiusThreshold=0.24
[PostProcessQuality@0]
r.DepthOfFieldQuality=0
r.RenderTargetPoolMin=200
r.Upscale.Quality=0
[TextureQuality@0]
r.MaxAnisotropy=0
[EffectsQuality@0]
r.TranslucencyLightingVolumeDim=1
r.RefractionQuality=0
r.SceneColorFormat=3
[FoliageQuality@0]
r.ParticleLightQuality=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment