It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
I've this game in GOG (Ultimate edition), also have it in EGS (STD edition)

installed GOG UE & facing the burry texture issue, tried everything, and every settings, not none worked, so asking is there any way to solve this?

This game is 4 years old & and I'm surprised to know this issue is still there since 2019 launch & the devs didn't fix this.

Also I wanna know whether the other platforms (Steam & EPIC) have this same issue or only GOG Ultimate edition?

P.S: Also pls let me know if there is there any way to skip the intro, tried this Nexus mod but didn't work.
avatar
SM03: I've this game in GOG (Ultimate edition), also have it in EGS (STD edition)

installed GOG UE & facing the burry texture issue, tried everything, and every settings, not none worked, so asking is there any way to solve this?

This game is 4 years old & and I'm surprised to know this issue is still there since 2019 launch & the devs didn't fix this.

Also I wanna know whether the other platforms (Steam & EPIC) have this same issue or only GOG Ultimate edition?

P.S: Also pls let me know if there is there any way to skip the intro, tried this Nexus mod but didn't work.
little late but get the Unofficial Comprehensive Patch from here: https://www.pcgamingwiki.com/wiki/Control

and set Textures to maximum. Other platform have the same blurry issue, as stated by the patch.

beware though: it seem to change your save game data location from 'GOG' to 'EPIC' (see page) - so without some work you won't get your savegames back.
I just learned that.

PS: on the page is also a simple file edit for skipping intro vids.
Post edited November 10, 2023 by dyscode
I know this thread is two years old at the time of posting, just putting it in here for the sake of anyone looking for a solutions in the forum.

For me the blurry textures were caused by the problems the game engine has with the texture streaming. I have found a very helpful blog post that has a solution:

https://moddedbear.com/fixing-the-broken-texture-streaming-in-control/

Basically (just in case the link donesn't work) download two mods from Nexus:

Loose Files Loader
Tweakables

and then find <gamefolder>\Control\data\globaldb\tweakables.xml

and paste this into the file:

<tweakables>
<tweakable type="float1" name="Texture Streaming:Max texture load time per update (ms)" value="100.000000"/>
<tweakable type="float1" name="Texture Streaming:Max texture request time per update (ms)" value="10.000000"/>
<tweakable type="int" name="Texture Streaming:Update Slices" value="1"/>
<tweakable type="float1" name="Texture Streaming:Distance scale" value="0.250000"/>
<tweakable type="float1" name="Texture Streaming:Mip target bias" value="0.500000"/>
<tweakable type="int" name="Texture Streaming:Min Pool Size MB" value="2048"/>
<tweakable type="int" name="Texture Streaming:Target texture pool size MB" value="4096"/>
<tweakable type="int" name="Texture Streaming:Max Dropped Mips (Characters)" value="0"/>
<tweakable type="int" name="Texture Streaming:Max Dropped Mips (Player)" value="0"/>
<tweakable type="bool" name="LOD: Use ObjectScaleOverride" value="1"/>
<tweakable type="float1" name="LOD: ObjectScaleOverride" value="3.000000"/>
<tweakable type="float1" name="Hierarchy LOD:Distance scale" value="3.000000"/>
</tweakables>

This repaired the blurry textures for me (... other performance issues persisted, but at least textures were sharp)...