diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index f4e49debe..bf5169fe4 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -26,8 +26,8 @@ r.DefaultFeature.AmbientOcclusionStaticFraction=False r.Shadow.UnbuiltPreviewInGame=False r.RayTracing.UseTextureLod=False r.DefaultFeature.MotionBlur=False -r.TemporalAA.Upsampling=True - +r.TemporalAA.Upsampling=False +r.DefaultFeature.AntiAliasing=1 [/Script/Engine.UserInterfaceSettings] UIScaleCurve=(EditorCurveData=(Keys=((Time=540.000000,Value=0.250000),(Time=2160.000000,Value=1.000000)),DefaultValue=340282346638528859811704183484516925440.000000,PreInfinityExtrap=RCCE_Constant,PostInfinityExtrap=RCCE_Constant),ExternalCurve=None) @@ -45,7 +45,7 @@ ObservedPathsTickInterval=1.000000 [/Script/DLSS.DLSSSettings] bEnableDLSSInEditorViewports=False -bEnableDLSSInPlayInEditorViewports=True +bEnableDLSSInPlayInEditorViewports=False bShowDLSSSDebugOnScreenMessages=False bEnableScreenpercentageManipulationInDLSSEditorViewports=False bEnableDLSSD3D11=False diff --git a/Content/Assetpacks/CarMoveSpline/BP/carAI/carAIController.uasset b/Content/Assetpacks/CarMoveSpline/BP/carAI/carAIController.uasset index d6e76a34d..09c8da8c2 100644 Binary files a/Content/Assetpacks/CarMoveSpline/BP/carAI/carAIController.uasset and b/Content/Assetpacks/CarMoveSpline/BP/carAI/carAIController.uasset differ diff --git a/Content/Blueprints/Lamp/BP_streetLamp.uasset b/Content/Blueprints/Lamp/BP_streetLamp.uasset index 2f3e4dd7e..bde5fd3ff 100644 Binary files a/Content/Blueprints/Lamp/BP_streetLamp.uasset and b/Content/Blueprints/Lamp/BP_streetLamp.uasset differ diff --git a/Content/Maps/Masharov_Yard.umap b/Content/Maps/Masharov_Yard.umap index ad4c9670c..e4f9f86e3 100644 Binary files a/Content/Maps/Masharov_Yard.umap and b/Content/Maps/Masharov_Yard.umap differ diff --git a/Content/Maps/Masharov_cars.umap b/Content/Maps/Masharov_cars.umap index 7f2420cea..3e2c93a22 100644 Binary files a/Content/Maps/Masharov_cars.umap and b/Content/Maps/Masharov_cars.umap differ diff --git a/Content/Maps/mainScene.umap b/Content/Maps/mainScene.umap index f34212914..8514bace5 100644 Binary files a/Content/Maps/mainScene.umap and b/Content/Maps/mainScene.umap differ diff --git a/Content/Materials/Masters/Common/M_Emissive.uasset b/Content/Materials/Masters/Common/M_Emissive.uasset index 30ead6b4a..7988dbfe6 100644 Binary files a/Content/Materials/Masters/Common/M_Emissive.uasset and b/Content/Materials/Masters/Common/M_Emissive.uasset differ diff --git a/Content/Sequence/shots.uasset b/Content/Sequence/shots.uasset new file mode 100644 index 000000000..8751728de Binary files /dev/null and b/Content/Sequence/shots.uasset differ diff --git a/Content/UltraDynamicSky/Blueprints/Ultra_Dynamic_Sky.uasset b/Content/UltraDynamicSky/Blueprints/Ultra_Dynamic_Sky.uasset index a518d6578..fe3dbda7c 100644 Binary files a/Content/UltraDynamicSky/Blueprints/Ultra_Dynamic_Sky.uasset and b/Content/UltraDynamicSky/Blueprints/Ultra_Dynamic_Sky.uasset differ diff --git a/Masharov.uproject b/Masharov.uproject index 3fa1b50c7..603983804 100644 --- a/Masharov.uproject +++ b/Masharov.uproject @@ -348,6 +348,10 @@ "SupportedTargetPlatforms": [ "Win64" ] + }, + { + "Name": "RLPlugin", + "Enabled": false } ] } \ No newline at end of file