PDA

View Full Version : can"t play



spanky
03-13-2012, 09:25 AM
everytime i try to play i get a message saying to make sure i have directx 9.0c and or pixel shader 2.0 supported. i have a nvidia quadro fx 1600 card which says supports 4.0 shader and when i search dxdiag it says directx 11 but i downloaded "the complete 9.0c" and i still get the same message i don" know if i am forgetting something please help i am dying to play

FastLane
04-19-2012, 03:58 PM
did you try installing PhysX_9.10.0129_SystemSoftware. also try right click bonetown.exe un check read only.

7/12/15 up date I read on GarageGames that was a script error that has been fixed now for nvidia quadro fx cards.

// nVidia Vendor Profile Script
//
// This script is responsible for setting global
// capability strings based on the nVidia vendor.

if(GFXCardProfiler::getVersion() < 53.82)
{
$GFX::OutdatedDrivers = true;
$GFX::OutdatedDriversLink = "<a:www.nvidia.com>You can get newer drivers here.</a>.";
}
else
{
$GFX::OutdatedDrivers = false;
}

// Silly card has trouble with this!
GFXCardProfiler::setCapability("autoMipmapLevel", false);