Blockland Forums > Help
help graphics gone awry
expire:
--- Quote from: Rotten Cheese on July 15, 2009, 11:18:39 AM ---hey man, i had the same problem and i managed to fix it. this is how--
To fix this problem:
* Make sure Blockland is not running.
* Open "My Computer"
* Navigate to your Blockland folder (default is C:\Program Files\Blockland )
* Navigate to the base\config\client folder
* There should be a prefs.cs file in this folder (it may appear as just "prefs") if you have file extensions turned off.
* Open this file in notepad. Double click the file, choose "Select the program from a list", then choose notepad.
* Scroll to the end of the file and paste the following lines of code:
Code:
$pref::OpenGL::disableEXTCompiledVertexArray = "1";
$pref::TS::UseTriangles = "1";
* Save the file and close notepad.
--- End quote ---
well, do you think that will solve graphic problems like mine?
Sockton:
--- Quote from: expire on July 16, 2009, 08:06:17 AM ---
--- End quote ---
Type flushtexturecache(); in the console
expire:
--- Quote from: Sockton on July 16, 2009, 08:35:06 AM ---Type flushtexturecache(); in the console
--- End quote ---
wont work ... tested million times ...
at the moment i have installed a very old version of my graphiccard driver... and it works ...
and my question was not how i could solve the problem but rather if i could solve the problem with
$pref::OpenGL::disableEXTCompiledVertexArray = "1";
$pref::TS::UseTriangles = "1";
...