Thread: DOA2 non-LE
View Single Post
Old April 6th, 2007   #4 (permalink)
Pulsar_t
Registered User
 
Join Date: Apr 2007
Location: Europa
Posts: 38
You will have to use Bin2boot to hack the game. Make an ISO of the game files (I prefer using Mkisofs.exe) and pass the filename to bin2boot via the command line, mount or burn the new CDI image and boot it in nullDC! A typical batch file will look like this:

Code:
mkisofs -C 0,0 -V temp -l -o temp.iso temp
bin2boot temp.iso
del temp.iso
del *.tmp
rmdir /s /q temp
pause
cls
Where the temp in blue indicates the data folder's name (simply copy and paste the files from CD to that temp folder).

I put up the necessary files+batch here so try it!

Last edited by Pulsar_t; April 6th, 2007 at 09:40. Reason: Automerged Doublepost
Pulsar_t is offline   Reply With Quote