diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 5db7bd6..bb351c0 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -10,9 +10,9 @@ r.AllowStaticLighting=False r.GenerateMeshDistanceFields=True -r.DynamicGlobalIlluminationMethod=1 +r.DynamicGlobalIlluminationMethod=0 -r.ReflectionMethod=1 +r.ReflectionMethod=0 r.SkinCache.CompileShaders=True @@ -27,6 +27,12 @@ r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True r.DefaultFeature.LocalExposure.HighlightContrastScale=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] DefaultGraphicsRHI=DefaultGraphicsRHI_DX12 @@ -96,4 +102,5 @@ ManualIPAddress= [CoreRedirects] -+ClassRedirects=(OldName="/Script/M4_CPP.M4_CentipedeController",NewName="/Script/M4_CPP.M4_CentipedeController") \ No newline at end of file ++ClassRedirects=(OldName="/Script/M4_CPP.M4_CentipedeController",NewName="/Script/M4_CPP.M4_CentipedeController") + diff --git a/Content/CTP/01_Level/L_Default.umap b/Content/CTP/01_Level/L_Default.umap index c957fa7..0bb66cf 100644 Binary files a/Content/CTP/01_Level/L_Default.umap and b/Content/CTP/01_Level/L_Default.umap differ