I WILL POST A TUTORIAL AND SCRIPT SOON.

Not sure if you seen this quote from Megavolt85?megavolt85 wrote:IPINS need for very old mkisofsIan Micheal wrote:not sure how it works we could replace it with something..
use last mkisofs
Code: Select all
echo: [ ++ Bleemcast Selfboot Script by Override -- ] echo: [ -- Props to original Bleem team ++ ] echo: [ ++ and Echelon selfboot tools -- ] echo: off set scsi_id= X,X,X set speed= X set gamename= XXXXX cdrecord -dev=%scsi_id% -msinfo > msinfo.txt mkisofs -C @msinfo.txt -V %gamename% -l -x IP.BIN -G ./IP.BIN -o data.iso data del msinfo.txt cdrecord -dev=%scsi_id% -xa1 speed=%speed% data.iso cdrecord -dev=%scsi_id% -eject del data.iso
deluxux wrote:DreamShell is booting the bleem beta binary and giving you a list like gdmenu to pick a psx cdi. It is more compatible because some games use data in the audio tracks CD-XA. And CDDA on some games is working with full buttons mapped. This is emulating using the bleem beta and a swap disc for a real ps1 game and not a selfboot game that only has the 1st data track.