Added light blinking

This commit is contained in:
ZueffC
2025-10-29 17:07:15 +03:00
parent 1e81315c02
commit 67e595b0a6
7 changed files with 11 additions and 7 deletions

View File

@@ -54,7 +54,7 @@ RuntimeGeneration=Dynamic
r.Mobile.ShadingPath=0 r.Mobile.ShadingPath=0
r.Mobile.AllowDeferredShadingOpenGL=False r.Mobile.AllowDeferredShadingOpenGL=False
r.Mobile.SupportGPUScene=True r.Mobile.SupportGPUScene=True
r.Mobile.AntiAliasing=1 r.Mobile.AntiAliasing=0
r.Mobile.FloatPrecisionMode=0 r.Mobile.FloatPrecisionMode=0
r.Mobile.AllowDitheredLODTransition=False r.Mobile.AllowDitheredLODTransition=False
r.Mobile.VirtualTextures=False r.Mobile.VirtualTextures=False
@@ -93,14 +93,14 @@ BlueChromaticityCoordinate=(X=0.150000,Y=0.060000)
WhiteChromaticityCoordinate=(X=0.312700,Y=0.329000) WhiteChromaticityCoordinate=(X=0.312700,Y=0.329000)
r.LegacyLuminanceFactors=False r.LegacyLuminanceFactors=False
r.ClearCoatNormal=False r.ClearCoatNormal=False
r.DynamicGlobalIlluminationMethod=1 r.DynamicGlobalIlluminationMethod=2
r.ReflectionMethod=1 r.ReflectionMethod=2
r.ReflectionCaptureResolution=128 r.ReflectionCaptureResolution=128
r.ReflectionEnvironmentLightmapMixBasedOnRoughness=True r.ReflectionEnvironmentLightmapMixBasedOnRoughness=True
r.Lumen.HardwareRayTracing=True r.Lumen.HardwareRayTracing=True
r.Lumen.HardwareRayTracing.LightingMode=0 r.Lumen.HardwareRayTracing.LightingMode=0
r.Lumen.TranslucencyReflections.FrontLayer.EnableForProject=False r.Lumen.TranslucencyReflections.FrontLayer.EnableForProject=False
r.Lumen.TraceMeshSDFs=0 r.Lumen.TraceMeshSDFs=1
r.Lumen.ScreenTracingSource=0 r.Lumen.ScreenTracingSource=0
r.Lumen.Reflections.HardwareRayTracing.Translucent.Refraction.EnableForProject=True r.Lumen.Reflections.HardwareRayTracing.Translucent.Refraction.EnableForProject=True
r.MegaLights.EnableForProject=False r.MegaLights.EnableForProject=False
@@ -112,7 +112,7 @@ r.RayTracing.UseTextureLod=False
r.PathTracing=True r.PathTracing=True
r.GenerateMeshDistanceFields=True r.GenerateMeshDistanceFields=True
r.DistanceFields.DefaultVoxelDensity=0.200000 r.DistanceFields.DefaultVoxelDensity=0.200000
r.Nanite.ProjectEnabled=True r.Nanite.ProjectEnabled=False
r.AllowStaticLighting=False r.AllowStaticLighting=False
r.NormalMapsForStaticLighting=False r.NormalMapsForStaticLighting=False
r.ForwardShading=False r.ForwardShading=False
@@ -140,7 +140,7 @@ r.DefaultFeature.MotionBlur=False
r.DefaultFeature.LensFlare=False r.DefaultFeature.LensFlare=False
r.TemporalAA.Upsampling=True r.TemporalAA.Upsampling=True
r.AntiAliasingMethod=0 r.AntiAliasingMethod=0
r.MSAACount=4 r.MSAACount=1
r.DefaultFeature.LightUnits=1 r.DefaultFeature.LightUnits=1
r.DefaultBackBufferPixelFormat=4 r.DefaultBackBufferPixelFormat=4
r.ScreenPercentage.Default=100.000000 r.ScreenPercentage.Default=100.000000

View File

@@ -68,6 +68,7 @@ bEnableLegacyInputScales=True
bEnableMotionControls=True bEnableMotionControls=True
bFilterInputByPlatformUser=False bFilterInputByPlatformUser=False
bShouldFlushPressedKeysOnViewportFocusLost=True bShouldFlushPressedKeysOnViewportFocusLost=True
bEnableDynamicComponentInputBinding=True
bAlwaysShowTouchInterface=False bAlwaysShowTouchInterface=False
bShowConsoleOnFourFingerTap=True bShowConsoleOnFourFingerTap=True
bEnableGestureRecognizer=False bEnableGestureRecognizer=False
@@ -76,8 +77,11 @@ DefaultViewportMouseCaptureMode=CapturePermanently_IncludingInitialMouseDown
DefaultViewportMouseLockMode=LockOnCapture DefaultViewportMouseLockMode=LockOnCapture
FOVScale=0.011110 FOVScale=0.011110
DoubleClickTime=0.200000 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 DefaultPlayerInputClass=/Script/EnhancedInput.EnhancedPlayerInput
DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent
DefaultTouchInterface=None DefaultTouchInterface=None
-ConsoleKeys=Tilde -ConsoleKeys=Tilde
+ConsoleKeys=Tilde +ConsoleKeys=Tilde

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.