Author Topic: Graphics help  (Read 273 times)

I'm running blockland from a laptop and the graphics turns out like this. Any suggestions?

Note: ATI not Nvidia





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.