![the-invincible](https://gameplay.tips/wp-content/uploads/2023/11/the-invincible-2-678x381.jpg)
Guide to Fix Blurry Textures
Editing Ini File
- Open %localappdata%\TheInvincible\Saved\Config\WindowsNoEditor folder (you can copy and paste this in Windows explorer).
- Also try \AppData\Local\TheInvincible\Saved\Config\WindowsNoEditor
- Open Engine.ini and paste these lines at the end of the file:
[/script/engine.renderersettings]
r.Streaming.LimitPoolSizeToVRAM=0
r.Streaming.PoolSize=54321
r.Streaming.UseFixedPoolSize=1
Instead of 54321 in the third line of copied text paste your VRAM size minus ~1000. The end result should look like this (in this example I have 3050ti with 4 gigs of video memory, so 4000-1000=3000)
Don’t forget to put a space before copied lines and save the file. It will have to be redone every update/patch of the game it seems.
If you still have bad textures try to increase r.Streaming.PoolSize value. But do not exceed the value of your VRAM size.
If the game crashes try to decrease r.Streaming.PoolSize value.
If you tried many values and nothing works, then this fix does not work for you. You can delete copied lines and save the file to reset all changes.
Thanks. That really helped!