Guest User

Erebus1265 DQXI-S Ini Config

a guest
Aug 1st, 2024
475
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.49 KB | Gaming | 0 0
  1. [Core.System]
  2. Paths=../../../Engine/Content
  3. Paths=%GAMEDIR%Content
  4. Paths=../../../Engine/Plugins/SQEX/OSDKModule/Content
  5. Paths=../../../Engine/Plugins/2D/Paper2D/Content
  6. Paths=../../../Engine/Plugins/Media/MediaCompositing/Content
  7. Paths=../../../Engine/Plugins/Runtime/CriWare/CriWare/CriWare/Content
  8. Paths=../../../Engine/Plugins/UnrealEnginePython/Content
  9.  
  10. [SystemSettings]
  11. r.LandscapeLODBias=-3 ; more landscape detail, game default = 0
  12. r.SkeletalMeshLODBias=-2 ; increase character LODs. game default = 0
  13. r.LightMaxDrawDistanceScale=2.5 ; increases light distance? game default = 1 (increased to 2.5)
  14. r.Streaming.PoolSize=2048 ; game default = 1500
  15. r.Streaming.MaxTempMemoryAllowed=128 ; game default = 50, lets increase it a little
  16. r.UseShaderCaching=1 ; game default = 0
  17. r.UseShaderPredraw=1 ; game default = 0
  18. a.URO.ForceInterpolation=1 ; game default = 0
  19. a.URO.ForceAnimRate=2 ; 1 = 30fps, 2 = 60fps? game default = 0
  20. r.ViewDistanceScale=5 ; game default is 5!? no need to change it, just set it here so nothing can override it
  21. r.StaticMeshLODDistanceScale=0.25 ; similarly, game default is 0.25, seems good enough as is
  22. foliage.LODDistanceScale=5 ; increase grass LOD distance, not much perf impact. game default = 1
  23. foliage.LODDistanceScale=15
  24. foliage.MinInstancesPerOcclusionQuery=1024 ; game default = 256, but UE4 recommended is 1024-65536...
  25. foliage.MinVertsToSplitNode=16384 ; default 4096
  26. foliage.DensityScale=7
  27. r.DefaultFeature.AntiAliasing=2 ; game default = 1
  28. r.PostProcessAAQuality=6 ; game default = 6
  29. r.TemporalAASamples=32 ; game default = 8
  30. r.TemporalAAPauseCorrect=1 ; game default = 1
  31. r.TemporalAACurrentFrameWeight=0.08 ; game default = 0.04
  32. r.TemporalAAFilterSize=0.6 ; game default = 1
  33. r.MaxAnisotropy=16 ; game default = 8
  34. r.Tonemapper.Sharpen=0.5 ; game default = 0
  35. r.LightFunctionQuality=3 ; game default = 1 (adjusted to 3)
  36. r.LensFlareQuality=3 ; default 2
  37. r.EyeAdaptation.MethodOveride=2 ; set basic eye adaptation (the histogram-based method does not work correctly in DQXI and will result in overexposure in certain spots!)
  38. r.EyeAdaptationQuality=3 ; creates an auto-exposure effect when going from a dark environment to bright or vice-versa (default 0, set in Scalability) -- this can cause an "overexposure" issue in certain spots! disable if necessary
  39. r.ParticleLightQuality=2 ; Simple+HQ lights, game default = 1 (only simple lights)
  40. r.RefractionQuality=3 ; default 2
  41. r.ReflectionEnvironmentScale=1 ; default 0.5
  42. r.DepthOfFieldQuality=4 ; default 1
  43. r.DepthOfField.MaxSize=100
  44. r.DepthOfFieldNearBlurSizeThreshold=0.005
  45. r.SSR.Quality=4
  46. r.SSS.Filter=1
  47. r.SSS.SampleSet=2
  48. r.SSS.Quality=1
  49. r.SSS.HalfRes=0
  50. r.VolumetricFog=1
  51. r.VolumetricFog.GridPixelSize=8
  52. r.VolumetricFog.GridSizeZ=128
  53. r.VolumetricFog.HistoryMissSupersampleCount=4
  54. r.MinScreenRadiusForLights=0.015 ; game default = 0.03
  55. r.MinScreenRadiusForSmallLights=0.005 ; game default = 0.01
  56. r.Shadow.MaxCSMResolution=4096 ; game default = 2048
  57. r.Shadow.CSMDepthBias=10 ; game default = 20
  58. r.MinScreenRadiusForCSMDepth=0.0 ; always enable CSM Depth
  59. r.Shadow.CSM.MaxCascades=16
  60. r.Shadow.TexelsPerPixel=10
  61. r.Shadow.RadiusThreshold=0.0
  62. r.Shadow.CSM.TransitionScale=2
  63. r.Shadow.SpotLightTransitionScale=512
  64. r.Shadow.DistanceScale=1.7 ; when used with CSMDepthBias change above this actually seems to work nicely?, game default = 1
  65.  
  66. [ConsoleVariables]
  67. r.RenderTargetInitializeBufferSizeX=2560 ; default 1600 x 900
  68. r.RenderTargetInitializeBufferSizeY=1440 ; changed to 2560x1440
  69. r.LightPropagationVolume=1 ; default 0
  70. r.AmbientOcclusionRadiusSkin=10 ; default 5 in DE, 10 in OG
  71. r.AmbientOcclusionRadiusScale=0.8 ; slight scaling of general model AO radius
  72. r.AmbientOcclusionSampleSetQuality=1 ; improve quality of ambient occlusion
  73. r.AmbientOcclusionStaticFraction=1 ; same with this
  74. r.AmbientOcclusionMaxQuality=-100 ; fixed to (negative) 100 (overrides postprocessvolume setting)
  75. r.AmbientOcclusionLevels=2
  76. r.AmbientOcclusionMipLevelFactor=0 ; 0 will always use the highest mip level regardless of postprocessing (set in Scalability), but may cause cache to be wasted (less RAM efficient), default 0.5
  77. r.BloomQuality=5 ; default 3, 5 is highest quality
  78. r.Bloom.Cross=-0.7 ; strengthen bloom effect
  79. r.DistanceFields.FixedSizeAtlasTexture=0 ; default 1 -- dynamic size for atlas texture
  80. r.DistanceFields.AtlasSizeZ=1024 ; default 512, changed by devs from 1024 (UE4 default)
  81. r.DFShadowFixedLightTiles=256 ; default 128
  82. r.AllowGlobalClipPlane=1
  83. r.TonemapperGamma=1.8 ; enable tonemapper gamma (improved s-curve to linear gamma by default), default 2.0 / 0-(reverts to linear gamma)
  84. r.Color.Mid=0.5 ; added to counteract a slightly lower tonemappergamma value, improves colors (less "washed-out"), default 0.5
  85. r.EnableAsyncComputeTranslucencyLightingVolumeClear=1 ; disabled by the devs due to issues w/ the PS4 version
  86. r.Shadow.CacheWholeSceneShadows=1
  87. r.AOGlobalDistanceField=1 ; default 0
  88. r.AOHeightfieldOcclusion=1 ; default 0
  89. r.HeightfieldGlobalIllumination=1 ; default 0
  90. r.Shadow.MinWholeSceneShadowMapSizeX=6144 ; default 3072 in DE, set to OG value
  91. r.Shadow.MinWholeSceneShadowMapSizeY=2048 ; default 1024 in DE, set to OG value
  92. r.Shadow.MinPointLightShadowResolution=128 ; adjusted in 0.0.2 (32 -> 128)
  93. r.Shadow.MaxPointLightShadowResolution=2048 ; adjusted in 0.0.2 (1024 -> 2048)
  94. r.MinNumReflectionCaptures=200
  95. r.Jittering=1
  96. r.TiledDeferredShading=1 ; "false" by default, 1 is UE4 default -- "no 80 point lights are placed", so devs turned off
  97.  
  98. [/script/enginesettings.gamemapssettings]
  99. GameShippingMap=/Game/Maps/Product/PL_Title_Return
Advertisement
Add Comment
Please, Sign In to add comment