Quote:
Originally Posted by malsehn
ok.... one moment please...
can you tell me the correct lines to disable the client_default.cfg and how the line to enable openGL ?
i run it in console, mit got no dll failure.... i will post it as soon as i can 
|
You don't want to
disable client_default.cfg, you only add those lines to your
client.cfg, thereby overwriting the
default settings in
client_default.cfg.
The setting for the 3D driver is
Code:
Driver3D="Auto"; // Valid values are "Auto" or "0", "OpengGL" or "1",
// "Direct3D" or "2"
You want "OpenGL" or "1", so in your
client.cfg it looks like
Again, don't touch
client_default.cfg, it is protected and will result in lengthy patch sessions.