-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEngine_Windows.ini
More file actions
34 lines (29 loc) · 795 Bytes
/
Engine_Windows.ini
File metadata and controls
34 lines (29 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[SystemSettings]
; --- LUMA - DLSS ---
r.DynamicRes.OperationMode=0
r.DynamicRes.MinScreenPercentage=100
r.TemporalAASamples=8
[/Script/Engine.RendererSettings]
; --- VRAM & Streaming Optimization ---
r.Streaming.PoolSize=0
r.Streaming.LimitPoolSizeToVRAM=1
r.UseShaderCaching=1
r.CreateShadersOnLoad=1
r.ShaderComplexity.CacheShaders=1
[Core.System]
+Suppress=ScriptWarning
+Suppress=Error
+Suppress=ScriptLog
+Suppress=Warning
[ConsoleVariables]
; --- Disable Dynamic Resolution ---
r.DynamicRes.OperationMode=0
; --- Shadow Quality (Balanced for CPU) ---
r.Shadow.MaxResolution=2048
r.Shadow.MaxCSMResolution=2048
r.Shadow.DistanceScale=1.0
; --- Clean Image (Disable Blur/Grain) ---
r.MotionBlurQuality=0
r.Tonemapper.GrainQuantization=0
r.DepthOfFieldQuality=0
r.DepthOfField.FarBlur=0