Guest User

Untitled

a guest
Jun 10th, 2026
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.07 KB | Gaming | 0 0
  1. ; Ultimate Engine Tweaks - Created by P40L0
  2. ; If you found it useful, please consider to support my work with a donation: https://www.paypal.com/donate/?hosted_button_id=9N5Z6W6BDTWBE
  3. ; or become a Patron! -> https://www.patreon.com/techoptimized
  4. ; Thank You! 🙏🏻
  5.  
  6. ;============================================================
  7. ;================== ENGINE SETTINGS =========================
  8. ;============================================================
  9. [/Script/Engine.Engine]
  10. bAllowMultiThreadedShaderCompile=1
  11. vm.FreeUnoptimizedByteCode=1
  12. vm.OptimizeVMByteCode=1
  13.  
  14. ;============================================================
  15. ;================== RENDERER SETTINGS =======================
  16. ;============================================================
  17. [/Script/Engine.RendererSettings]
  18. ; VRR & tearing (only if applicable)
  19. r.VSync=0 ; Only if you have VRR enabled on your display, otherwise delete it (both from here & [ConsoleVariables] section at the bottom)
  20. r.D3D12.UseAllowTearing=1 ; Only if you have VRR enabled on your display, otherwise delete it (both from here & [ConsoleVariables] section at the bottom)
  21.  
  22. ; Post Processing Settings
  23. r.NT.Lens.ChromaticAberration.Intensity=0 ; Delete this if you want to keep Chromatic Aberration (both from here & [ConsoleVariables] section at the bottom)
  24. r.SceneColorFringe.Max=0 ; Delete this if you want to keep Chromatic Aberration (both from here & [ConsoleVariables] section at the bottom)
  25. r.SceneColorFringeQuality=0 ; Delete this if you want to keep Chromatic Aberration (both from here & [ConsoleVariables] section at the bottom)
  26. r.MaxAnisotropy=16
  27. r.Tonemapper.Sharpen=0.50
  28.  
  29. ; TAA Settings
  30. r.AntiAliasingMethod=2
  31. r.DefaultFeature.AntiAliasing=2
  32. r.PostProcessAAQuality=4
  33. r.TemporalAA.Algorithm=1
  34. r.TemporalAACatmullRom=0
  35. r.TemporalAACurrentFrameWeight=0.2
  36. r.TemporalAAFilterSize=0.7
  37. r.TemporalAASamples=8
  38. r.TemporalAASharpness=0
  39. r.TemporalAA.Upsampling=1
  40.  
  41. ; DLSS/FSR/XeSS/TSR Settings
  42. r.FidelityFX.FSR.RCAS=0
  43. r.FidelityFX.FSR2.Sharpness=0.0
  44. r.FidelityFX.FSR3.Sharpness=0.0
  45. r.FidelityFX.FSR4.Sharpness=0.0
  46. r.FidelityFX.RCAS.Sharpness=0
  47. r.FidelityFX.RCAS=0
  48. r.NGX.DLSS.DilateMotionVectors=0
  49. r.NGX.DLSS.PreferNISSharpen=0
  50. r.NGX.DLSS.Sharpness=0
  51. r.NIS.Enable=0
  52. r.Streamline.DilateMotionVectors=0
  53. r.Streamline.NIS.Sharpness=0
  54. r.Streamline.DLSS.Sharpness=0
  55. r.Streamline.XeSS.Sharpness=0
  56. r.TSR.ShadingRejection.Flickering.FrameRateCap=60
  57. r.TSR.ShadingRejection.Flickering.Period=3
  58. r.TSR.ShadingRejection.Flickering=1
  59. r.TSR.Velocity.Extrapolation=1
  60. r.Velocity.Enable=1
  61. r.Velocity.OutputTranslucentClippedDepth.Supported=1
  62. r.Velocity.TemporalResponsiveness.Supported=1
  63.  
  64. ; Async & Pipeline functions
  65. r.AOAsyncBuildQueue=1
  66. r.AsyncCompute.AdaptiveBuffer=1
  67. r.AsyncCompute.ParallelDispatch=1
  68. r.AsyncCompute=1
  69. r.AsyncCreateLightPrimitiveInteractions=1
  70. r.AsyncPipelineCompile=1
  71. r.Bloom.AsyncCompute=1
  72. r.CompileShadersForDevelopment=0
  73. r.CookOutUnusedDetailModeComponents=1
  74. r.D3D.RemoveUnusedInterpolators=1
  75. r.EnableAsyncComputeVolumetricFog=1
  76. r.UseAsyncShaderPrecompilation=1
  77.  
  78. ; GPU Crash Management
  79. r.D3D12.GPUCrashDebuggingMode=0
  80. r.D3D12.GPUTimeout=0
  81. r.GPUCrash.Collectionenable=0
  82. r.GPUCrash.DataDepth=0
  83. r.GPUCrashDebugging.Aftermath.Callstack=0
  84. r.GPUCrashDebugging.Aftermath.Markers=0
  85. r.GPUCrashDebugging=0
  86. r.GPUCrashDump=0
  87. r.GPUDefrag.MaxRelocations=10
  88.  
  89. ; RHI & Threading
  90. r.GraphicsThread.EnableBackgroundThreads=1
  91. r.GraphicsThread.UseThreadedDestruction=1
  92. r.GTSyncType=2
  93. r.RHICmdUseParallelAlgorithms=1
  94. r.RHICmdUseThread=1
  95. r.RHIThread.Priority=2
  96. r.RHIThread=1
  97.  
  98. ; RHI Sync & Caching
  99. RHI.ResourceTableCaching=1
  100. RHI.SyncAllowEarlyKick=1
  101. RHI.SyncThreshold=512
  102.  
  103. ; Other RHI Settings
  104. r.RHI.UseParallelDispatch=1
  105. r.RHICmdBuffer.EnableThreadedCompletion=1
  106. r.RHICmdBypass=0
  107.  
  108. ; RDG
  109. r.RDG.AsyncClothTick=1
  110. r.RDG.AsyncPipelineCompile=1
  111. r.RDG.ParallelExecute=1
  112. r.RDG.ParallelUpdateRenderGraph=1
  113.  
  114. ; I/O & Virtual Textures
  115. r.IO.DirectStorage.BatchingGranularity=64
  116. r.IO.DirectStorage.MinSizeKB=1024
  117. r.IO.UseDirectStorage=1
  118. r.IO.VirtualTextures=1
  119.  
  120. ; Lumen Settings
  121. r.Lumen.ASVGF.AsyncCompute=1
  122. r.Lumen.DiffuseIndirect.AsyncCompute=1
  123. r.Lumen.HardwareRayTracing.AsyncCompute=1
  124. r.Lumen.HardwareRayTracing.ShaderExecutionReordering=1
  125. r.Lumen.Reflections.MaxRoughnessToTraceForFoliage=0.4
  126. r.Lumen.Reflections.RadianceCache=1
  127. r.Lumen.Reflections.Temporal=0
  128. r.Lumen.ScreenProbeGather.AsyncCompute=1
  129. r.Lumen.ScreenProbeGather.InterpolationDepthWeightForFoliage=10
  130. r.Lumen.ScreenProbeGather.StochasticInterpolation=1
  131. r.Lumen.ScreenProbeGather.TemporalFilterProbes=1
  132. r.LumenScene.DirectLighting.OffscreenShadowing.TraceMeshSDFs=0
  133. r.LumenScene.FarField.OcclusionOnly=1
  134. r.LumenScene.Lighting.AsyncCompute=1
  135. r.LumenScene.MeshCardsPerTask=384
  136. r.LumenScene.ParallelUpdate=1
  137. r.LumenScene.PrimitivesPerTask=384
  138. r.LumenScene.SurfaceCache.Feedback.MinPageHits=32.0
  139. r.LumenScene.SurfaceCache.MaxFramesPerUpdate=4
  140. r.LumenScene.SurfaceCache.RemovesPerFrame=128
  141.  
  142. ; Nanite Settings
  143. r.Nanite.AllowMaskedMaterials=1
  144. r.Nanite.Builder.AsyncHelpers=1
  145. r.Nanite.CompressedStreamingPages=1
  146. r.Nanite.Culling.MinLOD=1
  147. r.Nanite.GeometryCollection=1
  148. r.Nanite.LargePageRectThreshold=512
  149. r.Nanite.MaterialVisibility.Async=1
  150. r.Nanite.MaterialVisibility=1
  151. r.Nanite.MaxPixelsPerEdge=1.5
  152. r.Nanite.PrimeHZB=1
  153. r.Nanite.Streaming.Async=1
  154. r.Nanite.Streaming.AsyncCompute=1
  155. r.Nanite.Streaming.MaxPageInstallsPerFrame=32
  156. r.Nanite.Streaming.MaxPendingPages=32
  157. r.Nanite.Streaming.ReservedResources=1
  158. r.Nanite.VSMMeshShaderRasterization=1
  159.  
  160. ; Parallel Computing Settings
  161. r.FogDensityVolumes.Parallel=1
  162. r.ParallelAnimationCacheConversion=1
  163. r.ParallelAnimationCacheConversionAsync=1
  164. r.ParallelAnimationCacheStreaming=1
  165. r.ParallelAnimationCompression=1
  166. r.ParallelAnimationCompressionAsync=1
  167. r.ParallelAnimationEvaluation=1
  168. r.ParallelAnimationRetargeting=1
  169. r.ParallelAnimationRetargetingAsync=1
  170. r.ParallelAnimationStreaming=1
  171. r.ParallelAnimationStreamingAsync=1
  172. r.ParallelAnimationUpdate=1
  173. r.ParallelAsyncComputeSkinCache=1
  174. r.ParallelAsyncComputeTranslucency=1
  175. r.ParallelBasePass=1
  176. r.ParallelBatchDispatch=1
  177. r.ParallelCulling=1
  178. r.ParallelDestruction=1
  179. r.ParallelDistanceField=1
  180. r.ParallelDistributedScene=1
  181. r.ParallelGraphics=1
  182. r.ParallelInitViews=1
  183. r.ParallelLandscapeLayerUpdate=1
  184. r.ParallelLandscapeSplatAtlas=1
  185. r.ParallelLandscapeSplineSegmentCalc=1
  186. r.ParallelLandscapeSplineUpdate=1
  187. r.ParallelLightingBuild=1
  188. r.ParallelLightingComposition=1
  189. r.ParallelLightingInject=1
  190. r.ParallelLightingPropagation=1
  191. r.ParallelLightingSetup=1
  192. r.ParallelMeshBuildUseJobCulling=1
  193. r.ParallelMeshBuildUseJobMerging=1
  194. r.ParallelMeshDrawCommands=1
  195. r.ParallelMeshMerge=1
  196. r.ParallelMeshProcessing=1
  197. r.ParallelNavBoundsCalc=1
  198. r.ParallelNavBoundsInit=1
  199. r.ParallelNavBoundsUpdate=1
  200. r.ParallelNavOctreeUpdate=1
  201. r.ParallelParticleUpdate=1
  202. r.ParallelPhysicsScene=1
  203. r.ParallelPhysicsStepAsync=1
  204. r.ParallelPostProcessing=1
  205. r.ParallelPrePass=1
  206. r.ParallelReflectionCaptures=1
  207. r.ParallelReflectionEnvironment=1
  208. r.ParallelRendering=1
  209. r.ParallelRenderUploads=1
  210. r.ParallelSceneCapture=1
  211. r.ParallelSceneColorGather=1
  212. r.ParallelShaderCompile=1
  213. r.ParallelSkeletalClothBoundsCalc=1
  214. r.ParallelSkeletalClothGather=1
  215. r.ParallelSkeletalClothPrepareSim=1
  216. r.ParallelSkeletalClothSimulate=1
  217. r.ParallelSkeletalClothSkinning=1
  218. r.ParallelSkeletalClothUpdate=1
  219. r.ParallelSkeletalClothUpdateBounds=1
  220. r.ParallelSkeletalClothUpdateVerts=1
  221. r.ParallelTaskShaderCompilation=1
  222. r.ParallelTonemapping=1
  223. r.ParallelTranslucency=1
  224. r.ParallelVelocity=1
  225. r.ParallelZPrepass=1
  226. a.ParallelAnimEvaluation=1
  227. a.ParallelAnimInterpolation=1
  228. a.ParallelAnimUpdate=1
  229. a.ParallelBlendSpaceEvaluation=1
  230. a.ParallelTransitionEvaluation=1
  231. ai.AllowParallelQueries=1
  232. r.DistanceFields.ParallelAtlasUpdate=1
  233. r.DistanceFields.ParallelBuild=1
  234. r.DistanceFields.ParallelCulling=1
  235. r.Grass.ParallelCull=1
  236. r.HZBOcclusion.Parallel=1
  237. r.Landscape.ParallelSectionUpdate=1
  238. r.Materials.ParallelCaching=1
  239. r.Materials.ParallelCompile=1
  240. r.Materials.ParallelUpdate=1
  241. r.MeshDrawCommands.ParallelPassSetup=1
  242. r.MeshDrawCommands.UseParallelPassSetup=1
  243. r.Occlusion.ParallelPrimFetch=1
  244.  
  245.  
  246. ; Pipeline & Target
  247. r.PipelineStateCache.AsyncCompileAfterTypes=1
  248. r.PreTileTextures=1
  249. r.RDG.AsyncCompute=1
  250. r.Renderer.UseGPUInstancing=1
  251.  
  252. ; Render Thread
  253. r.RenderThread.EnableTaskGraphThread=1
  254. r.RenderThread.Priority=2
  255.  
  256. ; Shader Stats
  257. r.ShaderLibrary.PrintExtendedStats=0
  258.  
  259. ; Shadows & Atmosphere
  260. r.RayTracing.Geometry.NaniteProxies.WPO=0
  261. r.RayTracing.Shadows.EnableTwoSidedGeometry=0
  262. r.Shadow.CacheWPOPrimitives=1
  263. r.Shadow.CSMCaching=1
  264. r.Shadow.Virtual.Cache.AllocateViaLRU=1
  265. r.Shadow.Virtual.Cache.MaxLightAgeSinceLastRequest=8
  266. r.Shadow.Virtual.Cache.StaticSeparate=1
  267. r.Shadow.Virtual.MaxPhysicalPages=2048
  268. r.Shadow.Virtual.NonNanite.IncludeInCoarsePages=0
  269. r.Shadow.Virtual.ParallelBuild=1
  270. r.Shadow.Virtual.ParallelProjection=1
  271. r.Shadow.Virtual.ResolutionLodBiasLocalMoving=1
  272. r.Shadow.Virtual.SMRT.SamplesPerRayDirectional=4
  273. r.Shadow.Virtual.SMRT.SamplesPerRayLocal=4
  274. r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque=1
  275. r.SSS.Burley.EnableProfileIdCache=1
  276.  
  277. ; VRS & Virtual Textures
  278. bEnableVirtualTextureOpacityMask=1
  279. r.Nanite.SoftwareVRS=1
  280. r.VRS.BasePass=1
  281. r.VRS.ContrastAdaptiveShading=0
  282. r.VRS.Enable=1
  283. r.VRS.EnableImage=1
  284. r.VRS.EnableSoftware=1
  285. r.VRS.LightFunctions=1
  286. r.VRS.MaterialAdaptiveShading=1
  287. r.VRS.Method=1
  288. r.VRS.MotionAdaptiveShading=1
  289. r.VRS.NaniteEmitGBuffer=1
  290. r.VRS.ReflectionEnvironmentSky=1
  291. r.VRS.SSAO=1
  292. r.VRS.SSR=1
  293. r.VRS.Tier=2
  294. r.VRS.Translucency=1
  295. r.vt.FeedbackFactor=8
  296. r.VT.MaxContinuousUpdatesPerFrame=16
  297. r.VT.MaxUploadsPerFrame=128
  298. r.VT.ParallelFeedbackTasks=1
  299.  
  300. ; Texture Streaming & Thread Pool
  301. r.TextureStreaming.DiscardUnusedMips=1
  302. r.TextureStreaming.UseBackgroundThreadPool=1
  303. r.TextureStreaming.UseDeferredLock=1
  304. r.TextureStreaming=1
  305. r.ThreadPool.BackgroundThreadPriority=0
  306. r.ThreadPool.EnableBackgroundThreads=1
  307. r.ThreadPool.EnableHighPriorityThreads=1
  308.  
  309. ; Streaming
  310. r.Streaming.AmortizeCPUToGPUCopy=1
  311. r.Streaming.BuildTextureStreamingDataOnLoad=1
  312. r.Streaming.DefragDynamicBounds=1
  313. r.Streaming.EnableAssetUpdateAbandons=1
  314. r.Streaming.FramesForFullUpdate=2
  315. r.Streaming.LimitPoolSizeToVRAM=0
  316. r.Streaming.PoolSize=8192
  317. r.Streaming.MaxTempMemoryAllowed=512
  318. r.Streaming.MaxNumTexturesToStreamPerFrame=0
  319. r.Streaming.MinMipForSplitRequest=0
  320. r.Streaming.ParallelRenderAssetsNumWorkgroups=4
  321. r.Streaming.StressTest.ExtraAsyncLatency=0
  322. r.Streaming.UseAsyncRequestsForDDC=1
  323. r.Streaming.UseBackgroundThreadPool=1
  324. r.Streaming.UseFixedPoolSize=0
  325. r.Streaming.UseNewMetrics=1
  326. r.Streaming.UsePerTextureBias=1
  327.  
  328. ;---------------------- Miscellaneous ----------------------
  329. r.AllowMultiThreadedShaderCreation=1
  330. r.D3D.ForceDXC=1
  331. r.D3D12.DRED=0
  332. r.D3D12.ExecuteContextInParallel=1
  333. r.D3D12.LightweightDRED=0
  334. r.D3D12.RayTracing.AllowSpecializedStateObjects=0
  335. r.DFShadowAsyncCompute=1
  336. r.DontLimitOnBattery=1
  337. r.DumpGPU=0
  338. r.Emitter.FastPoolEnable=1
  339. r.EnableDebugSpam_GetObjectPositionAndScale=0
  340. r.EnableMultiThreadedRendering=1
  341. r.FinishCurrentFrame=0
  342. r.Foliage.UsePrecomputedLODScreenSize=1
  343. r.ForceAllCoresForShaderCompiling=1
  344. r.ForceDebugViewModes=0
  345. r.ForceOcclusionQueryBatching=1
  346. r.GeometryCollection.Nanite.AsyncCompute=1
  347. r.GeometryCollection.Nanite=1
  348. r.GPUDefrag.MaxRelocationsPerFrame=5
  349. r.InstanceCulling.OcclusionCull=1
  350. r.MeshDrawCommands.DynamicInstancing=1
  351. r.NGX.LogLevel=0
  352. r.NumBufferedOcclusionQueries=2
  353. r.Occlusion.SingleRHIThreadStall=1
  354. r.OneFrameThreadLag=1
  355. r.pso.EnableAsyncCacheConsolidation=1
  356. r.pso.evictiontime=30
  357. r.pso.precachecompilationcost=150
  358. r.pso.precaching=1
  359. r.pso.PrecompileThreadPoolSizeMax=2147483647
  360. r.pso.PrecompileThreadPoolSizeMin=2
  361. r.PSOPrecache.Components=1
  362. r.PSOPrecache.GlobalShaders=1
  363. r.PSOPrecache.KeepInMemoryComputeMaxNum=256
  364. r.PSOPrecache.KeepInMemoryGraphicsMaxNum=1024
  365. r.PSOPrecache.ProxyCreationDelayStrategy=0
  366. r.PSOPrecache.ProxyCreationWhenPSOReady=1
  367. r.PSOPrecache.Resources=1
  368. r.PSOPrecaching.WaitForHighPriorityRequestsOnly=0
  369. r.RayTracing.Culling=1
  370. r.ShaderDrawDebug=0
  371. r.Shaders.Optimize=1
  372. r.Shaders.RemoveDeadCode=1
  373. r.Shaders.RemoveUnusedInterpolators=1
  374. r.SupportAllShaderPermutations=0
  375. r.ThreadedShaderCompilation=1
  376. r.Translucency.AutoBeforeDOF=1
  377. r.UniformBufferPooling=1
  378. r.Visibility.FrustumCull.UseSphereTestFirst=1
  379. r.Visibility.TaskSchedule=0
  380. r.VolumetricFog.GridPixelSize=16
  381. r.VolumetricFog.InjectShadowedLightsSeparately=1
  382. r.VolumetricFog.Jitter=1
  383. r.VT.CsvStats=0
  384.  
  385. ;============================================================
  386. ;================== DX12 SETTINGS ===========================
  387. ;============================================================
  388. [/Script/D3D12RHI.D3D12Options]
  389. D3D12.AFRUseFramePacing=1
  390. D3D12.Aftermath=0
  391. D3D12.AllowPoolAllocateIndirectArgBuffers=1
  392. D3D12.AsyncDeferredDeletion=1
  393. D3D12.ExecuteContextInParallel=1
  394. D3D12.ForceThirtyHz=0
  395. D3D12.InsertOuterOcclusionQuery=1
  396. D3D12.MaxCommandsPerCommandList=20000
  397. D3D12.MaximumFrameLatency=1
  398. D3D12.MultithreadedCommandListBuilding=1
  399. D3D12.PSO.DiskCache=1
  400. D3D12.PSO.DriverOptimizedDiskCache=1
  401. D3D12.PSOPrecache.KeepLowLevel=0
  402. D3D12.RayTracing.AllowSpecializedStateObjects=0
  403. D3D12.ResidencyManagement=1
  404. D3D12.VRAMBufferPoolDefrag=1
  405. D3D12.VRAMBufferPoolDefrag.MaxCopySizePerFrame=16777216
  406. D3D12.VRAMTexturePoolDefrag=1
  407. D3D12.VRAMTexturePoolDefrag.MaxCopySizePerFrame=16777216
  408. D3D12.ZeroBufferSizeInMB=32
  409.  
  410. ;============================================================
  411. ;================== TEXTURE STREAMING =======================
  412. ;============================================================
  413. [TextureStreaming]
  414. PoolSizeVRAMPercentage=60
  415.  
  416. ;============================================================
  417. ;================== STREAMING SETTINGS ======================
  418. ;============================================================
  419. [/Script/Engine.StreamingSettings]
  420. r.Streaming.Boost=1
  421. r.Streaming.FullyLoadUsedTextures=0
  422. r.Streaming.MinFudgeFactor=0.5
  423. r.Streaming.PredictiveBoost=1
  424. r.Streaming.PredictiveBoostHintSize=512
  425. r.Streaming.UseMaterialDataStreaming=1
  426. s.AdaptiveAddToWorld.Enabled=1
  427. s.AllowParallelUObjectCreationFromRequests=1
  428. s.AsyncLoadingThreadEnabled=1
  429. s.AsyncLoadingThreadPriority=2
  430. s.AsyncLoadingTimeLimit=5
  431. s.EventDrivenLoaderEnabled=1
  432. s.GroupedComponentMovement.Enable=1
  433. s.IoDispatcherBufferMemoryMB=64
  434. s.IoDispatcherCacheSizeMB=2048
  435. s.IoDispatcherDecompressionWorkerCount=4
  436. s.IoDispatcherUseAsyncPriority=1
  437. s.LevelStreamingActorsUpdateTimeLimit=5
  438. s.LevelStreamingComponentsRegistrationGranularity=10
  439. s.LevelStreamingComponentsUnregistrationGranularity=5
  440. s.MaxIncomingRequestsToStall=1
  441. s.MaxLevelRequestsAtOnceWhileInMatch=4
  442. s.MaxReadyRequestsToStallMB=0
  443. s.MinBulkDataSizeForAsyncLoading=131072
  444. s.PriorityAsyncLoadingExtraTime=15
  445. s.PriorityLevelStreamingActorsUpdateExtraTime=15
  446. s.ProcessPrestreamingRequests=1
  447. s.TimeLimitExceededMultiplier=1.5
  448. s.UnregisterComponentsTimeLimit=1
  449. s.UseBackgroundLevelStreaming=1
  450. s.Zen.AllowAsyncIO=1
  451. wp.Runtime.HLOD.WarmupEnabled=1
  452. wp.Runtime.HLOD.WarmupNanite=1
  453. wp.Runtime.HLOD.WarmupVT=0
  454. wp.Runtime.HLODStreaming.Async=1
  455. wp.Runtime.HLODStreaming=1
  456. wp.Runtime.LevelStreamingContinuouslyIncrementalGCWhileLevelsPendingPurgeForWP=128
  457. wp.Runtime.MaxLoadingStreamingCells=12
  458. wp.Runtime.PartitionStreaming.Async=1
  459. wp.Runtime.PartitionStreaming.NumThreads=4
  460. wp.runtime.UpdateStreaming.EnableAsyncUpdate=1
  461. wp.Runtime.UpdateStreaming.UseAsyncWorkloadProfile=1
  462. wp.Runtime.UpdateStreamingStateTimeLimit=0.25
  463.  
  464. ;============================================================
  465. ;================== NIAGARA SETTINGS ========================
  466. ;============================================================
  467. [/Script/Niagara.NiagaraSettings]
  468. fx.Niagara.GpuComputeDebug.DrawDebugEnabled=0
  469. fx.Niagara.WarnComponentRenderCount=999999
  470. fx.NiagaraAllowRuntimeScalabilityChanges=1
  471. fx.NiagaraBatcher.FreeBufferEarly=0
  472. fx.NiagaraDataBufferMinSize=2048
  473. fx.NiagaraParallelSpawn=1
  474. fx.NiagaraParallelUpdate=1
  475. fx.NiagaraRuntimeCycleHistorySize=30
  476.  
  477. ;============================================================
  478. ;================== GARBAGE COLLECTION SETTINGS =============
  479. ;============================================================
  480. [/Script/Engine.GarbageCollectionSettings]
  481. gc.AllowIncrementalReachability=0
  482. gc.AllowParallelDestruction=1
  483. gc.AllowParallelGC=1
  484. gc.AssetClusteringEnabled=1
  485. gc.ContinuousIncrementalGC=0
  486. gc.CreateGCClusters=1
  487. gc.FlushStreamingOnGC=0
  488. gc.GarbageEliminationEnabled=1
  489. gc.IncrementalBeginDestroyEnabled=1
  490. gc.MinGCClusterSize=5
  491. gc.MultithreadedDestructionEnabled=1
  492. gc.NumRetriesBeforeForcingGC=10
  493. gc.TimeBetweenPurgingPendingKillObjects=61.1
  494. r.bForceGCAfterLevelStreamedOut=0
  495.  
  496. ;============================================================
  497. ;================== SHADER COMPILER SETTINGS ================
  498. ;============================================================
  499. [ShaderCompiler]
  500. bAllowAsynchronousShaderCompiling=1
  501. bAllowCompilingThroughWorkerThreads=1
  502. bAsyncShaderCompileWorkerThreads=1
  503. bEnableOptimizedShaderCompilation=1
  504. MaxShaderJobBatchSize=150
  505. MaxShaderJobs=1000
  506. NumUnusedShaderCompilingThreads=2
  507. r.GPUDefrag.AllowOverlappedMoves=1
  508. r.GPUDefrag.EnableTimeLimits=1
  509.  
  510. ;============================================================
  511. ;================== SHADER PIPELINE CACHE ===================
  512. ;============================================================
  513. [ShaderPipelineCache]
  514. r.ShaderPipelineCache.AsyncCompileRate=32
  515. r.ShaderPipelineCache.BackgroundBatchSize=8
  516. r.ShaderPipelineCache.BatchSize=64
  517. r.ShaderPipelineCache.BatchTime=2
  518. r.ShaderPipelineCache.BackgroundBatchTime=1
  519. r.ShaderPipelineCache.Enabled=1
  520. r.ShaderPipelineCache.ExcludePrecachePSO=1
  521. r.ShaderPipelineCache.GameFileMaskEnabled=1
  522. r.ShaderPipelineCache.OnlyOpenUserCache=0
  523. r.ShaderPipelineCache.PrecompileBatchSize=30
  524. r.ShaderPipelineCache.PrecompileBatchTime=16
  525. r.ShaderPipelineCache.PrecompileFrameTime=50
  526. r.ShaderPipelineCache.StartupCache=1
  527. r.ShaderPipelineCache.StartupMode=2
  528.  
  529. ;============================================================
  530. ;================== DEV OPTIONS: SHADERS ====================
  531. ;============================================================
  532. [DevOptions.Shaders]
  533. bAllowShaderCompilingWorker=1
  534. bOptimizeForLocalShaderBuilds=1
  535. bUseBackgroundCompiling=1
  536. WorkerThreadPriority=0
  537.  
  538. ;============================================================
  539. ;================== INPUT SETTINGS ==========================
  540. ;============================================================
  541. [Engine.InputSettings]
  542. bDisableMouseAcceleration=1
  543. bEnableMouseSmoothing=0
  544. bRawMouseInput=1
  545. bViewAccelerationEnabled=0
  546. RawMouseInputEnabled=1
  547.  
  548. ;============================================================
  549. ;================== RENDERING THREAD SETTINGS ===============
  550. ;============================================================
  551. [RenderingThread]
  552. bAllowAsyncRenderThreadUpdates=1
  553. bAllowThreadedRendering=1
  554.  
  555. ;============================================================
  556. ;================== PHYSICS SETTINGS ========================
  557. ;============================================================
  558. [Physics]
  559. p.AsyncSceneEnabled=1
  560. p.Chaos.PerParticleCollision.ISPC=1
  561. p.Chaos.Solver.Joint.UseSimd=1
  562. p.Chaos.Solver.Sleep.Defaults.AngularSleepThreshold=0.05
  563. p.Chaos.Solver.Sleep.Defaults.LinearSleepThreshold=0.01
  564. p.Chaos.Spherical.ISPC=1
  565. p.Chaos.Spring.ISPC=1
  566. p.Chaos.TriangleMesh.ISPC=1
  567. p.Chaos.VelocityField.ISPC=1
  568. p.Chaos.VisualDebuggerEnable=0
  569.  
  570. ;============================================================
  571. ;================== AUDIO SETTINGS ==========================
  572. ;============================================================
  573. [/Script/Engine.AudioSettings]
  574. au.streamcache.StreamCacheSize=131072
  575. PlatformFormat=OGG
  576. PlatformStreamingFormat=OGG
  577.  
  578. ;============================================================
  579. ;================== AUDIO (AK) SETTINGS =====================
  580. ;============================================================
  581. [/Script/AKAudio.AkSettings]
  582. bEnableMultiCoreRendering=1
  583.  
  584. ;============================================================
  585. ;================== CRASH REPORT CLIENT =====================
  586. ;============================================================
  587. [CrashReportClient]
  588. bAgreeToCrashUpload=0
  589. bImplicitSend=0
  590.  
  591. ;============================================================
  592. ;================== LOG SETTINGS ============================
  593. ;============================================================
  594. [Core.Log]
  595. Global=all off
  596. LogAI=all off
  597. LogAnalytics=all off
  598. LogAnimation=all off
  599. LogAudio=all off
  600. LogAudioCaptureCore=all off
  601. LogAudioMixer=all off
  602. LogBlueprint=all off
  603. LogChaosDD=all off
  604. LogConfig=all off
  605. LogCore=all off
  606. LogDerivedDataCache=all off
  607. LogDeviceProfileManager=all off
  608. LogEOSSDK=all off
  609. LogFab=all off
  610. LogFileCache=all off
  611. LogInit=all off
  612. LogInput=all off
  613. LogInteractiveProcess=all off
  614. LogLevelSequenceEditor=all off
  615. LogLinker=all off
  616. LogMemory=all off
  617. LogMemoryProfiler=all off
  618. LogMeshMerging=all off
  619. LogMeshReduction=all off
  620. LogMetaSound=all off
  621. LogNFORDenoise=all off
  622. LogNetwork=all off
  623. LogNetworkingProfiler=all off
  624. LogNiagara=all off
  625. LogNiagaraDebuggerClient=all off
  626. LogNNEDenoiser=all off
  627. LogNNERuntimeORT=all off
  628. LogOnline=all off
  629. LogOnlineEntitlement=all off
  630. LogOnlineEvents=all off
  631. LogOnlineFriend=all off
  632. LogOnlineGame=all off
  633. LogOnlineIdentity=all off
  634. LogOnlinePresence=all off
  635. LogOnlineSession=all off
  636. LogOnlineTitleFile=all off
  637. LogOnlineUser=all off
  638. LogPakFile=all off
  639. LogPhysics=all off
  640. LogPluginManager=all off
  641. LogPython=all off
  642. LogRenderTargetPool=all off
  643. LogRenderer=all off
  644. LogRendererCore=all off
  645. LogShaderCompiler=all off
  646. LogShaderCompilers=all off
  647. LogSlate=all off
  648. LogSourceControl=all off
  649. LogStreaming=all off
  650. LogStudioTelemetry=all off
  651. LogTargetPlatformManager=all off
  652. LogTelemetry=all off
  653. LogTemp=all off
  654. LogTextureEncodingSettings=all off
  655. LogTextureFormatManager=all off
  656. LogTextureFormatOodle=all off
  657. LogTimingProfiler=all off
  658. LogUObject=all off
  659. LogUObjectArray=all off
  660. LogUsd=all off
  661. LogVRS=all off
  662. LogVirtualization=all off
  663. LogWindows=all off
  664. LogWindowsTextInputMethodSystem=all off
  665. LogWorldPartition=all off
  666. LogXGEController=all off
  667. LogZenServiceInstance=all off
  668. PixWinPlugin=all off
  669. RenderDocPlugin=all off
  670.  
  671. ;============================================================
  672. ;================== ERROR HANDLING ==========================
  673. ;============================================================
  674. [Engine.ErrorHandling]
  675. bPromptForRemoteDebugging=0
  676. bPromptForRemoteDebugOnEnsure=0
  677.  
  678. ;============================================================
  679. ;================== TELEMETRY SETTINGS ======================
  680. ;============================================================
  681. [/Script/WInstrumentedProfilersSettings.WTelemetrySettings]
  682. bEnableTelemetry=0
  683.  
  684. ;============================================================
  685. ;================== HYDRA CRASH HANDLER =====================
  686. ;============================================================
  687. [FATHydraCrashHandler]
  688. LogCrashReportHydra=0
  689. LogCrashUploader=0
  690.  
  691. ;============================================================
  692. ;================== CONSOLE VARIABLES ======================= (many CVARs are purposely duplicated here in order to bypass game overrides on load)
  693. ;============================================================
  694. [ConsoleVariables]
  695. r.VSync=0 ; Only if you have VRR enabled on your display, otherwise delete it (both from here & [/Script/Engine.RendererSettings] top section)
  696. r.D3D12.UseAllowTearing=1 ; Only if you have VRR enabled on your display, otherwise delete it (both from here & [/Script/Engine.RendererSettings] top section)
  697. r.NT.Lens.ChromaticAberration.Intensity=0 ; Delete this if you want to keep Chromatic Aberration (both from here & [/Script/Engine.RendererSettings] top section)
  698. r.SceneColorFringe.Max=0 ; Delete this if you want to keep Chromatic Aberration (both from here & [/Script/Engine.RendererSettings] top section)
  699. r.SceneColorFringeQuality=0 ; Delete this if you want to keep Chromatic Aberration (both from here & [/Script/Engine.RendererSettings] top section)
  700. a.ForceParallelAnimUpdate=1
  701. a.ParallelAnimEvaluation=1
  702. a.ParallelAnimInterpolation=1
  703. a.ParallelAnimUpdate=1
  704. a.ParallelBlendSpaceEvaluation=1
  705. a.ParallelTransitionEvaluation=1
  706. ai.AllowParallelQueries=1
  707. ai.DestroyNavDataInCleanUpAndMarkPendingKill=0
  708. AllowAsyncRenderThreadUpdatesDuringGamethreadUpdates=0
  709. Async.ParallelFor.YieldingTimeout=99
  710. AttemptStuckThreadResuscitation=1
  711. au.BakedAnalysisEnabled=0
  712. au.DisableParallelSourceProcessing=0
  713. au.streamcache.StreamCacheSize=131072
  714. au.voip.AlwaysPlayVoiceComponent=0
  715. AudioThread.AboveNormalPriority=1
  716. AudioThread.BatchAsyncBatchSize=256
  717. AudioThread.EnableBatchProcessing=1
  718. bAgreeToCrashUpload=0
  719. bAllowAsynchronousShaderCompiling=1
  720. bAllowAsyncRenderThreadUpdates=1
  721. bAllowCompilingThroughWorkerThreads=1
  722. bAllowMultiThreadedAnimationUpdate=1
  723. bAllowMultiThreadedShaderCompile=1
  724. bAllowShaderCompilingWorker=1
  725. bAllowThreadedRendering=1
  726. bAsyncShaderCompileWorkerThreads=1
  727. bCanBlueprintsTickByDefault=0
  728. bDisableMouseAcceleration=1
  729. bEnableMouseSmoothing=0
  730. bEnableMultiCoreRendering=1
  731. bEnableOptimizedShaderCompilation=1
  732. bEnableTelemetry=0
  733. bEnableVirtualTextureOpacityMask=1
  734. bImplicitSend=0
  735. bOptimizeAnimBlueprintMemberVariableAccess=1
  736. bOptimizeForLocalShaderBuilds=1
  737. bPromptForRemoteDebugging=0
  738. bPromptForRemoteDebugOnEnsure=0
  739. bRawMouseInput=1
  740. bSmoothFrameRate=0
  741. bSupportsGPUScene=1
  742. bSupportsWaveOperations=1
  743. bUseAsyncComputeContext=1
  744. bUseBackgroundCompiling=1
  745. bViewAccelerationEnabled=0
  746. csv.trackWaitsGT=0
  747. csv.trackWaitsRT=0
  748. D3D12.AFRUseFramePacing=1
  749. D3D12.Aftermath=0
  750. D3D12.AllowPoolAllocateIndirectArgBuffers=1
  751. D3D12.AsyncDeferredDeletion=1
  752. D3D12.ExecuteContextInParallel=1
  753. D3D12.ForceThirtyHz=0
  754. D3D12.InsertOuterOcclusionQuery=1
  755. D3D12.MaxCommandsPerCommandList=20000
  756. D3D12.MaximumFrameLatency=1
  757. D3D12.MultithreadedCommandListBuilding=1
  758. D3D12.PSO.DriverOptimizedDiskCache=1
  759. D3D12.PSOPrecache.KeepLowLevel=0
  760. D3D12.RayTracing.AllowSpecializedStateObjects=0
  761. D3D12.ResidencyManagement=1
  762. D3D12.VRAMBufferPoolDefrag.MaxCopySizePerFrame=16777216
  763. D3D12.VRAMBufferPoolDefrag=1
  764. D3D12.VRAMTexturePoolDefrag.MaxCopySizePerFrame=16777216
  765. D3D12.VRAMTexturePoolDefrag=1
  766. D3D12.ZeroBufferSizeInMB=32
  767. EnableMathOptimisations=1
  768. foliage.MaxOcclusionQueriesPerComponent=8
  769. foliage.MinOcclusionQueriesPerComponent=3
  770. FX.AllowAsyncTick=1
  771. fx.AllowFastPathFunctionLibrary=1
  772. FX.BatchAsync=1
  773. FX.BatchAsyncBatchSize=8
  774. fx.DeferrPSCDeactivation=1
  775. FX.EarlyScheduleAsync=1
  776. fx.EnableCircularAnimTrailDump=0
  777. fx.GPUSimulationTextureSizeX=512
  778. fx.GPUSimulationTextureSizeY=512
  779. FX.GPUSpawnWarningThreshold=99999999
  780. fx.Niagara.AsyncCompute=1
  781. fx.Niagara.DebugDraw.Enabled=0
  782. fx.Niagara.GpuComputeDebug.DrawDebugEnabled=0
  783. fx.Niagara.WarnComponentRenderCount=999999
  784. fx.NiagaraAllowAsyncWork=1
  785. fx.NiagaraAllowRuntimeScalabilityChanges=1
  786. fx.NiagaraBatcher.FreeBufferEarly=0
  787. fx.NiagaraDataBufferMinSize=2048
  788. fx.NiagaraParallelSpawn=1
  789. fx.NiagaraParallelUpdate=1
  790. fx.NiagaraRuntimeCycleHistorySize=30
  791. fx.ParticlePerfStats.Enabled=0
  792. fx.ScalabilityManParallelThreshold=25
  793. fx.ScalabilityMaxUpdatesPerFrame=25
  794. fx.SkipVectorVMBackendOptimizations=0
  795. gc.AllowIncrementalGather=0
  796. gc.AllowIncrementalReachability=0
  797. gc.AllowParallelDestruction=1
  798. gc.AllowParallelGC=1
  799. gc.AssetClusteringEnabled=1
  800. gc.ContinuousIncrementalGC=0
  801. gc.CreateGCClusters=1
  802. gc.FlushStreamingOnGC=0
  803. gc.GarbageEliminationEnabled=1
  804. gc.IncrementalBeginDestroyEnabled=1
  805. gc.MinGCClusterSize=5
  806. gc.MultithreadedDestructionEnabled=1
  807. gc.NumRetriesBeforeForcingGC=10
  808. gc.TimeBetweenPurgingPendingKillObjects=61.1
  809. GeometryCache.OffloadUpdate=1
  810. grass.MaxAsyncTasks=8
  811. grass.MaxCreatePerFrame=6
  812. grass.UseHaltonDistribution=1
  813. landscape.RenderNanite=1
  814. LevelSequence.InvalidBindingTagWarnings=0
  815. LogAI=all off
  816. LogAnalytics=all off
  817. LogAnimation=all off
  818. LogAudio=all off
  819. LogAudioCaptureCore=all off
  820. LogAudioMixer=all off
  821. LogBlueprint=all off
  822. LogChaosDD=all off
  823. LogConfig=all off
  824. LogCore=all off
  825. LogDerivedDataCache=all off
  826. LogDeviceProfileManager=all off
  827. LogEOSSDK=all off
  828. LogFab=all off
  829. LogFileCache=all off
  830. LogInit=all off
  831. LogInput=all off
  832. LogInteractiveProcess=all off
  833. LogLevelSequenceEditor=all off
  834. LogLinker=all off
  835. LogMemory=all off
  836. LogMemoryProfiler=all off
  837. LogMeshMerging=all off
  838. LogMeshReduction=all off
  839. LogMetaSound=all off
  840. LogNetwork=all off
  841. LogNetworkingProfiler=all off
  842. LogNFORDenoise=all off
  843. LogNiagara=all off
  844. LogNiagaraDebuggerClient=all off
  845. LogNNEDenoiser=all off
  846. LogNNERuntimeORT=all off
  847. LogOnline=all off
  848. LogOnlineEntitlement=all off
  849. LogOnlineEvents=all off
  850. LogOnlineFriend=all off
  851. LogOnlineGame=all off
  852. LogOnlineIdentity=all off
  853. LogOnlinePresence=all off
  854. LogOnlineSession=all off
  855. LogOnlineTitleFile=all off
  856. LogOnlineUser=all off
  857. LogPakFile=all off
  858. LogPhysics=all off
  859. LogPluginManager=all off
  860. LogPython=all off
  861. LogRenderer=all off
  862. LogRendererCore=all off
  863. LogRenderTargetPool=all off
  864. LogShaderCompiler=all off
  865. LogShaderCompilers=all off
  866. LogSlate=all off
  867. LogSourceControl=all off
  868. LogStreaming=all off
  869. LogStudioTelemetry=all off
  870. LogTargetPlatformManager=all off
  871. LogTelemetry=all off
  872. LogTemp=all off
  873. LogTextureEncodingSettings=all off
  874. LogTextureFormatManager=all off
  875. LogTextureFormatOodle=all off
  876. LogTimingProfiler=all off
  877. LogUObject=all off
  878. LogUObjectArray=all off
  879. LogUsd=all off
  880. LogVirtualization=all off
  881. LogVRS=all off
  882. LogWindows=all off
  883. LogWindowsTextInputMethodSystem=all off
  884. LogWorldPartition=all off
  885. LogXGEController=all off
  886. LogZenServiceInstance=all off
  887. MaxShaderJobBatchSize=150
  888. MaxShaderJobs=1000
  889. memory.logGenericPlatformMemoryStats=0
  890. niagara.CreateShadersOnLoad=1
  891. NumUnusedShaderCompilingThreads=2
  892. p.AsyncSceneEnabled=1
  893. p.Chaos.PerParticleCollision.ISPC=1
  894. p.Chaos.Solver.Joint.UseSimd=1
  895. p.Chaos.Solver.Sleep.Defaults.AngularSleepThreshold=0.05
  896. p.Chaos.Solver.Sleep.Defaults.LinearSleepThreshold=0.01
  897. p.Chaos.Spherical.ISPC=1
  898. p.Chaos.Spring.ISPC=1
  899. p.Chaos.TriangleMesh.ISPC=1
  900. p.Chaos.VelocityField.ISPC=1
  901. p.Chaos.VisualDebuggerEnable=0
  902. p.RemoveFarBodiesFromBVH=1
  903. pakcache.CachePerPakFile=1
  904. pakcache.MaxBlockMemory=384
  905. pakcache.MaxRequestSizeToLowerLevellKB=3072
  906. pakcache.MaxRequestsToLowerLevel=3
  907. pakcache.NumUnreferencedBlocksToCache=20
  908. pakcache.UseNewTrim=1
  909. PixWinPlugin=all off
  910. PlatformFormat=OGG
  911. PlatformStreamingFormat=OGG
  912. PoolSizeVRAMPercentage=60
  913. r.AllowAsyncRenderThreadUpdatesDuringGamethreadUpdates=0
  914. r.AllowMultiThreadedShaderCreation=1
  915. r.AntiAliasingMethod=2
  916. r.AOAsyncBuildQueue=1
  917. r.AsyncCompute.AdaptiveBuffer=1
  918. r.AsyncCompute.ParallelDispatch=1
  919. r.AsyncCompute=1
  920. r.AsyncCreateLightPrimitiveInteractions=1
  921. r.AsyncPipelineCompile=1
  922. r.bForceGCAfterLevelStreamedOut=0
  923. r.Bloom.AsyncCompute=1
  924. r.CompileShadersForDevelopment=0
  925. r.CookOutUnusedDetailModeComponents=1
  926. r.D3D.ForceDXC=1
  927. r.D3D.RemoveUnusedInterpolators=1
  928. r.D3D12.DRED=0
  929. r.D3D12.ExecuteContextInParallel=1
  930. r.D3D12.GPUCrashDebuggingMode=0
  931. r.D3D12.GPUTimeout=0
  932. r.D3D12.LightweightDRED=0
  933. r.D3D12.RayTracing.AllowSpecializedStateObjects=0
  934. r.DefaultFeature.AntiAliasing=2
  935. r.DFShadowAsyncCompute=1
  936. r.DistanceFields.ParallelAtlasUpdate=1
  937. r.DistanceFields.ParallelBuild=1
  938. r.DistanceFields.ParallelCulling=1
  939. r.DistanceFields.ParallelUpdate=1
  940. r.DontLimitOnBattery=1
  941. r.DumpGPU=0
  942. r.Emitter.FastPoolEnable=1
  943. r.EnableAsyncComputeVolumetricFog=1
  944. r.EnableDebugSpam_GetObjectPositionAndScale=0
  945. r.EnableMultiThreadedRendering=1
  946. r.FidelityFX.FSR.RCAS=0
  947. r.FidelityFX.FSR2.Sharpness=0.0
  948. r.FidelityFX.FSR3.Sharpness=0.0
  949. r.FidelityFX.FSR4.Sharpness=0.0
  950. r.FidelityFX.RCAS.Sharpness=0
  951. r.FidelityFX.RCAS=0
  952. r.FinishCurrentFrame=0
  953. r.FogDensityVolumes.Parallel=1
  954. r.Foliage.UsePrecomputedLODScreenSize=1
  955. r.ForceAllCoresForShaderCompiling=1
  956. r.ForceDebugViewModes=0
  957. r.ForceOcclusionQueryBatching=1
  958. r.ForceParallelAnimUpdate=1
  959. r.GameThread.PriorityRedirectThreshold=3
  960. r.GeometryCollection.Nanite.AsyncCompute=1
  961. r.GeometryCollection.Nanite=1
  962. r.GPUCrash.Collectionenable=0
  963. r.GPUCrash.DataDepth=0
  964. r.GPUCrashDebugging.Aftermath.Callstack=0
  965. r.GPUCrashDebugging.Aftermath.Enabled=0
  966. r.GPUCrashDebugging.Aftermath.Markers=0
  967. r.GPUCrashDebugging=0
  968. r.GPUCrashDump=0
  969. r.GPUDefrag.AllowOverlappedMoves=1
  970. r.GPUDefrag.EnableTimeLimits=1
  971. r.GPUDefrag.MaxRelocations=10
  972. r.GPUDefrag.MaxRelocationsPerFrame=5
  973. r.GraphicsThread.EnableBackgroundThreads=1
  974. r.GraphicsThread.UseThreadedDestruction=1
  975. r.Grass.ParallelCull=1
  976. r.GTSyncType=2
  977. r.HZBOcclusion.Parallel=1
  978. r.InstanceCulling.OcclusionCull=1
  979. r.IO.DirectStorage.BatchingGranularity=64
  980. r.IO.DirectStorage.MinSizeKB=1024
  981. r.IO.UseDirectStorage=1
  982. r.IO.VirtualTextures=1
  983. r.Landscape.ParallelSectionUpdate=1
  984. r.Lumen.ASVGF.AsyncCompute=1
  985. r.Lumen.DiffuseIndirect.AsyncCompute=1
  986. r.Lumen.HardwareRayTracing.AsyncCompute=1
  987. r.Lumen.HardwareRayTracing.ShaderExecutionReordering=1
  988. r.Lumen.Reflections.MaxRoughnessToTraceForFoliage=0.4
  989. r.Lumen.Reflections.RadianceCache=1
  990. r.Lumen.Reflections.Temporal=0
  991. r.Lumen.ScreenProbeGather.AsyncCompute=1
  992. r.Lumen.ScreenProbeGather.InterpolationDepthWeightForFoliage=10
  993. r.Lumen.ScreenProbeGather.StochasticInterpolation=1
  994. r.Lumen.ScreenProbeGather.TemporalFilterProbes=1
  995. r.LumenScene.DirectLighting.OffscreenShadowing.TraceMeshSDFs=0
  996. r.LumenScene.FarField.OcclusionOnly=1
  997. r.LumenScene.Lighting.AsyncCompute=1
  998. r.LumenScene.MeshCardsPerTask=384
  999. r.LumenScene.ParallelUpdate=1
  1000. r.LumenScene.PrimitivesPerTask=384
  1001. r.LumenScene.SurfaceCache.Feedback.MinPageHits=32.0
  1002. r.LumenScene.SurfaceCache.MaxFramesPerUpdate=4
  1003. r.LumenScene.SurfaceCache.RemovesPerFrame=128
  1004. r.Materials.ParallelCaching=1
  1005. r.Materials.ParallelCompile=1
  1006. r.Materials.ParallelUpdate=1
  1007. r.MaxAnisotropy=16
  1008. r.MeshDrawCommands.DynamicInstancing=1
  1009. r.MeshDrawCommands.ParallelPassSetup=1
  1010. r.MeshDrawCommands.UseParallelPassSetup=1
  1011. r.Nanite.AllowMaskedMaterials=1
  1012. r.Nanite.Builder.AsyncHelpers=1
  1013. r.Nanite.CompressedStreamingPages=1
  1014. r.Nanite.Culling.MinLOD=1
  1015. r.Nanite.GeometryCollection=1
  1016. r.Nanite.LargePageRectThreshold=512
  1017. r.Nanite.MaterialVisibility.Async=1
  1018. r.Nanite.MaterialVisibility=1
  1019. r.Nanite.MaxPixelsPerEdge=1.5
  1020. r.Nanite.PrimeHZB=1
  1021. r.Nanite.SoftwareVRS=1
  1022. r.Nanite.Streaming.Async=1
  1023. r.Nanite.Streaming.AsyncCompute=1
  1024. r.Nanite.Streaming.MaxPageInstallsPerFrame=32
  1025. r.Nanite.Streaming.MaxPendingPages=32
  1026. r.Nanite.Streaming.ReservedResources=1
  1027. r.Nanite.VSMMeshShaderRasterization=1
  1028. r.NGX.DLSS.DilateMotionVectors=0
  1029. r.NGX.DLSS.PreferNISSharpen=0
  1030. r.NGX.DLSS.Sharpness=0
  1031. r.NGX.LogLevel=0
  1032. r.NIS.Enable=0
  1033. r.NumBufferedOcclusionQueries=2
  1034. r.Occlusion.ParallelPrimFetch=1
  1035. r.Occlusion.SingleRHIThreadStall=1
  1036. r.OneFrameThreadLag=1
  1037. r.ParallelAnimationCacheConversion=1
  1038. r.ParallelAnimationCacheConversionAsync=1
  1039. r.ParallelAnimationCacheStreaming=1
  1040. r.ParallelAnimationCompression=1
  1041. r.ParallelAnimationCompressionAsync=1
  1042. r.ParallelAnimationEvaluation=1
  1043. r.ParallelAnimationRetargeting=1
  1044. r.ParallelAnimationRetargetingAsync=1
  1045. r.ParallelAnimationStreaming=1
  1046. r.ParallelAnimationStreamingAsync=1
  1047. r.ParallelAnimationUpdate=1
  1048. r.ParallelAsyncComputeSkinCache=1
  1049. r.ParallelAsyncComputeTranslucency=1
  1050. r.ParallelBasePass=1
  1051. r.ParallelBatchDispatch=1
  1052. r.ParallelCulling=1
  1053. r.ParallelDestruction=1
  1054. r.ParallelDistanceField=1
  1055. r.ParallelDistributedScene=1
  1056. r.ParallelGraphics=1
  1057. r.ParallelInitViews=1
  1058. r.ParallelLandscapeLayerUpdate=1
  1059. r.ParallelLandscapeSplatAtlas=1
  1060. r.ParallelLandscapeSplineSegmentCalc=1
  1061. r.ParallelLandscapeSplineUpdate=1
  1062. r.ParallelLightingBuild=1
  1063. r.ParallelLightingComposition=1
  1064. r.ParallelLightingInject=1
  1065. r.ParallelLightingPropagation=1
  1066. r.ParallelLightingSetup=1
  1067. r.ParallelMeshBuildUseJobCulling=1
  1068. r.ParallelMeshBuildUseJobMerging=1
  1069. r.ParallelMeshDrawCommands=1
  1070. r.ParallelMeshMerge=1
  1071. r.ParallelMeshProcessing=1
  1072. r.ParallelNavBoundsCalc=1
  1073. r.ParallelNavBoundsInit=1
  1074. r.ParallelNavBoundsUpdate=1
  1075. r.ParallelNavOctreeUpdate=1
  1076. r.ParallelParticleUpdate=1
  1077. r.ParallelPhysicsScene=1
  1078. r.ParallelPhysicsStepAsync=1
  1079. r.ParallelPostProcessing=1
  1080. r.ParallelPrePass=1
  1081. r.ParallelReflectionCaptures=1
  1082. r.ParallelReflectionEnvironment=1
  1083. r.ParallelRendering=1
  1084. r.ParallelRenderUploads=1
  1085. r.ParallelSceneCapture=1
  1086. r.ParallelSceneColorGather=1
  1087. r.ParallelShaderCompile=1
  1088. r.ParallelSkeletalClothBoundsCalc=1
  1089. r.ParallelSkeletalClothGather=1
  1090. r.ParallelSkeletalClothPrepareSim=1
  1091. r.ParallelSkeletalClothSimulate=1
  1092. r.ParallelSkeletalClothSkinning=1
  1093. r.ParallelSkeletalClothUpdate=1
  1094. r.ParallelSkeletalClothUpdateBounds=1
  1095. r.ParallelSkeletalClothUpdateVerts=1
  1096. r.ParallelTaskShaderCompilation=1
  1097. r.ParallelTonemapping=1
  1098. r.ParallelTranslucency=1
  1099. r.ParallelVelocity=1
  1100. r.ParallelZPrepass=1
  1101. r.PipelineStateCache.AsyncCompileAfterTypes=1
  1102. r.PostProcessAAQuality=4
  1103. r.PreTileTextures=1
  1104. r.pso.EnableAsyncCacheConsolidation=1
  1105. r.pso.evictiontime=30
  1106. r.pso.precachecompilationcost=150
  1107. r.pso.precaching=1
  1108. r.pso.PrecompileThreadPoolSizeMax=2147483647
  1109. r.pso.PrecompileThreadPoolSizeMin=2
  1110. r.PSOPrecache.Components=1
  1111. r.PSOPrecache.GlobalShaders=1
  1112. r.PSOPrecache.KeepInMemoryComputeMaxNum=256
  1113. r.PSOPrecache.KeepInMemoryGraphicsMaxNum=1024
  1114. r.PSOPrecache.ProxyCreationDelayStrategy=0
  1115. r.PSOPrecache.ProxyCreationWhenPSOReady=1
  1116. r.PSOPrecache.Resources=1
  1117. r.PSOPrecaching.WaitForHighPriorityRequestsOnly=0
  1118. r.RayTracing.Culling=1
  1119. r.RayTracing.Geometry.NaniteProxies.WPO=0
  1120. r.RayTracing.Shadows.EnableTwoSidedGeometry=0
  1121. r.RDG.AsyncClothTick=1
  1122. r.RDG.AsyncCompute=1
  1123. r.RDG.AsyncPipelineCompile=1
  1124. r.RDG.ParallelExecute=1
  1125. r.RDG.ParallelUpdateRenderGraph=1
  1126. r.Renderer.UseGPUInstancing=1
  1127. r.RenderThread.EnableTaskGraphThread=1
  1128. r.RenderThread.Priority=2
  1129. r.RHI.UseParallelDispatch=1
  1130. r.RHICmdBalanceParallelLists=1
  1131. r.RHICmdBuffer.EnableThreadedCompletion=1
  1132. r.RHICmdBypass=0
  1133. r.RHICmdUseParallelAlgorithms=1
  1134. r.RHICmdUseThread=1
  1135. r.RHIThread.Priority=2
  1136. r.RHIThread=1
  1137. r.SceneRenderingThreadAffinity=-1
  1138. r.ShaderCompiler.AllowDistributedCompilation=0
  1139. r.ShaderDrawDebug=0
  1140. r.ShaderLibrary.PrintExtendedStats=0
  1141. r.ShaderPipelineCache.AsyncCompileRate=32
  1142. r.ShaderPipelineCache.BackgroundBatchSize=8
  1143. r.ShaderPipelineCache.BatchSize=64
  1144. r.ShaderPipelineCache.BatchTime=2
  1145. r.ShaderPipelineCache.BackgroundBatchTime=1
  1146. r.ShaderPipelineCache.Enabled=1
  1147. r.ShaderPipelineCache.ExcludePrecachePSO=1
  1148. r.ShaderPipelineCache.GameFileMaskEnabled=1
  1149. r.ShaderPipelineCache.OnlyOpenUserCache=0
  1150. r.ShaderPipelineCache.PrecompileBatchSize=30
  1151. r.ShaderPipelineCache.PrecompileBatchTime=16
  1152. r.ShaderPipelineCache.PrecompileFrameTime=50
  1153. r.ShaderPipelineCache.PreOptimizeEnabled=1
  1154. r.ShaderPipelineCache.StartupCache=1
  1155. r.ShaderPipelineCache.StartupMode=2
  1156. r.Shaders.Optimize=1
  1157. r.Shaders.OptimizePreload=1
  1158. r.Shaders.Precompile=1
  1159. r.Shaders.RemoveDeadCode=1
  1160. r.Shaders.RemoveUnusedInterpolators=1
  1161. r.Shadow.CacheWPOPrimitives=1
  1162. r.Shadow.CSMCaching=1
  1163. r.Shadow.Virtual.Cache.AllocateViaLRU=1
  1164. r.Shadow.Virtual.Cache.MaxLightAgeSinceLastRequest=8
  1165. r.Shadow.Virtual.Cache.StaticSeparate=1
  1166. r.Shadow.Virtual.MaxPhysicalPages=2048
  1167. r.Shadow.Virtual.NonNanite.IncludeInCoarsePages=0
  1168. r.Shadow.Virtual.ParallelBuild=1
  1169. r.Shadow.Virtual.ParallelProjection=1
  1170. r.Shadow.Virtual.ResolutionLodBiasLocalMoving=1
  1171. r.Shadow.Virtual.SMRT.SamplesPerRayDirectional=4
  1172. r.Shadow.Virtual.SMRT.SamplesPerRayLocal=4
  1173. r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque=1
  1174. r.Skylight.RealTimeCapture.TimeSlice=1
  1175. r.SkyLight.RealTimeReflectionCapture.TimeSlice=1
  1176. r.SSS.Burley.EnableProfileIdCache=1
  1177. r.Streaming.AmortizeCPUToGPUCopy=1
  1178. r.Streaming.Boost=1
  1179. r.Streaming.BuildTextureStreamingDataOnLoad=1
  1180. r.Streaming.DefragDynamicBounds=1
  1181. r.Streaming.EnableAssetUpdateAbandons=1
  1182. r.Streaming.FramesForFullUpdate=2
  1183. r.Streaming.FullyLoadUsedTextures=0
  1184. r.Streaming.HLODStrategy=2
  1185. r.Streaming.LimitPoolSizeToVRAM=0
  1186. r.Streaming.PoolSize=8192
  1187. r.Streaming.MaxNumTexturesToStreamPerFrame=0
  1188. r.Streaming.MinFudgeFactor=0.5
  1189. r.Streaming.MinMipForSplitRequest=0
  1190. r.Streaming.MaxTempMemoryAllowed=512
  1191. r.Streaming.ParallelRenderAssetsNumWorkgroups=4
  1192. r.Streaming.PredictiveBoost=1
  1193. r.Streaming.PredictiveBoostHintSize=512
  1194. r.Streaming.StressTest.ExtraAsyncLatency=0
  1195. r.Streaming.UseAsyncRequestsForDDC=1
  1196. r.Streaming.UseBackgroundThreadPool=1
  1197. r.Streaming.UseFixedPoolSize=0
  1198. r.Streaming.UseMaterialDataStreaming=1
  1199. r.Streaming.UseNewMetrics=1
  1200. r.Streaming.UsePerTextureBias=1
  1201. r.Streamline.DilateMotionVectors=0
  1202. r.Streamline.DLSS.Sharpness=0
  1203. r.Streamline.NIS.Sharpness=0
  1204. r.Streamline.TagUIColorAlpha=0
  1205. r.Streamline.XeSS.Sharpness=0
  1206. r.SupportAllShaderPermutations=0
  1207. r.TemporalAA.Algorithm=1
  1208. r.TemporalAA.Upsampling=1
  1209. r.TemporalAACatmullRom=0
  1210. r.TemporalAACurrentFrameWeight=0.2
  1211. r.TemporalAAFilterSize=0.7
  1212. r.TemporalAASamples=8
  1213. r.TemporalAASharpness=0
  1214. r.TextureStreaming.DiscardUnusedMips=1
  1215. r.TextureStreaming.UseBackgroundThreadPool=1
  1216. r.TextureStreaming.UseDeferredLock=1
  1217. r.TextureStreaming=1
  1218. r.ThreadedShaderCompilation=1
  1219. r.Threading.AllowWorkerThreadStall=0
  1220. r.Threading.ThreadPriority=3
  1221. r.ThreadPool.BackgroundThreadPriority=0
  1222. r.ThreadPool.EnableBackgroundThreads=1
  1223. r.ThreadPool.EnableHighPriorityThreads=1
  1224. r.Tonemapper.Sharpen=0.50
  1225. r.Translucency.AutoBeforeDOF=1
  1226. r.TSR.ShadingRejection.Flickering.FrameRateCap=60
  1227. r.TSR.ShadingRejection.Flickering.Period=3
  1228. r.TSR.ShadingRejection.Flickering=1
  1229. r.TSR.Velocity.Extrapolation=1
  1230. r.UniformBufferPooling=1
  1231. r.UseAsyncShaderPrecompilation=1
  1232. r.UseMultiThreadedRendering=1
  1233. r.Velocity.Enable=1
  1234. r.Velocity.OutputTranslucentClippedDepth.Supported=1
  1235. r.Velocity.TemporalResponsiveness.Supported=1
  1236. r.Visibility.FrustumCull.UseSphereTestFirst=1
  1237. r.Visibility.TaskSchedule=0
  1238. r.VolumetricFog.GridPixelSize=16
  1239. r.VolumetricFog.InjectShadowedLightsSeparately=1
  1240. r.VolumetricFog.Jitter=1
  1241. r.VRS.BasePass=1
  1242. r.VRS.ContrastAdaptiveShading=0
  1243. r.VRS.Enable=1
  1244. r.VRS.EnableImage=1
  1245. r.VRS.EnableSoftware=1
  1246. r.VRS.LightFunctions=1
  1247. r.VRS.MaterialAdaptiveShading=1
  1248. r.VRS.Method=1
  1249. r.VRS.MotionAdaptiveShading=1
  1250. r.VRS.NaniteEmitGBuffer=1
  1251. r.VRS.ReflectionEnvironmentSky=1
  1252. r.VRS.SSAO=1
  1253. r.VRS.SSR=1
  1254. r.VRS.Tier=2
  1255. r.VRS.Translucency=1
  1256. r.VT.CsvStats=0
  1257. r.vt.FeedbackFactor=8
  1258. r.VT.MaxContinuousUpdatesPerFrame=16
  1259. r.VT.MaxUploadsPerFrame=128
  1260. r.VT.ParallelFeedbackTasks=1
  1261. RawMouseInputEnabled=1
  1262. RenderDocPlugin=all off
  1263. RHI.ResourceTableCaching=1
  1264. RHI.SyncAllowEarlyKick=1
  1265. RHI.SyncThreshold=512
  1266. s.AdaptiveAddToWorld.Enabled=1
  1267. s.AllowParallelUObjectCreationFromRequests=1
  1268. s.AsyncLoadingThreadEnabled=1
  1269. s.AsyncLoadingThreadPriority=2
  1270. s.AsyncLoadingTimeLimit=5
  1271. s.EventDrivenLoaderEnabled=1
  1272. s.GroupedComponentMovement.Enable=1
  1273. s.IoDispatcherBufferMemoryMB=64
  1274. s.IoDispatcherCacheSizeMB=2048
  1275. s.IoDispatcherDecompressionWorkerCount=4
  1276. s.IoDispatcherUseAsyncPriority=1
  1277. s.LevelStreamingActorsUpdateTimeLimit=5
  1278. s.LevelStreamingComponentsRegistrationGranularity=10
  1279. s.LevelStreamingComponentsUnregistrationGranularity=5
  1280. s.MaxIncomingRequestsToStall=1
  1281. s.MaxLevelRequestsAtOnceWhileInMatch=4
  1282. s.MaxReadyRequestsToStallMB=0
  1283. s.MinBulkDataSizeForAsyncLoading=131072
  1284. s.PriorityAsyncLoadingExtraTime=15
  1285. s.PriorityLevelStreamingActorsUpdateExtraTime=15
  1286. s.ProcessPrestreamingRequests=1
  1287. s.TimeLimitExceededMultiplier=1.5
  1288. s.UnregisterComponentsTimeLimit=1
  1289. s.UseBackgroundLevelStreaming=1
  1290. s.UseUnifiedTimeBudgetForStreaming=1
  1291. s.Zen.AllowAsyncIO=1
  1292. Slate.bAllowThrottling=0
  1293. t.MaxFPS=0
  1294. TaskGraph.Enable=1
  1295. TaskGraph.EnableBackgroundWorkers=1
  1296. TaskGraph.EnableCompaction=1
  1297. TaskGraph.EnableFastScheduler=1
  1298. TaskGraph.EnableForkJoin=1
  1299. TaskGraph.EnableThreaded=1
  1300. TaskGraph.EnableThreadPriorities=1
  1301. TaskGraph.ForkedProcessMaxWorkerThreads=4
  1302. TaskGraph.NumForegroundWorkers=-1
  1303. TaskGraph.NumWorkerThreads=-1
  1304. TaskGraph.NumWorkerThreadsToSpawn=-1
  1305. TaskGraph.PrintBroadcastWarnings=0
  1306. tick.AllowAsyncTickDispatch=1
  1307. tick.AllowBatchedTicks=1
  1308. TimerManager.DumpTimerLogResolveVirtualFunctions=0
  1309. TimerManager.DumpTimerLogSymbolNames=0
  1310. UseAllCores=1
  1311. vm.FreeUnoptimizedByteCode=1
  1312. vm.OptimizeVMByteCode=1
  1313. WorkerThreadPriority=0
  1314. wp.Runtime.HLOD.WarmupEnabled=1
  1315. wp.Runtime.HLOD.WarmupNanite=1
  1316. wp.Runtime.HLOD.WarmupVT=0
  1317. wp.Runtime.HLODStreaming.Async=1
  1318. wp.Runtime.HLODStreaming=1
  1319. wp.Runtime.LevelStreamingContinuouslyIncrementalGCWhileLevelsPendingPurgeForWP=128
  1320. wp.Runtime.MaxLoadingStreamingCells=12
  1321. wp.Runtime.PartitionStreaming.Async=1
  1322. wp.Runtime.PartitionStreaming.NumThreads=4
  1323. wp.Runtime.UpdateStreaming.EnableAsyncUpdate=1
  1324. wp.Runtime.UpdateStreaming.UseAsyncWorkloadProfile=1
  1325. wp.Runtime.UpdateStreamingStateTimeLimit=0.25
  1326.  
  1327. ;============================================================
  1328. ;================== CUSTOM/OPTIONAL SETTINGS ================
  1329. ;============================================================
  1330. ; You can add other custom CVARs/Sections below
  1331. [SystemSettings]
  1332. r.fog=0
  1333. r.VolumetricFog=0
  1334. r.atmosphere=0
  1335. r.MotionBlurQuality=0
  1336. r.BloomQuality=0
  1337. r.DepthOfFieldQuality=0
  1338. r.LensFlareQuality=0
  1339.  
  1340.  
Tags: G1R opti+
Advertisement
Add Comment
Please, Sign In to add comment