Poll

Does this happen to you?

Yeah
18 (51.4%)
No
12 (34.3%)
Not Sure
5 (14.3%)

Total Members Voted: 0

Author Topic: Weird Glitch  (Read 1446 times)

it happens to almost everyone

Sometimes I get simliar thing and brick studs disappear.
ATI card, latest drivers.


Sometimes I get simliar thing and brick studs disappear.
ATI card, latest drivers.
happend to me once i was like WTH sorry for bump need help with this problem

Never had it on my mac


Ok found out how to fix it and
DOUBLE TOAST!

Quote from: Pandan
Quote from: Duck Invaders
For some reason, weird color streaks pop up on most users screen. Lets say you put a red bricks somwhere. It will have a weird triangle thing pop out of it. Any way to solve this?
Yes there is. let me pull it up.

Blocks look odd, they're streaching into each other!

There is currently some kind of compatibility problem with ATI cards that causes large stretched out polygons to fill the screen in some cases.

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:

Code: [Select]
$pref::OpenGL::disableEXTCompiledVertexArray = "1";
$pref::TS::UseTriangles = "1";
    * Save the file and close notepad.


Note that this does adversely effect shadow rendering, but it's better than nothing.  A more effective solution is being investigated.