Advertisement
kenshinakh

ExtremeLod

Aug 20th, 2022 (edited)
7,464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
INI file 1.30 KB | Gaming | 0 0
  1. ; Paste under Engine.ini after last line
  2. ; Settings for Extreme LoD + Optimizations and Stutter fixes
  3.  
  4. [SystemSettings]
  5. ; LOD
  6. r.ViewDistanceScale=2000
  7. foliage.LODDistanceScale=4
  8.  
  9. ; shadow
  10. r.Shadow.DistanceScale=10
  11. r.LightMaxDrawDistanceScale=2
  12.  
  13. ; optimizations
  14. r.Shaders.Optimize=1
  15. r.GTSyncType=1
  16.  
  17. ; might help with lag and stutter at cost of input lag
  18. r.OneFrameThreadLag=1
  19.  
  20. ; Allow tearing when you have a VRR capable monitor
  21. r.D3D11.UseAllowTearing=1
  22. r.D3D12.UseAllowTearing=1
  23.  
  24. ; Extra stutter optimizations for streaming and GC
  25. ;gc.LowMemory.MemoryThresholdMB=8000
  26. gc.TimeBetweenPurgingPendingKillObjects=30
  27. ;gc.NumRetriesBeforeForcingGC=5
  28. ;gc.MinDesiredObjectsPerSubTask=20
  29. ; Improves stutter but will cause glitches in minigame. (Crane games)
  30. s.ForceGCAfterLevelStreamedOut=0
  31. ; Improves stutter but will cause glitches in minigame. (Crane games)
  32. ; Currently not working in 3.2
  33. ;s.ContinuouslyIncrementalGCWhileLevelsPendingPurge=0
  34.  
  35. [ConsoleVariables]
  36. AllowAsyncRenderThreadUpdates=1
  37. AllowAsyncRenderThreadUpdatesDuringGamethreadUpdates=1
  38. AllowAsyncRenderThreadUpdatesEditor=1
  39.  
  40. ; Maintain aspec ratio for ultrawide monitors.
  41. ; Enable if you have wide monitor and you feel like zoom is too close.
  42. [/Script/Engine.LocalPlayer]
  43. ; AspectRatioAxisConstraint=AspectRatio_MaintainYFOV
  44.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement