Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [SystemSettings]
- ; These are from the Ascendio Mod
- r.bForceCPUAccessToGPUSkinVerts=True
- r.GTSyncType=1
- r.OneFrameThreadLag=1
- r.FinishCurrentFrame=0
- r.TextureStreaming=1
- r.Streaming.PoolSize=12288
- r.Streaming.LimitPoolSizeToVRAM=1
- r.MaxAnisotropy=16
- r.DynamicShadows=True
- ; Ascendio Mod End
- ; Better Reflections
- ; Samples Per Pixels makes no difference probably because of the denoiser used or a hardcoded limit
- ; If you don't like all shiny surfaces just reduce the MaxRoughess value back to 0.5
- r.RayTracing.Reflections.ScreenPercentage=100
- r.RayTracing.Reflections.SamplesPerPixel=1
- r.RayTracing.Reflections.MaxRoughness=0.7
- ; Better Reflections End
- ; RayTracing Ambient Occlusion
- ; This just increases the intensity of the effect. Default is 0.33 and after Hotfix 0.65
- r.RayTracing.AmbientOcclusion.Intensity=1
- ; RTAO End
- ; RayTracing Culling
- ; This extends the range of Shadows and other effects but it's a really hard hit on GPU and CPU Performance
- r.RayTracing.Culling=0
- ; RT Culling End
- ; These are from the Ascendio Mod
- [ConsoleVariables]
- AllowAsyncRenderThreadUpdates=1
- AllowAsyncRenderThreadUpdatesDuringGamethreadUpdates=1
- AllowAsyncRenderThreadUpdatesEditor=1
- ; Ascendio Mod End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement