diff --git a/Aircraft.uproject b/Aircraft.uproject index 55aa6a0..8e37f41 100644 --- a/Aircraft.uproject +++ b/Aircraft.uproject @@ -1,6 +1,6 @@ { "FileVersion": 3, - "EngineAssociation": "4.20", + "EngineAssociation": "5.4", "Category": "", "Description": "", "Plugins": [ @@ -219,6 +219,20 @@ { "Name": "MfMedia", "Enabled": true + }, + { + "Name": "MovieRenderPipeline", + "Enabled": true + }, + { + "Name": "DLSSMoviePipelineSupport", + "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" } ], "TargetPlatforms": [ diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 9590247..ed57dfd 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -24,22 +24,48 @@ r.DefaultFeature.AntiAliasing=2 r.EarlyZPassMovable=False r.ReflectionCaptureResolution=256 r.CustomDepthTemporalAAJitter=True +r.Shadow.Virtual.Enable=1 +r.Lumen.TranslucencyReflections.FrontLayer.EnableForProject=True +r.ReflectionMethod=1 +r.GenerateMeshDistanceFields=True +r.DynamicGlobalIlluminationMethod=1 +r.SkinCache.CompileShaders=True +r.RayTracing=True +r.RayTracing.Shadows=True +r.RayTracing.UseTextureLod=True +r.Lumen.HardwareRayTracing=True +r.Lumen.HardwareRayTracing.LightingMode=2 +r.AllowGlobalClipPlane=False [/Script/WindowsTargetPlatform.WindowsTargetSettings] +DefaultGraphicsRHI=DefaultGraphicsRHI_DX12 +-D3D12TargetedShaderFormats=PCD3D_SM5 ++D3D12TargetedShaderFormats=PCD3D_SM5 ++D3D12TargetedShaderFormats=PCD3D_SM6 +-D3D11TargetedShaderFormats=PCD3D_SM5 ++D3D11TargetedShaderFormats=PCD3D_SM5 Compiler=VisualStudio2017 --TargetedRHIs=PCD3D_SM5 --TargetedRHIs=PCD3D_SM4 -+TargetedRHIs=PCD3D_SM5 -MinimumOSVersion=MSOS_Vista -AudioDevice= AudioSampleRate=48000 AudioCallbackBufferFrameSize=1024 AudioNumBuffersToEnqueue=1 AudioMaxChannels=0 AudioNumSourceWorkers=4 SpatializationPlugin= +SourceDataOverridePlugin= ReverbPlugin= OcclusionPlugin= +CompressionOverrides=(bOverrideCompressionTimes=False,DurationThreshold=5.000000,MaxNumRandomBranches=0,SoundCueQualityIndex=0) +CacheSizeKB=65536 +MaxChunkSizeOverrideKB=0 +bResampleForDevice=False +MaxSampleRate=48000.000000 +HighSampleRate=32000.000000 +MedSampleRate=24000.000000 +LowSampleRate=12000.000000 +MinSampleRate=8000.000000 +CompressionQualityModifier=1.000000 +AutoStreamingThreshold=0.000000 +SoundCueCookQualityIndex=-1 [/Script/Engine.Engine] TinyFontName=/Game/Blueprints/UI/Fonts/EtelkaLightPro_Font.EtelkaLightPro_Font @@ -175,4 +201,17 @@ InitialAverageFrameRate=0.016667 PhysXTreeRebuildRate=10 DefaultBroadphaseSettings=(bUseMBPOnClient=False,bUseMBPOnServer=False,MBPBounds=(Min=(X=0.000000,Y=0.000000,Z=0.000000),Max=(X=0.000000,Y=0.000000,Z=0.000000),IsValid=0),MBPNumSubdivs=2) +[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings] +bEnablePlugin=True +bAllowNetworkConnection=True +SecurityToken=AD9883894CFDB60CE7F725BB9E773E13 +bIncludeInShipping=False +bAllowExternalStartInShipping=False +bCompileAFSProject=False +bUseCompression=False +bLogFiles=False +bReportStats=False +ConnectionType=USBOnly +bUseManualIPAddress=False +ManualIPAddress= diff --git a/Config/DefaultInput.ini b/Config/DefaultInput.ini index f296a8b..b7e754d 100644 Binary files a/Config/DefaultInput.ini and b/Config/DefaultInput.ini differ diff --git a/Content/Blueprints/Airplane.uasset b/Content/Blueprints/Airplane.uasset index b500992..d38094e 100644 Binary files a/Content/Blueprints/Airplane.uasset and b/Content/Blueprints/Airplane.uasset differ diff --git a/Content/Clouds/Materials/MAT2.uasset b/Content/Clouds/Materials/MAT2.uasset index bba1606..409b46a 100644 Binary files a/Content/Clouds/Materials/MAT2.uasset and b/Content/Clouds/Materials/MAT2.uasset differ diff --git a/Content/Levels/LightsCab.umap b/Content/Levels/LightsCab.umap index 29b3f83..1e9f1d0 100644 Binary files a/Content/Levels/LightsCab.umap and b/Content/Levels/LightsCab.umap differ diff --git a/Content/Levels/Scene.umap b/Content/Levels/Scene.umap index 901a385..18b13f3 100644 Binary files a/Content/Levels/Scene.umap and b/Content/Levels/Scene.umap differ diff --git a/Content/PhotoR_Landscape_4/Maps/Photorealistic_Island.umap b/Content/PhotoR_Landscape_4/Maps/Photorealistic_Island.umap index aab6b76..f9ad588 100644 Binary files a/Content/PhotoR_Landscape_4/Maps/Photorealistic_Island.umap and b/Content/PhotoR_Landscape_4/Maps/Photorealistic_Island.umap differ diff --git a/Content/Sequences/DLAA_1080.uasset b/Content/Sequences/DLAA_1080.uasset new file mode 100644 index 0000000..616e689 Binary files /dev/null and b/Content/Sequences/DLAA_1080.uasset differ diff --git a/Content/Sequences/Movie1.uasset b/Content/Sequences/Movie1.uasset new file mode 100644 index 0000000..7f5cacc Binary files /dev/null and b/Content/Sequences/Movie1.uasset differ diff --git a/Content/Sequences/Picture.uasset b/Content/Sequences/Picture.uasset new file mode 100644 index 0000000..1a25de6 Binary files /dev/null and b/Content/Sequences/Picture.uasset differ