Improve image clarity by disabling motion blur and bloom post-processing visual effects.
The in-game settings menus don’t allow you to adjust these effects, but we can disable them by tweaking Unreal Engine’s config files.
Edit Engine.ini
Enter this path in File Explorer:
%LOCALAPPDATA%\DCGame\Saved\Config\WindowsNoEditor
Open Engine.ini in notepad:
Add these lines at the end of the file:
[시스템 설정]
r.MotionBlurQuality=0
r.BloomQuality=0
r.DepthOfFieldQuality=0
The result should look like this:
Save the file and launch the game
결과
전에:
후에:
이것이 오늘 우리가 공유하는 모든 것입니다. DCL - The Game 가이드. 이 가이드는 원래 작성자가 작성하고 작성했습니다. Swifterik. 이 가이드를 업데이트하지 못한 경우, 다음을 수행하여 최신 업데이트를 찾을 수 있습니다. 링크.