
DiscImageCreator
Re: DiscImageCreator
I mean, you can swap the CD with some Audio CD (like in the GD mode), then you read all the sectors and descramble them. This way, many non-d8 NEC, Optiarc, etc. drives could be supported. Could be done as a separate "swapcd" mode 

Re: DiscImageCreator
I see, but a problem exists. It is that the swap disc can't use TOC.
_disc.txt of gd command
dic can't recognize how many tracks and sectors exist in actual disc. Of course, if uses sub-channel, dic can recognize these and create TOC artificially.
But if random error of track number exists in sub-channel, especially in the boundary of the track, it's difficult to judge which track number is correct.
That is to say, the result of dumping could be instability.
If takes out the swap disc using a pin and inserts the target disc and pushes back the tray, some drives read the target disc, not the swap disc.
_disc.txt of gd command
Code: Select all
========== TOC ==========
Audio Track 1, LBA 0 - 549150, Length 549151
Total 549151
This is the TOC of audio trap discBut if random error of track number exists in sub-channel, especially in the boundary of the track, it's difficult to judge which track number is correct.
That is to say, the result of dumping could be instability.
Btw, can other tools (e.g. CDTools) use the swap disc by these drives and dump the scrambled image?many non-d8 NEC, Optiarc, etc. drives could be supported.
If takes out the swap disc using a pin and inserts the target disc and pushes back the tray, some drives read the target disc, not the swap disc.
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
Re: DiscImageCreator
Of coursesarami wrote:I see, but a problem exists. It is that the swap disc can't use TOC.
But it's not a problem.Solution 1: User inserts disc normally, DIC reads the TOC and leadout (to know the image length), then ejects it and asks to do the swapping (like, "insert the trap audio disc and press any key" => "swap the disc and press any key").
Solution 2: User runs DIC after swapping, DIC reads data and subchannel into .scr + .sub, then ejects the tray, then inserts the tray, then reads the TOC and leadout, then cuts the image to tracks and does the descrambling. Or you can ask the leadout value via .exe parameter (to know how many sectors to read into image) and read only TOC after ejecting/inserting the tray.
Re: DiscImageCreator
Still no idea why does cherokeelzzS get weird DIC dumps with certain discs? Other tools don't have any problems.
Re: DiscImageCreator
Added this, but still buggy, I think.F1ReB4LL wrote:Solution 2
How to use
Code: Select all
1. insert the audio trap disc to a supported drive.
2. run (stop spinning disc) -> DiscImageCreator.exe stop [DriveLetter]
3. use a pin to press the escape eject button, so the tray will eject (or remove the drive cover).
4. insert the disc and run -> DiscImageCreator.exe close [DriveLetter] or gently push the tray back (or put the drive cover back on).
5. run (start dumping scrambled img) -> DiscImageCreator.exe swap [DriveLetter] foo.bin [DriveSpeed(0-72)]
6. when dumping finished, the drive tray open automatically.
7. The drive tray close automatically after 10000 msec.
8. Read TOC and img is descrambled automatically.Also added this in cd command.F1ReB4LL wrote:get weird DIC dumps
/viewtopic.php?p=24549#p24549
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
Re: DiscImageCreator
Sarami, how do you have dumped this disc?
Isnt that a disc with those nasty read errors?
Isnt that a disc with those nasty read errors?
Re: DiscImageCreator
Works almost fine for me. The dump is correct, but the cue is missing the CATALOG entry (the drive itself reads the subchannels correctly).sarami wrote:Added this, but still buggy, I think.
Also, the image sizes (and the checksums) of the .scm and .img files are incorrect (too small). Split tracks are correct.
And why doesn't it show any progress (which sector is being read) during the dumping process?
https://redump.info/disc/32569/ -- this disc was used.
Re: DiscImageCreator
Some fixed.
There aren't intentional c2 errors and edc/ecc errors.usurper wrote:Isnt that a disc with those nasty read errors?
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
Re: DiscImageCreator
Did proper support ever get added for the GameShark Pro update CDs? https://redump.info/discs/system/psxgs/
Where did we leave off on that? One of our member has a dozen waiting to dump.
Where did we leave off on that? One of our member has a dozen waiting to dump.
All my posts and submission data are released into Public Domain / CC0.
Re: DiscImageCreator
We need to decide, how to detect the offset on them. But the 'magic' bytes in the first track should be located at the same address for all the dumps.