Author Topic: help graphics gone awry  (Read 1163 times)

Hey i need some help becase my graphics are seriously messed up, heres some pics

my chest


tank


doors


does anyone have any idea why its doing this one million :cookie:'s to anyone who can tell me how to fix it

First try to run the game on lower settings, if that doesn't work try the ideas below.


Probably there is something wrong with your graphics card. But it could also be a problem with the game (you would need to reinstall)

i've tried reintalling and lowering settings but neither seem to work.  I also removed all add-ons (even default ones) but still nothing.

Reinstall your drivers.

nope that didn't fix it either

I think something is wrong with graphics card. Is anything wrong in any of your other games.

only age of time it has the exact same problem, I have half bodies and i am mising parts of faces

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.

Dude Thank you sooooo Much! it works great now and im not mising half my body you earned all these cookies   
:cookie: x100,000,000  don't eat them all at once....trust me, not a good idea....trust me


again though THX so much


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.


well, do you think that will solve graphic problems like mine?



Type flushtexturecache(); in the console

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

...