diff --git a/Japan_Raid/Config/DefaultEngine.ini b/Japan_Raid/Config/DefaultEngine.ini index 832a3520..c5c7a288 100644 --- a/Japan_Raid/Config/DefaultEngine.ini +++ b/Japan_Raid/Config/DefaultEngine.ini @@ -44,7 +44,7 @@ AppliedDefaultGraphicsPerformance=Maximum r.GenerateMeshDistanceFields=True r.DynamicGlobalIlluminationMethod=0 r.ReflectionMethod=0 -r.Shadow.Virtual.Enable=0 +r.Shadow.Virtual.Enable=1 r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True r.SkinCache.CompileShaders=True r.RayTracing=True @@ -89,3 +89,9 @@ ConnectionType=USBOnly bUseManualIPAddress=False ManualIPAddress= +[/Script/DLSS.DLSSSettings] +bEnableDLSSInEditorViewports=True + +[/Script/StreamlineRHI.StreamlineSettings] +bLoadDebugOverlay=True + diff --git a/Japan_Raid/Config/UserEngine.ini b/Japan_Raid/Config/UserEngine.ini new file mode 100644 index 00000000..6a1a7c3d --- /dev/null +++ b/Japan_Raid/Config/UserEngine.ini @@ -0,0 +1,4 @@ +[/Script/StreamlineRHI.StreamlineOverrideSettings] +EnableDLSSFGInPlayInEditorViewportsOverride=Enabled +LoadDebugOverlayOverride=Enabled + diff --git a/Japan_Raid/Content/Levels/Light_day.umap b/Japan_Raid/Content/Levels/Light_day.umap index 56bedc85..8558801a 100644 --- a/Japan_Raid/Content/Levels/Light_day.umap +++ b/Japan_Raid/Content/Levels/Light_day.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b6aeb530674342763853c1c44bb70d28ccf96de29d169256c06d918c9b5a936a -size 34777 +oid sha256:98b0c02498dc8a1e5fdcddeffdabd6aa45b9cd83e1768f1ee7d5ea924e7e00e0 +size 35027 diff --git a/Japan_Raid/Content/Levels/Light_day_HDRI.umap b/Japan_Raid/Content/Levels/Light_day_HDRI.umap index fd8b7102..5d27dfb7 100644 --- a/Japan_Raid/Content/Levels/Light_day_HDRI.umap +++ b/Japan_Raid/Content/Levels/Light_day_HDRI.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4930a8d423e60004ba1f1751e0832e6893749b91e800e3886c750a6f70d03ca6 -size 38761 +oid sha256:12d9e42530ad8e237a8161db06d115d0c9e0c0d76f1beb5b42d4c316df2113d0 +size 38721 diff --git a/Japan_Raid/Content/MainMap.umap b/Japan_Raid/Content/MainMap.umap index cc5d7802..4e345fee 100644 --- a/Japan_Raid/Content/MainMap.umap +++ b/Japan_Raid/Content/MainMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7ad32ef87ce55d5a24ada19105541fe2354d35082b6c7589d8319241d4aa273d +oid sha256:a39bfb8a4ac8ab16a062bc54cab57dbed0ce06470688f359df9a97e8e413fa45 size 28429 diff --git a/Japan_Raid/Content/Material/M_Volumetrik_Fog_Inst4.uasset b/Japan_Raid/Content/Material/M_Volumetrik_Fog_Inst4.uasset index 2cd2c85a..80c7f5ba 100644 --- a/Japan_Raid/Content/Material/M_Volumetrik_Fog_Inst4.uasset +++ b/Japan_Raid/Content/Material/M_Volumetrik_Fog_Inst4.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6449c847de312aa3976489e68fc3947dd7435acb07689d22351ee3ba1d76a006 -size 9556 +oid sha256:ac8f4edfb726d5726f78ceb1e683e2f8445de1ed46d99a42133dd63d2d4d1cc2 +size 9551 diff --git a/Japan_Raid/Japan_Raid.uproject b/Japan_Raid/Japan_Raid.uproject index 0bdf047f..55d5852f 100644 --- a/Japan_Raid/Japan_Raid.uproject +++ b/Japan_Raid/Japan_Raid.uproject @@ -30,6 +30,26 @@ { "Name": "MovieRenderPipeline", "Enabled": true + }, + { + "Name": "DLSSMoviePipelineSupport", + "Enabled": true, + "MarketplaceURL": "https://www.unrealengine.com/marketplace/en-US/product/nvidia-dlss" + }, + { + "Name": "Streamline", + "Enabled": true, + "MarketplaceURL": "https://www.unrealengine.com/marketplace/en-US/product/nvidia-dlss" + }, + { + "Name": "DLSS", + "Enabled": true, + "MarketplaceURL": "https://www.unrealengine.com/marketplace/en-US/product/nvidia-dlss" + }, + { + "Name": "NIS", + "Enabled": true, + "MarketplaceURL": "https://www.unrealengine.com/marketplace/en-US/product/nvidia-dlss" } ] } \ No newline at end of file