Author Topic: Texture Glitch Fix  (Read 440 times)

The new version doesn't seem to have the 'disable vertex buffer objects' pref. If you're having texture glitches find this pref:
Code: [Select]
$pref::OpenGL::noVertexBufferObjects = "0";Set this pref to 1. Hope this helped, cause it helped.
Or:
Go to the console by hitting the [~] key (Which is normally to the left of your [1] key) and then copy and paste that code into the console and hit [Enter] to send it

Also, the option you're looking for, Crysist, is in the Advanced tab in the Options menu
« Last Edit: January 28, 2010, 05:02:34 PM by Crysist »

Go to the console by hitting the [~] key (Which is normally to the left of your [1] key) and then copy and paste that code into the console and hit [Enter] to send it

Also, the option you're looking for, Crysist, is in the Advanced tab in the Options menu

Also, the option you're looking for, Crysist, is in the Advanced tab in the Options menu
Oh, I didn't see that.