Patch for Crysis is out!

I also hate that damn texture cache the game has, that when you load a game, the textures take a few seconds to load, and tend to pop up when your close to an object that needs a high resolution one.

Agreed, it's even worse than TES IV.
 
There is a way to help, that I'm going to try apparently.

First, you turn off the restrict mode, but first of course, you have to bring up the comand line:

Press tab,
Now, type:

con_restricted 0

This will disable the restriction and allow you to type codes.

Now type this:

r_TexturesStreaming 0

This should stop streaming of textures, and will load all the textures from a cache, hopefully stopping the problem of popping up happening. I haven't yet tried it enough.

Pop up of bushes/grass also annoys me in this game, but I'm sure they'd be tweaks to fix that somewhere too.

http://www.tweakguides.com/Crysis_8.html

The best way to do these setting changes is to create a system.cfg in the Crysis folder, and to type the commands here, and then save it. When the game is loading, it'll search for this file, and allow the changes. Mine goes like this now, and is the minimal DX10 hack to allow the most visual of effects to appear:

con_restricted=0
r_width=1680
r_height=1050
r_UsePOM=1
r_sunshafts=1
e_water_ocean_fft=1
q_Renderer=3
r_colorgrading=1
r_TexturesStreaming=0
 
Back
Top Bottom