Files
metaverseDubai/Config/DefaultEngine.ini
2026-07-07 03:43:19 -07:00

86 lines
2.7 KiB
INI

; Dubai Metaverse - DefaultEngine.ini
; Configured automatically by configure_project_settings.sh
; Last Updated: 2025-11-21
[/Script/Engine.RendererSettings]
; ============================================
; NANITE SETTINGS
; ============================================
r.Nanite.ProjectEnabled=True
; ============================================
; LUMEN SETTINGS
; ============================================
r.DefaultFeature.LumenSupport=1
r.Lumen.ProjectEnabled=True
r.Lumen.DiffuseIndirect.Allow=1
r.Lumen.Reflections.Allow=1
r.Lumen.ScreenProbeGather.ScreenSpaceBentNormal=1
r.Lumen.ScreenProbeGather.TraceMeshSDFs=1
r.Lumen.ScreenProbeGather.ScreenTraces=1
; ============================================
; VIRTUAL SHADOW MAPS
; ============================================
r.Shadow.Virtual.Enable=1
r.Shadow.Virtual.OnePassProjection=1
; ============================================
; ANTI-ALIASING
; ============================================
r.DefaultFeature.AntiAliasing=2
r.TemporalAA.Quality=4
r.TemporalAA.Upsampling=1
; ============================================
; POST-PROCESS EFFECTS
; ============================================
r.DefaultFeature.AutoExposure=False
r.DefaultFeature.Bloom=True
r.DefaultFeature.MotionBlur=True
r.MotionBlurQuality=4
r.BloomQuality=4
; ============================================
; RENDERING PERFORMANCE
; ============================================
r.VirtualTextures=True
r.VirtualTextures.EnableAutoImport=True
r.VirtualTextures.Enable=1
[/Script/Engine.WorldSettings]
; ============================================
; WORLD PARTITION
; ============================================
bEnableWorldPartition=True
[/Script/Engine.Engine]
; ============================================
; PROJECT SETTINGS
; ============================================
+ActiveGameNameRedirects=(OldGameName="TP_Blank",NewGameName="/Script/DubaiMetaverse")
+ActiveGameNameRedirects=(OldGameName="/Script/TP_Blank",NewGameName="/Script/DubaiMetaverse")
+ActiveClassRedirects=(OldClassName="TP_BlankGameModeBase",NewClassName="DubaiMetaverseGameModeBase")
[/Script/EngineSettings.GameMapsSettings]
; ============================================
; DEFAULT MAPS
; ============================================
GameDefaultMap=/Game/Maps/MainLevel
EditorStartupMap=/Game/Maps/MainLevel
[/Script/WindowsTargetPlatform.WindowsTargetSettings]
; ============================================
; WINDOWS PLATFORM SETTINGS
; ============================================
DefaultGraphicsRHI=Default
+TargetedRHIs=PCD3D_SM6
+TargetedRHIs=PCD3D_SM5
[/Script/LinuxTargetPlatform.LinuxTargetSettings]
; ============================================
; LINUX PLATFORM SETTINGS
; ============================================
DefaultGraphicsRHI=Default