i have a .bin file of 448 mb which i made.. the problem is that i accidently deleted the .cue files associated with it.. is there any software that can generate .cue files for this .bin files???
i have tried isobuster to no avail..
pls help!!
thankx
Advertisements. Register and be a member of the community to get rid of them.
.CUE can be made with just Notepad. A typical Playstation(One or 2) .CUE file looks like this:
FILE "image-name.BIN" BINARY
TRACK 1 MODE2/2352
INDEX 1 00:00:00
A typical PC CD-ROM .CUE looks like this:
FILE "image-name.BIN" BINARY
TRACK 01 MODE1/2352
INDEX 01 00:00:00
"image-name.BIN" being the name of the image file (IWDII.BIN, CIV3.BIN and so on...)
Notice the difference of the track mode - PC-ROMs being Mode 1, Playstations CDs Mode 2 and (Super)Video CDs are also MODE2/2352.