diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index bc7ce77..e73de9f 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -54,7 +54,7 @@ RuntimeGeneration=Dynamic r.Mobile.ShadingPath=0 r.Mobile.AllowDeferredShadingOpenGL=False r.Mobile.SupportGPUScene=True -r.Mobile.AntiAliasing=1 +r.Mobile.AntiAliasing=0 r.Mobile.FloatPrecisionMode=0 r.Mobile.AllowDitheredLODTransition=False r.Mobile.VirtualTextures=False @@ -93,14 +93,14 @@ BlueChromaticityCoordinate=(X=0.150000,Y=0.060000) WhiteChromaticityCoordinate=(X=0.312700,Y=0.329000) r.LegacyLuminanceFactors=False r.ClearCoatNormal=False -r.DynamicGlobalIlluminationMethod=1 -r.ReflectionMethod=1 +r.DynamicGlobalIlluminationMethod=2 +r.ReflectionMethod=2 r.ReflectionCaptureResolution=128 r.ReflectionEnvironmentLightmapMixBasedOnRoughness=True r.Lumen.HardwareRayTracing=True r.Lumen.HardwareRayTracing.LightingMode=0 r.Lumen.TranslucencyReflections.FrontLayer.EnableForProject=False -r.Lumen.TraceMeshSDFs=0 +r.Lumen.TraceMeshSDFs=1 r.Lumen.ScreenTracingSource=0 r.Lumen.Reflections.HardwareRayTracing.Translucent.Refraction.EnableForProject=True r.MegaLights.EnableForProject=False @@ -112,7 +112,7 @@ r.RayTracing.UseTextureLod=False r.PathTracing=True r.GenerateMeshDistanceFields=True r.DistanceFields.DefaultVoxelDensity=0.200000 -r.Nanite.ProjectEnabled=True +r.Nanite.ProjectEnabled=False r.AllowStaticLighting=False r.NormalMapsForStaticLighting=False r.ForwardShading=False @@ -140,7 +140,7 @@ r.DefaultFeature.MotionBlur=False r.DefaultFeature.LensFlare=False r.TemporalAA.Upsampling=True r.AntiAliasingMethod=0 -r.MSAACount=4 +r.MSAACount=1 r.DefaultFeature.LightUnits=1 r.DefaultBackBufferPixelFormat=4 r.ScreenPercentage.Default=100.000000 diff --git a/Config/DefaultInput.ini b/Config/DefaultInput.ini index f426fd3..b13dea3 100644 --- a/Config/DefaultInput.ini +++ b/Config/DefaultInput.ini @@ -68,6 +68,7 @@ bEnableLegacyInputScales=True bEnableMotionControls=True bFilterInputByPlatformUser=False bShouldFlushPressedKeysOnViewportFocusLost=True +bEnableDynamicComponentInputBinding=True bAlwaysShowTouchInterface=False bShowConsoleOnFourFingerTap=True bEnableGestureRecognizer=False @@ -76,8 +77,11 @@ DefaultViewportMouseCaptureMode=CapturePermanently_IncludingInitialMouseDown DefaultViewportMouseLockMode=LockOnCapture FOVScale=0.011110 DoubleClickTime=0.200000 ++ActionMappings=(ActionName="MouseWheelUP",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MouseScrollUp) ++ActionMappings=(ActionName="MouseWheellDown",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MouseScrollDown) DefaultPlayerInputClass=/Script/EnhancedInput.EnhancedPlayerInput DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent DefaultTouchInterface=None -ConsoleKeys=Tilde -+ConsoleKeys=Tilde \ No newline at end of file ++ConsoleKeys=Tilde + diff --git a/Content/Blueprints/Podpivasnaya/WAAALL-LAAAMP.uasset b/Content/Blueprints/Podpivasnaya/WAAALL-LAAAMP.uasset index 129b801..c43ac17 100644 Binary files a/Content/Blueprints/Podpivasnaya/WAAALL-LAAAMP.uasset and b/Content/Blueprints/Podpivasnaya/WAAALL-LAAAMP.uasset differ diff --git a/Content/TopDown/Blueprints/BP_MainChar.uasset b/Content/TopDown/Blueprints/BP_MainChar.uasset index c6d86f0..e1f34b2 100644 Binary files a/Content/TopDown/Blueprints/BP_MainChar.uasset and b/Content/TopDown/Blueprints/BP_MainChar.uasset differ diff --git a/Content/TopDown/Blueprints/BP_TopDownController.uasset b/Content/TopDown/Blueprints/BP_TopDownController.uasset index 57a05ef..d9e9bb8 100644 Binary files a/Content/TopDown/Blueprints/BP_TopDownController.uasset and b/Content/TopDown/Blueprints/BP_TopDownController.uasset differ diff --git a/Content/TopDown/Input/Actions/IA_Zoom.uasset b/Content/TopDown/Input/Actions/IA_Zoom.uasset new file mode 100644 index 0000000..f7ec34d Binary files /dev/null and b/Content/TopDown/Input/Actions/IA_Zoom.uasset differ diff --git a/Content/TopDown/Input/IMC_Default.uasset b/Content/TopDown/Input/IMC_Default.uasset index caff4e7..a9bef35 100644 Binary files a/Content/TopDown/Input/IMC_Default.uasset and b/Content/TopDown/Input/IMC_Default.uasset differ