Modder has doubled the performance of NieR - mod&map
(hx) 09:19 PM CET - Mar,22 2017
- Post a comment NieR: Automata does not feature a lot of graphics settings to tweak and as a result of that, the game does not scale well on older graphics cards. Therefore DrDaxxy adjusted the game’s Global Illumination solution, resulting in 30-60% performance increase in a modern-day graphics card (NVIDIA GTX980Ti). On mobile GPUs and older graphics cards, however, this fix/tweak almost doubles the game’s performance. According to DrDaxxy, NieR: Automata uses a super expensive Global Illumination solution. Its GI compute shader is an array it loops over, which by default has 128 elements. DrDaxxy cut the number of elements to 16, which is the minimum as only values divisible by 16 are allowed. As such, the overall performance has been significantly increased at the cost of a simpler GI solution. DrDaxxy has not released yet a mod with this fix, though those interested can download and add/use his code in a DLL. |