INI/Settings Tweak(s)
Over at PCGamingWiki I noticed somehone dumped many (all?) possible INI values on pastebin. I had a look over those values and made a mental note of those that were interesting. Currently, the first one I stumbled over was this one:
Which I decided to change like so:
...
Read more
Code:
[RayTracing/BottomLevelCache]
Budget = 209715200
EvictAgeLimit = 10
Which I decided to change like so:
Code:
[RayTracing/BottomLevelCache]
Budget = 3221225472
EvictAgeLimit = 60
Read more
Posted in