chore: commit untracked UE/scaffold files (repo cleanup triage 20260707)
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
85
Config/DefaultEngine.ini
Normal file
85
Config/DefaultEngine.ini
Normal file
@@ -0,0 +1,85 @@
|
||||
; 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
|
||||
|
||||
73
Config/DefaultEngine.ini.backup.20251122_140445
Normal file
73
Config/DefaultEngine.ini.backup.20251122_140445
Normal file
@@ -0,0 +1,73 @@
|
||||
; Dubai Metaverse - DefaultEngine.ini Template
|
||||
; Copy this to Config/DefaultEngine.ini after creating UE5 project
|
||||
; Then customize as needed
|
||||
|
||||
[/Script/Engine.RendererSettings]
|
||||
; Nanite Settings
|
||||
r.Nanite.ProjectEnabled=True
|
||||
|
||||
; Lumen Settings
|
||||
r.DefaultFeature.LumenSupport=1
|
||||
r.Lumen.DiffuseIndirect.Allow=1
|
||||
r.Lumen.Reflections.Allow=1
|
||||
r.Lumen.ScreenProbeGather.ScreenSpaceBentNormal=1
|
||||
|
||||
; Virtual Shadow Maps
|
||||
r.Shadow.Virtual.Enable=1
|
||||
r.Shadow.Virtual.OnePassProjection=1
|
||||
|
||||
; Anti-Aliasing
|
||||
r.DefaultFeature.AntiAliasing=2
|
||||
r.TemporalAA.Quality=4
|
||||
|
||||
; Post-Process
|
||||
r.DefaultFeature.AutoExposure=False
|
||||
r.DefaultFeature.Bloom=True
|
||||
r.DefaultFeature.MotionBlur=True
|
||||
|
||||
; Performance
|
||||
r.MotionBlurQuality=4
|
||||
r.BloomQuality=4
|
||||
|
||||
[/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/WindowsTargetPlatform.WindowsTargetSettings]
|
||||
DefaultGraphicsRHI=Default
|
||||
-D3D12TargetedShaderFormats=PCD3D_SM6
|
||||
-D3D12TargetedShaderFormats=PCD3D_SM5
|
||||
-D3D12TargetedShaderFormats=PCD3D_ES3_1
|
||||
|
||||
|
||||
[/Script/Engine.RendererSettings]
|
||||
r.Nanite.ProjectEnabled=True
|
||||
r.Lumen.ProjectEnabled=True
|
||||
|
||||
[/Script/Engine.Engine]
|
||||
+ActiveGameNameRedirects=(OldGameName="TP_Blank",NewGameName="/Script/DubaiMetaverse")
|
||||
+ActiveGameNameRedirects=(OldGameName="/Script/TP_Blank",NewGameName="/Script/DubaiMetaverse")
|
||||
+ActiveClassRedirects=(OldClassName="TP_BlankGameModeBase",NewClassName="DubaiMetaverseGameModeBase")
|
||||
|
||||
[/Script/EngineSettings.GameMapsSettings]
|
||||
GameDefaultMap=/Game/Maps/MainLevel
|
||||
EditorStartupMap=/Game/Maps/MainLevel
|
||||
|
||||
[/Script/WindowsTargetPlatform.WindowsTargetSettings]
|
||||
DefaultGraphicsRHI=Default
|
||||
+TargetedRHIs=PCD3D_SM6
|
||||
+TargetedRHIs=PCD3D_SM5
|
||||
|
||||
[/Script/Engine.RendererSettings]
|
||||
r.VirtualTextures=True
|
||||
r.VirtualTextures.EnableAutoImport=True
|
||||
r.VirtualTextures.Enable=1
|
||||
|
||||
[/Script/Engine.WorldSettings]
|
||||
bEnableWorldPartition=True
|
||||
18
Config/DefaultGame.ini
Normal file
18
Config/DefaultGame.ini
Normal file
@@ -0,0 +1,18 @@
|
||||
; Dubai Metaverse - DefaultGame.ini
|
||||
; Configured automatically by configure_project_settings.sh
|
||||
; Last Updated: 2025-11-21
|
||||
|
||||
[/Script/EngineSettings.GameMapsSettings]
|
||||
; ============================================
|
||||
; DEFAULT MAPS
|
||||
; ============================================
|
||||
GameDefaultMap=/Game/Maps/Main/MainLevel
|
||||
EditorStartupMap=/Game/Maps/Main/MainLevel
|
||||
GlobalDefaultGameMode=/Script/Engine.GameModeBase
|
||||
|
||||
[/Script/Engine.GameEngine]
|
||||
+NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="OnlineSubsystemUtils.IpNetDriver",DriverClassNameFallback="OnlineSubsystemUtils.IpNetDriver")
|
||||
|
||||
[/Script/OnlineSubsystem.IpNetDriver]
|
||||
NetDriverClassName="OnlineSubsystemUtils.IpNetDriver"
|
||||
|
||||
16
Config/DefaultGame.ini.backup.20251122_140445
Normal file
16
Config/DefaultGame.ini.backup.20251122_140445
Normal file
@@ -0,0 +1,16 @@
|
||||
; Dubai Metaverse - DefaultGame.ini Template
|
||||
; Copy this to Config/DefaultGame.ini after creating UE5 project
|
||||
; Then customize as needed
|
||||
|
||||
[/Script/EngineSettings.GameMapsSettings]
|
||||
; Default Maps
|
||||
GameDefaultMap=/Game/Maps/Main/MainLevel
|
||||
EditorStartupMap=/Game/Maps/Main/MainLevel
|
||||
GlobalDefaultGameMode=/Script/Engine.GameModeBase
|
||||
|
||||
[/Script/Engine.GameEngine]
|
||||
+NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="OnlineSubsystemUtils.IpNetDriver",DriverClassNameFallback="OnlineSubsystemUtils.IpNetDriver")
|
||||
|
||||
[/Script/OnlineSubsystem.IpNetDriver]
|
||||
NetDriverClassName="OnlineSubsystemUtils.IpNetDriver"
|
||||
|
||||
Reference in New Issue
Block a user