View Single Post
Old 19-09-2008, 03:33 AM   #6 (permalink)
Shadowmyst
Rookie
 
Join Date: Sep 2008
Posts: 15
Default

Nice work,,, this is the bit to change, so EA can fix this,,

if ((not $cider) and (not $doTestGPU))
# test each vendor against specific known driver builds
if ($isNvidia)

# identify the build range that has a Spore profile
if (($driverBuild >= 117519) and ($driverBuild <= 117699)) # notebook
setb sporeProfile true
elseif ($driverBuild >= 117741) # desktop
setb sporeProfile true
endif

seti oldDriverBuild 116375 # 10/4/2007
if ($driverBuild < $oldDriverBuild)
setb oldDriver true
endif

if ($isMultiGpu)
#seti oldDriverBuild 117519
setb isOldDriverBuildExit true
Shadowmyst is offline   Reply With Quote