Advertisement
Sticky2000

engine.ini v2 cache tweaked

Jun 5th, 2023 (edited)
476
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
INI file 75.99 KB | Gaming | 0 0
  1. [Core.System]
  2. Paths=../../../Engine/Content
  3. Paths=%GAMEDIR%Content
  4. Paths=../../../Engine/Plugins/Experimental/Landmass/Content
  5. Paths=../../../Yakisoba/Plugins/ThirdParty/DaedalicTestAutomationPlugin/Content
  6. Paths=../../../Yakisoba/Plugins/LandscapeRenderV2/Content
  7. Paths=../../../Engine/Plugins/FX/Niagara/Content
  8. Paths=../../../Engine/Plugins/Experimental/PythonScriptPlugin/Content
  9. Paths=../../../Engine/Plugins/FX/CascadeToNiagaraConverter/Content
  10. Paths=../../../Engine/Plugins/FX/NiagaraExtras/Content
  11. Paths=../../../Yakisoba/Plugins/ThirdParty/Prefabricator/Content
  12. Paths=../../../Engine/Plugins/Developer/AnimationSharing/Content
  13. Paths=../../../Yakisoba/Plugins/ThirdParty/MeshTool/Content
  14. Paths=../../../Engine/Plugins/Experimental/GeometryProcessing/Content
  15. Paths=../../../Yakisoba/Plugins/OnlineSubsystemRedpointEOS/Content
  16. Paths=../../../Engine/Plugins/VirtualProduction/Takes/Content
  17. Paths=../../../Engine/Plugins/Experimental/VirtualHeightfieldMesh/Content
  18. Paths=../../../Engine/Plugins/Experimental/ControlRig/Content
  19. Paths=../../../Engine/Plugins/Experimental/FullBodyIK/Content
  20. Paths=../../../Yakisoba/Plugins/ThirdParty/XeSS/Content
  21. Paths=../../../Yakisoba/Plugins/ThirdParty/VertexAnimToolset/Content
  22. Paths=../../../Engine/Plugins/Editor/GeometryMode/Content
  23. Paths=../../../Engine/Plugins/Editor/SpeedTreeImporter/Content
  24. Paths=../../../Engine/Plugins/Enterprise/DatasmithContent/Content
  25. Paths=../../../Engine/Plugins/Experimental/ChaosClothEditor/Content
  26. Paths=../../../Engine/Plugins/Experimental/GeometryCollectionPlugin/Content
  27. Paths=../../../Engine/Plugins/Experimental/ChaosSolverPlugin/Content
  28. Paths=../../../Engine/Plugins/Experimental/ChaosNiagara/Content
  29. Paths=../../../Engine/Plugins/Experimental/MotoSynth/Content
  30. Paths=../../../Engine/Plugins/Runtime/Synthesis/Content
  31. Paths=../../../Engine/Plugins/Runtime/AudioSynesthesia/Content
  32.  
  33. [Audio]
  34. UnfocusedVolumeMultiplier=0.500000
  35.  
  36. ;Engine.ini located C:\Users\%username%\AppData\Local\Yakisoba\Saved\Config\WindowsNoEditor
  37. ; Remember to set file as read only in file properties
  38.  
  39. ;----------------------------------------------------------------
  40. ; Note: I have optimized every setting I could find on this game.
  41. ; ---------------------------------------------------------------
  42. ;       Raytracing on,
  43. ;       TXAA on and optimized
  44. ;       AO options set to GTAO. SSAO and normal AO disabled.
  45. ;       Colour teaked.
  46. ;       Optimized for systems with 16GIG RAM and a 8 GIG Graphics card
  47. ;       DOF, Bloom, image grain, ChromaticAberration Off.
  48. ;       EYEADAPTION / AUTOEXPOSURE settings Optimized.
  49. ;       Texture Groups and streaming options all Optimized.
  50. ;       Audio Optimized.
  51. ;       Internet Optimized.
  52. ;       other optimizations Shadows gras sky lighting foilage etc.
  53. ; ----------------------------------------------------------------
  54.  
  55. [Audio]
  56. UnfocusedVolumeMultiplier=0.500000
  57.  
  58. ; ===============================
  59. ; ✩░▒▓▆▅▃▂▁ COLOUR ▁▂▃▅▆▓▒░✩
  60. ; ===============================
  61. [/Script/Engine.RendererSettings]
  62. r.GBufferFormat=1                         ; Set the G-buffer format to HighPrecisionNormals for better color representation
  63.  
  64. ;perfect             ;Normal                         ;LIGHTER              ;DARK                ;not tested
  65. r.Color.Max=0.85     ; 0.00-1.00, 1.00 = default     ;r.Color.Max=1.05     ;r.Color.Max=0.8
  66. r.Color.Mid=0.51     ; 0.00-1.00, 0.50 = default     ;r.Color.Mid=0.60     ;r.Color.Mid=0.4     ;r.Color.Mid=0.5     r.Color.Mid=0.47
  67. r.Color.Min=0        ; 0.00-1.00, 0.00 = default     ;r.Color.Min=0.01     ;r.Color.Min=0.001   ;r.Color.Max=1.0
  68.  
  69. r.SceneColorFringeQuality=0               ; Quality of the scene color fringe effect . 0=disables chromatic aberration.(0 to 4, higher values provide better quality but may impact performance) Disable scene color fringe for improved color accuracy
  70. r.SceneColorFringe.Max=1.0                ; Maximum scene color fringe amount, Set maximum scene color fringe to 0 for cleaner edges.
  71. r.SceneColorFormat=3                      ; Set the scene color format to RGBA16 for higher color precision. set to 3, reducing memory usage.
  72.  
  73. [/Script/Engine.RendererOverrideSettings]
  74. r.DefaultFeature.ColorGrading=0                 ; Disable color grading for improved performance
  75. r.Color.MaxEditingLUTs=16                       ; Maximum number of color lookup tables (LUTs) used for color correction
  76. r.Color.MidTones.Sharpen=0                      ; Increases sharpness of mid-tone colors DEF 0
  77. r.Color.MidTones.Saturation=1.2                 ; Enhances the saturation of mid-tone colors
  78. r.Color.Contrast=1.1                            ; Increases overall contrast of the scene
  79. r.Color.Grayscale=0                             ; Disables grayscale effect, keeping colors vibrant
  80. r.Color.Max=1.5                                 ; Boosts the maximum intensity of colors
  81. r.Color.MaxHDR=2.0                              ; Boosts the maximum intensity of colors in HDR (high dynamic range) scenes
  82. r.Tonemapper.Method=1                           ; Sets the tonemapping method to improve color reproduction
  83. r.TonemapperGamma=1.9                           ; DEF 0
  84. r.TonemapperFilm=1                              ; 0 = off (game default), 1 = on (engine default?)
  85. r.Tonemapper.EmulateHDR=0                       ; DEF 0
  86. r.Tonemapper.MergeWithUpscale.Mode=0            ; DEF 0
  87. r.Tonemapper.MergeWithUpscale.Threshold=0.49    ; DEF 0.49
  88. r.DefaultFeature.AmbientCubemap=False           ; Disable ambient cubemap for performance
  89.  
  90. [/Script/Engine.Engine]
  91. ; Default color space used for rendering
  92. r.DefaultColorSpace=1               ; 0: sRGB (standard RGB), 1: Linear (linear color space)
  93.  
  94. ; Gamma correction settings
  95. r.GammaCorrection=1                 ; Enables gamma correction for rendering
  96. r.FastToneMapping=1                 ; Enables fast tone mapping for better performance
  97. r.Exposure=1.0                      ; Set the overall exposure for the scene
  98. r.Contrast=1.0                      ; Set the overall contrast for the scene
  99. r.Saturation=1.0                    ; Set the overall saturation for the scene
  100. r.Gamma=1.0                         ; Set the overall gamma for the scene
  101. r.Temperature=6500.0                ; Set the overall temperature for the scene
  102. r.Tint=(1.0, 1.0, 1.0)              ; Set the overall tint for the scene
  103.  
  104. [/Script/Engine.PostProcessSettings]
  105. ; Remove Film grain effect
  106. r.Tonemapper.GrainQuantization=0          ; Controls the grain amount in the tonemapper, disabled for improved performance. ; Controls the graininess of the image. Values: 0 (off) to 1 (max)
  107. r.Tonemapper.Quality=5                    ; Controls the tonemapping quality. Values: 0 Performance (low), 1 (medium), 2 (high) (1 to 5, higher values provide better quality but may impact performance)
  108. r.Tonemapper.Sharpen=0.0                  ; Use with FXAA, TXAA use r.TemporalAASharpen. 0.5 is subtle, 1.5 is good, and 2.0 is sharper (if you use High or Ultra AA)... Typical Ranges: 0.5 - 2.0 (more then 2.0 will start to look pixelated).
  109. #
  110. ; ===================================================
  111. ; ✩░▒▓▆▅▃▂▁ EYEADAPTION / AUTOEXPOSURE ▁▂▃▅▆▓▒░✩
  112. ; ===================================================
  113. [/Script/Engine.RendererSettings]
  114. r.EyeAdaptation.ExponentialTransitionDistance=1  
  115. r.EyeAdaptation.LensAttenuation=0.78              ; Default .65 lower is darker
  116. r.EyeAdaptationQuality=2                          ; 0-3, 0 = off, 2 = default, 1/3 = not implemented
  117.  
  118. r.DefaultFeature.AutoExposure=0                   ; Auto exposure disabled for improved performance.
  119. r.DefaultFeature.AutoExposure.Method=1            ; Auto exposure method set to 0, disabling it for performance.
  120. r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=1
  121.  
  122. [TimeOfDaySystem]
  123. AutoExposure.SpeedUp=10.0
  124. AutoExposure.SpeedDown=6.0
  125.  
  126. VolumetricCloud.Force2LayerMaterial=1
  127. VolumetricCloud.RayMarchedShadows=1
  128. VolumetricCloud.GroundContribution=1
  129.  
  130. [Engine.RendererSettings]
  131. r.DFDistanceScale=10
  132. r.DFFullResolution=1
  133.  
  134. ; =====================================
  135. ; ✩░▒▓▆▅▃▂▁ SSAO SETTINGS ▁▂▃▅▆▓▒░✩
  136. ; =====================================
  137. ;Disables to use  Ground Truth Ambient Occlusion (GTAO) feature
  138. [/Script/Engine.RendererSettings]
  139. r.SSAO.Method=0                       ; Disable SSAO (0)
  140. r.SSAO.Quality=0                      ; Set SSAO quality to low (0)
  141. r.SSAO.SampleSet=0                    ; Use the default sample set for SSAO (0)
  142. r.SSAO.MaxViewDistance=10000.0        ; Limit the maximum distance over which SSAO is applied
  143. r.SSAO.HalfResolution=0               ; Disable half-resolution SSAO
  144. r.SSAO.BlurRadius=0                   ; Disable SSAO blur
  145. r.SSAO.BlurSharpness=0.0              ; Set SSAO blur sharpness to 0 (no blur)
  146. r.SSAO.BlurPasses=1                   ; Use a single pass for SSAO blur
  147. r.SSAO.DepthBias=0.0                  ; Set SSAO depth bias to 0 (no bias)
  148. r.SSAO.DirtyTranslucencySupport=1     ; Enable SSAO for dirty (unshadowed) translucent surfaces
  149. r.SSAO.Downsampling=1                 ; Enable SSAO downsampling for performance (1)
  150. r.SSAO.ScreenSpaceRadius=0.5          ; Set SSAO screen space radius to 0.5 (adjust to your liking)
  151. r.SSAO.MinRadius=0.02                 ; Set SSAO minimum radius (adjust to your liking)
  152. r.SSAO.SampleRadiusScale=0.3          ; Scale the SSAO sample radius (adjust to your liking)
  153. r.SSAO.Intensity=1.0                  ; Set SSAO intensity to 1 (adjust to your liking)
  154. r.SSAO.AutoCompute=0                  ; Disable automatic computation of SSAO (for manual tweaking)
  155.  
  156. [/Script/Engine.RendererOverrideSettings]
  157. r.SSAO.Enable=False                        ; Enable SSAO effect
  158.  
  159. [/Script/Engine.RendererSettings]
  160. r.SSAO.Enable=False                        ; Enable SSAO effect (added for clarity, can be removed if desired)
  161.  
  162. ; ========================================
  163. ; ✩░▒▓▆▅▃▂▁ SHADOWS SETTINGS ▁▂▃▅▆▓▒░✩
  164. ; ========================================
  165. [/Script/Engine.RendererSettings]
  166. r.Shadow.MaxResolution=2048                        ; DEF 2048, 512/1024 for PERFORMANCE , 4096=high                
  167. r.Shadow.MaxCSMResolution=1024                     ; Maximum cascaded shadow map resolution 512 performance
  168. r.Shadow.MaxCascades=1                             ; Maximum number of cascades for directional lights 4 high DEF 3, 1 or 2 for PERFORMANCE
  169. r.Shadow.CSM.MaxCascades=8
  170. r.Shadow.CSM.TransitionScale=1.0                   ; Sets the transition scale for cascaded shadow maps DEF 0.8
  171. r.Shadow.DistanceScale=1.0                         ; Distance scale for shadow rendering DEF 0.85, 7=Very high, also Controls the distance at which grass shadows will begin to fade out from the camera
  172. r.Shadow.RadiusThreshold=0.05                      ; DEF 0.04, Threshold for shadow rendering
  173. r.Shadow.CSM.FadeResolution=32                     ; Fade resolution for cascaded shadow maps
  174. r.Shadow.CSM.SplitPenumbraScale=0.1                ; Scale factor for split penumbra
  175. r.Shadow.CSM.SplitDepthBiasScale=0.01              ; Scale factor for split depth bias
  176. r.Shadow.TexelsPerPixel=2                          ; Number of texels per screen pixel for shadow rendering
  177. r.Shadow.NumDynamicShadowCascades=4                ; Number of dynamic shadow cascades
  178. r.Shadow.CSM.NumCascades=4                         ; Number of cascades for cascaded shadow maps
  179. r.Shadow.CSM.DepthRange=10000                      ; Depth range for cascaded shadow maps
  180. r.Shadow.CSM.CascadeDistributionExponent=3.0       ; Distribution exponent for cascades
  181. r.Shadow.CSM.CascadeTransitionFraction=0.1         ; Transition fraction for cascades
  182. r.Shadow.FadeResolution=128                        ; Fade resolution for shadow rendering
  183. r.Shadow.MaxFadeDistance=10000                     ; Maximum fade distance for shadow rendering
  184. r.Shadow.MinResolution=8                           ; Minimum resolution for shadows
  185. r.Shadow.MinPreShadowResolution=8                  ; Minimum resolution for pre-shadow rendering
  186. r.Shadow.PreShadowResolutionFactor=0.5             ; Sets the pre-shadow resolution factor
  187. r.Shadow.CSM.DepthBias=0                           ; Depth bias for cascaded shadow maps
  188. r.Shadow.RadiusThresholdMultiplier=1.0             ; Radius threshold multiplier for shadow rendering
  189. r.Mobile.EnableStaticAndCSMShadowReceivers=0       ;Static and cascaded shadow receivers disabled for mobile devices, improving performance.
  190. r.Shadow.CachedShadowsCastFromMovablePrimitives=1  ; DEF 1, 0 for PERFORMANCE
  191. r.Shadow.CacheWholeSceneShadows=1                  ; DEF 1
  192. r.Shadow.CacheWPOPrimitives=0                      ; DEF 0
  193. r.Shadow.CSMDepthBias=8                            ; DEF 10
  194. r.Shadow.FilterMethod=0                            ; DEF 0, 1=on. uses Nvidia's PCSS shadow technology, which makes shadows diffuse and get softer the further they are from the source object.
  195. r.Shadow.MaxCSMResolution=2048                     ; DEF 2048, 1024 for PERFORMANCE , 4096=high
  196. r.Shadow.MaxNumPointShadowCacheUpdatesPerFrame=-1  ; DEF -1
  197. r.Shadow.MaxNumSpotShadowCacheUpdatesPerFrame=-1   ; DEF -1
  198. r.Shadow.OcclusionCullCascadedShadowMaps=0         ; DEF 0
  199. r.Shadow.PointLightDepthBias=0.02                  ; DEF 0.02
  200. r.Shadow.PointLightSlopeScaleDepthBias=3           ; DEF 3
  201. r.Shadow.SpotLightTransitionScale=60               ; DEF 60, 7=high faster
  202. r.Shadow.TransitionScale=60                        ; DEF 60, 7=high faster
  203. r.ShadowQuality=3                                  ; DEF 4, 3 for PERFORMANCE
  204. r.Shadow.CSMResolution=256                         ; Controls the resolution of grass shadows
  205. r.Shadow.CSMSplitCount=4                           ; Determines the number of cascades for grass shadow maps
  206.  
  207. [/Script/Engine.RendererSettings]
  208. r.AmbientOcclusion=1    ; Enables screen-space ambient occlusion
  209. r.GTAO=1                ; Enables Ground Truth Ambient Occlusion (GTAO)
  210.  
  211. [/Script/Engine.RendererOverrideSettings]
  212. ; Ambient occlusion settings
  213. r.DefaultFeature.AmbientOcclusion=False     ; Disables default ambient occlusion
  214. r.AmbientOcclusionLevels=0                  ; Sets the number of ambient occlusion levels (0 = off, 1 = low, 2 = high)
  215. r.AmbientOcclusionRadiusScale=0.0           ; Sets the ambient occlusion radius scale
  216. r.AmbientOcclusionStaticFraction=0.0        ; Sets the fraction of static occlusion
  217. r.DepthOfFieldQuality=0                     ; Disables Depth of Field (DOF) for performance, This is also in 3 other sections
  218. r.AmbientOcclusionFadeDistance=10000.0      ; Distance at which ambient occlusion fades out
  219. r.AllowOcclusionQueries=1                   ; Enables occlusion queries for performance improvement
  220.  
  221. [/Script/Engine.RendererSettings]
  222. ; Ground Truth Ambient Occlusion
  223. r.GTAO.Enable=True              ; Enables GTAO for Ground Truth Ambient Occlusion
  224. r.AmbientOcclusion.Method=2     ; Sets the method for ambient occlusion (1 = screen-space, 2 = ray tracing)
  225. r.GTAO.FalloffEnd=300           ; Distance at which the occlusion completes the fall-off
  226. r.GTAO.SpatialFilter=0          ; Enable Spatial Filter for GTAO (0: Off, 1: On)
  227. r.GTAO.NumAngles=2              ; Number of angles chosen per pixel for GTAO (must be between 1 and 16)
  228. r.GTAO.UseNormals=1             ; Whether to use GBuffer Normals or Depth Derived normals for GTAO (0: Off, 1: On)
  229. r.GTAO.ThicknessBlend=0.0       ; A heuristic to bias occlusion for thin or thick objects (0: Off, >0: On, bigger values reduce occlusion)
  230. r.GTAO.Combined=1               ; Enable combining GTAO with other ambient occlusion methods (0: Off, 1: On)
  231. r.GTAO.Downsample=1             ; Perform GTAO at half resolution (0: Off, 1: On)
  232. r.GTAO.FalloffStartRatio=0.0    ; Ratio of the r.GTAO.FalloffEnd value at which it starts to fall off (must be between 0 and 1)
  233. r.GTAO.TemporalFilter=1         ; Enable Temporal Filter for GTAO (0: Off, 1: On)
  234. r.GTAO.Upsample=1               ; Enable Simple or Depth-aware upsample filter for GTAO (0: Simple, 1: DepthAware)
  235. r.GTAO.PauseJitter=0            ; Whether to pause Jitter when Temporal filter is off (0: Off, 1: On)
  236. r.GTAO.FilterWidth=4            ; Size of the noise pattern and filter width (5: 5x5 Pattern, 4: 4x4 Pattern)
  237.  
  238. [/Script/Engine.GTAOSettings]
  239. r.GTAO.Resolution=50                   ; Resolution factor for GTAO (lower values improve performance)
  240. r.GTAO.SampleSet=1                     ; Sample set index for GTAO (1 is the default)
  241. r.GTAO.Bias=0.4                        ; Bias factor for GTAO (higher values increase occlusion)
  242. r.GTAO.Power=1.0                       ; Power factor for GTAO (higher values increase occlusion)
  243. r.GTAO.MaxDistance=1000.0              ; Maximum distance for GTAO (higher values increase occlusion range)
  244. r.GTAO.HorizonAngle=1.5                ; Horizon angle for GTAO (higher values increase occlusion near horizon)
  245. r.GTAO.NumSteps=8                      ; Number of occlusion steps for GTAO (higher values increase quality)
  246. r.GTAO.NumDirections=4                 ; Number of directions for GTAO (higher values increase quality)
  247. r.GTAO.NumCutoutSamples=4              ; Number of cutout samples for GTAO (higher values increase quality)
  248. r.GTAO.NumCutoutSampleIterations=2     ; Number of cutout sample iterations for GTAO (higher values increase quality)
  249. r.GTAO.NumRandomRotations=8            ; Number of random rotations for GTAO (higher values increase quality)
  250.  
  251. ; ==================================
  252. ; ✩░▒▓▆▅▃▂▁ RAYTRACING ▁▂▃▅▆▓▒░✩
  253. ; ==================================
  254. [/Script/Engine.RendererSettings]
  255. r.DefaultFeature.RayTracing=1             ; Enable ray tracing
  256. r.RayTracing=1                           ; Enable global ray tracing
  257.  
  258. ; Performance settings
  259. r.RayTracing.Reflections.MaxRoughness=0.8 ; Maximum roughness for ray-traced reflections (lower value for better performance)
  260. r.RayTracing.Shadows.MaxCSMRadius=0       ; Maximum cascaded shadow map radius for ray-traced shadows (0 for better performance)
  261. r.RayTracing.AmbientOcclusion.MaxFullResolutionSamplesPerPixel=8 ; Maximum number of samples per pixel for ambient occlusion (lower value for better performance)
  262. r.RayTracing.GlobalIllumination.SamplePerPixel=1 ; Number of samples per pixel for ray-traced global illumination (lower value for better performance)
  263. r.RayTracing.TranslucencyLightingVolumeDim=8 ; Resolution of the ray-traced translucency lighting volume (lower value for better performance)
  264. r.RayTracing.SkyLight.MaxSamplesPerPixel=1 ; Number of samples per pixel for ray-traced skylight (lower value for better performance)
  265.  
  266. ; Additional ray tracing settings
  267. r.RayTracing.UseTextureLod=1             ; Use texture LOD for ray tracing (can improve performance in certain scenarios)
  268. r.RayTracing.ForceAllRayTracingEffects=0 ; Force all ray tracing effects to be enabled (0 for better performance, enable specific effects as needed)
  269.  
  270. ; Quality settings
  271. r.RayTracing.Quality=1                   ; Overall ray tracing quality (0 for lower quality, 1 for balanced, 2 for high quality)
  272. r.RayTracing.Reflections.MaxBounces=2    ; Maximum number of bounces for ray-traced reflections (higher value for more accurate reflections, but impacts performance)
  273. r.RayTracing.Shadows.MaxRayDistance=10000 ; Maximum ray distance for ray-traced shadows (higher value for longer shadows, but impacts performance)
  274. r.RayTracing.AmbientOcclusion.MaxRayDistance=1000 ; Maximum ray distance for ambient occlusion (higher value for larger occlusion radius, but impacts performance)
  275.  
  276. ; Memory and cache settings
  277. r.RayTracing.Cache.NumGB=8               ; Amount of GPU memory to allocate for ray tracing (increase if running out of memory)
  278. r.RayTracing.Cache.SampleFactor=2        ; Memory usage factor for ray tracing cache (higher value for more aggressive caching)
  279.  
  280. ; Debugging and profiling
  281. r.RayTracing.Debug.VisualizeMeshBVH=0     ; Visualize mesh bounding volume hierarchy (0 for better performance)
  282. r.RayTracing.Debug.VisualizeMaterialGBuffer=0 ; Visualize material G-buffer for debugging (0 for better performance)
  283.  
  284. ; ===============================================
  285. ; ✩░▒▓▆▅▃▂▁ INTEL Xe SUPER SAMPLING ▁▂▃▅▆▓▒░✩
  286. ; ===============================================
  287. ;r.TemporalAA.Upsampling=1 needed below in AA section
  288. [/Script/Engine.RendererSettings]
  289. r.IntelXeSS.Enabled=1                   ; Enable Intel XeSS
  290. r.IntelXeSS.Quality=2                   ; Set Intel XeSS quality level (0 = Performance, 1 = Balanced, 2 = Quality)
  291. r.IntelXeSS.Sharpening=0.0              ; Set Intel XeSS sharpening strength (0.0 to 1.0)
  292.  
  293. ; Optional Settings
  294. r.IntelXeSS.Denoising=1                 ; Enable Intel XeSS denoising (0 = Off, 1 = On)
  295. r.IntelXeSS.DenoisingStrength=0.75      ; Set Intel XeSS denoising strength (0.0 to 1.0)
  296. r.IntelXeSS.Smoothness=0.5              ; Set Intel XeSS smoothness factor (0.0 to 1.0)
  297.  
  298. ; Advanced Settings
  299. r.IntelXeSS.RayTracingResolution=1.0    ; Set Intel XeSS ray tracing resolution scale (0.1 to 2.0)
  300. r.IntelXeSS.RayTracingUpsample=1        ; Enable Intel XeSS upsampling for ray tracing (0 = Off, 1 = On)
  301.  
  302. ; ====================================
  303. ; ✩░▒▓▆▅▃▂▁ ANTIALIASING ▁▂▃▅▆▓▒░✩
  304. ; ====================================
  305. [/Script/Engine.RendererSettings]
  306. r.PostProcessAAQuality=6                       ; Adjusts the quality of post-process anti-aliasing, including FXAA, 6=Activates TAA on unsuported games, 1 or 2 FXAA, 3 or 4 5 6 TAA 0 OFF, 0 = Low.
  307. r.DefaultFeature.AntiAliasing=4                ; Set the anti-aliasing quality. Values: 0 (off), 1 = MSAA, 2 (FXAA), 4 (TemporalAA), 6 (MSAA), 8 (TAA)
  308. r.TemporalAACurrentFrameWeight=0.1             ; Controls the blend weight of the current frame for TemporalAA (;0.4 gives a lot of clarity but more shimmering; 0.05 would be my lower maximum to reduce flickering in exchange for blur in motion)
  309. r.TemporalAASamples=4                          ; Number of samples per pixel for TemporalAA. Higher values may result in better quality but increased performance cost (4 or 8 gives more shimmering but better AA) =4, DEF 8, 16, 32, 64
  310.  
  311. ; TXAA settings
  312. r.TemporalAA.Upsampling=1                      ; Enable upsampling for better quality. Enable Intel XeSS =1, 0=Disable default Unreal Engine 4 upsamplingEnable Intel XeSS for upsampling 0 disable default Unreal Engine 4 upsampling
  313.  
  314. r.TemporalAA.Upsampling.NumMips=3              ; Number of MIP levels to use for upsampling
  315. r.TemporalAA.Upsampling.MinMipCount=1          ; Minimum MIP level to use for upsampling
  316. r.TemporalAA.Upsampling.MaxFilterWidth=16      ; Maximum filter width for upsampling
  317. r.TemporalAA.Upsampling.Sharpen=0.0            ; Adjust the sharpness of the upsampling filter
  318. r.TemporalAA.Upsampling.ViewDistanceScale=1.0  ; Scale the upsampling effect based on view distance
  319.  
  320. ; Additional settings for fine-tuning TXAA
  321. r.TemporalAA.HistoryConvolution.BoxSigma=0.1    ; Sigma value for the box filter used in the history convolution
  322. r.TemporalAA.HistoryConvolution.Sharpen=0.0     ; Adjust the sharpness of the history convolution filter
  323. r.TemporalAA.HistoryConvolution.FastFilter=0    ; Enable fast filtering for history convolution
  324. r.TemporalAA.Upsampling.DepthJitter=0           ; Amount of depth jittering for upsampling
  325. r.TemporalAA.Upsampling.PatternJitter=0         ; Amount of pattern jittering for upsampling
  326. r.TemporalACCatmullRom=1
  327. r.TemporalAAPauseCorrect=1                      ; DEF 1
  328. r.TemporalAASharpen=0.0                         ;To change the level of sharpening for "r.TemporalAASharpen=", (0.1 , 0.2 , 0.3 , 0.4 = Lower to Higher TAA Sharpening).
  329. r.TemporalAADynamicSharpen=0.0
  330. r.TemporalAAFilterSize=0.1                      ; 0.0 = sharper/aliased, 1.0 = default smooth/blurry
  331. r.TemporalAASharpness=0.0                       ; DEF 1
  332. r.TemporalAACatmullRom=1                        ; DEF 0
  333.  
  334. ; FXAA settings
  335. ; FXAA quality settings
  336. r.TonemapperQuality=0            ; 0 = Low, 1 = High - Adjusts the tonemapper quality used with FXAA
  337.  
  338. ; FXAA performance settings
  339. r.ForcePrecomputedVisibility=0   ; 0 = Disabled, 1 = Enabled - Disables precomputed visibility to improve performance with FXAA
  340. r.AllowLandscapeShadows=0        ; 0 = Disabled, 1 = Enabled - Disables landscape shadows for better FXAA performance
  341. ; r.AllowStaticLighting=1         ; 0 = Disabled, 1 = Enabled - Allows static lighting to improve FXAA performance **this setting is in lighting section.**
  342.  
  343. ; FXAA optimizations
  344. r.AllowHMDWarp=1                 ; 0 = Disabled, 1 = Enabled - Enables distortion for VR rendering
  345. r.OneFrameThreadLag=0            ; 0 = Disabled, 1 = Enabled - Reduces latency by lagging the frame output by one frame
  346.  
  347. r.Upscale.Quality=4              ; 0-5, 3 = default
  348.  
  349. ; ====================================
  350. ; ✩░▒▓▆▅▃▂▁ REFLECTIONS ▁▂▃▅▆▓▒░✩
  351. ; ====================================
  352. [/Script/Engine.RendererOverrideSettings]
  353. r.SSR.Quality=0                                    ; Disables screen space reflections for improved performance.
  354. r.SSR.MaxRoughness=0.2                             ; Adjusts the maximum roughness for screen space reflections.
  355. r.SSR.RayMaxRoughness=0.2                          ; Adjusts the maximum roughness for ray traced reflections.
  356. r.SSR.Quality=0                                    ; Disables screen space reflections for improved performance.
  357. r.SSR.HalfRes=False                                ; Disables half-resolution reflections for improved quality.
  358. r.SSR.Temporal=0                                   ; Temporal screen space reflections (SSR) disabled for improved performance.
  359. r.SSR.Stencil=0                                    ; Stencil for screen space reflections (SSR) disabled for improved performance.
  360. r.SSR.HalfResSceneColor=1                          ; Half-resolution scene color enabled for screen space reflections (SSR), improving performance.
  361.  
  362. [/Script/Engine.RendererSettings]
  363. r.ReflectionEnvironment=1                                ; Enables reflection environment
  364. r.ReflectionCaptureResolution=256                        ; Sets the resolution of reflection captures to 256x256 0r 128 for performance.
  365. r.ReflectionEnvironmentLightmapMixBasedOnRoughness=1     ; Enables roughness-based mix of reflection environment lightmap.
  366. r.ReflectionEnvironmentLightmapMixLargestWeight=1.0      ; Sets the weight for the largest mip of the reflection environment lightmap.
  367. r.ReflectionEnvironmentLightmapMixFinalWeighting=0.5     ; Sets the weighting for the final calculation of the reflection environment lightmap.
  368. r.ReflectionCaptureResolutionSkylight=128                ; Sets the resolution for skylight reflection captures
  369. r.ReflectionEnvironmentResolution=128                    ; Sets the resolution for the reflection environment
  370. r.ForceLQReflections=1                                   ; Low-quality reflections forced for improved performance.
  371. r.ReflectionsQuality=3                                   ; Reflection quality (0 to 4, higher values provide better quality but may impact performance)
  372. r.ReflectionsMaxRoughness=0.8                            ; Maximum roughness value for reflections
  373. r.ReflectionsSamplesPerPixel=4                           ; Number of reflection samples per pixel
  374. r.RefractionQuality=0                                    ; Refraction quality set to 0, disabling it for performance.
  375.  
  376. ; ============================================
  377. ; ✩░▒▓▆▅▃▂▁ CHROMATIC ABERRATION ▁▂▃▅▆▓▒░✩
  378. ; ============================================
  379. [/Script/Engine.RendererOverrideSettings]
  380. ; ChromaticAberration Off
  381. r.ChromaticAberration=False                      ; Disable chromatic aberration for better performance
  382.  
  383. [/Script/Engine.RendererSettings]
  384. r.ChromaticAberration=False                      ; Disable chromatic aberration for better performance
  385.  
  386. ; ====================================
  387. ; ✩░▒▓▆▅▃▂▁ MOTIONBLUR ▁▂▃▅▆▓▒░✩
  388. ; ====================================
  389. [SystemSettings]
  390. ; MotionBlur Off
  391. r.DefaultFeature.MotionBlur=false
  392. r.MotionBlurQuality=0                           ; This setting controls the quality level of motion blur
  393. r.MotionBlur.Scale=2.0                          ; This setting determines the scale or intensity of motion blur
  394. r.FastBlurThreshold=0                           ; This setting controls the threshold for fast blur
  395. r.TranslucencyVolumeBlur=0                      ; This setting controls the volume blur for translucency
  396.  
  397. ; ===========================
  398. ; ✩░▒▓▆▅▃▂▁ DOF ▁▂▃▅▆▓▒░✩
  399. ; ===========================
  400. [/Script/Engine.Engine]
  401. ; DepthOfField Off
  402. r.DefaultFeature.DepthOfField=False
  403. r.DepthofFieldQuality=0                  ; disabling it for performance Sets the quality level for Depth of Field in the post-process settings. Adjust as needed (0-3). Higher values provide better quality at the expense of performance.
  404. r.GaussianDOF=0
  405. r.DepthOfField.FarBlur=0
  406. r.DOF.Kernel.MaxBackgroundRadius=0.0000
  407.  
  408. [/Script/Engine.RendererSettings]
  409. r.DepthOfFieldQuality=0                  ; Disabling it for performance. Sets the quality level for Depth of Field in the post-process settings. Adjust as needed (0-3). Higher values provide better quality at the expense of performance.
  410. r.DepthOfField.MaxBokehSize=64           ; Controls the maximum size of the bokeh. Increase this value for larger, more pronounced bokeh.
  411. r.DepthOfField.MaxNearBlurSize=32        ; Sets the maximum size of the near blur. Increase this value for a stronger near blur effect.
  412. r.DepthOfField.MaxFarBlurSize=256        ; Sets the maximum size of the far blur. Increase this value for a stronger far blur effect.
  413. r.DepthOfField.FarBlurKernelSize=32      ; Controls the kernel size for the far blur. Adjust as needed for a desired level of blurring.
  414. r.DepthOfField.NearBlurKernelSize=16     ; Controls the kernel size for the near blur. Adjust as needed for a desired level of blurring.
  415. r.DepthOfField.DepthBlurRadius=0.5       ; Controls the radius of the depth blur effect. Adjust as needed for a desired level of blurring.
  416. r.DepthOfField.DepthBlurAmount=1.0       ; Controls the overall amount of depth blur effect. Increase this value for a stronger depth blur.
  417. r.DepthOfField.FocalDistanceScale=1.0    ; Adjusts the scale of the focal distance. Increase this value to make the depth of field effect focus on objects closer to the camera.
  418. r.DepthOfFieldFocalRegion=0.3            ; Controls the region around the focal distance that will be in focus. A higher value means a larger region in focus.
  419. r.DepthOfFieldNearTransitionRegion=0.15  ; Controls the transition region between the focused and unfocused areas near the camera.
  420. r.DepthOfFieldFarTransitionRegion=0.15   ; Controls the transition region between the focused and unfocused areas far from the camera.
  421. r.DepthOfFieldQualityThreshold=16        ; Sets the quality threshold for depth of field. Increase this value for a higher threshold, resulting in more objects being considered for depth of field calculations.
  422. r.DepthOfField.MotionBlurAmount=0.5      ; Controls the amount of motion blur applied in the depth of field effect. Increase this value for a stronger motion blur effect.
  423. r.DepthOfField.MaxBokehBlurRadius=64     ; Controls the maximum blur radius for bokeh. Increase this value for a larger, more blurred bokeh effect.
  424. r.DepthOfField.BokehRadiusScale=2.0      ; Scales the radius of the bokeh. Increase this value for a larger bokeh effect.
  425. r.DepthOfField.BokehShape=0.5            ; Sets the shape of the bokeh. Adjust as needed for different bokeh shapes.
  426. r.DepthOfField.FarTransitionOffset=500.0 ; Adjusts the offset for the far transition region. Increase this value to shift the transition region further away from the camera.
  427. r.DepthOfField.NearTransitionOffset=0.0  ; Adjusts the offset for the near transition region. Increase this value to shift the transition region closer to the camera.
  428.  
  429. ; ================================
  430. ; ✩░▒▓▆▅▃▂▁ LIGHTING ▁▂▃▅▆▓▒░✩
  431. ; ================================
  432. [/Script/Engine.RendererSettings]
  433. ; Light functions settings
  434. r.DefaultFeature.LightFunctions=1               ; Enables light functions
  435. r.LightFunctionQuality=1                        ; Sets the light function quality (0 = low, 1 = high)
  436. r.TranslucencyLightingVolumeDim=8               ; Dimensions of the lighting volume for translucent materials set to 8, reducing memory usage. 24=High
  437. r.LightMaxDrawDistanceScale=10                  ; Maximum draw distance of lights. Reduce to 0.5 for 50% for improved performance. Values above 10 do not increase lights any further. Default is 1.
  438. r.AllowStaticLighting=0                         ; Disable static lighting to rely more on dynamic lighting and color accuracy. Disable reduce memory usage
  439. r.LightPropagationVolume=0                      ; Light propagation volume (LPV) disabled for improved performance.
  440.  
  441. ; Light shafts settings (also known as God rays)
  442. r.LightShaftQuality=1                           ; Sets the light shaft quality (0 = low, 1 = high) set to 0, disabling it for performance.
  443.  
  444. ; Particle system settings
  445. r.ParticleLightQuality=1                        ; Sets the particle light quality (0 = low, 1 = high)
  446.  
  447. ; Miscellaneous settings
  448. r.LightCullingQuality=1                         ;Light culling quality set to 1 for improved performance.
  449.  
  450. ; LensFlare
  451. r.LensFlareIntensity=0.3                  ; Set the lens flare intensity for the overall scene
  452. r.LensFlareThreshold=0.8                  ; Set the lens flare threshold for the overall scene
  453. r.LensFlareSize=0.05                      ; Set the lens flare size for the overall scene
  454. r.LensFlareQuality=1                      ;r.LensFlareQuality determines the quality of lens flares in the game.0 disables lens flares, while higher values increase the quality.
  455. r.LensFlareBokehShape=0                   ;r.LensFlareBokehShape determines the shape of the bokeh used in lens flares.0 for circular bokeh, 1 for hexagonal bokeh, and 2 for octagonal bokeh.
  456. r.LensFlareOcclusion=1                    ;r.LensFlareOcclusion determines whether lens flares can be occluded by other objects in the scene. 0 disables occlusion, while 1 enables occlusion.
  457. r.LensFlareOcclusionQueries=1             ;r.LensFlareOcclusionQueries determines the method used for occlusion queries with lens flares.0 for software occlusion queries, 1 for hardware occlusion queries.
  458. r.LensFlareOcclusionMaskDarkening=0.2     ;r.LensFlareOcclusionMaskDarkening determines the amount of darkening applied to occluded lens flares. 0 disables darkening, while higher values increase the effect.
  459. r.LensFlareOcclusionDepthRange=1000       ;r.LensFlareOcclusionDepthRange determines the depth range for occlusion queries with lens flares. =1000 sets the depth range in centimeters.
  460.  
  461. ; ===========================
  462. ; ✩░▒▓▆▅▃▂▁ FOG ▁▂▃▅▆▓▒░✩
  463. ; ===========================
  464. [/Script/Engine.RendererSettings]
  465. ; Fog related settings
  466. r.Fog=1                                                                      ; Enables or disables fog in the scene. Set to 1 to enable fog, or 0 to disable.
  467. r.FogDensity=0.2                                                             ; Sets the overall density of the fog. Higher values result in denser fog, while lower values create thinner fog.
  468. r.FogHeightFalloff=0.2                                                       ; Specifies how quickly the fog density changes with altitude. Higher values result in a steeper falloff, while lower values create a more gradual transition.
  469. r.FogMaxOpacity=1.0                                                          ; Sets the maximum opacity of the fog. The fog will appear fully opaque at this value.
  470. r.FogStartDistance=1000.0                                                    ; Specifies the distance from the camera at which the fog begins. Objects beyond this distance will be affected by the fog.
  471. r.FogEndDistance=5000.0                                                      ; Specifies the distance from the camera at which the fog completely obscures objects. Objects beyond this distance will be completely hidden by the fog.
  472. r.FogColor=0.5, 0.5, 0.5                                                     ; Sets the color of the fog. This value represents RGB values, where 0.0 is black and 1.0 is white. Adjust the values to achieve the desired fog color.
  473. r.FogInscatteringColor=0.5, 0.5, 0.5                                         ; Sets the color of the light that is scattered by the fog. This value represents RGB values, where 0.0 is black and 1.0 is white. Adjust the values to achieve the desired inscattering color.
  474. r.FogInscatteringTexture=Texture2D'EngineResources.WhiteSquareTexture'       ; Specifies a texture that controls the inscattering of light by the fog. You can assign a texture asset here.
  475. r.FogInscatteringTextureTint=1.0, 1.0, 1.0                                   ; Sets the tint color for the fog inscattering texture. This value represents RGB values, where 0.0 is black and 1.0 is white. Adjust the values to achieve the desired tint color.
  476. r.FogStartDistanceForOpaque=1000.0                                           ; Specifies the distance from the camera at which the fog starts to become fully opaque. Objects beyond this distance will be fully obscured by the fog.
  477. r.FogDistanceScale=1.0                                                       ; Adjusts the overall scale of the fog distance. Higher values increase the distance at which fog begins and ends, while lower values decrease it.
  478.  
  479. ; =============================
  480. ; ✩░▒▓▆▅▃▂▁ GRASS ▁▂▃▅▆▓▒░✩
  481. ; =============================
  482. [/Script/Engine.Engine]
  483. ; Grass settings (3 option in shadows section that effect grass)
  484. r.Grass.FadeRange=5000                         ; Controls the distance at which grass will begin to fade out from the camera
  485. r.Grass.MaxDrawDistance=10000                  ; Controls the maximum draw distance for grass
  486. r.Grass.MinScreenSize=0.1                      ; Determines the minimum screen size a grass blade must occupy to be drawn
  487. r.Grass.DensityScale=2                       ; Controls the density of grass blades 2 high, DEF 1, 0.6 for PERFORMANCE
  488. r.Grass.WidthScale=1.0                         ; Controls the thickness of grass blades
  489. r.Grass.EnableShadows=1                        ; Enables or disables grass shadows
  490. r.Shadow.CSMResolution=256                     ; Controls the resolution of grass shadows
  491. r.Shadow.CSMSplitCount=4                       ; Determines the number of cascades for grass shadow maps
  492. r.Grass.UseVertexColor=1                       ; Enables or disables grass vertex coloring
  493. r.Grass.MaxClusterInstances=8                  ; Controls the maximum number of grass blades per cluster
  494. r.Grass.MaxClusterComponents=32                ; Controls the maximum number of grass clusters per componen
  495. r.Landscape.EnableGrassVisibilityCulling=1     ; Enables or disables culling of grass based on landscape visibility
  496. r.Landscape.GrassVisibilitySampleCount=16      ; Controls the number of grass samples used for visibility culling
  497. r.Grass.Collision=1                            ; Enables or disables collision of grass with other objects
  498. r.Grass.MaxCollisionPerBlade=4                 ; Controls the maximum number of collisions per grass blade
  499.  
  500. [/Script/Engine.GameUserSettings]
  501. grass.DisableDynamicShadows=0                  ; DEF 0, 1 for PERFORMANCE
  502. grass.TickInterval=10                          ; DEF 1, 10 for PERFORMANCE
  503. grass.MaxUpdateFrequency=40
  504.  
  505. ; ===============================
  506. ; ✩░▒▓▆▅▃▂▁ FOLIAGE ▁▂▃▅▆▓▒░✩
  507. ; ===============================
  508. [/Script/Engine.Engine]
  509. ; Foliage related settings
  510. r.Foliage.DynamicallyShadowFarLod=1    ; Enable or disable dynamic foliage shadows
  511.  
  512. ; Foliage draw distance settings
  513. foliage.LODDistanceScale=1.4           ; Adjust the maximum distance at which foliage is rendered DEF 1, quality 4
  514. foliage.MinLODDistanceScale=0.1        ; Adjust the distance at which the highest quality foliage is rendered
  515.  
  516. ; Foliage density settings
  517. foliage.DensityScale=1.5               ; Adjust the overall density of the foliage 2 high, DEF 0.8, 0.6 or 0 for PERFORMANCE
  518. foliage.GrassDensityScale=1.0          ; Adjust the density of the grass
  519. foliage.TreeDensityScale=1.0           ; Adjust the density of the trees
  520.  
  521. ; Foliage lighting settings
  522. foliage.EnableStaticLighting=1         ; Enable or disable dynamic lighting for foliage
  523. foliage.EnableGrassLighting=1          ; Enable or disable dynamic lighting for grass
  524.  
  525. ; Foliage shadow settings
  526. foliage.MaxShadowResolution=1024       ; Adjust the resolution of the foliage shadows
  527. foliage.ShadowDistanceScale=1.0        ; Adjust the distance at which foliage shadows are cast
  528.  
  529. ; Foliage collision settings
  530. foliage.DisableCollision=0             ; Enable or disable collision for foliage
  531. foliage.SelfShadowing=1                ; Enable or disable self-shadowing for foliage
  532.  
  533. ; Foliage wind settings
  534. foliage.bAllowWind=1                   ; Enable or disable wind for foliage
  535. foliage.WindStrength=1.0               ; Adjust the strength of the wind affecting foliage
  536. foliage.WindSpeed=1.0                  ; Adjust the speed of the wind affecting foliage
  537.  
  538. [/Script/Foliage.FoliageConfig]
  539. foliage.DitheredLOD=1                  ; DEF 1, quality 5
  540. foliage.MinimumScreenSize=0.009        ; DEF 0.0001
  541. foliage.MinLOD=1                       ; DEF 0, 1 for PERFORMANCE
  542. foliage.MinVertsToSplitNode=8192       ; DEF 8192
  543. foliage.OverestimateLOD=0              ; DEF 0
  544.  
  545. ; =====================================================
  546. ; ✩░▒▓▆▅▃▂▁ SKY SUN CLOUDS BLOOM VINGETTE ▁▂▃▅▆▓▒░✩
  547. ; =====================================================
  548. ; Sky, Sun, and Clouds related settings
  549. [/Script/Engine.RendererSettings]
  550. r.SkyLight=1                        ; Enable or disable dynamic skies
  551. r.Atmosphere=1                      ; Enable or disable atmospheric fog
  552. r.Sun=1.0                           ; Set the intensity of the sun
  553. r.SunColor=(1.0, 1.0, 1.0)          ; Set the color of the sun
  554. r.VolumetricClouds=1                ; Enable or disable volumetric clouds
  555. r.VolumetricCloudDensity=0.5        ; Set the density of volumetric clouds
  556. r.VolumetricCloudHeight=1000.0      ; Set the height of volumetric clouds
  557. r.VolumetricCloudCoverage=0.8       ; Set the coverage of volumetric clouds
  558. r.VolumetricCloudScale=1.0          ; Set the scale of volumetric clouds
  559.  
  560. [/Script/Engine.RendererSettings.RayTracingQualityOverrides]
  561. r.RayTracingClouds=1                ; Enable or disable ray-traced clouds
  562. r.RayTracingCloudQuality=2          ; Set the quality of ray-traced clouds
  563. r.RayTracingCloudResolution=512     ; Set the resolution of ray-traced clouds
  564.  
  565. [/Script/Engine.RendererSettings.CloudShadows]
  566. r.CloudShadows=1                    ; Enable or disable cloud shadows
  567. r.CloudShadowIntensity=0.8          ; Set the intensity of cloud shadows
  568. r.CloudShadowColor=(0.2, 0.2, 0.2)  ; Set the color of cloud shadows
  569.  
  570. [/Script/Engine.RendererSettings.Godrays]
  571. r.Godrays=1                         ; Enable or disable Godrays
  572. r.GodrayIntensity=0.5               ; Set the intensity of Godrays
  573. r.GodrayColor=(1.0, 1.0, 0.8)       ; Set the color of Godrays
  574. r.GodrayDensity=0.3                 ; Set the density of Godrays
  575. r.GodraySize=0.1                    ; Set the size of Godrays
  576. r.GodrayFalloff=0.5                 ; Set the falloff of Godrays
  577.  
  578. [/Script/Engine.RendererSettings.SkyQuality]
  579. r.SkyQuality=2.0                    ; Set the quality of the overall sky
  580.  
  581. [/Script/Engine.RendererSettings.DynamicWeather]
  582. r.DynamicWeather=1                  ; Enable or disable dynamic weather
  583. r.WindSpeed=10.0                    ; Set the wind speed for dynamic weather
  584. r.WindDirection=(0.5, 0.0, 0.5)     ; Set the direction of the wind for dynamic weather
  585. r.CloudCoverage=0.6                 ; Set the overall cloud coverage for dynamic weather
  586. r.CloudDensity=0.4                  ; Set the cloud density for dynamic weather
  587. r.RainIntensity=0.2                 ; Set the rain intensity for dynamic weather
  588. r.SnowIntensity=0.1                 ; Set the snow intensity for dynamic weather
  589. r.FogDensity=0.3                    ; Set the fog density for dynamic weather
  590. r.FogColor=(0.8, 0.8, 0.8)          ; Set the fog color for dynamic weather
  591.  
  592. [/Script/Engine.RendererSettings]
  593. ; Bloom related settings - Bloom Off
  594. r.DefaultFeature.Bloom=False
  595. r.Bloom.Cross=0                     ; DEF 0, 0.7777 for anamorphic
  596. r.Bloom.HalfResolutionFFT=0         ; DEF 0
  597. r.BloomQuality=0                    ; Determines the quality of the bloom effect. Values range from 0 to 4, where 0 is the lowest quality and 4 is the highest.
  598. r.BloomMaxSize=1.0                  ; Controls the maximum size of the bloom effect. Adjust this value to increase or decrease the size of the bloom effect.
  599. r.BloomThreshold=0.25               ; Specifies the luminance threshold above which pixels will bloom. Adjust this value to control the intensity of the bloom effect.
  600.  
  601. r.Bloom1Tint=(R=1.0,G=1.0,B=1.0)    ; Sets the tint color for the first level of bloom. Use RGB values between 0 and 1 to adjust the color.
  602. r.Bloom1Size=1.0                    ; Specifies the size of the first level of bloom. Adjust this value to increase or decrease the size of the first bloom level.
  603. r.Bloom2Tint=(R=1.0,G=1.0,B=1.0)    ; Sets the tint color for the second level of bloom. Use RGB values between 0 and 1 to adjust the color.
  604. r.Bloom2Size=0.5                    ; Specifies the size of the second level of bloom. Adjust this value to increase or decrease the size of the second bloom level.
  605. r.Bloom3Tint=(R=1.0,G=1.0,B=1.0)    ; Sets the tint color for the third level of bloom. Use RGB values between 0 and 1 to adjust the color.
  606. r.Bloom3Size=0.25                   ; Specifies the size of the third level of bloom. Adjust this value to increase or decrease the size of the third bloom level.
  607. r.Bloom4Tint=(R=1.0,G=1.0,B=1.0)    ; Sets the tint color for the fourth level of bloom. Use RGB values between 0 and 1 to adjust the color.
  608. r.Bloom4Size=0.125                  ; Specifies the size of the fourth level of bloom. Adjust this value to increase or decrease the size of the fourth bloom level.
  609. r.Bloom5Tint=(R=1.0,G=1.0,B=1.0)    ; Sets the tint color for the fifth level of bloom. Use RGB values between 0 and 1 to adjust the color.
  610. r.Bloom5Size=0.0625                 ; Specifies the size of the fifth level of bloom. Adjust this value to increase or decrease the size of the fifth bloom level.
  611. r.Bloom6Tint=(R=1.0,G=1.0,B=1.0)    ; Sets the tint color for the sixth level of bloom. Use RGB values between 0 and 1 to adjust the color.
  612. r.Bloom6Size=0.03125                ; Specifies the size of the sixth level of bloom. Adjust this value to increase or decrease the size of the sixth bloom level.
  613. r.BloomIntensity=0.2                ; Set the bloom intensity for the overall scene
  614. r.BloomSize=0.1                     ; Set the bloom size for the overall scene
  615.  
  616. [SystemSettings]
  617. r.VignetteIntensity=0.0             ; Set the vignette intensity for the overall scene
  618. r.VignetteSize=0.9                  ; Set the vignette size for the overall scene
  619.  
  620. [WeatherSettings]
  621. ;r.WeatherType Clear                  ; Set the weather type for the scene
  622. r.CloudType=Cumulus                   ; Set the cloud type for the scene
  623. r.CloudShape=Puffy                    ; Set the cloud shape for the scene
  624. r.CloudWindSpeed=10.0                 ; Set the wind speed for the clouds
  625. r.CloudWindDirection=(0.5, 0.0, 0.5)  ; Set the wind direction for the clouds
  626. r.CloudWindCoverage=0.6               ; Set the cloud coverage for the clouds
  627. r.CloudWindDensity=0.4                ; Set the cloud density for the clouds
  628. r.CloudRainIntensity=0.2              ; Set the rain intensity for the clouds
  629. r.CloudSnowIntensity=0.1              ; Set the snow intensity for the clouds
  630. r.CloudFogDensity=0.3                 ; Set the fog density for the clouds
  631. r.CloudFogColor=(0.8, 0.8, 0.8)       ; Set the fog color for the clouds
  632.  
  633. ; ============================
  634. ; ✩░▒▓▆▅▃▂▁ SSGI ▁▂▃▅▆▓▒░✩
  635. ; ============================
  636. ; Disabled to use  Ground Truth Ambient Occlusion (GTAO) feature
  637. [/Script/Engine.RendererSettings]
  638. r.SSGI.Enable=0                         ; Enable Screen Space Global Illumination (SSGI)
  639. r.SSGI.SampleCount=16                   ; Number of samples for SSGI (increase for higher quality, but higher performance cost)
  640. r.SSGI.Integration.Quality=2            ; SSGI integration quality (0-4, 0 being the lowest quality and 4 being the highest)
  641. r.SSGI.HalfResSceneColor=1              ; Use half-resolution scene color for SSGI (improves performance at the cost of some quality)
  642.  
  643. ; Resolution settings
  644. r.SSGI.HalfResSceneDepth=1              ; Use half-resolution scene depth for SSGI (improves performance at the cost of some quality)
  645. r.SSGI.HalfResSceneDepthTemporalAA=1    ; Use half-resolution scene depth for SSGI temporal anti-aliasing (TAA)
  646.  
  647. ; Performance optimizations
  648. r.SSGI.TemporalAccumulation=1           ; Enable temporal accumulation for SSGI (improves quality at the cost of some performance)
  649. r.SSGI.HistoryConvolutionRadius=2       ; Radius for SSGI history convolution (increase for larger influence, but higher performance cost)
  650. r.SSGI.Integration.MaxScreenRadius=0.05 ; Maximum screen radius for SSGI integration (increase for larger influence, but higher performance cost)
  651. ; r.SSGI.Quality=0                        ; DEF 2, 0 for PERFORMANCE but glitchy, has been replaced with "r.DefaultFeature.AntiAliasingQuality"
  652.  
  653. ; ==============================================
  654. ; ✩░▒▓▆▅▃▂▁ SUBSURFACE POSTPROCESS ▁▂▃▅▆▓▒░✩
  655. ; ==============================================
  656. [/Script/Engine.RendererSettings]
  657. r.SubsurfaceScattering=1                             ;# Enables subsurface scattering
  658. r.SSS.Scale=2.5                                      ;# Scale factor for subsurface scattering
  659. r.SSS.Filter=2                                       ;# Subsurface scattering filter mode
  660. r.SSS.Quality=1                                      ;# Subsurface scattering quality level
  661. r.SSS.SampleSet=2                                    ;# Subsurface scattering sample set
  662. r.SSS.Checkerboard=0                                 ;# Disables subsurface scattering checkerboard pattern
  663. r.SSS.HalfRes=0                                      ;# Disables subsurface scattering half resolution
  664. r.SubsurfaceQuality=1                                ;# Subsurface quality level (possibly deprecated)
  665. r.SSS.Burley.NumSamplesOverride=0                    ;# Overrides the number of samples used in Burley subsurface scattering
  666. r.SSS.Burley.Quality=0                               ;# Quality level for Burley subsurface scattering (N/A)
  667. r.SSS.Burley.BilateralFilterKernelFunctionType=1     ;# Burley subsurface scattering bilateral filter kernel function type                            
  668.  
  669. [/Script/Engine.RendererOverrideSettings]
  670. r.SubsurfaceScattering=0                              ;# Disables overriding subsurface scattering                      
  671.  
  672. ; =========================================
  673. ; ✩░▒▓▆▅▃▂▁ TEXTURE STREAMING ▁▂▃▅▆▓▒░✩
  674. ; =========================================
  675. [/Script/Engine.RendererSettings]
  676. r.TextureStreaming=True
  677. [/Script/Engine.Engine]
  678. bUseBackgroundLevelStreaming=False ;helps ensure that the increased view distance setting persists during gameplay and less streming from disk but higher memory ussage.
  679.  
  680. ;TEXTUREGROUPS
  681. [/Script/Engine.TextureLODSettings]
  682. TEXTUREGROUP_World=(MinLODSize=1,MaxLODSize=2048,LODBias=0,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=TMGS_Sharpen1,NumStreamedMips=0) ; Good settings for world textures
  683. TEXTUREGROUP_WorldNormalMap=(MinLODSize=1,MaxLODSize=2048,LODBias=0,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=TMGS_Unfiltered,NumStreamedMips=0)
  684. TEXTUREGROUP_WorldSpecular=(MinLODSize=1,MaxLODSize=2048,LODBias=0,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=TMGS_Sharpen1,NumStreamedMips=0)
  685.  
  686. TEXTUREGROUP_Character=(MinLODSize=1,MaxLODSize=4096,LODBias=-1,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=TMGS_Sharpen1,NumStreamedMips=0) ; Lower LOD bias for characters
  687. TEXTUREGROUP_CharacterNormalMap=(MinLODSize=1,MaxLODSize=4096,LODBias=0,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=TMGS_Unfiltered,NumStreamedMips=0)
  688. TEXTUREGROUP_CharacterSpecular=(MinLODSize=1,MaxLODSize=2048,LODBias=0,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=TMGS_Sharpen1,NumStreamedMips=0)
  689.  
  690. TEXTUREGROUP_Weapon=(MinLODSize=1,MaxLODSize=2048,LODBias=-1,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=TMGS_Sharpen1,NumStreamedMips=0) ; Lower LOD bias for weapons
  691. TEXTUREGROUP_WeaponNormalMap=(MinLODSize=1,MaxLODSize=2048,LODBias=0,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=TMGS_Unfiltered,NumStreamedMips=0)
  692. TEXTUREGROUP_WeaponSpecular=(MinLODSize=1,MaxLODSize=2048,LODBias=0,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=TMGS_Sharpen1,NumStreamedMips=0)
  693.  
  694. TEXTUREGROUP_Vehicle=(MinLODSize=1,MaxLODSize=2048,LODBias=-1,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=TMGS_Sharpen1,NumStreamedMips=0) ; Lower LOD bias for vehicles
  695. TEXTUREGROUP_VehicleNormalMap=(MinLODSize=1,MaxLODSize=2048,LODBias=0,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=TMGS_Unfiltered,NumStreamedMips=0)
  696. TEXTUREGROUP_VehicleSpecular=(MinLODSize=1,MaxLODSize=2048,LODBias=0,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=TMGS_Sharpen1,NumStreamedMips=0)
  697.  
  698. TEXTUREGROUP_Effects=(MinLODSize=1,MaxLODSize=2048,LODBias=0,MinMagFilter=linear,MipFilter=point,MipGenSettings=TMGS_Unfiltered,NumStreamedMips=0) ; Good settings for effects
  699. TEXTUREGROUP_EffectsNotFiltered=(MinLODSize=1,MaxLODSize=2048,LODBias=0,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=TMGS_Unfiltered,NumStreamedMips=0)
  700.  
  701. TEXTUREGROUP_Skybox=(MinLODSize=1,MaxLODSize=2048,LODBias=-1,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=TMGS_Unfiltered,NumStreamedMips=0) ; Lower LOD bias for skybox
  702. TEXTUREGROUP_UI=(MinLODSize=1,MaxLODSize=2048,LODBias=0,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=TMGS_Unfiltered,NumStreamedMips=0) ; Good settings for UI
  703.  
  704. TEXTUREGROUP_Lightmap=(MinLODSize=1,MaxLODSize=2048,LODBias=-1,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=TMGS_Blur5,NumStreamedMips=0) ; Lower LOD bias for lightmaps
  705. TEXTUREGROUP_Shadowmap=(MinLODSize=1,MaxLODSize=2048,LODBias=-1,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=TMGS_Blur5,NumStreamedMips=0) ; Lower LOD bias for shadowmaps
  706. TEXTUREGROUP_RenderTarget=(MinLODSize=1,MaxLODSize=2048,LODBias=-1,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=TMGS_Unfiltered,NumStreamedMips=0) ; Lower LOD bias for render targets
  707.  
  708. TEXTUREGROUP_MobileFlattened=(MinLODSize=1,MaxLODSize=2048,LODBias=0,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=TMGS_Unfiltered,NumStreamedMips=0)
  709. TEXTUREGROUP_Terrain_Heightmap=(MinLODSize=1,MaxLODSize=2048,LODBias=0,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=TMGS_Unfiltered,NumStreamedMips=0)
  710. TEXTUREGROUP_Terrain_Weightmap=(MinLODSize=1,MaxLODSize=2048,LODBias=0,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=TMGS_Unfiltered,NumStreamedMips=0)
  711.  
  712. TEXTUREGROUP_Bokeh=(MinLODSize=1,MaxLODSize=1,LODBias=0,MinMagFilter=linear,MipFilter=linear)
  713. TEXTUREGROUP_Pixels2D=(MinLODSize=1,MaxLODSize=2048,LODBias=0,MinMagFilter=point,MipFilter=point)
  714. TEXTUREGROUP_IESLightProfile=(MinLODSize=1,MaxLODSize=2048,LODBias=0,MinMagFilter=aniso,MipFilter=point)
  715. TEXTUREGROUP_HDR=(MinLODSize=1,MaxLODSize=2048,LODBias=0,MinMagFilter=aniso,MipFilter=point)
  716.  
  717. MinLODSize=2048 ; Adjusted minimum LOD size
  718. MaxLODSize=8192 ; Adjusted maximum LOD size
  719.  
  720. [/Script/Engine.RendererSettings]
  721. r.Streaming.FullyLoadUsedTextures=0       ; Configured for performance. It allows textures to be loaded partially instead of fully loading them, improving memory usage.
  722. r.Streaming.DropMips=0                    ; Configured for performance. It disables the dropping of mipmaps, ensuring all mip levels are loaded, which can improve image quality.
  723. r.Streaming.HiddenPrimitiveScale=0.5      ; Configured for performance. It scales down the streaming bounds for hidden primitives, reducing the memory usage for streaming.
  724. r.Streaming.HLODStrategy=2                ; Configured for performance. It disables Hierarchical Level of Detail (HLOD) strategy, which can improve performance at the cost of some visual quality. Value of 2 enables aggressive streaming of HLOD meshes.
  725. r.Streaming.MipBias=0                          ; This option allows you to adjust the mip bias for texture streaming. A value of 0 means no bias is applied.
  726. r.Streaming.UseAllMips=0                  ; Configured for performance. 0 = disables the use of all mips, meaning only the highest mip level will be used for rendering, reducing memory usage and potentially improving performance. 1 enables the use of all mips (mipmaps) during texture streaming. Using all mips can improve visual quality.
  727. r.MaxAnisotropy=16                        ; Configured for performance. It sets the maximum anisotropic filtering level to 8, which balances image quality and performance.
  728. r.Streaming.LimitPoolSizeToVRAM=0         ; Configured for performance. It disables the limitation of the streaming pool size based on available VRAM, allowing the pool size to be set manually.
  729. r.Streaming.PoolSize=8000                 ; Configured for performance. It sets the streaming pool size to 8000 MB, which determines the amount of memory reserved for texture streaming.0 = auto
  730. r.Streaming.MaxTempMemoryAllowed=4096     ; Configured for performance. It sets the maximum temporary memory allowed for streaming recomended 16gig RAM/4=4096 MB or 0 MB effectively disabling the use of temporary memory.
  731. r.RenderTargetPoolMin=2048                ; Configured for performance. It sets the minimum size of the render target pool to 2048 MB, which affects the memory allocation for render targets.
  732. r.HZBOcclusion=0                          ; Disables hardware occlusion queries for hidden zone removal
  733. r.AllowOcclusionQueries=1                 ; Enables occlusion queries for performance improvement
  734. r.Shaders.Optimize=1                      ; Enables shader optimization
  735.  
  736. niagara.CreateShadersOnLoad=1
  737. r.CreateShadersOnLoad=1                   ; These settings enable the creation of shaders during the loading process. This can help reduce shader compilation hitching during gameplay. It's generally recommended to keep these settings enabled.
  738.  
  739. D3D12.PSO.DiskCache=1                     ; These settings enable disk caching for DirectX 12 (D3D12) pipeline state objects (PSOs). Disk caching can improve loading times by storing precompiled shader code on the disk.
  740. D3D12.PSO.DriverOptimizedDiskCache=1      ; optimizing the disk cache for the driver in use. It's recommended to keep these settings enabled to benefit from the caching mechanism.
  741.  
  742. [TextureStreaming]
  743. r.Streaming.Boost=1                            ; enables texture streaming boost, which improves the prioritization of streaming textures.
  744. r.Streaming.FullyLoadUsedTextures=0            ; Configured for performance. It allows textures to be loaded partially instead of fully loading them, improving memory usage.
  745. r.Streaming.HLODStrategy=2                     ; Configured for performance. It disables Hierarchical Level of Detail (HLOD) strategy, which can improve performance at the cost of some visual quality. Value of 2 enables aggressive streaming of HLOD meshes.
  746. r.bForceCPUAccessToGPUSkinVerts=True           ; When set to True, it forces CPU access to GPU skin vertices, which can improve performance in some cases.
  747. r.Streaming.FramesForFullUpdate=60             ; This setting specifies the number of frames required for a full update of streaming textures. Higher values can reduce hitching at the expense of increased memory usage.
  748. r.Streaming.DropMips=0                         ; Setting this to 0 disables dropping of mips (mipmaps) during texture streaming. Dropping mips can save memory but may result in lower-quality textures.
  749. r.Streaming.LimitPoolSizeToVRAM=0              ; When set to 0, it disables limiting the texture streaming pool size to available VRAM. If you have sufficient VRAM, you can leave this setting disabled.
  750. r.Streaming.UseAllMips=0                       ; Configured for performance. 0 = disables the use of all mips, meaning only the highest mip level will be used for rendering, reducing memory usage and potentially improving performance. 1 enables the use of all mips (mipmaps) during texture streaming. Using all mips can improve visual quality.
  751. r.Streaming.UseMaterialData=1                  ; When set to 1, it enables the use of material data during texture streaming, which can improve performance and memory usage.
  752. r.Streaming.UseNewMetrics=1                    ; Enabling this option (set to 1) enables the use of new metrics for texture streaming, which can improve streaming performance.
  753. r.Streaming.UsePerTextureBias=1                ; Setting this to 1 enables the use of per-texture bias during texture streaming. It can help control the level of detail for specific textures.
  754. r.Shaders.Optimize=1                           ; Enabling shader optimization (set to 1) improves shader compilation time and performance.
  755. r.Shaders.FastMath=1                           ; Setting this to 1 enables fast math optimizations for shaders, which can improve shader performance.
  756. r.UseShaderCaching=1                           ; When set to 1, shader caching is enabled, which helps reduce shader compilation times during subsequent runs of the game or editor.
  757. r.UseShaderPredraw=1                           ; Enabling shader predraw (set to 1) precompiles shaders at load time, reducing hitching during gameplay.
  758. r.UseAsyncShaderPrecompilation=1               ; This option enables async shader precompilation, which allows shaders to be compiled in the background, reducing load times.
  759. r.TargetPrecompileFrameTime=13                 ; Specifies the target frame time in milliseconds for shader precompilation. Adjust this value based on your hardware and desired performance.
  760. r.PredrawBatchTime=13                          ; Determines the maximum frame time in milliseconds spent on shader predraw batch processing. Adjust this value based on your hardware and desired performance.
  761. r.AccelPredrawBatchTime=0                      ; Accelerated shader predraw batch time. Set to 0 to disable acceleration.
  762. r.AccelTargetPrecompileFrameTime=0             ; Accelerated target frame time for shader precompilation. Set to 0 to disable acceleration.
  763. r.Streaming.DefragDynamicBounds=1              ; Enabling dynamic bounds defragmentation (set to 1) improves streaming performance by rearranging streaming textures in memory.
  764. s.AsyncLoadingThreadEnabled=True               ; Enabling the async loading thread (set to True) allows assets to load asynchronously, improving loading times and overall performance.
  765. r.Streaming.PoolSize=8000                      ; The streaming pool size determines the amount of memory allocated for texture streaming. A value of 0 means it is determined automatically based on available system memory.
  766. r.Streaming.MaxTextureLoadTime=0.1             ; Configured for performance. It sets the maximum texture load time per update to 0.1 milliseconds, controlling the time spent on loading textures.
  767. r.Streaming.MaxTextureRequestTime=0.01         ; Configured for performance. It sets the maximum texture request time per update to 0.01 milliseconds, controlling the time spent on requesting textures.
  768. r.Streaming.NumStreamedMips=1                  ; Configured for performance. It sets the number of streamed mip levels to 1, which reduces memory usage by loading fewer mip levels.
  769. r.Streaming.DistanceScale=0.25                 ; Configured for performance. It scales down the distance at which texture streaming is performed, reducing the memory usage for textures further from the camera.
  770. r.Streaming.MipBias=0                          ; This option allows you to adjust the mip bias for texture streaming. A value of 0 means no bias is applied.
  771. r.Streaming.MinTexturePoolSize=1024            ; Configured for performance. It sets the minimum texture pool size to 1024 MB, controlling the amount of memory reserved for textures.
  772. r.Streaming.TargetTexturePoolSize=2048         ; Configured for performance. It sets the target texture pool size to 2048 MB, determining the desired size of the texture pool.
  773. r.Streaming.MaxTempMemoryAllowed=4096          ; Configured for performance. It sets the maximum temporary memory allowed for streaming recomended 16gig RAM/4=4096 MB or 0 MB effectively disabling the use of temporary memory.
  774. r.Streaming.MaxEffectiveScreenSizeForDBM=0     ; Configured for performance. It sets the maximum effective screen size for dropped mips (player) to 0, effectively disabling the use of dropped mips for the player.
  775. PoolSizeVRAM=8192
  776. PoolSizeRAM=16384                              ; These lines allocate 8GB of VRAM and 16GB of RAM to the texture streaming pool.
  777.  
  778. [PoolSize]
  779. PoolSize=8192                                  ; increases the default pool size for the renderer to 8GB
  780.  
  781. [SystemSettings]
  782. r.LOD.UseObjectScaleOverride=true     ; Configured for performance. It enables the use of object scale override for LOD (Level of Detail), allowing more control over LOD distances.
  783. r.LOD.ObjectScaleOverride=3.0        ; Configured for performance. It sets the object scale override value to 3.0, which affects LOD distances and can improve performance by reducing the level of detail for objects.
  784. r.HLODDistanceFactor=3.0             ; Configured for performance. It sets the HLOD (Hierarchy Level of Detail) distance factor to 3.0, controlling the distance at which HLOD is used, potentially improving performance by reducing the rendering cost of complex objects.
  785.  
  786. [AsyncLoading]
  787. r.Streaming.UseNewMetrics=1   ; Enables new streaming metrics for async loading
  788.  
  789. [TextureStreaming]
  790. r.Streaming.PoolSizeVRAMPercentage=20   ; Sets the percentage of VRAM to be used for texture streaming pool
  791.  
  792. [Engine.Engine]
  793. ;old Unreal 3 settings probably dont work
  794. MinTextureDensity=0.0 ; Adjusted for performance, can be increased if needed
  795. IdealTextureDensity=12.0 ; Adjusted for performance, can be increased if needed
  796. MaxTextureDensity=55.0 ; Adjusted for performance, can be increased if needed
  797.  
  798. MinLightMapDensity=0.0 ; Adjusted for performance, can be increased if needed
  799. IdealLightMapDensity=0.05 ; Adjusted for performance, can be increased if needed
  800. MaxLightMapDensity=0.2 ; Adjusted for performance, can be increased if needed
  801.  
  802. MipFadeInSpeed0=0.0 ; Increased for smoother texture mip transitions DEF 0.3
  803. MipFadeOutSpeed0=0.0 ; Increased for smoother texture mip transitions DEF 0.3
  804. MipFadeInSpeed1=0.0 ; Increased for smoother texture mip transitions DEF 0.3
  805. MipFadeOutSpeed1=0.0 ; Increased for smoother texture mip transitions DEF 0.3
  806.  
  807. ; ===========================================
  808. ; ✩░▒▓▆▅▃▂▁ OTHER OPTIMIZATIONS ▁▂▃▅▆▓▒░✩
  809. ; ===========================================
  810. [SystemSettings]
  811. r.ViewDistanceScale=1.5               ; Adjusts the distance at which objects are rendered
  812. r.ViewDistanceQuality=4               ; Sets the quality level for view distance, 4 epic
  813. r.MaterialQualityLevel=2              ; Controls the quality level for materials
  814. r.FinishCurrentFrame=0                ; Disables waiting for the GPU to finish rendering the current frame
  815. r.CreateShadersOnLoad=1               ; Enables shader compilation on load to reduce stuttering during gameplay
  816. r.Streaming.UseFixedPoolSize=0        ; Disables the use of a fixed pool size for streaming
  817. r.Streaming.PoolSize=8000             ; Sets the streaming pool size (0 means auto) 8000 for a 8GIG VRAM graphics card
  818. r.Streaming.FullyLoadUsedTextures=0   ; 1 = Ensures that used textures are fully loaded into memory, 0 = partially loaded in.
  819. r.Streaming.LimitPoolSizeToVRAM=0     ; Disables limiting the streaming pool size to VRAM
  820. r.Streaming.AmortizeCPUToGPUCopy=1    ; Enables amortization of CPU to GPU texture copies
  821. r.Streaming.MaxTempMemoryAllowed=4096 ; Configured for performance. It sets the maximum temporary memory allowed for streaming recomended 16gig RAM/4=4096 MB or 0 MB effectively disabling the use of temporary memory.
  822. r.MaxAnisotropy=16                    ; Sets the maximum level of anisotropic filtering
  823. r.MipMapLODBias=0.5                   ; Sets the level of detail bias for mipmaps
  824. r.Shaders.Optimize=1                  ; Enables shader optimization
  825. r.Shaders.FastMath=1                  ; Enables fast math optimizations for shaders
  826. r.HZBOcclusion=0                      ; Disables hardware occlusion queries for hidden zone removal
  827. r.RenderTargetPoolMin=1000            ; Sets the minimum number of render targets in the pool
  828. r.D3D11.Depth24Bit=0                  ; Disables 24-bit depth buffer for D3D11
  829. r.SkeletalMeshLODBias=0.0             ; Sets the level of detail bias for skeletal meshes
  830.  
  831. ;AUDIO OPTIMIZATIONS
  832. [Audio]
  833. AudioThread.BatchAsyncBatchSize=9999999     ; Sets the audio thread batch size for async processing
  834. AudioThread.UseBackgroundThreadPool=1       ; Enables the use of a background thread pool for audio
  835. AudioThread.EnableBatchProcessing=1         ; Enables batch processing for audio
  836.  
  837. [GPULightmass]
  838. ; Add any specific GPULightmass settings here if applicable
  839.  
  840. [FXSystem]
  841. FX.AllowAsyncTick=1                      ; Enables async ticking for the FX system
  842. FX.BatchAsync=1                          ; Enables async batch processing for the FX system
  843. FX.BatchAsyncBatchSize=9999999           ; Sets the FX system async batch size
  844. FX.MaxCPUParticlesPerEmitter=50          ; Sets the maximum number of CPU particles per emitter
  845. FX.MaxGPUParticlesSpawnedPerFrame=2048   ; Sets the maximum number of GPU particles spawned per frame
  846.  
  847. [Rendering]
  848. AllowAsyncRenderThreadUpdates=1                         ; Allows async updates of the render thread
  849. AllowAsyncRenderThreadUpdatesDuringGamethreadUpdates=1  ; Allows async updates of the render thread during game thread updates
  850. r.bForceCPUAccessToGPUSkinVerts=1                       ; Forces CPU access to GPU skin vertices
  851. r.SupportDepthOnlyIndexBuffers=1                        ; Supports depth-only index buffers
  852. r.SupportReversedIndexBuffers=1                         ; Supports reversed index buffers
  853. r.DBuffer=0                                             ; Disables DBuffer
  854. r.GPUCrashDebugging=0                                   ; Disables GPU crash debugging
  855. r.CompileShadersForDevelopment=0                        ; Disables shader compilation for development
  856.  
  857. [ConsoleVariables]
  858. AllowAsyncRenderThreadUpdates=1                             ; This setting allows asynchronous updates on the render thread, improving rendering performance.
  859. AllowAsyncRenderThreadUpdatesDuringGamethreadUpdates=1      ; Enabling async render thread updates during game thread updates can help optimize multi-threaded rendering.
  860. AllowAsyncRenderThreadUpdatesEditor=1                       ; Similar to the previous setting, this allows async render thread updates in the editor environment.
  861. s.AsyncLoadingThreadEnabled=True                            ; This option enables the async loading thread, which was mentioned earlier.
  862.  
  863. ;GARBAGE COLLECTION OPTIMIZATIONS
  864. [/Script/Engine.GarbageCollectionSettings]
  865. gc.MaxObjectsNotConsideredByGC=478907    ; Increased the value slightly for better performance
  866. gc.SizeOfPermanentObjectPool=100000000   ; Increased the value for a larger pool size
  867. gc.ActorClusteringEnabled=True           ; Enabled actor clustering for improved garbage collection
  868. gc.BlueprintClusteringEnabled=True       ; Enabled blueprint clustering for improved garbage collection
  869.  
  870. ; LOG WRITE OPTIMIZATIONS
  871. [Core.System]
  872. Suppress=ScriptWarning
  873. Suppress=Error
  874. Suppress=ScriptLog
  875. Suppress=Warning
  876.  
  877. [Core.Log]
  878. ; Disable unnecessary logging categories for improved performance
  879. LogPluginManager=off
  880. LogOnlineIdentity=off
  881. LogOnlineSession=off
  882. LogMemory=off
  883. LogPakFile=off
  884. LogTemp=off
  885. LogLinker=off
  886. LogOnline=off
  887. LogOnlineGame=off
  888. LogAnalytics=off
  889. LogConfig=off
  890. LogInteractiveProcess=off
  891. LogInput=off
  892. LogOnlineEntitlement=off
  893. LogOnlineEvents=off
  894. LogOnlineFriend=off
  895. LogOnlinePresence=off
  896. LogOnlineTitleFile=off
  897. LogOnlineUser=off
  898. Global=off    ; Disable all global logging for improved performance
  899.  
  900. ; NETWORK OPTIMIZATIONS
  901. [Core.System]
  902. ConfiguredInternetSpeed=78643200  ; 75Mbps (75 * 1024 * 1024 / 8 = 78643200) Set the maximum configured internet speed (in bytes per second)
  903. ConfiguredLanSpeed=78643200       ; 75Mbps (75 * 1024 * 1024 / 8 = 78643200) Set the maximum configured LAN speed (in bytes per second)
  904.  
  905. [/script/onlinesubsystemutils.ipnetdriver]
  906. MaxClientRate=78643200          ; 75Mbps (75 * 1024 * 1024 / 8 = 78643200) Set the maximum client rate (in bytes per second)
  907. MaxInternetClientRate=78643200  ; 75Mbps (75 * 1024 * 1024 / 8 = 78643200) Set the maximum internet client rate (in bytes per second)
  908. NetServerMaxTickRate=120        ; Set the maximum tick rate for the server on the internet
  909. LanServerMaxTickRate=120        ; Set the maximum tick rate for the server on LAN
  910. MaxNetTickRate=400              ; Set the maximum net tick rate
  911. InitialConnectTimeout=300.0     ; Set the initial connect timeout (in seconds)
  912. ConnectionTimeout=300.0         ; Set the connection timeout (in seconds)
  913.  
  914. [/script/engine.gamenetworkmanager]
  915. TotalNetBandwidth=78643200      ; 75Mbps (75 * 1024 * 1024 / 8 = 78643200) Set the total net bandwidth (in bytes per second)
  916. MaxDynamicBandwidth=78643200    ; 75Mbps (75 * 1024 * 1024 / 8 = 78643200) Set the maximum dynamic bandwidth (in bytes per second)
  917. MinDynamicBandwidth=78643200    ; 75Mbps (75 * 1024 * 1024 / 8 = 78643200) Set the minimum dynamic bandwidth (in bytes per second)
  918.  
  919. [/script/socketsubsystemepic.epicnetdriver]
  920. MaxClientRate=78643200          ; 75Mbps (75 * 1024 * 1024 / 8 = 78643200) Set the maximum client rate (in bytes per second)
  921. MaxInternetClientRate=78643200  ; 75Mbps (75 * 1024 * 1024 / 8 = 78643200) Set the maximum internet client rate (in bytes per second)
  922.  
  923. [/script/engine.engine]
  924. NetClientTicksPerSecond=120     ; Set the number of client ticks per second
  925.  
  926. ;System tweaks.
  927. [Core.System]
  928. WorkerThreads=8             ; This sets the number of worker threads to match the number of physical cores (8 core 16 thread in my case). By default, Unreal Engine 4 should already utilize hyper-threading.
  929. AsyncIOProcessorCount=8     ; These lines enable asynchronous saving and loading, and the AsyncIOProcessorCount value should match the number of physical cores in your system (8 in MY case).
  930. UseAsyncIO=True
  931.  
  932. [DerivedDataCache]
  933. Size=1024                   ; This sets the disk cache size to 1024MB (1GB).
  934.  
  935.  
  936.  
  937.  
  938.  
  939. ; =====================================
  940. ; ✩░▒▓▆▅▃▂▁ References ▁▂▃▅▆▓▒░✩
  941. ; =====================================
  942. ;Colour and exposure:
  943. ; https://www.youtube.com/watch?v=EvWWMxuUju4
  944.  
  945. ;Sharpening shadows:
  946. ; https://steamcommunity.com/sharedfiles/filedetails/?l=german&id=1581653841
  947. ; https://framedsc.com/GeneralGuides/ue4guide.htm
  948.  
  949. ;Texture streaming:
  950. ; https://questions.satisfactorygame.com/post/60488c32aa0ba107e32507e4
  951.  
  952. ;Subsurface post-process
  953. ; https://docs.unrealengine.com/4.27/en-US/RenderingAndGraphics/Materials/LightingModels/SubSurfaceProfile/
  954.  
  955. ;TXAA settings:
  956. ; https://steamcommunity.com/sharedfiles/filedetails/?id=1515357092
  957. ; https://www.reddit.com/r/FuckTAA/comments/p73j8t/unreal_engine_taa_is_actually_cool/
  958.  
  959. ;Shadows:
  960. ; https://steamcommunity.com/app/1608070/discussions/0/3712685859923396082/?ctp=3
  961. ; https://forums.dovetailgames.com/threads/guide-make-tsw-less-flat-bright-looking-by-adding-ambient-occlusion.46409/
  962. ; https://forums.dovetailgames.com/threads/best-quality-shadows-and-errors-in-default-configuration.50462/
  963.  
  964. ;EyeAdaptation & AutoExposure:
  965. ; https://steamcommunity.com/app/530070/discussions/0/1735462352466997887/?l=italian
  966. ; https://www.reddit.com/r/HarryPotterGame/comments/10zm5lu/dark_scene_brightness_fix_pc/
  967. ; https://www.nexusmods.com/hogwartslegacy/mods/47?tab=posts
  968.  
  969.  
  970.  
  971.  
  972.  
  973. ; SETTINGS TAKEN OUT (glitching issues)
  974. ; -------------------------------------
  975. ; r.TemporalAAUpsampling=1
  976. ; r.TemporalAA.Algorithm=1                    ; 0 = Gen 4, 1 = Gen 5
  977. ; r.ScreenPercentage=75                       ; Render resolution before upsampling
  978. ; r.Jittering=1
  979. ; r.TemporalAA.Algorithm=1                    ; DEF 0, 0 for PERFORMANCE
  980. ; r.TemporalAA.AllowDownsampling=1            ; DEF 1
  981. ; r.TemporalAA.HistoryScreenPercentage=100    ; DEF 100
  982. ; r.TemporalAA.R11G11B10History=0             ; DEF 0
  983. ; r.TemporalAA.Upscaler=1                     ; DEF 1
  984. ; r.TemporalAAUpsampleFiltered=1              ; DEF 1
  985.  
  986. ; r.Shadow.CSMShadowDistanceFadeoutMultiplier=0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement