Detonator Bugs?
by Alexander Gabele · in Torque Game Engine · 11/29/2003 (2:57 am) · 22 replies
After i installed the actaual detonator drivers from october 23th
my Torque Missions has big problems.Screen freezed a few seconds.
Fps : 7-20
I have a geforce3
A few friends from me have the same problem.....
The driver must be very old to have no problems. I used 45.33 detonator drivers = no problems.
Have you get the same problems?
my Torque Missions has big problems.Screen freezed a few seconds.
Fps : 7-20
I have a geforce3
A few friends from me have the same problem.....
The driver must be very old to have no problems. I used 45.33 detonator drivers = no problems.
Have you get the same problems?
About the author
#22
second way, open client/prefs.cs and change
$pref::OpenGL::disableEXTCompiledVertexArray = "0";
to
$pref::OpenGL::disableEXTCompiledVertexArray = "1";
if you dont want torque overwrite this value, change it at source.
Its all drivers fault.
I hope this helps.
01/13/2004 (5:23 am)
You have two ways to resolve it. Easy way, stop using torque and buy a decent engine.second way, open client/prefs.cs and change
$pref::OpenGL::disableEXTCompiledVertexArray = "0";
to
$pref::OpenGL::disableEXTCompiledVertexArray = "1";
if you dont want torque overwrite this value, change it at source.
Its all drivers fault.
I hope this helps.
Torque Owner Alexander Gabele