I mean, BWS could just search for ddraw then. Open BiG World Setup\Includes\04_Backup.au3, go to the bottom and find line 494.
For $t=0 to $Test-1 If Not StringInStr($Test[$t], 'DDRAWFIX') Then $IsInstalled = 1 Next
Replace that with this one (forgot the ubount before).
For $t=0 to UBound($Test)-1 If Not StringInStr($Test[$t], 'DDRAW') Then $IsInstalled = 1 Next
If you only got lines with DDRAW in your WeiDU.log, BWS will not force you to restore the default game.
Edited by dabus, 22 May 2013 - 03:18 AM.