After the latest patch for WUCHANG: Fallen Feathers, many players are reporting a serious issue. The graphics look blurry, there’s a strange noise effect, and DLAA anti-aliasing is broken. If your game looks worse than before, you’re not alone. Thankfully, the community has already found a manual fix.
Table of Contents
🔍 The Problem: Broken Anti-Aliasing
Here’s what’s happening. The patch seems to have broken the DLAA setting. Even if you set your resolution scaling to 100%, the game appears to be stuck in DLSS Quality mode (67% resolution). This results in a blurry, unclear image that is especially noticeable on vegetation.
⚙️ The Community Fix: How to Force DLAA
A working solution involves editing a configuration file to manually force the game to use proper DLAA. Here’s a step-by-step guide.
Step 1: Find the Config Folder 📁
You need to navigate to the game’s config folder. It’s in a hidden directory called AppData
.
- Press the Windows Key + R to open the Run command.
- Type
%localappdata%
and press Enter. - From there, navigate to:
\Project_Plague\Saved\Config\Windows
The full path is: C:\Users\[YourUsername]\AppData\Local\Project_Plague\Saved\Config\Windows
Step 2: Edit the Engine.ini File 📝
In the Windows
folder, find the file named Engine.ini
. Right-click on it and open it with Notepad.
Step 3: Add the Code 💻
Scroll to the very bottom of the text file and paste the following lines exactly as they are:
[/script/engine.gameengine]
r.NGX.DLSS.QualityMode=5
r.ScreenPercentage=100
Step 4: Save and Set to Read-Only 💾
- Save the changes you made in Notepad.
- Now, right-click on the
Engine.ini
file again and select Properties. - At the bottom of the General tab, check the box for Read-only.
- Click Apply and then OK.
Setting the file to “Read-only” is important. It prevents the game from automatically deleting your changes the next time it launches.
✨ What This Fix Does
This code manually forces the game’s engine to enable DLAA (QualityMode=5
) and run it at 100% of your native screen resolution. Players who have used this fix confirm it works. The blurriness is gone, and the image is noticeably sharper.
Note on Performance: Forcing true DLAA will be more demanding on your GPU. One user reported their FPS dropping from around 200 to 140. This is expected, as the game is now rendering a much sharper image.
Summary
To fix the blurry graphics and broken DLAA in WUCHANG: Fallen Feathers after the recent patch, you need to manually edit the Engine.ini
file. Navigate to the game’s config folder in your user’s AppData
directory. Add two specific lines of code to the bottom of the file to force DLAA at 100% resolution. Finally, save the file and set it to “Read-only” to prevent the game from overwriting your fix.