Advertisement
xHybred

UE4/5 | Graphics Enhanced - Same FPS

Nov 14th, 2024 (edited)
723
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | Gaming | 0 0
  1. [/Script/Engine.RendererSettings]
  2. r.TemporalAA.Mobile.UseCompute=1
  3. r.TemporalAA.R11G11B10History=1
  4. r.TemporalAA.UseMobileConfig=1
  5. r.TemporalAAPauseCorrect=1
  6. r.TemporalAACatmullRom=0
  7. r.TemporalAA.Algorithm=0
  8. r.TemporalAA.Quality=2
  9. r.TSR.ShadingRejection.ExposureOffset=3.0
  10. r.TSR.Resurrection.PersistentFrameCount=2
  11. r.TSR.ShadingRejection.TileOverscan=3
  12. r.TSR.ShadingRejection.SampleCount=0
  13. r.TSR.RejectionAntiAliasingQuality=2
  14. r.TSR.ShadingRejection.Flickering=1
  15. r.TSR.History.GrandReprojection=1
  16. r.TSR.Velocity.Extrapolation=1
  17. r.TSR.History.UpdateQuality=3
  18. r.TSR.History.R11G11B10=1
  19. r.TSR.Resurrection=1
  20. fort.TSR.Enable=1
  21. r.TSR.16BitVALU=0
  22. r.FXAA.Quality=5
  23. r.BasePassForceOutputsVelocity=1
  24. r.VelocityOutputPass=1
  25. r.SceneColorFringeQuality=0
  26. r.Lumen.Reflections.Temporal.DistanceThreshold=0.05
  27. r.Lumen.ScreenProbeGather.TemporalFilterProbes=1
  28. r.Lumen.ScreenProbeGather.ShortRangeAO=0
  29. r.Lumen.Reflections.BilateralFilter=1
  30. r.Shadow.EnableModulatedSelfShadow=1
  31. r.AmbientOcclusion.Compute.Smooth=1
  32. r.Lumen.Reflections.Temporal=1
  33. r.AmbientOcclusion.Denoiser=2
  34. r.DiffuseIndirect.Denoiser=2
  35. r.AmbientOcclusion.Compute=1
  36. r.Reflections.Denoiser=2
  37. r.ContactShadows=0
  38. r.CapsuleShadows=0
  39. r.BloomQuality=2
  40. r.VRS.Enable=0
  41.  
  42. [/Script/DLSS.DLSSSettings]
  43. bEnableDLSSD3D12=True
  44. bEnableDLSSD3D11=True
  45. bEnableDLSSVulkan=True
  46. DLAAPreset=F
  47. DLSSQualityPreset=E
  48. DLSSBalancedPreset=E
  49. DLSSPerformancePreset=E
  50. DLSSUltraPerformancePreset=F
  51. r.NGX.DLSS.DisableSubsurfaceCheckerboard=1
  52. r.NGX.DLSS.ReleaseMemoryOnDelete=1
  53. r.NGX.DLSS.EnableAlphaUpscaling=0
  54. r.NGX.DLSS.DilateMotionVectors=1
  55. r.NGX.DLSS.PreferNISSharpen=0
  56. r.NGX.DLSS.AutoExposure=1
  57.  
  58. [/Script/StreamlineRHI.StreamlineSettings]
  59. bEnableStreamlineD3D12=True
  60. bEnableStreamlineD3D11=True
  61.  
  62. [/Script/XeSSCore.XeSSSettings]
  63. r.XeSS.Experimental.PreExposure=1
  64. r.XeSS.AutoExposure=1
  65. r.XeSS.Supported=1
  66.  
  67. [/Script/FFXFSR3Settings.FFXFSR3Settings]
  68. r.FidelityFX.FSR3.ForceVertexDeformationOutputsVelocity=True
  69. r.FidelityFX.FSR3.UseSSRExperimentalDenoiser=False
  70. r.FidelityFX.FSR3.AutoExposure=False
  71. r.FidelityFX.FSR3.UseNativeDX12=True
  72. r.FidelityFX.FSR3.AdjustMipBias=True
  73. r.FidelityFX.FSR3.UseRHI=False
  74.  
  75. [/Script/UnrealEd.CookerSettings]
  76. +VersionedIntRValues=r.VelocityOutputPass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement