View Single Post
  #4  
Old 06-12-2010, 05:56
TippeX's Avatar
TippeX TippeX is offline
zeroes and ones.....
 
Join Date: Jan 2003
Posts: 3,842
Thanks: 2
Thanked 33 Times in 23 Posts
TippeX is on a distinguished road
okies, so its probably a simple cd/dvd check as suspected...
i can look at it for you if you want, or attempt to help you make a mini image etc..

alternatively you could load a hex editor and patch file offset 0x1940 (thats 1940 HEX)
with 33 C0 40 C3 (xor eax, eax.. inc eax.. ret).. aka return TRUE;

that might work (no idea, because if i run the launcher here i get prompted to install), i think
the actual exe is the sport.dat or similar.. and the cd/dvd check may not actually be in this
launcher.. but you have all the files so you can test
__________________
bleh
DO NOT PM me with questions, leave that in the forums...ESPECIALLY if i dont know you...

Last edited by TippeX; 06-12-2010 at 06:00.
Reply With Quote