diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index e5336b62e..537deb21b 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -14,6 +14,8 @@ AppliedDefaultGraphicsPerformance=Maximum +ActiveGameNameRedirects=(OldGameName="TP_BlankBP",NewGameName="/Script/Masharov") +ActiveGameNameRedirects=(OldGameName="/Script/TP_BlankBP",NewGameName="/Script/Masharov") MaximumLoopIterationCount=2000000 +SmoothedFrameRateRange=(LowerBound=(Type=Inclusive,Value=22.000000),UpperBound=(Type=Exclusive,Value=41.000000)) +MinDesiredFrameRate=30.000000 [/Script/Engine.RendererSettings] r.SkinCache.CompileShaders=True diff --git a/Config/DefaultInput.ini b/Config/DefaultInput.ini index 5671f88e5..10c8ad002 100644 --- a/Config/DefaultInput.ini +++ b/Config/DefaultInput.ini @@ -75,13 +75,13 @@ bF11TogglesFullscreen=True bUseMouseForTouch=True bEnableMouseSmoothing=False bEnableFOVScaling=False -bCaptureMouseOnLaunch=False +bCaptureMouseOnLaunch=True bAlwaysShowTouchInterface=False bShowConsoleOnFourFingerTap=True bEnableGestureRecognizer=False bUseAutocorrect=False -DefaultViewportMouseCaptureMode=CapturePermanently -DefaultViewportMouseLockMode=DoNotLock +DefaultViewportMouseCaptureMode=CapturePermanently_IncludingInitialMouseDown +DefaultViewportMouseLockMode=LockOnCapture FOVScale=0.011110 DoubleClickTime=0.200000 +AxisMappings=(AxisName="right",Scale=1.000000,Key=right) diff --git a/Content/Blueprints/Player/GI.uasset b/Content/Blueprints/Player/GI.uasset index c20d71944..631dbea09 100644 Binary files a/Content/Blueprints/Player/GI.uasset and b/Content/Blueprints/Player/GI.uasset differ diff --git a/Content/Blueprints/Player/MyPawn.uasset b/Content/Blueprints/Player/MyPawn.uasset index 5e9cccc41..f9e0ddfed 100644 Binary files a/Content/Blueprints/Player/MyPawn.uasset and b/Content/Blueprints/Player/MyPawn.uasset differ diff --git a/Content/Blueprints/UI/WBPS/Menu/selectFloor.uasset b/Content/Blueprints/UI/WBPS/Menu/selectFloor.uasset index a35c88444..ece1445f7 100644 Binary files a/Content/Blueprints/UI/WBPS/Menu/selectFloor.uasset and b/Content/Blueprints/UI/WBPS/Menu/selectFloor.uasset differ diff --git a/Content/Blueprints/UI/WBPS/Menu/welcomeData.uasset b/Content/Blueprints/UI/WBPS/Menu/welcomeData.uasset index 87bb59125..996198287 100644 Binary files a/Content/Blueprints/UI/WBPS/Menu/welcomeData.uasset and b/Content/Blueprints/UI/WBPS/Menu/welcomeData.uasset differ diff --git a/Content/Blueprints/UI/WBPS/filter/FlatCardBig.uasset b/Content/Blueprints/UI/WBPS/filter/FlatCardBig.uasset index 06b9944f9..b493fe103 100644 Binary files a/Content/Blueprints/UI/WBPS/filter/FlatCardBig.uasset and b/Content/Blueprints/UI/WBPS/filter/FlatCardBig.uasset differ diff --git a/Content/Blueprints/UI/WBPS/filter/emptyCardFav.uasset b/Content/Blueprints/UI/WBPS/filter/emptyCardFav.uasset index fafc6ffcd..82c3c65b9 100644 Binary files a/Content/Blueprints/UI/WBPS/filter/emptyCardFav.uasset and b/Content/Blueprints/UI/WBPS/filter/emptyCardFav.uasset differ