Advertisement
Sticky2000

Engine.ini

Nov 25th, 2022 (edited)
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
INI file 79.61 KB | Gaming | 0 0
  1. ; File location %LOCALAPPDATA%\TekkenGame\Saved\Config\WindowsNoEditor\Engine.ini
  2. ; write protect the file to read only in file properties
  3. ; [Core.System] is missing just add to existing file
  4.  
  5.  
  6. ;----------------------------------------------------------------
  7. ; Note: I have optimized every setting I could find on this game.
  8. ; ---------------------------------------------------------------
  9. ;       Raytracing on,
  10. ;       TXAA on and optimized
  11. ;       AO options set to GTAO. SSAO and normal AO are disabled.
  12. ;       Colour tweaked.
  13. ;       Optimized for systems with 16GIG RAM and an 8 GIG Graphics card
  14. ;       DOF, Bloom, image grain, ChromaticAberration Off.
  15. ;       EYEADAPTION / AUTOEXPOSURE settings Optimized.
  16. ;       Texture Groups and streaming options are all Optimized.
  17. ;       Audio Optimized.
  18. ;       Internet Optimized.
  19. ;       other optimizations Shadows gras sky lighting foliage etc.
  20. ; ----------------------------------------------------------------
  21.  
  22. [Audio]
  23. UnfocusedVolumeMultiplier=0.500000
  24.  
  25. ; ===============================
  26. ; ✩░▒▓▆▅▃▂▁ COLOUR ▁▂▃▅▆▓▒░✩
  27. ; ===============================
  28. [/Script/Engine.RendererSettings]
  29. r.GBufferFormat=3                         ; Set the G-buffer format to HighPrecisionNormals for better color representation
  30.  
  31. ;perfect                 ;Normal               ;LIGHTER              ;DARK        
  32. r.Color.Max=1.00     ;  1.00 = default     ;r.Color.Max=1.05     ;r.Color.Max=0.8
  33. r.Color.Mid=0.54     ;  0.50 = default     ;r.Color.Mid=0.60     ;r.Color.Mid=0.4    
  34. r.Color.Min=-0.0001     ;  0.00 = default     ;r.Color.Min=0.01     ;r.Color.Min=0.001  
  35.  
  36. r.SceneColorFringeQuality=1               ; 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
  37. r.SceneColorFringe.Max=0.0                ; Maximum scene color fringe amount, Set maximum scene color fringe to 0 for cleaner edges.
  38. r.SceneColorFormat=4                      ; high-precision RGBA color format.
  39.  
  40. [/Script/Engine.RendererOverrideSettings]
  41. r.DefaultFeature.ColorGrading=1                 ; Disable color grading for improved performance
  42. r.ColorGrading.LUTSize=32                       ; Size of the color grading LUT (16, 32, or 64)
  43. r.ColorGrading.Quality=1                        ; Quality of color grading (0=low, 1=high)
  44. r.Color.MaxEditingLUTs=8                        ; Maximum number of color lookup tables (LUTs) used for color correction
  45. r.Color.MidTones.Sharpen=0.5                    ; Increases sharpness of mid-tone colors DEF 0
  46. r.Color.MidTones.Saturation=1.1                 ; Enhances the saturation of mid-tone colors
  47. r.Color.Contrast=1.05                           ; Improve contrast in light and dark areas Increases overall contrast of the scene
  48. r.Color.Grayscale=0                             ; Disables grayscale effect, keeping colors vibrant
  49. r.Color.MaxHDR=2.0                              ; Boosts the maximum intensity of colors in HDR (high dynamic range) scenes
  50. r.Color.Saturation=0.88          ; Slight desaturation for natural colors
  51. r.Tonemapper.Method=1                           ; Sets the tonemapping method to improve color reproduction
  52. r.TonemapperGamma=2.6                           ; Slight gamma boost for better brightness in midtones. 1.0 makes evrything to dark
  53. r.TonemapperFilm=1                              ; 0 = off (game default), 1 = on Enable filmic tonemapping (ACES)
  54. r.TonemapperFilm.Toe=0.75
  55. r.TonemapperFilm.Shoulder=0.26
  56. 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)
  57. r.ToneCurveAmount=0.65                           ; Enable tone curve for natural light transitions
  58. r.Tonemapper.Sharpen=0.2
  59. r.Tonemapper.EmulateHDR=0                       ; DEF 0
  60. r.Tonemapper.MergeWithUpscale.Mode=0            ; DEF 0
  61. r.Tonemapper.MergeWithUpscale.Threshold=0.49    ; DEF 0.49
  62. r.DefaultFeature.AmbientCubemap=False           ; Disable ambient cubemap for performance
  63. r.Tonemapper.GrainQuantization=1                ; Disable grain doubled bellow not sure on wich section it is in.
  64.  
  65. [/Script/Engine.Engine]
  66. ; Default color space used for rendering
  67. r.DefaultColorSpace=1               ; 0: sRGB (standard RGB), 1: Linear (linear color space)
  68.  
  69. ; Gamma correction settings
  70. r.GammaCorrection=1                 ; Enables gamma correction for rendering
  71. r.FastToneMapping=1                 ; Enables fast tone mapping for better performance
  72. r.Exposure=1.0                      ; Set the overall exposure for the scene
  73. r.Contrast=1.0                      ; Set the overall contrast for the scene
  74. r.Saturation=1.05                   ; Set the overall saturation for the scene
  75. r.Gamma=1.02                        ; Set the overall gamma for the scene
  76. r.Temperature=6500.0                ; Set the overall temperature for the scene
  77. r.Tint=(1.0, 1.0, 1.0)              ; Set the overall tint for the scene
  78.  
  79. [/Script/Engine.PostProcessSettings]
  80. ; Remove Film grain effect
  81. 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)
  82. 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).
  83. [SystemSettings]
  84. r.TonemapperExposure=0.72        ; Slightly reduce overall exposure (default is usually 1.0)
  85.  
  86. ; ===================================================
  87. ; ✩░▒▓▆▅▃▂▁ EYEADAPTION / AUTOEXPOSURE ▁▂▃▅▆▓▒░✩
  88. ; ===================================================
  89. [/Script/Engine.RendererSettings]
  90. ; Disable Eye Adaptation or Limit its Effect
  91. r.EyeAdaptation.ExponentialTransitionDistance=0.6                 ; Smooth light adaptation transitions
  92. r.EyeAdaptation.LensAttenuation=0.9                               ; Default .65 lower is darker, Smooth light transitions
  93. r.EyeAdaptationQuality=1                                        ; 0-3, 0 = off, 2 = default, 1/3 = not implemented
  94. r.EyeAdaptation.MinExposure=0.9                                ; Minimum brightness at night (Adjust as needed)
  95. r.EyeAdaptation.MaxExposure=1.15                                ; Maximum brightness during the day (Adjust as needed)
  96. r.EyeAdaptation.Bias=0.12                                       ;Effect: Slight boost in overall brightness without affecting sky exposure. If the foreground still feels too dark
  97. r.EyeAdaptation.EditorOnly=0
  98.  
  99. r.DefaultFeature.AutoExposure=1                                 ; Auto exposure disabled for improved performance. Enable auto-exposure for smooth day/night transitions. 1 is histogram-based, better for natural lighting
  100. r.DefaultFeature.AutoExposure.Method=1                          ; Auto exposure method set to 0, disabling it for performance.
  101. r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=1
  102. r.DefaultFeature.AutoExposure.Bias=0.015                        ; Minor bias adjustment for consistency
  103.  
  104. [TimeOfDaySystem]
  105. ; Day/Night Cycle exposure compensation
  106. TimeOfDay.AutoExposureCompensation.Day=0.0
  107. TimeOfDay.AutoExposureCompensation.Night=-1.0
  108. TimeOfDay.AutoExposureCompensation.Transition=0.5
  109.  
  110. ; Light intensity transitions
  111. TimeOfDay.SunIntensity.Day=10.0
  112. TimeOfDay.SunIntensity.Night=0.0
  113. TimeOfDay.MoonIntensity.Night=0.5
  114.  
  115. ; Sky/Atmosphere settings
  116. TimeOfDay.SkyAtmosphere.Intensity.Day=1.0
  117. TimeOfDay.SkyAtmosphere.Intensity.Night=0.7
  118. TimeOfDaySystem.AutoExposure.ExposureBias=-0.8
  119. TimeOfDaySystem.AutoExposure.MinBrightness=3.6
  120. TimeOfDaySystem.SkyLightPollutionLuminance=0.2
  121. TimeOfDaySystem.BloomIntensity=0.01
  122. TimeOfDaySystem.SunIntensity=60000
  123. TimeOfDaySystem.CloudShadowVolumetricResolutionScale=1
  124. TimeOfDaySystem.Clouds.HighAltitude.CloudDensityMult=0.2
  125. TimeOfDaySystem.VolumetricCloud.LayerHeightScale=2.8
  126. TimeOfDaySystem.VolumetricCloud.LightPollutionMult=0.001
  127. TimeOfDaySystem.VolumetricCloud.SampleCountScaleView=0.8
  128. TimeOfDaySystem.VolumetricCloud.SampleCountScaleShadows=0.9
  129. TimeOfDaySystem.StarIntensity=20
  130. TimeOfDaySystem.MoonIntensity=0.7
  131. TimeofDaySystem.LegacyEmissiveAdjustments.EmissiveMultNonLamp=2000
  132. TimeOfDaySystem.CloudShadowVolumetricStrength=0.5
  133. TimeOfDaySystem.VolumetricCloud.RenderTargetMode=1
  134. TimeOfDaySystem.AutoExposure.SpeedUp=10
  135. TimeOfDaySystem.AutoExposure.SpeedDown=5
  136. TimeOfDaySystem.ColorGrading.ShadowGamma=1.05
  137. TimeOfDaySystem.MinimumCloudSpeed=0.375
  138.  
  139.  
  140.  
  141.  
  142. [SystemSettings]
  143. ; Auto exposure settings
  144. r.AutoExposure.Method=2
  145. r.AutoExposure.MinBrightness=-10
  146. r.AutoExposure.MaxBrightness=20
  147. r.AutoExposure.SpeedUp=3
  148. r.AutoExposure.SpeedDown=1
  149. r.AutoExposure.ExtendDefaultLuminanceRange=0
  150. ;AutoExposure.Bias=0.05       ; Small bias to prevent overly dark nights
  151.  
  152. [Engine.RendererSettings]
  153. r.DFDistanceScale=8
  154. r.DistanceFieldAO=1
  155. r.DFFullResolution=0
  156. r.DFFarTransitionScale=0.1
  157.  
  158. ; =====================================================
  159. ; ✩░▒▓▆▅▃▂▁ SKY SUN CLOUDS BLOOM VINGETTE ▁▂▃▅▆▓▒░✩
  160. ; =====================================================
  161. ; Sky, Sun, and Clouds related settings
  162. [/Script/Engine.RendererSettings]
  163. r.SkyLight=1                        ; Enable or disable dynamic skies
  164. r.SkylightIntensityMultiplier=0.4
  165.  
  166. r.Atmosphere=1                      ; Enable or disable atmospheric fog
  167. r.Sun=0.32                           ; Set the intensity of the sun
  168. r.SunColor=(0.98, 0.82, 0.75)       ; Set the color of the sun
  169. r.VolumetricClouds=1                ; Enable or disable volumetric clouds
  170. r.VolumetricCloudDensity=0.7        ; Set the density of volumetric clouds
  171. r.VolumetricCloudHeight=950.0      ; Set the height of volumetric clouds
  172. r.VolumetricCloudCoverage=0.45       ; Set the coverage of volumetric clouds
  173. r.VolumetricCloudScale=1.0          ; Set the scale of volumetric clouds
  174. VolumetricCloud.Force2LayerMaterial=1
  175. VolumetricCloud.RayMarchedShadows=1
  176. VolumetricCloud.GroundContribution=0.6
  177. r.VolumetricCloud.GroundContribution=0.75
  178. r.SkyQuality=3.5                    ; Set the quality of the overall sky
  179. [SystemSettings]
  180. r.SkyAtmosphereQuality=4        ; Improve sky lighting interactions
  181. [/Script/Engine.RendererSettings.RayTracingQualityOverrides]
  182. r.RayTracingClouds=1                ; Enable or disable ray-traced clouds
  183. r.RayTracingCloudQuality=2          ; Set the quality of ray-traced clouds
  184. r.RayTracingCloudResolution=512     ; Set the resolution of ray-traced clouds
  185.  
  186. [/Script/Engine.RendererSettings.CloudShadows]
  187. r.CloudShadows=1                    ; Enable or disable cloud shadows
  188. r.CloudShadowIntensity=0.8          ; Set the intensity of cloud shadows
  189. r.CloudShadowColor=(0.2, 0.2, 0.2)  ; Set the color of cloud shadows
  190.  
  191. [/Script/Engine.RendererSettings.Godrays]
  192. r.Godrays=1                         ; Enable or disable Godrays
  193. r.GodrayIntensity=0.3               ; Set the intensity of Godrays
  194. r.GodrayColor=(1.0, 1.0, 0.8)       ; Set the color of Godrays
  195. r.GodrayDensity=0.2                 ; Set the density of Godrays
  196. r.GodraySize=0.1                    ; Set the size of Godrays
  197. r.GodrayFalloff=0.5                 ; Set the falloff of Godrays
  198.  
  199. [/Script/Engine.RendererSettings.SkyQuality]
  200. r.SkyQuality=3.0                    ; Set the quality of the overall sky
  201.  
  202. [/Script/Engine.RendererSettings.DynamicWeather]
  203. r.DynamicWeather=1                  ; Enable or disable dynamic weather
  204. r.WindSpeed=5.0                    ; Set the wind speed for dynamic weather
  205. r.WindDirection=(0.5, 0.0, 0.5)     ; Set the direction of the wind for dynamic weather
  206. r.CloudCoverage=0.5                 ; Set the overall cloud coverage for dynamic weather
  207. r.CloudDensity=0.4                  ; Set the cloud density for dynamic weather
  208. r.RainIntensity=0.1                 ; Set the rain intensity for dynamic weather
  209. r.SnowIntensity=0.1                 ; Set the snow intensity for dynamic weather
  210.  
  211.  
  212. [/Script/Engine.RendererSettings]
  213. ; Bloom related settings - Bloom Off
  214. r.DefaultFeature.Bloom=True
  215. r.Bloom.Cross=0                     ; DEF 0, 0.7777 for anamorphic
  216. r.Bloom.HalfResolutionFFT=0         ; DEF 0
  217. r.BloomQuality=3                    ; Determines the quality of the bloom effect. Values range from 0 to 4, where 0 is the lowest quality and 4 is the highest.
  218. 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.
  219. r.BloomIntensity=0.45                ; Lower bloom brightness
  220. r.BloomThreshold=0.45               ; Specifies the luminance threshold above which pixels will bloom. Adjust this value to control the intensity of the bloom effect.
  221.  
  222. 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.
  223. 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.
  224. 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.
  225. 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.
  226. 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.
  227. 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.
  228. 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.
  229. 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.
  230. 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.
  231. 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.
  232. 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.
  233. 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.
  234. r.BloomIntensity=0.3                ; Set the bloom intensity for the overall scene
  235. r.BloomSize=0.1                     ; Set the bloom size for the overall scene
  236.  
  237. [SystemSettings]
  238. r.VignetteIntensity=0.0             ; Set the vignette intensity for the overall scene
  239. r.VignetteSize=0.9                  ; Set the vignette size for the overall scene
  240.  
  241. [WeatherSettings]
  242. ;r.WeatherType Clear                  ; Set the weather type for the scene
  243. r.CloudType=Cumulus                   ; Set the cloud type for the scene
  244. r.CloudShape=Puffy                    ; Set the cloud shape for the scene
  245. r.CloudWindSpeed=10.0                 ; Set the wind speed for the clouds
  246. r.CloudWindDirection=(0.5, 0.0, 0.5)  ; Set the wind direction for the clouds
  247. r.CloudWindCoverage=0.6               ; Set the cloud coverage for the clouds
  248. r.CloudWindDensity=0.4                ; Set the cloud density for the clouds
  249. r.CloudRainIntensity=0.2              ; Set the rain intensity for the clouds
  250. r.CloudSnowIntensity=0.1              ; Set the snow intensity for the clouds
  251. r.CloudFogDensity=0.3                 ; Set the fog density for the clouds
  252. r.CloudFogColor=(0.8, 0.8, 0.8)       ; Set the fog color for the clouds
  253.  
  254. ; ===============================
  255. ; ✩░▒▓▆▅▃▂▁ FOLIAGE ▁▂▃▅▆▓▒░✩
  256. ; ===============================
  257. [/Script/Engine.Engine]
  258. ; Foliage related settings
  259. r.Foliage.DynamicallyShadowFarLod=1    ; Enable or disable dynamic foliage shadows
  260.  
  261. ; Foliage draw distance settings
  262. foliage.LODDistanceScale=8             ; Adjust the maximum distance at which foliage is rendered DEF 1, quality 4
  263. foliage.MinLODDistanceScale=0.1        ; Adjust the distance at which the highest quality foliage is rendered
  264.  
  265. ; Foliage density settings
  266. foliage.DensityScale=1.5               ; Adjust the overall density of the foliage 2 high, DEF 0.8, 0.6 or 0 for PERFORMANCE
  267. foliage.GrassDensityScale=1.0          ; Adjust the density of the grass
  268. grass.CullDistanceScale=3
  269. foliage.TreeDensityScale=1.0           ; Adjust the density of the trees
  270.  
  271. ; Foliage lighting settings
  272. foliage.EnableStaticLighting=1         ; Enable or disable dynamic lighting for foliage
  273. foliage.EnableGrassLighting=1          ; Enable or disable dynamic lighting for grass
  274.  
  275. ; Foliage shadow settings
  276. foliage.MaxShadowResolution=1024       ; Adjust the resolution of the foliage shadows
  277. foliage.ShadowDistanceScale=1.0        ; Adjust the distance at which foliage shadows are cast
  278.  
  279. ; Foliage collision settings
  280. foliage.DisableCollision=0             ; Enable or disable collision for foliage
  281. foliage.SelfShadowing=1                ; Enable or disable self-shadowing for foliage
  282.  
  283. ; Foliage wind settings
  284. foliage.bAllowWind=1                   ; Enable or disable wind for foliage
  285. foliage.WindStrength=1.0               ; Adjust the strength of the wind affecting foliage
  286. foliage.WindSpeed=1.0                  ; Adjust the speed of the wind affecting foliage
  287.  
  288. [/Script/Foliage.FoliageConfig]
  289. foliage.DitheredLOD=6                  ; DEF 1, quality 5
  290. foliage.MinimumScreenSize=0.009        ; DEF 0.0001
  291. foliage.MinLOD=1                       ; DEF 0, 1 for PERFORMANCE
  292. foliage.MinVertsToSplitNode=8192       ; DEF 8192
  293. foliage.OverestimateLOD=0              ; DEF 0
  294.  
  295. ; ===============================
  296. ; ✩░▒▓▆▅▃▂▁ Water ▁▂▃▅▆▓▒░✩
  297. ; ===============================
  298. r.Water.SingleLayer.DepthPrepass=1
  299. r.Water.SingleLayer.LumenReflections=1
  300. r.Water.SingleLayer.Reflection=1
  301. r.Water.SingleLayer.SSR=1
  302. r.Water.SingleLayer.SSRTAA=1
  303. r.Water.SingleLayer=1
  304.  
  305. ; =====================================
  306. ; ✩░▒▓▆▅▃▂▁ SSAO SETTINGS ▁▂▃▅▆▓▒░✩
  307. ; =====================================
  308. ;Disables to use  Ground Truth Ambient Occlusion (GTAO) feature
  309. [/Script/Engine.RendererSettings]
  310. r.SSAO.Method=0                       ; Disable SSAO (0)
  311. r.SSAO.Quality=0                      ; Set SSAO quality to low (0)
  312. r.SSAO.SampleSet=0                    ; Use the default sample set for SSAO (0)
  313. r.SSAO.MaxViewDistance=10000.0        ; Limit the maximum distance over which SSAO is applied
  314. r.SSAO.HalfResolution=0               ; Disable half-resolution SSAO
  315. r.SSAO.BlurRadius=0                   ; Disable SSAO blur
  316. r.SSAO.BlurSharpness=0.0              ; Set SSAO blur sharpness to 0 (no blur)
  317. r.SSAO.BlurPasses=1                   ; Use a single pass for SSAO blur
  318. r.SSAO.DepthBias=0.0                  ; Set SSAO depth bias to 0 (no bias)
  319. r.SSAO.DirtyTranslucencySupport=1     ; Enable SSAO for dirty (unshadowed) translucent surfaces
  320. r.SSAO.Downsampling=1                 ; Enable SSAO downsampling for performance (1)
  321. r.SSAO.ScreenSpaceRadius=0.5          ; Set SSAO screen space radius to 0.5 (adjust to your liking)
  322. r.SSAO.MinRadius=0.02                 ; Set SSAO minimum radius (adjust to your liking)
  323. r.SSAO.SampleRadiusScale=0.3          ; Scale the SSAO sample radius (adjust to your liking)
  324. r.SSAO.Intensity=1.0                  ; Set SSAO intensity to 1 (adjust to your liking)
  325. r.SSAO.AutoCompute=0                  ; Disable automatic computation of SSAO (for manual tweaking)
  326.  
  327. [/Script/Engine.RendererOverrideSettings]
  328. r.SSAO.Enable=False                        ; Enable SSAO effect
  329.  
  330. [/Script/Engine.RendererSettings]
  331. r.SSAO.Enable=False                        ; Enable SSAO effect (added for clarity, can be removed if desired)
  332.  
  333. ; =======================================================
  334. ; ✩░▒▓▆▅▃▂▁ Global Illumination settings. ▁▂▃▅▆▓▒░✩
  335. ; =======================================================
  336. [SystemSettings]
  337. r.DefaultFeature.AmbientOcclusion=True     ; Disables default ambient occlusion
  338. r.Lumen.Reflections=1               ; Enable Lumen reflections for realistic lighting
  339. r.Lumen.Radiosity=1                 ; Enable dynamic GI using Lumen
  340. r.GlobalIlluminationQuality=3       ; Adjust GI quality (1=Low, 2=Medium, 3=High, 4=Epic)
  341. r.GI.SkyLightingQuality=3           ; Enhance sky lighting effects for GI
  342. r.GI.ReflectionOcclusion=1          ; Enable reflection occlusion for better realism
  343. r.GI.EnableSecondBounce=1           ; Enable secondary light bounce for more natural illumination
  344. r.Lumen.GlobalIllumination=1
  345. r.Lumen.DiffuseIndirect.AsyncCompute=1
  346. r.Lumen.HardwareRayTracing.Inline=1
  347. r.Lumen.HardwareRayTracing.LightingMode=3
  348. r.Lumen.HardwareRayTracing=1
  349. r.Lumen.RadianceCache.HardwareRayTracing.Retrace.FarField=1
  350. r.Lumen.RadianceCache.HardwareRayTracing.TemporaryBufferAllocationDownsampleFactor=0
  351. r.Lumen.Reflections.AsyncCompute=1
  352. r.Lumen.Reflections.BilateralFilter.StrongBlurVarianceThreshold=0.9
  353. r.Lumen.Reflections.DownsampleFactor=0
  354. r.Lumen.Reflections.HardwareRayTracing.Retrace.FarField=1
  355. r.Lumen.Reflections.HardwareRayTracing.Retrace.HitLighting=1
  356. r.Lumen.Reflections.MaxRoughnessToTrace=0.4
  357. r.Lumen.Reflections.ScreenSpaceReconstruction=0
  358. r.Lumen.Reflections.ScreenTraces=1
  359. r.Lumen.Reflections.SmoothBias=1
  360. r.Lumen.Reflections.TraceMeshSDFs=1
  361. r.Lumen.ScreenProbeGather.DownsampleFactor=16
  362. r.Lumen.ScreenProbeGather.HardwareRayTracing.Retrace.FarField=1
  363. r.Lumen.ScreenProbeGather.HardwareRayTracing=1
  364. r.Lumen.ScreenProbeGather.TwoSidedFoliageBackfaceDiffuse=1
  365. r.Lumen.ScreenProbeGather.Temporal=1
  366. r.Lumen.SkylightLeaking.Roughness=0.1
  367. r.Lumen.TranslucencyReflections.FrontLayer.Allow=1
  368. r.Lumen.TranslucencyReflections.RadianceCache=0
  369. r.LumenScene.FarField=1
  370. r.LumenScene.FarField.FarFieldDitherScale=100000
  371. r.LumenScene.Lighting.AsyncCompute=1
  372. r.Lumen.TranslucencyReflections.MarkDownsampleFactor=0
  373. r.Lumen.TranslucencyReflections.FrontLayer.RelativeDepthThreshold=1.5
  374.  
  375.  
  376. ; ========================================================================================
  377. ; ✩░▒▓▆▅▃▂▁ Ambient Occlusion and Ground Truth Ambient Occlusion settings. ▁▂▃▅▆▓▒░✩
  378. ; ========================================================================================
  379. [/Script/Engine.RendererSettings]
  380. r.AmbientOcclusion=0                        ; Enables screen-space ambient occlusion
  381. r.AmbientOcclusionLevels=3                  ; Sets the number of ambient occlusion levels (0 = off, 1 = low, 2 = high)
  382. r.AmbientOcclusion.Intensity=1.5            ; Increase AO intensity for better shadow definition
  383. r.AmbientOcclusion.RadiusScale=1.15         ; Widen AO radius for smoother results
  384. r.AmbientOcclusionStaticFraction=0.0        ; Sets the fraction of static occlusion
  385. r.AmbientOcclusion.FadeDistance=9000.0      ; Extend fade-out distance for AO
  386. r.AllowOcclusionQueries=1                   ; Enables occlusion queries for performance improvement
  387. r.AmbientOcclusionRadiusScale=1.0 ; Increase shadow spread radius
  388.  
  389. r.GTAO=1                ; Enables Ground Truth Ambient Occlusion (GTAO)
  390. r.GTAO.Enable=True              ; Enables GTAO for Ground Truth Ambient Occlusion
  391. r.AmbientOcclusion.Method=1     ; Sets the method for ambient occlusion (1 = screen-space, 2 = ray tracing)
  392. r.GTAO.FalloffEnd=200           ; Distance at which the occlusion completes the fall-off
  393. r.GTAO.SpatialFilter=0          ; Enable Spatial Filter for GTAO (0: Off, 1: On)
  394. r.GTAO.NumAngles=2              ; Number of angles chosen per pixel for GTAO (must be between 1 and 16)
  395. r.GTAO.UseNormals=0             ; Whether to use GBuffer Normals or Depth Derived normals for GTAO (0: Off, 1: On)
  396. r.GTAO.ThicknessBlend=0         ; A heuristic to bias occlusion for thin or thick objects (0: Off, >0: On, bigger values reduce occlusion)
  397. r.GTAO.Combined=1               ; Enable combining GTAO with other ambient occlusion methods (0: Off, 1: On)
  398. r.GTAO.Downsample=0             ; Perform GTAO at half resolution (0: Off, 1: On)
  399. r.GTAO.FalloffStartRatio=0      ; Ratio of the r.GTAO.FalloffEnd value at which it starts to fall off (must be between 0 and 1)
  400. r.GTAO.TemporalFilter=1         ; Enable Temporal Filter for GTAO (0: Off, 1: On)
  401. r.GTAO.Upsample=1               ; Enable Simple or Depth-aware upsample filter for GTAO (0: Simple, 1: DepthAware)
  402. r.GTAO.PauseJitter=0            ; Whether to pause Jitter when Temporal filter is off (0: Off, 1: On)
  403. r.GTAO.FilterWidth=4            ; Size of the noise pattern and filter width (5: 5x5 Pattern, 4: 4x4 Pattern)
  404. r.GTAO.Intensity=1.2
  405.  
  406. [/Script/Engine.GTAOSettings]
  407. r.GTAO.Resolution=50                   ; Resolution factor for GTAO (lower values improve performance)
  408. r.GTAO.SampleSet=1                     ; Sample set index for GTAO (1 is the default)
  409. r.GTAO.Bias=0.4                        ; Bias factor for GTAO (higher values increase occlusion)
  410. r.GTAO.Power=1.0                       ; Power factor for GTAO (higher values increase occlusion)
  411. r.GTAO.MaxDistance=1000.0              ; Maximum distance for GTAO (higher values increase occlusion range)
  412. r.GTAO.HorizonAngle=1.5                ; Horizon angle for GTAO (higher values increase occlusion near horizon)
  413. r.GTAO.NumSteps=8                      ; Number of occlusion steps for GTAO (higher values increase quality)
  414. r.GTAO.NumDirections=4                 ; Number of directions for GTAO (higher values increase quality)
  415. r.GTAO.NumCutoutSamples=4              ; Number of cutout samples for GTAO (higher values increase quality)
  416. r.GTAO.NumCutoutSampleIterations=2     ; Number of cutout sample iterations for GTAO (higher values increase quality)
  417. r.GTAO.NumRandomRotations=8            ; Number of random rotations for GTAO (higher values increase quality)
  418.  
  419. ; ========================================
  420. ; ✩░▒▓▆▅▃▂▁ SHADOWS SETTINGS ▁▂▃▅▆▓▒░✩
  421. ; ========================================
  422. [/Script/Engine.RendererSettings]
  423. r.Shadow.MaxResolution=8192                         ; DEF 2048, 512/1024 for PERFORMANCE , 4096=high                
  424. r.Shadow.MinResolution=32                           ; Minimum resolution for shadows
  425. r.Shadow.MaxCSMResolution=3072                     ; Maximum cascaded shadow map resolution 512 performance
  426. r.Shadow.MaxCascades=4                             ; Maximum number of cascades for directional lights 4 high DEF 3, 1 or 2 for PERFORMANCE
  427. r.Shadow.CSM.MaxCascades=4
  428. r.Shadow.CSM.TransitionScale=2.0                   ; Sets the transition scale for cascaded shadow maps DEF 0.8
  429. r.Shadow.DistanceScale=2                         ; 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
  430. r.Shadow.RadiusThreshold=0.005                     ; DEF 0.04, Threshold for shadow rendering
  431. r.Shadow.CSM.FadeResolution=128                     ; Fade resolution for cascaded shadow maps
  432. r.Shadow.CSM.SplitPenumbraScale=0.1                ; Scale factor for split penumbra
  433. r.Shadow.CSM.SplitDepthBiasScale=0.01              ; Scale factor for split depth bias
  434. r.Shadow.TexelsPerPixel=4                          ; Number of texels per screen pixel for shadow rendering
  435. r.Shadow.NumDynamicShadowCascades=4                ; Number of dynamic shadow cascades
  436. r.Shadow.CSM.NumCascades=4                         ; Number of cascades for cascaded shadow maps
  437. r.Shadow.CSM.DepthRange=3000                       ; Depth range for cascaded shadow maps
  438. r.Shadow.CSM.CascadeDistributionExponent=3.0       ; Distribution exponent for cascades
  439. r.Shadow.CSM.CascadeTransitionFraction=0.1         ; Transition fraction for cascades
  440. r.Shadow.FadeResolution=1                          ; Fade resolution for shadow rendering
  441. r.Shadow.MaxFadeDistance=6000                      ; Maximum fade distance for shadow rendering
  442. r.Shadow.MinPreShadowResolution=8                  ; Minimum resolution for pre-shadow rendering
  443. r.Shadow.PreShadowResolutionFactor=0.5             ; Sets the pre-shadow resolution factor
  444. r.Shadow.CSM.DepthBias=0                           ; Depth bias for cascaded shadow maps
  445. r.Shadow.RadiusThresholdMultiplier=1.0             ; Radius threshold multiplier for shadow rendering
  446. r.Mobile.EnableStaticAndCSMShadowReceivers=0       ; Static and cascaded shadow receivers disabled for mobile devices, improving performance.
  447. r.Shadow.CachedShadowsCastFromMovablePrimitives=1  ; DEF 1, 0 for PERFORMANCE
  448. r.Shadow.CacheWholeSceneShadows=1                  ; DEF 1
  449. r.Shadow.CacheWPOPrimitives=0                      ; DEF 0
  450. r.Shadow.CSMDepthBias=8                            ; DEF 10
  451. r.Shadow.FilterMethod=1                            ; 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.
  452. r.Shadow.Virtual.ResolutionLodBiasLocal=1
  453. r.Shadow.MaxCSMResolution=8192                     ; DEF 2048, 1024 for PERFORMANCE , 4096=high
  454. r.Shadow.MaxNumPointShadowCacheUpdatesPerFrame=-1  ; DEF -1
  455. r.Shadow.MaxNumSpotShadowCacheUpdatesPerFrame=-1   ; DEF -1
  456. r.Shadow.OcclusionCullCascadedShadowMaps=0         ; DEF 0
  457. r.Shadow.PointLightDepthBias=0.02                  ; DEF 0.02
  458. r.Shadow.PointLightSlopeScaleDepthBias=3           ; DEF 3
  459. r.Shadow.SpotLightTransitionScale=2048               ; DEF 60-120
  460. r.Shadow.TransitionScale=2                         ; Smooth shadow transition
  461. r.ShadowQuality=5                                  ; DEF 4, 3 for PERFORMANCE
  462. r.Shadow.CSMResolution=256                         ; Controls the resolution of grass shadows
  463. r.Shadow.CSMSplitCount=4                           ; Determines the number of cascades for grass shadow maps
  464. r.Shadow.WholeSceneShadowCacheMb=4096
  465. r.ContactShadows=1
  466. r.Shadow.Virtual.Enable=1
  467. r.Shadow.Virtual.MaxPhysicalPages=8192
  468. r.Shadow.Virtual.SMRT.RayCountScale=1      ; Better ray sampling
  469. r.Shadow.Virtual.SMRT.SamplesPerRay=8      ; More samples to reduce patterns
  470. r.Shadow.Virtual.SMRT.RejectionThreshold=0.01  ; Lower threshold for better quality
  471.  
  472. ; Contact shadows for better detail
  473. r.ContactShadows.Quality=3                 ; Higher quality contact shadows
  474. r.ContactShadows.HairShadows=1            ; Better hair shadow quality
  475.  
  476.  
  477. ; ==================================
  478. ; ✩░▒▓▆▅▃▂▁ RAYTRACING ▁▂▃▅▆▓▒░✩
  479. ; ==================================
  480. [Script/Engine.RendererSettings]
  481. r.DefaultFeature.RayTracing=1             ; Enable ray tracing
  482. r.RayTracing=1                            ; Enable global ray tracing
  483.  
  484. ; Performance settings
  485. r.RayTracing.Reflections.MaxRoughness=1.0 ; Limit reflection roughness
  486. r.RayTracing.Shadows.MaxCSMRadius=0       ; Disable cascaded shadow map radius for ray tracing
  487. r.RayTracing.AmbientOcclusion.MaxFullResolutionSamplesPerPixel=4 ; Lower samples for AO
  488. r.RayTracing.GlobalIllumination.SamplesPerPixel=2 ; Minimum GI samples for balance
  489. r.RayTracing.TranslucencyLightingVolumeDim=4 ; Lower translucency resolution
  490. r.RayTracing.SkyLight.MaxSamplesPerPixel=1 ; Keep skylight samples minimal
  491.  
  492. ; Additional settings
  493. r.RayTracing.UseTextureLod=1             ; Use Texture LOD for better performance
  494. r.RayTracing.ForceAllRayTracingEffects=0 ; Disable forcing all effects
  495.  
  496. ; Quality settings
  497. r.RayTracing.Quality=1                   ; Balanced quality
  498. r.RayTracing.Reflections.MaxBounces=1    ; One reflection bounce
  499. r.RayTracing.Shadows.MaxRayDistance=2000 ; Shorter ray distance for shadows
  500. r.RayTracing.AmbientOcclusion.MaxRayDistance=350 ; Shorter AO ray distance
  501.  
  502. ; Memory and Cache
  503. r.RayTracing.Cache.NumGB=6               ; Limit cache to 6GB
  504. r.RayTracing.Cache.SampleFactor=1        ; Minimal caching for stability
  505.  
  506. ; Debugging
  507. r.RayTracing.Debug.VisualizeMeshBVH=0    ; Disable debug visualization
  508. r.RayTracing.Debug.VisualizeMaterialGBuffer=0 ; Disable debug visualization
  509.  
  510. ; ===============================================
  511. ; ✩░▒▓▆▅▃▂▁ INTEL Xe SUPER SAMPLING ▁▂▃▅▆▓▒░✩
  512. ; ===============================================
  513. ;r.TemporalAA.Upsampling=1 needed below in AA section
  514. [/Script/Engine.RendererSettings]
  515. r.IntelXeSS.Enabled=0              ; Main XeSS toggle
  516. r.IntelXeSS.Enable=0               ; Alternative XeSS toggle
  517. r.XeSS.Enable=0                    ; Another XeSS variant
  518. r.IntelXeSS.TemporalUpscaling=0    ; Disables temporal upscaling for XeSS
  519. r.IntelXeSS.AutoExposure=0         ; Disables XeSS auto exposure
  520. r.IntelXeSS.Quality=0                   ; Set Intel XeSS quality level (0 = Performance, 1 = Balanced, 2 = Quality)
  521. r.IntelXeSS.Sharpening=0.0              ; Set Intel XeSS sharpening strength (0.0 to 1.0)
  522.  
  523. ; Optional Settings
  524. r.IntelXeSS.Denoising=0                 ; Enable Intel XeSS denoising (0 = Off, 1 = On)
  525. r.IntelXeSS.DenoisingStrength=0.75      ; Set Intel XeSS denoising strength (0.0 to 1.0)
  526. r.IntelXeSS.Smoothness=0.5              ; Set Intel XeSS smoothness factor (0.0 to 1.0)
  527.  
  528. ; Advanced Settings
  529. r.IntelXeSS.RayTracingResolution=1.0    ; Set Intel XeSS ray tracing resolution scale (0.1 to 2.0)
  530. r.IntelXeSS.RayTracingUpsample=0        ; Enable Intel XeSS upsampling for ray tracing (0 = Off, 1 = On)
  531.  
  532. ; ====================================
  533. ; ✩░▒▓▆▅▃▂▁ ANTIALIASING ▁▂▃▅▆▓▒░✩
  534. ; ====================================
  535. [/Script/Engine.RendererSettings]
  536. r.PostProcessAAQuality=3                       ; 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.
  537. r.DefaultFeature.AntiAliasing=0                ; Set the anti-aliasing quality. Values: 0 (off), 1 = MSAA, 2 (FXAA), 4 (TemporalAA), 6 (MSAA), 8 (TAA)
  538. 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)
  539. r.TemporalAASamples=2.5                        ; 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
  540.  
  541. ; TXAA settings
  542. r.TemporalAA.Upsampling=4                      ; 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
  543.  
  544. r.TemporalAA.Upsampling.NumMips=3              ; Number of MIP levels to use for upsampling
  545. r.TemporalAA.Upsampling.MinMipCount=1          ; Minimum MIP level to use for upsampling
  546. r.TemporalAA.Upsampling.MaxFilterWidth=16      ; Maximum filter width for upsampling
  547. r.TemporalAA.Upsampling.Sharpen=0.0            ; Adjust the sharpness of the upsampling filter
  548. r.TemporalAA.Upsampling.ViewDistanceScale=1.0  ; Scale the upsampling effect based on view distance
  549.  
  550. ; Additional settings for fine-tuning TXAA
  551. r.TemporalAA.HistoryConvolution.BoxSigma=0.1    ; Sigma value for the box filter used in the history convolution
  552. r.TemporalAA.HistoryConvolution.Sharpen=0.0     ; Adjust the sharpness of the history convolution filter
  553. r.TemporalAA.HistoryConvolution.FastFilter=0    ; Enable fast filtering for history convolution
  554. r.TemporalAA.Upsampling.DepthJitter=0           ; Amount of depth jittering for upsampling
  555. r.TemporalAA.Upsampling.PatternJitter=0         ; Amount of pattern jittering for upsampling
  556. r.TemporalACCatmullRom=1
  557. r.TemporalAAPauseCorrect=1                      ; DEF 1
  558. r.TemporalAASharpen=0.5                         ;To change the level of sharpening for "r.TemporalAASharpen=", (0.1 , 0.2 , 0.3 , 0.4 = Lower to Higher TAA Sharpening).
  559. r.TemporalAADynamicSharpen=0.0
  560. r.TemporalAAFilterSize=0.8                      ; 0.0 = sharper/aliased, 1.0 = default smooth/blurry
  561. r.TemporalAASharpness=0.0                       ; DEF 1
  562. r.TemporalAACatmullRom=1                        ; DEF 0
  563. r.TemporalAA.Algorithm=1
  564.  
  565. ; FXAA settings
  566. ; FXAA quality settings
  567. r.FXAA.Quality=0
  568. r.TonemapperQuality=0            ; 0 = Low, 1 = High - Adjusts the tonemapper quality used with FXAA
  569.  
  570. ; FXAA performance settings
  571. r.ForcePrecomputedVisibility=0   ; 0 = Disabled, 1 = Enabled - Disables precomputed visibility to improve performance with FXAA
  572. r.AllowLandscapeShadows=1        ; 0 = Disabled, 1 = Enabled - Disables landscape shadows for better FXAA performance
  573. r.DistanceFieldShadowing=1
  574. r.AllowStaticLighting=1         ; 0 = Disabled, 1 = Enabled - Allows static lighting to improve FXAA performance **this setting is in lighting section.**
  575.  
  576. ; FXAA optimizations
  577. r.AllowHMDWarp=1                 ; 0 = Disabled, 1 = Enabled - Enables distortion for VR rendering
  578. r.OneFrameThreadLag=0            ; 0 = Disabled, 1 = Enabled - Reduces latency by lagging the frame output by one frame
  579.  
  580. r.Upscale.Quality=4              ; 0-5, 3 = default
  581.  
  582. ; ====================================
  583. ; ✩░▒▓▆▅▃▂▁ REFLECTIONS ▁▂▃▅▆▓▒░✩
  584. ; ====================================
  585. [/Script/Engine.RendererOverrideSettings]
  586. r.SSR.Quality=3                                    ; Disable screen space reflections for improved performance.
  587. r.SSR.MaxRoughness=0.8                             ; Adjusts the maximum roughness for screen space reflections.
  588. r.SSR.RayMaxRoughness=0.2                          ; Adjusts the maximum roughness for ray traced reflections.
  589. r.SSR.Quality=0                                    ; Disables screen space reflections for improved performance.
  590. r.SSR.HalfRes=False                                ; Disables half-resolution reflections for improved quality.
  591. r.SSR.Temporal=1                                   ; Temporal screen space reflections (SSR) disabled for improved performance.
  592. r.SSR.Stencil=0                                    ; Stencil for screen space reflections (SSR) disabled for improved performance.
  593. r.SSR.HalfResSceneColor=1                          ; Half-resolution scene color enabled for screen space reflections (SSR), improving performance.
  594.  
  595. [/Script/Engine.RendererSettings]
  596. r.ReflectionEnvironment=1                                ; Enables reflection environment
  597. r.ReflectionCaptureResolution=2048                       ; Sets the resolution of reflection captures to 256x256 0r 128 for performance.
  598. r.ReflectionEnvironmentLightmapMixBasedOnRoughness=1     ; Enables roughness-based mix of reflection environment lightmap.
  599. r.ReflectionEnvironmentLightmapMixLargestWeight=1.0      ; Sets the weight for the largest mip of the reflection environment lightmap.
  600. r.ReflectionEnvironmentLightmapMixFinalWeighting=0.5     ; Sets the weighting for the final calculation of the reflection environment lightmap.
  601. r.ReflectionCaptureResolutionSkylight=128                ; Sets the resolution for skylight reflection captures
  602. r.ReflectionEnvironmentResolution=128                    ; Sets the resolution for the reflection environment
  603. r.ForceLQReflections=1                                   ; Low-quality reflections forced for improved performance.
  604. r.ReflectionsQuality=3                                   ; Reflection quality (0 to 4, higher values provide better quality but may impact performance)
  605. r.ReflectionsMaxRoughness=0.8                            ; Maximum roughness value for reflections
  606. r.ReflectionsSamplesPerPixel=4                           ; Number of reflection samples per pixel
  607. r.RefractionQuality=0                                    ; Refraction quality set to 0, disabling it for performance.
  608.  
  609. ; ============================================
  610. ; ✩░▒▓▆▅▃▂▁ CHROMATIC ABERRATION ▁▂▃▅▆▓▒░✩
  611. ; ============================================
  612. [/Script/Engine.RendererOverrideSettings]
  613. ; ChromaticAberration Off
  614. r.ChromaticAberration=False                      ; Disable chromatic aberration for better performance
  615.  
  616. [/Script/Engine.RendererSettings]
  617. r.ChromaticAberration=False                      ; Disable chromatic aberration for better performance
  618.  
  619. ; ====================================
  620. ; ✩░▒▓▆▅▃▂▁ MOTIONBLUR ▁▂▃▅▆▓▒░✩
  621. ; ====================================
  622. [SystemSettings]
  623. ; MotionBlur Off
  624. r.DefaultFeature.MotionBlur=false
  625. r.MotionBlurQuality=0                           ; This setting controls the quality level of motion blur
  626. r.MotionBlur.Scale=2.0                          ; This setting determines the scale or intensity of motion blur
  627. r.FastBlurThreshold=0                           ; This setting controls the threshold for fast blur
  628. r.TranslucencyVolumeBlur=0                      ; This setting controls the volume blur for translucency
  629. r.MotionBlur.Amount=0
  630. r.MotionBlurSeparable=0
  631. r.MotionBlur.Max=0
  632.  
  633. ; ===========================
  634. ; ✩░▒▓▆▅▃▂▁ DOF ▁▂▃▅▆▓▒░✩
  635. ; ===========================
  636. [/Script/Engine.Engine]
  637. ; DepthOfField Off
  638. r.DefaultFeature.DepthOfField=False
  639. 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.
  640. r.GaussianDOF=0
  641. r.DepthOfField.FarBlur=0
  642. r.DOF.Kernel.MaxBackgroundRadius=0.0000
  643.  
  644. [/Script/Engine.RendererSettings]
  645. 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.
  646. r.DepthOfField.MaxBokehSize=64           ; Controls the maximum size of the bokeh. Increase this value for larger, more pronounced bokeh.
  647. r.DepthOfField.MaxNearBlurSize=32        ; Sets the maximum size of the near blur. Increase this value for a stronger near blur effect.
  648. r.DepthOfField.MaxFarBlurSize=256        ; Sets the maximum size of the far blur. Increase this value for a stronger far blur effect.
  649. r.DepthOfField.FarBlurKernelSize=32      ; Controls the kernel size for the far blur. Adjust as needed for a desired level of blurring.
  650. r.DepthOfField.NearBlurKernelSize=16     ; Controls the kernel size for the near blur. Adjust as needed for a desired level of blurring.
  651. r.DepthOfField.DepthBlurRadius=0.5       ; Controls the radius of the depth blur effect. Adjust as needed for a desired level of blurring.
  652. r.DepthOfField.DepthBlurAmount=1.0       ; Controls the overall amount of depth blur effect. Increase this value for a stronger depth blur.
  653. 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.
  654. 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.
  655. r.DepthOfFieldNearTransitionRegion=0.15  ; Controls the transition region between the focused and unfocused areas near the camera.
  656. r.DepthOfFieldFarTransitionRegion=0.15   ; Controls the transition region between the focused and unfocused areas far from the camera.
  657. 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.
  658. 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.
  659. r.DepthOfField.MaxBokehBlurRadius=64     ; Controls the maximum blur radius for bokeh. Increase this value for a larger, more blurred bokeh effect.
  660. r.DepthOfField.BokehRadiusScale=2.0      ; Scales the radius of the bokeh. Increase this value for a larger bokeh effect.
  661. r.DepthOfField.BokehShape=0.5            ; Sets the shape of the bokeh. Adjust as needed for different bokeh shapes.
  662. 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.
  663. 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.
  664.  
  665. ; ================================
  666. ; ✩░▒▓▆▅▃▂▁ LIGHTING ▁▂▃▅▆▓▒░✩
  667. ; ================================
  668. [/Script/Engine.RendererSettings]
  669. ; Light functions settings
  670. r.DefaultFeature.LightFunctions=1               ; Enables light functions
  671. r.LightFunctionQuality=1                        ; Sets the light function quality (0 = low, 1 = high)
  672. r.LightShaftDownSampleFactor=4                  ; Helps with light shaft quality
  673. r.Light.UseClusteredDeferredShading=1
  674. r.TranslucencyLightingVolumeDim=8               ; Dimensions of the lighting volume for translucent materials set to 8, reducing memory usage. 24=High
  675. r.LightMaxDrawDistanceScale=10                  ; Maximum draw distance of lights.
  676. r.MinScreenRadiusForLights=0.001
  677. r.AllowStaticLighting=0                         ; Disable static lighting to rely more on dynamic lighting and color accuracy. Disable reduce memory usage
  678. r.LightPropagationVolume=0                      ; Light propagation volume (LPV) disabled for improved performance.
  679.  
  680. ; Light shafts settings (also known as God rays)
  681. r.LightShaftQuality=1                           ; Sets the light shaft quality (0 = low, 1 = high) set to 0, disabling it for performance.
  682.  
  683. ; Particle system settings
  684. r.ParticleLightQuality=1                        ; Sets the particle light quality (0 = low, 1 = high)
  685.  
  686. ; Miscellaneous settings
  687. r.LightCullingQuality=1                         ;Light culling quality set to 1 for improved performance.
  688.  
  689. ; LensFlare
  690. r.LensFlareIntensity=0.3                  ; Set the lens flare intensity for the overall scene
  691. r.LensFlareThreshold=0.8                  ; Set the lens flare threshold for the overall scene
  692. r.LensFlareSize=0.05                      ; Set the lens flare size for the overall scene
  693. r.LensFlareQuality=1                      ;r.LensFlareQuality determines the quality of lens flares in the game.0 disables lens flares, while higher values increase the quality.
  694. 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.
  695. 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.
  696. 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.
  697. 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.
  698. r.LensFlareOcclusionDepthRange=1000       ;r.LensFlareOcclusionDepthRange determines the depth range for occlusion queries with lens flares. =1000 sets the depth range in centimeters.
  699.  
  700. ; ===========================
  701. ; ✩░▒▓▆▅▃▂▁ FOG ▁▂▃▅▆▓▒░✩
  702. ; ===========================
  703. [/Script/Engine.RendererSettings]
  704. ; Fog related settings some in sky weather settings section to.
  705. r.Fog=1                                                                      ; Enables or disables fog in the scene. Set to 1 to enable fog, or 0 to disable.
  706. r.FogDensity=0.013                                                             ; Sets the overall density of the fog. Higher values result in denser fog, while lower values create thinner fog.
  707. 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.
  708. r.FogMaxOpacity=1.0                                                          ; Sets the maximum opacity of the fog. The fog will appear fully opaque at this value.
  709. r.FogStartDistance=400.0                                                    ; Specifies the distance from the camera at which the fog begins. Objects beyond this distance will be affected by the fog.
  710. 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.
  711. r.FogColor=0.7, 0.7, 0.8                                                     ; 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.
  712. 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.
  713. ; r.FogInscatteringTexture=Texture2D'EngineResources.WhiteSquareTexture'       ; Specifies a texture that controls the inscattering of light by the fog. You can assign a texture asset here.
  714. 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.
  715. 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.
  716. 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.
  717. r.VolumetricFog=1                                                            ; Enable volumetric fog for depth
  718.  
  719. ; =============================
  720. ; ✩░▒▓▆▅▃▂▁ GRASS ▁▂▃▅▆▓▒░✩
  721. ; =============================
  722. [/Script/Engine.Engine]
  723. ; Grass settings (3 option in shadows section that effect grass)
  724. r.Grass.FadeRange=5000                         ; Controls the distance at which grass will begin to fade out from the camera
  725. r.Grass.MaxDrawDistance=10000                  ; Controls the maximum draw distance for grass
  726. r.Grass.MinScreenSize=0.1                      ; Determines the minimum screen size a grass blade must occupy to be drawn
  727. r.Grass.DensityScale=2                       ; Controls the density of grass blades 2 high, DEF 1, 0.6 for PERFORMANCE
  728. r.Grass.WidthScale=1.0                         ; Controls the thickness of grass blades
  729. r.Grass.EnableShadows=1                        ; Enables or disables grass shadows
  730. r.Shadow.CSMResolution=256                     ; Controls the resolution of grass shadows
  731. r.Shadow.CSMSplitCount=4                       ; Determines the number of cascades for grass shadow maps
  732. r.Grass.UseVertexColor=1                       ; Enables or disables grass vertex coloring
  733. r.Grass.MaxClusterInstances=8                  ; Controls the maximum number of grass blades per cluster
  734. r.Grass.MaxClusterComponents=32                ; Controls the maximum number of grass clusters per componen
  735. r.Landscape.EnableGrassVisibilityCulling=1     ; Enables or disables culling of grass based on landscape visibility
  736. r.Landscape.GrassVisibilitySampleCount=16      ; Controls the number of grass samples used for visibility culling
  737. r.Grass.Collision=1                            ; Enables or disables collision of grass with other objects
  738. r.Grass.MaxCollisionPerBlade=4                 ; Controls the maximum number of collisions per grass blade
  739.  
  740. [/Script/Engine.GameUserSettings]
  741. grass.DisableDynamicShadows=0                  ; DEF 0, 1 for PERFORMANCE
  742. grass.TickInterval=10                          ; DEF 1, 10 for PERFORMANCE
  743. grass.MaxUpdateFrequency=60
  744.  
  745. ; ============================
  746. ; ✩░▒▓▆▅▃▂▁ SSGI ▁▂▃▅▆▓▒░✩
  747. ; ============================
  748. ; Disabled to use  Ground Truth Ambient Occlusion (GTAO) feature
  749. [/Script/Engine.RendererSettings]
  750. r.SSGI.Enable=0                         ; Enable Screen Space Global Illumination (SSGI)
  751. r.SSGI.SampleCount=16                   ; Number of samples for SSGI (increase for higher quality, but higher performance cost)
  752. r.SSGI.Integration.Quality=2            ; SSGI integration quality (0-4, 0 being the lowest quality and 4 being the highest)
  753. r.SSGI.HalfResSceneColor=1              ; Use half-resolution scene color for SSGI (improves performance at the cost of some quality)
  754.  
  755. ; Resolution settings
  756. r.SSGI.HalfResSceneDepth=1              ; Use half-resolution scene depth for SSGI (improves performance at the cost of some quality)
  757. r.SSGI.HalfResSceneDepthTemporalAA=1    ; Use half-resolution scene depth for SSGI temporal anti-aliasing (TAA)
  758.  
  759. ; Performance optimizations
  760. r.SSGI.TemporalAccumulation=1           ; Enable temporal accumulation for SSGI (improves quality at the cost of some performance)
  761. r.SSGI.HistoryConvolutionRadius=2       ; Radius for SSGI history convolution (increase for larger influence, but higher performance cost)
  762. r.SSGI.Integration.MaxScreenRadius=0.05 ; Maximum screen radius for SSGI integration (increase for larger influence, but higher performance cost)
  763. ; r.SSGI.Quality=0                        ; DEF 2, 0 for PERFORMANCE but glitchy, has been replaced with "r.DefaultFeature.AntiAliasingQuality"
  764.  
  765. ; ==============================================
  766. ; ✩░▒▓▆▅▃▂▁ SUBSURFACE POSTPROCESS ▁▂▃▅▆▓▒░✩
  767. ; ==============================================
  768. [/Script/Engine.RendererSettings]
  769. r.SubsurfaceScattering=1                             ;# Enables subsurface scattering
  770. r.SSS.Scale=2.5                                      ;# Scale factor for subsurface scattering
  771. r.SSS.Filter=2                                       ;# Subsurface scattering filter mode
  772. r.SSS.Quality=0                                      ;# Subsurface scattering quality level
  773. r.SSS.SampleSet=2                                    ;# Subsurface scattering sample set
  774. r.SSS.Checkerboard=0                                 ;# Disables subsurface scattering checkerboard pattern
  775. r.SSS.HalfRes=0                                      ;# Disables subsurface scattering half resolution
  776. r.SubsurfaceQuality=1                                ;# Subsurface quality level (possibly deprecated)
  777. r.SSS.Burley.NumSamplesOverride=0                    ;# Overrides the number of samples used in Burley subsurface scattering
  778. r.SSS.Burley.Quality=0                               ;# Quality level for Burley subsurface scattering (N/A)
  779. r.SSS.Burley.BilateralFilterKernelFunctionType=1     ;# Burley subsurface scattering bilateral filter kernel function type
  780. r.SSS.Burley.EnableProfileIdCache=1                            
  781.  
  782. [/Script/Engine.RendererOverrideSettings]
  783. r.SubsurfaceScattering=0                              ;# Disables overriding subsurface scattering.
  784.  
  785. ; =========================================
  786. ; ✩░▒▓▆▅▃▂▁ TEXTURE STREAMING ▁▂▃▅▆▓▒░✩
  787. ; =========================================
  788. [/Script/Engine.RendererSettings]
  789. r.TextureStreaming=True
  790. [/Script/Engine.Engine]
  791. bUseBackgroundLevelStreaming=False ;helps ensure that the increased view distance setting persists during gameplay and less streming from disk but higher memory ussage.
  792.  
  793. ;TEXTUREGROUPS
  794. [/Script/Engine.TextureLODSettings]
  795. TEXTUREGROUP_World=(MinLODSize=1,MaxLODSize=8192,LODBias=-15,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=LeaveExistingMips=-1)
  796. TEXTUREGROUP_WorldNormalMap=(MinLODSize=1,MaxLODSize=8192,LODBias=-15,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=LeaveExistingMips=-1)
  797. TEXTUREGROUP_WorldSpecular=(MinLODSize=1,MaxLODSize=8192,LODBias=-15,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=TMGS_Sharpen1,NumStreamedMips=-1)
  798. TEXTUREGROUP_Character=(MinLODSize=1,MaxLODSize=4096,LODBias=-15,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=LeaveExistingMips=-1)
  799. TEXTUREGROUP_CharacterNormalMap=(MinLODSize=1,MaxLODSize=4096,LODBias=-15,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=LeaveExistingMips=-1)
  800. TEXTUREGROUP_CharacterSpecular=(MinLODSize=1,MaxLODSize=8192,LODBias=-15,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=TMGS_Sharpen1,NumStreamedMips=-1)
  801. TEXTUREGROUP_Weapon=(MinLODSize=1,MaxLODSize=8192,LODBias=-15,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=LeaveExistingMips=-1)
  802. TEXTUREGROUP_WeaponNormalMap=(MinLODSize=1,MaxLODSize=8192,LODBias=-15,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=LeaveExistingMips=-1)
  803. TEXTUREGROUP_WeaponSpecular=(MinLODSize=1,MaxLODSize=8192,LODBias=-15,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=TMGS_Sharpen1,NumStreamedMips=-1)
  804. TEXTUREGROUP_Vehicle=(MinLODSize=1,MaxLODSize=8192,LODBias=-15,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=LeaveExistingMips=-1)
  805. TEXTUREGROUP_VehicleNormalMap=(MinLODSize=1,MaxLODSize=8192,LODBias=-15,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=LeaveExistingMips=-1)
  806. TEXTUREGROUP_VehicleSpecular=(MinLODSize=1,MaxLODSize=8192,LODBias=-15,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=TMGS_Sharpen1,NumStreamedMips=-1)
  807. TEXTUREGROUP_Cinematic=(MinLODSize=1,MaxLODSize=8192,LODBias=-15,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=LeaveExistingMips=-1)
  808. TEXTUREGROUP_Effects=(MinLODSize=1,MaxLODSize=8192,LODBias=-15,MinMagFilter=linear,MipFilter=point,MipGenSettings=LeaveExistingMips=-1)
  809. TEXTUREGROUP_EffectsNotFiltered=(MinLODSize=1,MaxLODSize=8192,LODBias=-15,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=LeaveExistingMips=-1)
  810. TEXTUREGROUP_Skybox=(MinLODSize=1,MaxLODSize=8192,LODBias=-15,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=LeaveExistingMips=-1)
  811. TEXTUREGROUP_UI=(MinLODSize=1,MaxLODSize=8192,LODBias=-15,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=LeaveExistingMips=-1)
  812. TEXTUREGROUP_Lightmap=(MinLODSize=1,MaxLODSize=8192,LODBias=-15,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=TMGS_Blur5,NumStreamedMips=-1)
  813. TEXTUREGROUP_Shadowmap=(MinLODSize=1,MaxLODSize=8192,LODBias=-15,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=TMGS_Blur5,NumStreamedMips=-1)
  814. TEXTUREGROUP_RenderTarget=(MinLODSize=1,MaxLODSize=8192,LODBias=-15,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=LeaveExistingMips=-1)
  815. TEXTUREGROUP_MobileFlattened=(MinLODSize=1,MaxLODSize=8192,LODBias=-15,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=LeaveExistingMips=-1)
  816. TEXTUREGROUP_Terrain_Heightmap=(MinLODSize=1,MaxLODSize=8192,LODBias=-15,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=LeaveExistingMips=-1)
  817. TEXTUREGROUP_Terrain_Weightmap=(MinLODSize=1,MaxLODSize=8192,LODBias=-15,MinMagFilter=aniso,MipFilter=aniso,MipGenSettings=LeaveExistingMips=-1)
  818. TEXTUREGROUP_Bokeh=(MinLODSize=1,MaxLODSize=1,LODBias=-15,MinMagFilter=linear,MipFilter=linear)
  819. TEXTUREGROUP_Pixels2D=(MinLODSize=1,MaxLODSize=8192,LODBias=-15,MinMagFilter=point,MipFilter=point)
  820. TEXTUREGROUP_IESLightProfile=(MinLODSize=1,MaxLODSize=8192,LODBias=-15,MinMagFilter=aniso,MipFilter=point)
  821. TEXTUREGROUP_HDR=(MinLODSize=1,MaxLODSize=8192,LODBias=-15,MinMagFilter=aniso,MipFilter=point)
  822. MinLODSize=2048
  823. MaxLODSize=8192
  824.  
  825. [/Script/Engine.RendererSettings]
  826. r.Streaming.FullyLoadUsedTextures=1       ; Configured for performance. It allows textures to be loaded partially instead of fully loading them, improving memory usage.
  827. r.Streaming.DropMips=0                    ; Configured for performance. It disables the dropping of mipmaps, ensuring all mip levels are loaded, which can improve image quality.
  828. r.Streaming.HiddenPrimitiveScale=0.5      ; Configured for performance. It scales down the streaming bounds for hidden primitives, reducing the memory usage for streaming.
  829. 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.
  830. r.Streaming.MipBias=-0.5                  ; Configured for performance. can improve performance by reducing the rendering cost of high-resolution textures.
  831. r.Streaming.UseAllMips=1                  ; Configured for performance. It disables the use of all mips, meaning only the highest mip level will be used for rendering, reducing memory usage and potentially improving performance.
  832. r.MaxAnisotropy=16                        ; Configured for performance. It sets the maximum anisotropic filtering level to 8, which balances image quality and performance.
  833. 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.
  834. r.Streaming.PoolSize=10000                ; ~10GB based on 85% of available VRAM (12GB * 0.85 ≈ 10GB).0 = auto
  835. r.Streaming.MaxTempMemoryAllowed=8192     ; 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.
  836. r.RenderTargetPoolMin=400                ; Configured for performance. It sets the minimum size of the render target pool to 2048 MB, which affects the memory allocation for render targets.
  837.  
  838. [TextureStreaming]
  839. 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.
  840. 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.
  841. 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.
  842. 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.
  843. r.Streaming.MipBias=-0.5                       ; Configured for performance. It applies a negative mip bias, biasing towards higher mip levels, which can improve performance by reducing the rendering cost of high-resolution textures.
  844. 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.
  845. 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.
  846. r.Streaming.MaxTempMemoryAllowed=200          ; 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.
  847. 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.
  848.  
  849. [SystemSettings]
  850. 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.
  851. 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.
  852. 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.
  853. r.HLOD.DistanceOverrideScale=8
  854.  
  855. [AsyncLoading]
  856. r.Streaming.UseNewMetrics=1   ; Enables new streaming metrics for async loading
  857.  
  858. [Engine.Engine]
  859. ;old Unreal 3 settings probably dont work
  860. MinTextureDensity=0.0 ; Adjusted for performance, can be increased if needed
  861. IdealTextureDensity=12.0 ; Adjusted for performance, can be increased if needed
  862. MaxTextureDensity=55.0 ; Adjusted for performance, can be increased if needed
  863.  
  864. MinLightMapDensity=0.0 ; Adjusted for performance, can be increased if needed
  865. IdealLightMapDensity=0.05 ; Adjusted for performance, can be increased if needed
  866. MaxLightMapDensity=0.2 ; Adjusted for performance, can be increased if needed
  867.  
  868. MipFadeInSpeed0=0.0 ; Increased for smoother texture mip transitions DEF 0.3
  869. MipFadeOutSpeed0=0.0 ; Increased for smoother texture mip transitions DEF 0.3
  870. MipFadeInSpeed1=0.0 ; Increased for smoother texture mip transitions DEF 0.3
  871. MipFadeOutSpeed1=0.0 ; Increased for smoother texture mip transitions DEF 0.3
  872.  
  873. ; ===========================================
  874. ; ✩░▒▓▆▅▃▂▁ OTHER OPTIMIZATIONS ▁▂▃▅▆▓▒░✩
  875. ; ===========================================
  876. [SystemSettings]
  877. r.LODDistanceScale=1.0                ; Controls overall LOD distances
  878. r.ForceLOD=0                          ; Prevents unwanted LOD changes when stationary
  879. r.MinLODToRender=0                    ; Ensures closest LOD is always used when near
  880. r.ViewDistanceScale=4                 ; Adjusts the distance at which objects are rendered
  881. r.ViewDistanceQuality=4               ; Sets the quality level for view distance, 4 epic
  882. r.MaterialQualityLevel=2              ; Controls the quality level for materials
  883. r.FinishCurrentFrame=0                ; Disables waiting for the GPU to finish rendering the current frame
  884. r.CreateShadersOnLoad=1               ; Enables shader compilation on load to reduce stuttering during gameplay
  885. r.Streaming.UseFixedPoolSize=1        ; Disables the use of a fixed pool size for streaming
  886. r.Streaming.PoolSize=12288            ; Total GPU VRAM in MB * 0.75, (8GB VRAM = 6144, 12GB VRAM = 9216, 16GB VRAM = 12288, 24GB VRAM = 18432)
  887. r.Streaming.FullyLoadUsedTextures=0   ; 1 = Ensures that used textures are fully loaded into memory, 0 = partially loaded in.
  888. r.Streaming.LimitPoolSizeToVRAM=0     ; Disables limiting the streaming pool size to VRAM
  889. r.Streaming.AmortizeCPUToGPUCopy=1    ; Enables amortization of CPU to GPU texture copies
  890. r.Streaming.MaxTempMemoryAllowed=8192 ; 8GB based on 25% of system RAM (32GB * 0.25 = 8GB)
  891. r.MaxAnisotropy=16                    ; Sets the maximum level of anisotropic filtering
  892. r.MipMapLODBias=0.5                   ; Sets the level of detail bias for mipmaps
  893. r.Shaders.Optimize=1                  ; Enables shader optimization
  894. r.Shaders.FastMath=0                  ; Enables fast math optimizations for shaders
  895. r.HZBOcclusion=1                      ; Disable hardware occlusion queries for hidden zone removal
  896. r.RenderTargetPoolMin=1000            ; Sets the minimum number of render targets in the pool
  897. r.D3D11.Depth24Bit=0                  ; Disables 24-bit depth buffer for D3D11
  898. r.SkeletalMeshLODBias=0               ; Controls LOD transitions for skeletal meshes. Negative values can cause "z-fighting" where skeleton meshes clip through their textures. Keep at 0 or positive values to prevent mesh clipping artifacts
  899. r.SkinCache.CompileShaders=1          ; Animation and skeletal mesh quality settings
  900. a.URO.DisableInterpolation=0          ; Animation and skeletal mesh quality settings
  901. r.MSAA.CompositingSampleCount=2
  902. r.ParticleLightQuality=3
  903. r.RefractionQuality=3 (you have r.RefractionQuality=0)
  904. r.ShaderPipelineCache.PreOptimizeEnabled=1
  905. r.ShaderPipelineCache.SaveUserCache=1
  906. r.ShaderPipelineCache.StartupMode=3
  907. r.ShaderPipelineCache.LogPSO=1
  908. r.ShaderPipelineCache.SaveBoundPSOLog=1
  909. r.ShaderPipelineCache.ReportPSO=1
  910. r.ShaderPipelineCache.GameFileMaskEnabled=1
  911. r.ShaderPipelineCache.LazyLoadShadersWhenPSOCacheIsPresent=1
  912. r.ShaderPipelineCache.BatchSize=10
  913. r.Vulkan.PipelineCacheFromShaderPipelineCache=1
  914. r.D3D.ForceDXC=1
  915. r.XGEShaderCompile=1
  916. r.XGEShaderCompile.Mode=1
  917. r.XGEShaderCompile.Xml.BatchGroupSize=256
  918. r.XGEShaderCompile.Xml.BatchSize=16
  919. r.XGEShaderCompile.Xml.JobTimeout=0.500000
  920. r.RHICmdUseParallelAlgorithms=1
  921. r.RHICmdVelocityPassDeferredContexts=1
  922. r.UseAsyncShaderPrecompilation=1
  923. s.AsyncLoadingTimeLimit=2.0
  924. s.LevelStreamingActorsUpdateTimeLimit=1.00
  925. s.UnregisterComponentsTimeLimit=0.00
  926. s.AsyncLoadingUseFullTimeLimit=0
  927. s.ContinuouslyIncrementalGCWhileLevelsPendingPurge=1
  928. s.PriorityAsyncLoadingExtraTime=10.00
  929. s.IoDispatcherCacheSizeMB=2048
  930. s.LevelStreamingComponentsRegistrationGranularity=1
  931. s.LevelStreamingComponentsUnregistrationGranularity=1
  932. s.MaxIncomingRequestsToStall=100
  933. s.MaxReadyRequestsToStallMB=0
  934. s.MinBulkDataSizeForAsyncLoading=1000
  935. ActorSequence.DefaultDisplayRate=120 fps
  936. ActorSequence.DefaultEvaluationType=1
  937. ActorSequence.DefaultTickResolution=120 fps
  938. ControlRigSequence.DefaultDisplayRate=120 fps
  939. ControlRigSequence.DefaultEvaluationType=1
  940. ControlRigSequence.DefaultTickResolution=120 fps
  941. LevelSequence.DefaultDisplayRate=120 fps
  942. LevelSequence.DefaultLockEngineToDisplayRate=1
  943. LevelSequence.DefaultTickResolution=120 fps
  944. MovieScene.LegacyConversionFrameRate=120 fps
  945. r.VolumetricCloud.SkyAO.MaxResolution=256
  946. r.VolumetricFog.LightFunction.Resolution=256
  947. r.ReflectionCapture.EnableLightFunctions=1
  948. r.TSR.History.R11G11B10=1
  949. r.TSR.History.ScreenPercentage=200
  950. r.TSR.History.UpdateQuality=3
  951. r.TSR.ShadingRejection.Flickering=1
  952. r.TSR.ShadingRejection.SpatialFilter=2
  953. r.TSR.RejectionAntiAliasingQuality=2
  954. r.TSR.Resurrection=1
  955. r.TSR.Translucency.EnableResponiveAA=1
  956. r.TSR.TSR1spp=13.3
  957. ai.Human.FlankingAlone=1
  958. ai.SwitchWeaponIfNoAmmo=1
  959. ai.UseBlindActions=1
  960. D3D12.PSOPrecache.KeepLowLevel=1
  961. D3D12.TexturePoolOnlyAccountStreamableTexture=1
  962. D3D12.ZeroBufferSizeInMB=12
  963. mg.CharacterQuality=2
  964. ; Hair specific settings
  965. r.Hair.StrandsLODBias=0        ; Prevents aggressive LOD changes for hair strands
  966. r.Hair.StrandsTextures=1       ; Forces high quality hair textures
  967. r.Hair.BindingOffset=0         ; Reduces hair LOD transitions
  968. mg.HairQuality=2              ; Forces highest quality hair rendering
  969. r.Hair.Strands.Shadow=1       ; Enables high quality hair shadows
  970. r.Hair.Strands.ShadowQuality=1  ; Higher quality shadows for hair
  971. r.Hair.Strands.ShadowRayCasting=1      ; Better shadow ray precision
  972. r.Hair.Strands.ShadowSuperSampling=1   ; Improves shadow quality in low light
  973. niagara.CreateShadersOnLoad=1
  974. r.AllowGlobalClipPlane=1
  975. r.CapsuleIndirectConeAngle=0.2
  976. r.DisableLandscapeNaniteGI=0
  977. r.DoTiledReflections=0
  978. r.FastVRam.GBufferVelocity=1
  979. r.FastVRam.SceneDepth=1
  980. r.FastVRam.ShadowCSM=1
  981. r.FastVRam.ShadowPerObject=1
  982. r.FastVRam.ShadowPointLight=1
  983. r.FastVRam.SSR=1
  984. r.FilmGrain=0
  985. r.Nanite.Streaming.StreamingPoolSize=1024
  986. r.NGX.DLSS.DenoiserMode=2     ; Quality mode instead of performance
  987. r.NGX.DLSS.Quality=2          ; Higher quality reconstruction
  988. r.NGX.DLSS.Sharpness=0.5      ; Reduced sharpness can help with hair artifacts
  989. r.ScreenPercentage=100        ; Base resolution scale
  990. r.DynamicRes.OperationMode=0  ; Disables dynamic resolution
  991. r.NGX.DLSS.Enable=0          ; Disables DLSS
  992. r.TSR.Enable=0               ; Disables TSR (Temporal Super Resolution)
  993. r.Upscale.Enable=0           ; Disables general upscaling
  994. r.PSOPrecache.GlobalComputeShaders=1
  995. r.ReflectionCaptureSupersampleFactor=2
  996. r.Shadow.CachePreshadow=1
  997. r.Shadow.OcclusionCullPlanarReflections=0
  998. r.Shadow.Virtual.SMRT.TexelDitherScaleDirectional=6
  999. r.Shadow.Virtual.SMRT.TexelDitherScaleLocal=6
  1000. r.Streaming.Boost=3
  1001. rhi.SyncAllowVariable=1
  1002. RHI.TargetRefreshRate=120
  1003. t.HitchFrameTimeThreshold=33.32
  1004. fg.CullDistanceScale.Bushes=1.25
  1005. fg.CullDistanceScale.DistantBushes=1.25
  1006. fg.CullDistanceScale.DistantFoliage=1.2
  1007. fg.CullDistanceScale.DistantGrass=1.15
  1008. fg.CullDistanceScale.DistantTrees=1.3
  1009. fg.DensityScale.Bushes=1.5
  1010. fg.DensityScale.DistantBushes=1.15
  1011. fg.DensityScale.DistantFoliage=1.15
  1012. fg.DensityScale.DistantGrass=1.15
  1013. fg.DensityScale.DistantTrees=1.25
  1014. fg.DensityScale.Grass=1.5
  1015. fg.DensityScale.Trees=1.3
  1016. r.LevelStreamingDistanceScale=10           ; Controls streaming distance of level assets
  1017. r.UITextureLODBias=-1
  1018. r.HeightFieldShadowing=0
  1019. r.AOHeightfieldOcclusion=0
  1020. r.LODFadeTime=2
  1021. r.LandscapeLODBias=-1
  1022. r.LandscapeLODDistributionScale=3
  1023. r.LandscapeLOD0DistributionScale=3
  1024. r.StaticMeshLODDistanceScale=0.1
  1025. r.VolumetricLightmap.VisualizationMinScreenFraction=0.001000
  1026. r.VolumetricLightmap.VisualizationRadiusScale=0.010000
  1027. r.VolumetricFog.DepthDistributionScale=32.000000
  1028. r.VolumetricFog.GridDivisor=120
  1029. r.VolumetricFog.GridPixelSize=4
  1030. r.VolumetricFog.GridSizeZ=128
  1031. r.VolumetricFog.HistoryMissSupersampleCount=16
  1032. r.VolumetricFog.HistoryWeight=0.900000
  1033. r.VolumetricFog.InjectShadowedLightsSeparately=1
  1034. r.VolumetricFog.InverseSquaredLightDistanceBiasScale=1.000000
  1035. r.VolumetricFog.Jitter=1
  1036. r.VolumetricFog.LightFunctionSupersampleScale=2.000000
  1037. r.VolumetricFog.TemporalReprojection=1
  1038. r.VolumetricFog.VoxelizationShowOnlyPassIndex=-1
  1039. r.VolumetricFog.VoxelizationSlicesPerGSPass=8
  1040. r.Nanite.PrimitivesAlwaysVisible=1
  1041. r.Decal.FadeDurationScale=2
  1042. r.FSR.Enable=0                          ; Disables FSR 1.0
  1043. r.FidelityFX.FSR.Enable=0              ; Disables FSR 2.0
  1044. r.FidelityFX.FSR.Enabled=0             ; Alternative FSR disable
  1045. r.FidelityFX.FSR.Quality=0             ; Sets FSR quality level
  1046. r.FidelityFX.FSR.HistoryFormat=0       ; Controls history buffer format
  1047. r.FidelityFX.FSR.Sharpness=0           ; Controls FSR sharpening
  1048. r.FidelityFX.FSR.AutoExposure=0        ; Disables FSR auto exposure
  1049. r.FidelityFX.FSR.Filter=0              ; Disables FSR filtering
  1050. r.FidelityFX.FSR.TemporalUpscaler=0    ; Disables temporal upscaling for FSR
  1051. r.BlurGBuffer=-1
  1052. gm.AutumnTreeMuliplier=0.75
  1053.  
  1054.  
  1055. ;AUDIO OPTIMIZATIONS
  1056. [Audio]
  1057. AudioThread.BatchAsyncBatchSize=512     ; Sets the audio thread batch size for async processing
  1058. AudioThread.UseBackgroundThreadPool=1       ; Enables the use of a background thread pool for audio
  1059. AudioThread.EnableBatchProcessing=1         ; Enables batch processing for audio
  1060.  
  1061. [GPULightmass]
  1062. ; Add any specific GPULightmass settings here if applicable
  1063.  
  1064. [FXSystem]
  1065. FX.AllowAsyncTick=1            ; Enables async ticking for the FX system
  1066. FX.BatchAsync=1                ; Enables async batch processing for the FX system
  1067. FX.BatchAsyncBatchSize=512 ; Sets the FX system async batch size
  1068. FX.MaxCPUParticlesPerEmitter=25          ; Sets the maximum number of CPU particles per emitter
  1069. FX.MaxGPUParticlesSpawnedPerFrame=1024  ; Sets the maximum number of GPU particles spawned per frame
  1070.  
  1071. [Rendering]
  1072. AllowAsyncRenderThreadUpdates=1                      ; Allows async updates of the render thread
  1073. AllowAsyncRenderThreadUpdatesDuringGamethreadUpdates=0  ; Allows async updates of the render thread during game thread updates
  1074. r.bForceCPUAccessToGPUSkinVerts=0         ; Forces CPU access to GPU skin vertices
  1075. r.SupportDepthOnlyIndexBuffers=1         ; Supports depth-only index buffers
  1076. r.SupportReversedIndexBuffers=1          ; Supports reversed index buffers
  1077. r.DBuffer=0                              ; Disables DBuffer
  1078. r.GPUCrashDebugging=0                    ; Disables GPU crash debugging
  1079. r.CompileShadersForDevelopment=0         ; Disables shader compilation for development
  1080.  
  1081. ;GARBAGE COLLECTION OPTIMIZATIONS
  1082. [/Script/Engine.GarbageCollectionSettings]
  1083. gc.MaxObjectsNotConsideredByGC=100000 ; Increased the value slightly for better performance
  1084. gc.SizeOfPermanentObjectPool=50000000 ; Increased the value for a larger pool size
  1085. gc.ActorClusteringEnabled=True ; Enabled actor clustering for improved garbage collection
  1086. gc.BlueprintClusteringEnabled=True ; Enabled blueprint clustering for improved garbage collection
  1087.  
  1088. ; LOG WRITE OPTIMIZATIONS
  1089. [Core.System]
  1090. Suppress=ScriptWarning
  1091. Suppress=Error
  1092. Suppress=ScriptLog
  1093. Suppress=Warning
  1094.  
  1095. [Core.Log]
  1096. ; Disable unnecessary logging categories for improved performance
  1097. LogPluginManager=off
  1098. LogOnlineIdentity=off
  1099. LogOnlineSession=off
  1100. LogMemory=off
  1101. LogPakFile=off
  1102. LogTemp=off
  1103. LogLinker=off
  1104. LogOnline=off
  1105. LogOnlineGame=off
  1106. LogAnalytics=off
  1107. LogConfig=off
  1108. LogInteractiveProcess=off
  1109. LogInput=off
  1110. LogOnlineEntitlement=off
  1111. LogOnlineEvents=off
  1112. LogOnlineFriend=off
  1113. LogOnlinePresence=off
  1114. LogOnlineTitleFile=off
  1115. LogOnlineUser=off
  1116. Global=off    ; Disable all global logging for improved performance
  1117.  
  1118. ; NETWORK OPTIMIZATIONS
  1119. [Core.System]
  1120. ConfiguredInternetSpeed=78643200  ; 75Mbps (75 * 1024 * 1024 / 8 = 78643200) Set the maximum configured internet speed (in bytes per second)
  1121. ConfiguredLanSpeed=78643200       ; 75Mbps (75 * 1024 * 1024 / 8 = 78643200) Set the maximum configured LAN speed (in bytes per second)
  1122.  
  1123. [/script/onlinesubsystemutils.ipnetdriver]
  1124. MaxClientRate=78643200          ; 75Mbps (75 * 1024 * 1024 / 8 = 78643200) Set the maximum client rate (in bytes per second)
  1125. MaxInternetClientRate=78643200  ; 75Mbps (75 * 1024 * 1024 / 8 = 78643200) Set the maximum internet client rate (in bytes per second)
  1126. NetServerMaxTickRate=120        ; Set the maximum tick rate for the server on the internet
  1127. LanServerMaxTickRate=120        ; Set the maximum tick rate for the server on LAN
  1128. MaxNetTickRate=400              ; Set the maximum net tick rate
  1129. InitialConnectTimeout=300.0     ; Set the initial connect timeout (in seconds)
  1130. ConnectionTimeout=300.0         ; Set the connection timeout (in seconds)
  1131.  
  1132. [/script/engine.gamenetworkmanager]
  1133. TotalNetBandwidth=78643200      ; 75Mbps (75 * 1024 * 1024 / 8 = 78643200) Set the total net bandwidth (in bytes per second)
  1134. MaxDynamicBandwidth=78643200    ; 75Mbps (75 * 1024 * 1024 / 8 = 78643200) Set the maximum dynamic bandwidth (in bytes per second)
  1135. MinDynamicBandwidth=78643200    ; 75Mbps (75 * 1024 * 1024 / 8 = 78643200) Set the minimum dynamic bandwidth (in bytes per second)
  1136.  
  1137. [/script/socketsubsystemepic.epicnetdriver]
  1138. MaxClientRate=78643200          ; 75Mbps (75 * 1024 * 1024 / 8 = 78643200) Set the maximum client rate (in bytes per second)
  1139. MaxInternetClientRate=78643200  ; 75Mbps (75 * 1024 * 1024 / 8 = 78643200) Set the maximum internet client rate (in bytes per second)
  1140.  
  1141. [/script/engine.engine]
  1142. NetClientTicksPerSecond=120     ; Set the number of client ticks per second
  1143.  
  1144.  
  1145.  
  1146. ; =====================================
  1147. ; ✩░▒▓▆▅▃▂▁ References ▁▂▃▅▆▓▒░✩
  1148. ; =====================================
  1149. ;Colour and exposure:
  1150. ; https://www.youtube.com/watch?v=EvWWMxuUju4
  1151.  
  1152. ;Sharpening shadows:
  1153. ; https://steamcommunity.com/sharedfiles/filedetails/?l=german&id=1581653841
  1154. ; https://framedsc.com/GeneralGuides/ue4guide.htm
  1155.  
  1156. ;Texture streaming:
  1157. ; https://questions.satisfactorygame.com/post/60488c32aa0ba107e32507e4
  1158.  
  1159. ;Subsurface post-process
  1160. ; https://docs.unrealengine.com/4.27/en-US/RenderingAndGraphics/Materials/LightingModels/SubSurfaceProfile/
  1161.  
  1162. ;TXAA settings:
  1163. ; https://steamcommunity.com/sharedfiles/filedetails/?id=1515357092
  1164. ; https://www.reddit.com/r/FuckTAA/comments/p73j8t/unreal_engine_taa_is_actually_cool/
  1165.  
  1166. ;Shadows:
  1167. ; https://steamcommunity.com/app/1608070/discussions/0/3712685859923396082/?ctp=3
  1168. ; https://forums.dovetailgames.com/threads/guide-make-tsw-less-flat-bright-looking-by-adding-ambient-occlusion.46409/
  1169. ; https://forums.dovetailgames.com/threads/best-quality-shadows-and-errors-in-default-configuration.50462/
  1170.  
  1171. ;EyeAdaptation & AutoExposure:
  1172. ; https://steamcommunity.com/app/530070/discussions/0/1735462352466997887/?l=italian
  1173. ; https://www.reddit.com/r/HarryPotterGame/comments/10zm5lu/dark_scene_brightness_fix_pc/
  1174. ; https://www.nexusmods.com/hogwartslegacy/mods/47?tab=posts
  1175.  
  1176.  
  1177. ; https://www.reddit.com/r/stalker/comments/1hhwn3o/engineini_foliage_view_distance_best_reflections/?rdt=34300
  1178.  
  1179.  
  1180. ; SETTINGS TAKEN OUT (glitching issues)
  1181. ; -------------------------------------
  1182. ; r.TemporalAAUpsampling=1
  1183. ; r.TemporalAA.Algorithm=1                    ; 0 = Gen 4, 1 = Gen 5
  1184. ; r.ScreenPercentage=75                       ; Render resolution before upsampling
  1185. ; r.Jittering=1
  1186. ; r.TemporalAA.Algorithm=1                    ; DEF 0, 0 for PERFORMANCE
  1187. ; r.TemporalAA.AllowDownsampling=1            ; DEF 1
  1188. ; r.TemporalAA.HistoryScreenPercentage=100    ; DEF 100
  1189. ; r.TemporalAA.R11G11B10History=0             ; DEF 0
  1190. ; r.TemporalAA.Upscaler=1                     ; DEF 1
  1191. ; r.TemporalAAUpsampleFiltered=1              ; DEF 1
  1192.  
  1193. ; r.Shadow.CSMShadowDistanceFadeoutMultiplier=0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement