danhermes69420

MEDIUM PRESET UPDATE 8/3/2023

Jul 27th, 2023 (edited)
3,425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. [SystemSettings]
  2. ;---------------------------------Improve texture quality and antialiasing, no shimmering and jagged line------------------------
  3. r.VT.MaxAnisotropy=16
  4. r.MaxAnisotropy=16
  5. r.PostProcessAAQuality=5
  6. r.TemporalAA.Algorithm=1
  7. r.TemporalAASharpness=0.0
  8. r.TemporalAASamples=16
  9. r.TemporalAADynamicSharpen=0.0
  10. r.TemporalAACurrentFrameWeight=0.00
  11. r.Tonemapper.GrainQuantization=0
  12. r.ToneMapper.Sharpen=0.0 ; adjust the sharpness of the texture 0.0 - 1.0, 0.0 = off (too high causing artefacts)
  13.  
  14. ;-----------------------------------Improve Shadow Quality------------------------------------------------------------
  15. r.Shadow.Denoiser=1
  16. r.AmbientOcclusion.Denoiser=1
  17. r.Shadow.RadiusThreshold=0
  18. r.Shadow.MaxResolution=3072 ; reduce to 2048 or 3072 if you have performance issue
  19. r.Shadow.MinResolution=2048 ; reduce to 2048 or 3072 if you have performance issue
  20. r.Shadow.MaxCSMResolution=3072 ; reduce to 2048 or 3072 if you have performance issue
  21. r.Shadow.MinCSMResolution=2048 ; reduce to 2048 or 3072 if you have performance issue
  22.  
  23. ;-----------------------------------Improve Level of Detail------------------------------------------------------------
  24. r.LevelStreamingDistanceScale=10
  25. r.ViewDistanceScale=10
  26. r.StaticMeshLODDistanceScale=0.25
  27. r.SkeletalMeshLODBias=-1
  28. r.LandscapeLODBias=-1
  29. r.LandscapeLODDistributionScale=3
  30. r.LandscapeLOD0DistributionScale=3
  31. r.LODFadeTime=2
  32. r.UITextureLODBias=-1
  33.  
  34. ;-----------------------------------Improve Screen Space Reflection------------------------------------------------------------
  35. r.Reflections.Denoiser=2
  36. r.SSR.MaxRoughness=0.8
  37. r.SSR.Temporal=1
  38. r.LightMaxDrawDistanceScale=1
  39.  
  40. ;-----------------------------------Improve Performance Optimization------------------------------------------------------------
  41. rhi.SyncInterval=1
  42. rhi.SyncSlackMS=0
  43. r.GTSyncType=2
  44. r.OneFrameThreadLag=1
  45. r.VSync=1
  46. r.Streaming.NumStaticComponentsProcessedPerFrame=10
  47. s.LevelStreamingComponentsUnregistrationGranularity=5
  48. s.LevelStreamingComponentsRegistrationGranularity=5
  49. s.AsyncLoadingTimeLimit=2
  50. s.PriorityAsyncLoadingExtraTime=1
  51. s.UnregisterComponentsTimeLimit=2
  52. s.LevelStreamingActorsUpdateTimeLimit=2
  53. s.PriorityLevelStreamingActorsUpdateExtraTime=1
  54. s.ContinuouslyIncrementalGCWhileLevelsPendingPurge=0
  55. s.ForceGCAfterLevelStreamedOut=0
  56. gc.MultithreadedDestructionEnabled=0
  57.  
  58. [/script/engine.engine]
  59. bSmoothFrameRate=true
  60.  
  61. ;-----------------------------------Disable debugging/logging------------------------------------------------------------
  62. [CrashReportClient]
  63. bAgreeToCrashUpload=false
  64. bImplicitSend=False
  65.  
  66. [Core.Log]
  67. LogPluginManager=all off
  68. LogOnlineIdentity=all off
  69. LogOnlineSession=all off
  70. LogMemory=all off
  71. LogMemory=all off
  72. LogMemory=all off
  73. LogPakFile=all off
  74. LogTemp=all off
  75. LogLinker=all off
  76. LogOnline=all off
  77. LogOnlineGame=all off
  78. LogAnalytics=all off
  79. LogConfig=all off
  80. LogInteractiveProcess=all off
  81. LogInput=all off
  82. LogOnlineEntitlement=all off
  83. LogOnlineEvents=all off
  84. LogOnlineFriend=all off
  85. LogOnlinePresence=all off
  86. LogOnlineTitleFile=all off
  87. LogOnlineUser=all off
  88. LogGarbage=all off
  89. LogPIE=all off
  90. Global=off
Advertisement
Add Comment
Please, Sign In to add comment