Author Topic: Graphic glitches  (Read 1081 times)

I just bought blockland and I realized I had a bunch of graphic glitches. The male torsos are invisible, pixels stretch across maps, stuff like that. In some TDMs weapon parts are invisible. Can anyone help?

Toggle "Disable Vertex Buffer Objects" in the options menu.


Can anyone else help?

Are drivers up to date?

They should be, my dad is an electrical engineer and this is the family computer =3

The usual problem here is that you have a graphic card that doesn't support Blockland. Your may have to get a new graphic card.

I had the same issues till I upgraded graphic cards.

The usual problem here is that you have a graphic card that doesn't support Blockland. Your may have to get a new graphic card.

I had the same issues till I upgraded graphic cards.

Well, it used to work with the demo a LONG Time ago. But it doesn't work anymore. I have a pretty new computer...

Whats the specs of the GPU?


Ime assuming your in windows?
According to google
.right click desk top>
.click the properties in the dialog box>
.display properties box appears>
.click the settings tab>
.then advanced>
.then adapter>

Cant test because its different on mac :D

Ime assuming your in windows?
According to google
.right click desk top>
.click the properties in the dialog box>
.display properties box appears>
.click the settings tab>
.then advanced>
.then adapter>

Cant test because its different on mac :D

It's a Radeon HD 2600 XT. Not sure what that really means, though...

Humm, from a quick google it looks like it should be able to run BL, have you tried reinstalling blockland?

It's a Radeon HD 2600 XT. Not sure what that really means, though...
It means that it's an ATI GPU.
Certainly not the problem, because I have stuff Intel graphics and it can run Blockland fine.

Had this problem myself. Fixed it with this:

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";