Runtime Error: "Bad Adapter Type"
by Azazel Thoth · in Torque Game Engine Advanced · 05/16/2005 (11:34 pm) · 2 replies
About the author
#2
$pref::Video::displayDevice = "D3D";
and
$pref::Video::allowD3D = 1;
Also, when you installed the Feb update, did you remember to uninstall the previous version of DirectX?
05/18/2005 (12:06 pm)
Check your client\prefs.cs and make sure it has:$pref::Video::displayDevice = "D3D";
and
$pref::Video::allowD3D = 1;
Also, when you installed the Feb update, did you remember to uninstall the previous version of DirectX?
Associate Kyle Carter