en primer lugar hola a todos y ahora explicare un nuevo metodo de hacer juegos autoboot,crea una carpeta llamada autoboot ,dentro de esta crea otras 2 llamadas data y programs,luego nos bajamos de internet estos archivos :bin2boot.exe,cdi2nero.exe,cygwin1.dll,y mkisos.exe,una vez bajados se meteran en la carpeta programs,eso si ten todos los programas incluyendo el autoejecutable en la carpeta autoboot si no,no funcionara. ahora cojemos y en un documento del block de notas pones lo siguiente:
mkdir:data
cls
@echo off
if exist "programs\bin2boot.exe" if exist "programs\mkisofs.exe" if exist "programs\cygwin1.dll" if exist "programs\cdi2nero.exe" goto ready1
echo: --------------------
echo: --------------------
echo:There is a missing file detected please make sure all the
echo: program below are in the programs folder!
echo:bin2boot, cdi2nero, mkisofs, and cygwin1
exit
:ready1
echo:
echo: --------------------------------------
echo: - Version 1 -
echo: --------------------------------------
echo:
echo: -1- Instructions
echo:
echo: -2- Nero -3- DiscJuggler
echo:
echo:
echo:---------------------------------------
Choice /c:123
if errorlevel 3 goto dj
if errorlevel 2 goto nero
if errorlevel 1 goto tut
:nero
PROGRAMS\mkisofs -C 0,0 -V autoboot -l -o data.iso data
PROGRAMS\bin2boot data.iso
PROGRAMS\cdi2nero image.cdi autoboot.nrg
del data.iso
del *.tmp
del image.cdi
cls
echo: Now Burn With Nero and Have Fun With autoboot!
exit
:dj
PROGRAMS\mkisofs -C 0,0 -V autoboot -l -o data.iso data
PROGRAMS\bin2boot data.iso
del data.iso
del *.tmp
cls
echo: Now Burn With Discjuggler and Have Fun With autoboot!
exit
:tut
echo: --------------------------
echo: - autoboot Instructions -
echo: --------------------------
echo:
echo: 1st: Download game autoboot Files Here of you
echo: hd
echo:
echo: 2nd: Exract the files to game folder
echo:
echo:
echo: 3rd: You Should Extract Folders ID1 and WinCE
echo: and files Midway.exe, 1st_read.bin, ip.bin, and 0gdtex.pvr
echo:
echo: 4th: After that go to the folder you installed autoboot and
echo: go to the ID1 folder copy pak0 and pak1
echo: or just pak0 if shareware to game ID1 folder
echo:
echo: 5th: Now Run autoboot SB.bat and choose ethier Nero or Discjuggler
echo:
echo: 6th: Now burn and have fun with game autoboot on your DreamCast!!
una vez puesto,renombramos el txt a autoboot_sb.bat
y ya tenemos nuestro autoejecutable ,y no tenemos mas que en la carpeta data meter los archivos del juego que no tenga autoboot,y ejecutamos el bat,hacemos lo que sale en pantalla y ya esta,este metodo soporta que el juego no tenga ip.bin,y de momento es compatible con el 90% de ellos,solo no lo soportan :king of fighters 2000 y sword of the berserk,y la imagen del discjugle no la hace bien por eso recomiendo elejir la imagen para el nero,y algunos avispados podran comprovar si se fijan que este programa puede extraer la ip.bin de los juegos y otra cosa,este autobooteable funciona con los juegos wince y con el segagen de obsidian.
adios y saludos