diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 03964143..221a97b1 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -13,6 +13,7 @@ vr.RoundRobinOcclusion=True r.DefaultFeature.AmbientOcclusion=False r.DefaultFeature.AmbientOcclusionStaticFraction=False r.AllowOcclusionQueries=True +r.SkinCache.SceneMemoryLimitInMB=512.000000 [/Script/HardwareTargeting.HardwareTargetingSettings] TargetedHardwareClass=Desktop @@ -146,3 +147,4 @@ PhysXTreeRebuildRate=10 DefaultBroadphaseSettings=(bUseMBPOnClient=False,bUseMBPOnServer=False,bUseMBPOuterBounds=False,MBPBounds=(Min=(X=0.000000,Y=0.000000,Z=0.000000),Max=(X=0.000000,Y=0.000000,Z=0.000000),IsValid=0),MBPOuterBounds=(Min=(X=0.000000,Y=0.000000,Z=0.000000),Max=(X=0.000000,Y=0.000000,Z=0.000000),IsValid=0),MBPNumSubdivs=2) ChaosSettings=(DefaultThreadingModel=DedicatedThread,DedicatedThreadTickMode=VariableCappedWithTarget,DedicatedThreadBufferMode=Double) + diff --git a/Content/Blueprints/Player/MyPawn.uasset b/Content/Blueprints/Player/MyPawn.uasset index 2e8acf0e..4d5e1d22 100644 Binary files a/Content/Blueprints/Player/MyPawn.uasset and b/Content/Blueprints/Player/MyPawn.uasset differ diff --git a/Content/Blueprints/Player/VR/BP_MotionController.uasset b/Content/Blueprints/Player/VR/BP_MotionController.uasset index 733bbdd9..2d1f07ba 100644 Binary files a/Content/Blueprints/Player/VR/BP_MotionController.uasset and b/Content/Blueprints/Player/VR/BP_MotionController.uasset differ diff --git a/Content/Blueprints/Player/VR/MotionControllerPawn.uasset b/Content/Blueprints/Player/VR/MotionControllerPawn.uasset index 347c08e3..d7256b15 100644 Binary files a/Content/Blueprints/Player/VR/MotionControllerPawn.uasset and b/Content/Blueprints/Player/VR/MotionControllerPawn.uasset differ diff --git a/Content/Blueprints/UI/Wbps/Button.uasset b/Content/Blueprints/UI/Wbps/Button.uasset index 4cc38d87..831ca8e2 100644 Binary files a/Content/Blueprints/UI/Wbps/Button.uasset and b/Content/Blueprints/UI/Wbps/Button.uasset differ diff --git a/Content/Blueprints/UI/Wbps/Ipad/IpadScreen.uasset b/Content/Blueprints/UI/Wbps/Ipad/IpadScreen.uasset index 4378f4b8..461eb4e2 100644 Binary files a/Content/Blueprints/UI/Wbps/Ipad/IpadScreen.uasset and b/Content/Blueprints/UI/Wbps/Ipad/IpadScreen.uasset differ diff --git a/Content/Blueprints/UI/Wbps/Menu.uasset b/Content/Blueprints/UI/Wbps/Menu.uasset index ade5230c..d70e7930 100644 Binary files a/Content/Blueprints/UI/Wbps/Menu.uasset and b/Content/Blueprints/UI/Wbps/Menu.uasset differ diff --git a/Content/Blueprints/Utils/GrassGenerator1.uasset b/Content/Blueprints/Utils/GrassGenerator1.uasset index 3b54759c..ba3879e4 100644 Binary files a/Content/Blueprints/Utils/GrassGenerator1.uasset and b/Content/Blueprints/Utils/GrassGenerator1.uasset differ diff --git a/Content/Level/GenPlan.umap b/Content/Level/GenPlan.umap index 22940a00..8ab91d0b 100644 Binary files a/Content/Level/GenPlan.umap and b/Content/Level/GenPlan.umap differ diff --git a/Content/Level/Genplan2.umap b/Content/Level/Genplan2.umap index 64a4d78d..29ea0d71 100644 Binary files a/Content/Level/Genplan2.umap and b/Content/Level/Genplan2.umap differ diff --git a/Content/Level/Index.umap b/Content/Level/Index.umap index 055b3b67..7162b225 100644 Binary files a/Content/Level/Index.umap and b/Content/Level/Index.umap differ diff --git a/Content/Level/Lights.umap b/Content/Level/Lights.umap index 7b2d1dce..a89c8a42 100644 Binary files a/Content/Level/Lights.umap and b/Content/Level/Lights.umap differ diff --git a/Content/Level/New_S2F2/S2F2.umap b/Content/Level/New_S2F2/S2F2.umap index b2b35419..c61b6305 100644 Binary files a/Content/Level/New_S2F2/S2F2.umap and b/Content/Level/New_S2F2/S2F2.umap differ