Skip to content

Commit 9bee6a9

Browse files
committed
Unreal Engine 5.7 Update
1 parent 3ceb211 commit 9bee6a9

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

Config/DefaultEngine.ini

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,20 @@ DefaultGraphicsRHI=DefaultGraphicsRHI_DX12
1818
+D3D12TargetedShaderFormats=PCD3D_SM6
1919

2020
[/Script/Engine.RendererSettings]
21+
r.AllowStaticLighting=True
2122
r.GenerateMeshDistanceFields=True
2223
r.DynamicGlobalIlluminationMethod=1
2324
r.ReflectionMethod=1
25+
r.Shadow.Virtual.Enable=1
2426
r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True
27+
r.DefaultFeature.LocalExposure.HighlightContrastScale=0.8
28+
r.DefaultFeature.LocalExposure.ShadowContrastScale=0.8
2529
r.SkinCache.CompileShaders=True
2630
r.RayTracing=True
27-
r.EarlyZPassOnlyMaterialMasking=True
28-
r.EarlyZPass=2
29-
r.SupportSkyAtmosphereAffectsHeightFog=True
31+
r.RayTracing.RayTracingProxies.ProjectEnabled=True
32+
r.Substrate=True
33+
r.Substrate.ProjectGBufferFormat=0
3034
r.CustomDepth=3
31-
r.TemporalAA.Upsampling=True
32-
r.Lumen.TraceMeshSDFs=1
33-
r.AllowStaticLighting=True
34-
r.VirtualTextures=True
35-
r.VT.EnableAutoImport=False
36-
r.Shadow.Virtual.Enable=1
3735

3836
[/Script/Engine.PhysicsSettings]
3937
bSubstepping=True

Config/DefaultGame.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[/Script/EngineSettings.GeneralProjectSettings]
22
ProjectID=E284D87C42DAB6F165C07FA8AD01045D
33
ProjectName=nanos world Assets Development Kit
4-
CompanyName=nanos
4+
CompanyName=Go Horse Studios
55
Homepage="https://nanos.world"
66
Description=nanos world sandbox game
7-
CopyrightNotice=Confidential information of nanos. Not for disclosure or distribution without nanos prior written consent. This software contains code, techniques and know-how which is confidential and proprietary to nanos. Product and Trade Secret source code contains trade secrets of nanos. Copyright (C) nanos. All Rights Reserved. Use of this software is subject to the terms of an end user license agreement.
7+
CopyrightNotice=Copyright (C) Go Horse Studios. All Rights Reserved. nanos world and all associated names, logos and designs are trademarks of Go Horse Studios.
88

99
[/Script/UnrealEd.ProjectPackagingSettings]
1010
bShareMaterialShaderCode=False

NanosWorldADK.uproject

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"FileVersion": 3,
3-
"EngineAssociation": "5.5",
3+
"EngineAssociation": "5.7",
44
"Category": "",
55
"Description": "",
66
"Plugins": [

0 commit comments

Comments
 (0)