HomeForumsWhat's newResources 
 
 
Anyone have a cue for Strikers 2?
Slipknotted - Jan 25, 2006
 Slipknotted Jan 25, 2006
My cue is messed up somehow. Anyone able to see what is out of place?

FILE "E:\STRIKERS2.BIN" BINARY

TRACK 01 MODE1/2352

INDEX 01 00:00:00

TRACK 02 AUDIO

PREGAP 00:02:00

INDEX 01 16:57:20

 lordofduct Jan 25, 2006
Nothing seems wrong with .cue sheet. The only thing that COULD be wrong is if that time there for the index of the audio track is not the correct time spot.

What is the error you are receiving? It should either say something relevant to the cue sheet such as:

"SYNTAX ERROR: LINE #"

where # is an actual numeral stating which line of the code it didn't like.

OR

It will be an error before it even makes it to it. If you get an error that says "Can not locate file E:\Strikers2.bin" or "SYNTAX ERROR: LINE 1" Then you may have a problem just with where you have your files on your hdd.

Try this... rewrite line one as

FILE "\STRIKERS2.BIN" BINARY

or better yet, put the exact directory of the file there.

i.e. - if it is in C:\folder\, then write:

C:\folder\STRIKERS2.BIN

inside the quotation marks.

 ExCyber Jan 26, 2006
You probably need to change MODE1/2352 to MODE1/2048. Strikers 1945 II has the slightly unusual propertly that its data track length is evenly divisible by both 2048 and 2352, and I had this same problem...

note: this is assuming that you can actually get it to burn and the Saturn doesn't recognize it as a Saturn CD

 Slipknotted Jan 27, 2006
Lord hit it on the head. It was the E:\ that was the problem. Removed it and worked like a champ

Thank you both for replying !!!