So people besides me are also facing the blurry texture problem...
Im guessing because of how DirectX12 handles texture streaming but i have a simple solution by simply switching api to DX11
this forces the game to run in DirectX11 and should fix the problem
so far ive seen no graphical bugs or glitches besides that are already present
Im guessing because of how DirectX12 handles texture streaming but i have a simple solution by simply switching api to DX11
- Navigate to the folder "C:\games\Waifu Dreams City Build\Waifu_Dreams_City\Binaries\Win64
- Right click on "Waifu_Dreams_City-Win64-Shipping" and create shortcut
- right click on the newly created shortcut and go to properties
- here simply add "-d3d11" (without quotes) in the 'Target' box after what is already there like("C:\games\Waifu Dreams City Build\Waifu_Dreams_City\Binaries\Win64\Waifu_Dreams_City-Win64-Shipping.exe" -d3d11)
this forces the game to run in DirectX11 and should fix the problem
so far ive seen no graphical bugs or glitches besides that are already present