diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 92e3c60..1872689 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -12,16 +12,19 @@ GlobalDefaultGameMode=/Script/Engine.GameModeBase GlobalDefaultServerGameMode=None [/Script/Engine.RendererSettings] -r.ReflectionMethod=1 +r.ReflectionMethod=0 r.GenerateMeshDistanceFields=True -r.DynamicGlobalIlluminationMethod=1 +r.DynamicGlobalIlluminationMethod=0 r.Lumen.TraceMeshSDFs=0 r.Shadow.Virtual.Enable=1 r.Mobile.EnableNoPrecomputedLightingCSMShader=1 r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=true r.CustomDepth=3 -r.AntiAliasingMethod=1 +r.AntiAliasingMethod=4 +r.Nanite.ProjectEnabled=False +r.Nanite = 0 +r.DefaultFeature.AutoExposure=False [/Script/WindowsTargetPlatform.WindowsTargetSettings] DefaultGraphicsRHI=DefaultGraphicsRHI_DX12 diff --git a/Content/Blueprints/BP_GameController.uasset b/Content/Blueprints/BP_GameController.uasset index 3db3b0c..dae0cd8 100644 --- a/Content/Blueprints/BP_GameController.uasset +++ b/Content/Blueprints/BP_GameController.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c8fe275eec22ffb7245a694f73729be1bef9e6ed0a937af2fa8969f9561a81bb -size 1167870 +oid sha256:37db6b91c22952bec792772ff7bbf3e1a23c82cf371df2996988066e1daeba30 +size 1195308 diff --git a/Content/Blueprints/LevelDesign/World/BP_Door.uasset b/Content/Blueprints/LevelDesign/World/BP_Door.uasset index 7ab6591..89a652a 100644 --- a/Content/Blueprints/LevelDesign/World/BP_Door.uasset +++ b/Content/Blueprints/LevelDesign/World/BP_Door.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:54230b24cd7c82243f8d74a19fea7862ae8477f6797f4b0812c2a291190700db -size 146236 +oid sha256:04a3927a94243e5e5656037c444999045d0d9468d7f6e100a6b80142d5c036b7 +size 153859 diff --git a/Content/Data/DT_Levels.uasset b/Content/Data/DT_Levels.uasset index 3122881..69dfa4f 100644 --- a/Content/Data/DT_Levels.uasset +++ b/Content/Data/DT_Levels.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ffae3f0ee5ac0e2ced43986e3082f9206590ee0dffea4b39892af35069ab8f9b -size 3073 +oid sha256:dc8463221c728fa90fef3b858dd4cc2977c12f87a4eda6966bd7ab355340419a +size 3527 diff --git a/Content/Maps/L_LevelTest.umap b/Content/Maps/L_LevelTest.umap index 6dd74f2..87ccc88 100644 Binary files a/Content/Maps/L_LevelTest.umap and b/Content/Maps/L_LevelTest.umap differ