Patch - Optimise les paramètres graphiques - V2.1.0
Reduit les paramètres graphiques par défaut pour une meilleure performance. Desactive le ray tracing matériel et d'autres fonctionnalités gourmandes en ressources.
This commit is contained in:
@@ -10,9 +10,9 @@ r.AllowStaticLighting=False
|
|||||||
|
|
||||||
r.GenerateMeshDistanceFields=True
|
r.GenerateMeshDistanceFields=True
|
||||||
|
|
||||||
r.DynamicGlobalIlluminationMethod=1
|
r.DynamicGlobalIlluminationMethod=0
|
||||||
|
|
||||||
r.ReflectionMethod=1
|
r.ReflectionMethod=0
|
||||||
|
|
||||||
r.SkinCache.CompileShaders=True
|
r.SkinCache.CompileShaders=True
|
||||||
|
|
||||||
@@ -27,6 +27,12 @@ r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True
|
|||||||
r.DefaultFeature.LocalExposure.HighlightContrastScale=0.8
|
r.DefaultFeature.LocalExposure.HighlightContrastScale=0.8
|
||||||
|
|
||||||
r.DefaultFeature.LocalExposure.ShadowContrastScale=0.8
|
r.DefaultFeature.LocalExposure.ShadowContrastScale=0.8
|
||||||
|
r.Lumen.HardwareRayTracing=False
|
||||||
|
r.Lumen.Reflections.HardwareRayTracing.Translucent.Refraction.EnableForProject=False
|
||||||
|
r.Mobile.SupportsGen4TAA=False
|
||||||
|
r.CustomDepthTemporalAAJitter=False
|
||||||
|
r.AntiAliasingMethod=1
|
||||||
|
r.DefaultFeature.MotionBlur=False
|
||||||
|
|
||||||
[/Script/WindowsTargetPlatform.WindowsTargetSettings]
|
[/Script/WindowsTargetPlatform.WindowsTargetSettings]
|
||||||
DefaultGraphicsRHI=DefaultGraphicsRHI_DX12
|
DefaultGraphicsRHI=DefaultGraphicsRHI_DX12
|
||||||
@@ -96,4 +102,5 @@ ManualIPAddress=
|
|||||||
|
|
||||||
|
|
||||||
[CoreRedirects]
|
[CoreRedirects]
|
||||||
+ClassRedirects=(OldName="/Script/M4_CPP.M4_CentipedeController",NewName="/Script/M4_CPP.M4_CentipedeController")
|
+ClassRedirects=(OldName="/Script/M4_CPP.M4_CentipedeController",NewName="/Script/M4_CPP.M4_CentipedeController")
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user