User User name Password  
   
Thursday 24.7.2025 / 19:45
Search AfterDawn Forums:        In English   Suomeksi   På svenska
afterdawn.com > forums > archived forums > nintendo gamecube - general discussion > theory on burning gc
Show topics
 
Forums
Forums
Theory on burning GC
  Jump to:
 
Posted Message
SuperTed
Member
_
2. November 2004 @ 22:14 _ Link to this message    Send private message to this user   
Hey cut me some slack here!
I'm working on a program that will read the image backwards.
Seem that no program that allready out there can do that.
Does anyone know if the sourcecode for GCTool is out there somewhere?
I wanna see what they did to make it read a GC image

Just wondering around
Advertisement
_
__
Jackass57
Suspended permanently
_
3. November 2004 @ 19:44 _ Link to this message    Send private message to this user   
So you guys are saying I couldn't just put a GCN disk into my pc's dvd\cd burner's 8mm slot and use Alcohol 120% to copy to harddrive? I mean, I have heard of the phantasy star online trick, and copying a GCN gamedisk to a pc harddrive thru the gamecube being attached to the comp, but I wonder if there's an easier way...?

Would these work for backups:

http://dvd-supply.com/mini-dvd-r-8cm-3in-1-4gb.html ?

Also, if anybody wants to sell their own GameCube, email me ( lordtigger2k@yahoo.com ), since i need one for any of this to actually be useful to me, of course...

email me with any other info u have... thanks a lot

NTSC V9 PS2 chipped w\ Magic V
Network Adapter+9.49GB Harddrive
+HdAdvance[mem card]\HdLoader[disk]+snes station and other goodies

Am going to buy a Gamecube soon, anybody who wants to sell theirs... Email me - Lordtigger2k@yahoo.com
SuperTed
Member
_
3. November 2004 @ 22:50 _ Link to this message    Send private message to this user   
No you can't read it in your PC dvd-drive or burner.

What I'm trying to do is create a program that will read an image backwards (so from the last to the first byte instead of first to last) and while it's reading it has to burn the bytes directly to a mini dvd-r.

But programming reverse reading sucks.
SO that means I have no luck so far.

Just wondering around
Senior Member
_
3. November 2004 @ 23:08 _ Link to this message    Send private message to this user   
I was thinking it wouldn't be that hard to do,but I don't know.I think all you do is reverse the code is all.If you have a dissasembler and a compiler for C/C++ that could work right.Although I also heard GameCube programming is on a different angle.It is not the same is what I heard.




...........................:SiG cReAtEd By Phantom69:............................
kamaswami
Newbie
_
8. November 2004 @ 18:58 _ Link to this message    Send private message to this user   
can the pso exploit give you the bytes fast enough to burn them? i know when i rip games they fail 4 times out of 5. also even the ones that don't fail won't run but... that's not the topic.

also, you're reversing the bytes but is there anything to say that you shouldn't do a bitwise reversal? cause i would think if its truly reading in reverse that each bit would be on the disc in reverse order. but i dunno maybe the bits are in the same order in the bytes but the byte order on the disc is reversed.

reading that last paragraph it sounds confusing but i'm pretty sure at least superted will know what i'm getting at.

also, i haven't done much low level c/c++ programming but i have done some stuff with reading image files byte by byte so.... maybe i could help with something i dunno.

a little more programming never hurt, unless you count my grades.
Senior Member
_
8. November 2004 @ 20:18 _ Link to this message    Send private message to this user   
If this is true then why not build a burning program to emulate first before burning.It would make sense to actually play the files,before reading them making a better burn statistics.I don't think it is a bad idea to program anything for the gamecube,but if the intentions are there then it is possible.




...........................:SiG cReAtEd By Phantom69:............................
SuperTed
Member
_
9. November 2004 @ 11:34 _ Link to this message    Send private message to this user   
Does anyone know if the source is out there for the reliable NGC disc server?

That's a tool to rip, right?
Cause if the source is out there, maybe I can something with that.

Just wondering around
Senior Member
_
9. November 2004 @ 11:42 _ Link to this message    Send private message to this user   
Hey SuperTed see if you can decompile it first,that will give you the code to program it.The source code for programs normally comes from decompiling programs,and with this in mind you can then recompile it with more files.I think you would benefit from a dissasembler and a reassembler for C/C++ to be honest man.If you can,see if you can make a GC coding environment so you can continue alright man.Then you can find the source code from certain apps.I am also looking at a way to build a coders cable for the GC which was used for dreamcast,hopefully this will give access to the internal drive in the GC.




...........................:SiG cReAtEd By Phantom69:............................
Mr69ways
Suspended due to non-functional email address
_
9. November 2004 @ 11:43 _ Link to this message    Send private message to this user   
Good question. Also does anyone know if there is a source available for PSOLoad
virall
Newbie
_
9. November 2004 @ 19:30 _ Link to this message    Send private message to this user   
Well, I donno if this has been said but the GC reads the discs backwards o.o the discs are written backwards, it's going to take skill and talent to create a program to do what you are speaking... I'd give you... 1,000 dollars just cuz you did it o.o
Bizquick
Junior Member
_
9. November 2004 @ 20:12 _ Link to this message    Send private message to this user   
Not much skill just reverse the 1's and 0's before you burn it.
Oh Didn't I recall a while back someone had made a cable to connect the GC to their computer and they could access the Disc with a Linx OS? I seam to remember this like a while ago. almost 1 year or more. and I remember is cause the guy made a little gamecube Icon for the drive. but if you wanted any luck at gettign that barcode that would be where you would look. if you get that GC hooked up as a drive in Linx you most likely could read that barcode and port that over to windows in some way and start creating ISO's that you could burn. but you still have to reverse the data before you make it a ISO. If all this is done I doubt a modchip would be needed. well maybe one to send a false signal to the GC Opitical drive laser to tell the firmware the media is okay.
Senior Member
_
9. November 2004 @ 21:54 _ Link to this message    Send private message to this user   
Hmmm...so somebody has already made this cable right.I was wondering where did you find this information at man.I haven't seen anybody make a cable to access the gamecube yet.Anyways sounds logical,does sound like it would give access to grab the images from the GC end.The byte reading is in reverse like you said,but as for changing the 1's and 0's how would you go about that.I am learning as I go also,do you just take the end number which is 1 and put it in front of the code or something like that or 0 and put that in front of one of the codes.I have no clue how to go about reversing the bytes,could you possibly give a little more info on this.It would definately be appreciated not just from me,but from others looking at this as well.




...........................:SiG cReAtEd By Phantom69:............................
SuperTed
Member
_
10. November 2004 @ 01:45 _ Link to this message    Send private message to this user   
What about this Linux thing?
Does that make it possible to read the disc?
cause if so, It wouldn't be to hard to make a one on one backup.
Using something like a Network drive (in this case my dvd burner) the destenation drive.

There are several Linux burning progs that allow to make an image on the HD (the image will be read backward) and then burn it.

Just wondering around
Bizquick
Junior Member
_
10. November 2004 @ 05:43 _ Link to this message    Send private message to this user   
Thats kind of what I was thinking SuperTed. I'll see if I can find this guy and get some more info on that cable I think for some reason this project took a wrong turn some where. most likely because the guy had to use Linux to get into it. And you have to make all you own stuff on linux and not as much help. Or maybe he was getting pretty close and nintendo droped a intent to sue on him. I know alot of people are scared to do much on the GC scene because Nintendo has a good amount of law suits they are winning. But I can understand why there sales are alot less than the PS2 and the Xbox. And they don't like have other Items to make money of off. So even a 1% or less loss is expensive to nintendo. like the xbox and PS2 I then they loose any where from 1% to 3% due to pirates. Xbox might be more because how easy it is to hack.
Clete2
Newbie
_
10. November 2004 @ 06:34 _ Link to this message    Send private message to this user   
Nintendo loses the least out of anything due to piracy (mind you everything meaning computer software, it doesn't include food ;). I'll pirate your food! Hah, sure...), it just makes sense. There is hardly a way to load games, but there is. It's harder to find the games online than it is Xbox (quick check of a torrent site tells me this, not that I downloaded anything illegal). PC games' piracy is rampant. It's too easy, but I don't want them to make it harder, because I back up my games.

Featuring: http://linux-blogger.com/ The Linux Blog (my blog) and http://greatbigblog.com/ Great Big Blog.
Icemonkey
Senior Member
_
10. November 2004 @ 09:11 _ Link to this message    Send private message to this user   
Interestingly enough, I think Nintendo has lost more to piracy than any other game system producer today. Gamecube sales would probably be much higher if there were a way to make a working, bootable game disc backup.



PS2 - v8
Mod - Magic V
Burner - CenDyne (Pioneer) DVR-A05
Media - Anything Cheap

Gamecube w/Broadband Adapter
Phantasy Star Online
Animal Crossing Loader v1.4
Phantasy Star Uploader v1.1
Gamecube ISO Ripping Server v1.0.0.29
Senior Member
_
10. November 2004 @ 09:40 _ Link to this message    Send private message to this user   
I think it can't be done at the moment,because nobody that I have heard from has the barcode.That code is still blocking us from having a bootdisc right.It would still have to be pressed also,which can't be done with the tools we have as of now.It would have to come from a big company,and then Nintendo would turn around and sue them for doing it.That is what I think will happen if a boot disc was made.




...........................:SiG cReAtEd By Phantom69:............................

This message has been edited since posting. Last time this message was edited on 10. November 2004 @ 09:42

Senior Member
_
10. November 2004 @ 10:05 _ Link to this message    Send private message to this user   
If that is true though using Linux and that cable that is mentioned,and gain access to the Cube in a different way rather than PSO & BBA method.I wonder why the person you mentioned stop Bizquick.I am also wondering the same thing like SuperTed.That person could have passed that down to another person to look at if the Linux was too much for em.The cable though,that is definately something to look at.




...........................:SiG cReAtEd By Phantom69:............................
udlras
Suspended due to non-functional email address
_
15. November 2004 @ 02:13 _ Link to this message    Send private message to this user   
So the problem with strieght game cube to dvd copying is that you cannot read the disc in a pc? Well i have a OPTORITE COMBO DC4801 [CD-ROM drive] (sorry for font but i got it from Belarc advisor). It recognises the disc as an unknown format but will not let me burn it. If there is a program that lets you burn on the fly without checking the data maybe this would work?
SuperTed
Member
_
16. November 2004 @ 02:42 _ Link to this message    Send private message to this user   
what? your DVD-Rom drive can read it?
I tried several dvd-rom drives, but none could read them.
Try using different software.
Like BlindRead/Write.
Don't forget to Uncheck the Data (or Jitter) correction.

If it works, let me know.

Although I find it hard to believe.

Just wondering around
stbd
Newbie
_
16. November 2004 @ 03:07 _ Link to this message    Send private message to this user   
udlras: try pinnacle InstantCopy. I tried to make disc image with this program, but it was slow as hell. making that image would have take days. try if you can do it faster. I got it working only in RAW16 and RAW96 mode. and check "ignore read errors".
stbd
Newbie
_
16. November 2004 @ 03:15 _ Link to this message    Send private message to this user   
btw dvd-drive I`m using is TOSHIBA ODD-DVD SD-M1802, if anyone is intrested.
kamaswami
Newbie
_
16. November 2004 @ 03:34 _ Link to this message    Send private message to this user   
his drive saying unknown format doesn't mean it can read the disc, i think it means it can't read the disc. in fact i think if i were to put a cd in there upside down it would say "unknown disc" or something like that. anyway...

to reverse the bytes you'd need to read them into an unsigned char array. an unsigned char is exactly one byte. and you can read whatever data into it that you want, i've done it to do byte by byte manipulations of bitmap files. anyway, read the disc into an array and then just right a function to reverse the array. then you've got the bits in the same order but the bytes reversed. a bitwise reversal would be a bit harder.

as far as this barcode stuff, i don't even know what that is so i can't help. why not just use some kinda psoload for linux? i think there is one out there somewhere. if not, i'm sure the PC one would load up with WINE.

back to waiting for half-life 2 to finish unlocking...
bigflavor
Junior Member
_
16. November 2004 @ 03:37 _ Link to this message    Send private message to this user   
take a look on the inner ring of the discs.
I forget exactly what it says, but I did a little research on both: the IFP and PDSC( http://company.monster.com/pdsc/ ).

Anyone tried a Panasonic DVD-rom? Anyone tried to figure out what encryption Nintendo used with the help of the organization the IFP?

Does anyone work for the PDSC and can get some more information?


The IFP is one of those annoying copyright protectors groups. Again, if you take a look at the inner ring of your gamecube discs, you'll see IFP v9gl or something like that. That's the version of the disc and, i'm guessing, the copyright encryption-type-shiz that they put on the discs.


yea,

Matt
Advertisement
_
__
 
_
udlras
Suspended due to non-functional email address
_
16. November 2004 @ 13:03 _ Link to this message    Send private message to this user   
Ok blind write wouldn't accept the dvd, but blind write is going at 1mb every 3 mins so waiting for all the 1.63 gb should take awhile but will let it run to see what i get
 
afterdawn.com > forums > archived forums > nintendo gamecube - general discussion > theory on burning gc
 

Digital video: AfterDawn.com | AfterDawn Forums
Music: MP3Lizard.com
Gaming: Blasteroids.com | Blasteroids Forums | Compare game prices
Software: Software downloads
Blogs: User profile pages
RSS feeds: AfterDawn.com News | Software updates | AfterDawn Forums
International: AfterDawn in Finnish | AfterDawn in Swedish | AfterDawn in Norwegian | download.fi
Navigate: Search | Site map
About us: About AfterDawn Ltd | Advertise on our sites | Rules, Restrictions, Legal disclaimer & Privacy policy
Contact us: Send feedback | Contact our media sales team
 
  © 1999-2025 by AfterDawn Ltd.

  IDG TechNetwork