How do you make a bin file for a bin and cue?

Status
Not open for further replies.

EricB

Chillin Techie
Messages
11,861
Location
USA
How do you make a bin file for a bin and cue?

I once read how to do it, but I don't remeber how. I think you use notepad.
 
.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.
 
Status
Not open for further replies.
Back
Top Bottom