Page 2 of 2

Re: Saturn Game (with 2 Data Tracks) How to Dump this game?

Posted: Sun May 03, 2009 11:05 pm
by Rocknroms
dumper wrote:Then I have used these commands to fix the gaps
"remove -size=150sec track01.bin trash.bin"
"psxt001z --gen pregap.bin 352800"
"copy /b pregap.bin+track02.bin new_track02.bin"
This is wrong as Fireball said.

In this case you have to dump the tracks with Isobuster as normal and then move bytes between the 2 tracks (here you have really to move data as it was said in the other post in patch section):

Code: Select all

remove -size=pregap_leght_to_move "track 01.bin" "track_02.bin"
pregap_leght_to_move=pregap of track02

then you have to resize track02

Re: Saturn Game (with 2 Data Tracks) How to Dump this game?

Posted: Mon May 04, 2009 9:47 am
by F1ReB4LL
Better dump each of the first 2 datatracks as a sector range in isobuster. Subs are here, so it's easy to tell the proper ranges for the each one.

Re: Saturn Game (with 2 Data Tracks) How to Dump this game?

Posted: Mon May 04, 2009 10:36 am
by Rocknroms
F1ReB4LL wrote:Better dump each of the first 2 datatracks as a sector range in isobuster. Subs are here, so it's easy to tell the proper ranges for the each one.
And what changes? Isobuster mods the tracks? Indeed, your way can create more mistakes because you have to count 0 as 1 and so on.

Re: Saturn Game (with 2 Data Tracks) How to Dump this game?

Posted: Mon May 04, 2009 12:19 pm
by dumper
Christmas Nights into Dreams - Ring: 610-6438P-01130 C
Nights into Dreams (E) - Ring: MK-81020P-00749 A
Nights into Dreams (U) - Ring: JVC SATURN81048BRE P1H26
Christmas Nights into Dreams (E).sub wrote:FILE "Track01.bin" BINARY
  TRACK 01 MODE?/2352
    INDEX 01 00:00:00
FILE "Track02.bin" BINARY
  TRACK 02 MODE?/2352
    INDEX 00 00:00:00
    INDEX 01 00:02:00
FILE "Track03.bin" BINARY
  TRACK 03 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:02:00
Etc
Remove -size=150sec "Track01.bin" "Track02.bin"
RESIZE -r -352800 "Track02.bin"

Nights into Dreams (E).sub wrote:FILE "Track01.bin" BINARY
  TRACK 01 MODE?/2352
    INDEX 01 00:00:00
FILE "Track02.bin" BINARY
  TRACK 02 MODE?/2352
    INDEX 00 00:00:00
    INDEX 01 00:02:00
FILE "Track03.bin" BINARY
  TRACK 03 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:02:00
Etc
Remove -size=150sec "Track01.bin" "Track02.bin"
RESIZE -r -352800 "Track02.bin"
Nights into Dreams (U).sub wrote:FILE "Track01.bin" BINARY
  TRACK 01 MODE?/2352
    INDEX 01 00:00:00
FILE "Track02.bin" BINARY
  TRACK 02 MODE?/2352
    INDEX 00 00:00:00
    INDEX 01 00:03:00
FILE "Track03.bin" BINARY
  TRACK 03 AUDIO
    INDEX 00 00:00:00
    INDEX 01 00:02:00
Etc
Remove -size=225sec "Track01.bin" "Track02.bin"
RESIZE -r -352800 "Track02.bin"

Re: Saturn Game (with 2 Data Tracks) How to Dump this game?

Posted: Mon May 04, 2009 12:30 pm
by Rocknroms
yes, right.

About this, example on first one
Christmas Nights into Dreams (E).sub wrote:
FILE "Track01.bin" BINARY
  TRACK 01 MODE?/2352
    INDEX 01 00:00:00
FILE "Track02.bin" BINARY
  TRACK 02 MODE?/2352
    INDEX 00 00:00:00
    INDEX 01 00:02:00
Should be like this
Christmas Nights into Dreams (E).sub wrote:
FILE "Track01.bin" BINARY
  TRACK 01 MODE1/2352
    INDEX 01 00:00:00
FILE "Track02.bin" BINARY
  TRACK 02 MODE2/2352
    INDEX 00 00:00:00
    INDEX 01 00:02:00
But always check through Isobuster if data tracks are mode1 or mode2 (right click on track in the list and see proprieties.)

Re: Saturn Game (with 2 Data Tracks) How to Dump this game?

Posted: Mon May 04, 2009 12:37 pm
by dumper
Rocknroms wrote:But always check through Isobuster if data tracks are mode1 or mode2 (right click on track in the list and see proprieties.)
I will do this and submit my dumps.
Thanks for your help.
Image