How does one scramble a DC Bin file?

If you have any questions on programming, this is the place to ask them, whether you're a newbie or an experienced programmer. Discussion on programming in general is also welcome. We will help you with programming homework, but we will not do your work for you! Any porting requests must be made in Developmental Ideas.
Post Reply
radish28
Insane DCEmu
Insane DCEmu
Posts: 184
https://www.artistsworkshop.eu/meble-kuchenne-na-wymiar-warszawa-gdzie-zamowic/
Joined: Tue Nov 06, 2001 4:16 pm
Location: Ottawa, Canada
Has thanked: 0
Been thanked: 0
Contact:

How does one scramble a DC Bin file?

Post by radish28 »

just wondering since it never seemed to be mentioned...
Its been a while...
Sanchez
DCEmu Ex-Admin
DCEmu Ex-Admin
Posts: 1098
Joined: Wed Oct 17, 2001 7:44 pm
Has thanked: 0
Been thanked: 0

Post by Sanchez »

There's a program available called scramble on Marcus' website that will scramble the files appropriately.
radish28
Insane DCEmu
Insane DCEmu
Posts: 184
Joined: Tue Nov 06, 2001 4:16 pm
Location: Ottawa, Canada
Has thanked: 0
Been thanked: 0
Contact:

Post by radish28 »

hmm, ok, last time i was there it was just a source
Its been a while...
Oz
Insane DCEmu
Insane DCEmu
Posts: 175
Joined: Sun Nov 04, 2001 12:59 am
Has thanked: 0
Been thanked: 0

Post by Oz »

ps2insight
DCEmu Crazy Poster
DCEmu Crazy Poster
Posts: 36
Joined: Fri Feb 01, 2002 11:25 am
Has thanked: 0
Been thanked: 0

Post by ps2insight »

I agree how in the crap do you do it. :x

Do you have to have a DC to PC Coders cable. :?

I don't see why you would need one. I am not to brilliant when it comes to programming. :oops:

This is what I get you take the .bin file convert it to .txt :idea:

Then what do I do. :?:

I will pay for a good tutorial well maybe not I am poor. Anyway any help other than what was posted here would be greatly appreciated. If you need any CD Covers or hardware problems I can do that. 8)
radish28
Insane DCEmu
Insane DCEmu
Posts: 184
Joined: Tue Nov 06, 2001 4:16 pm
Location: Ottawa, Canada
Has thanked: 0
Been thanked: 0
Contact:

Post by radish28 »

u know what? on marcus' site theres scramble.c and i know how to cross-complile. but what do i complile it with windos based or sh4 complier? no one ever mentions that.
Its been a while...
ps2insight
DCEmu Crazy Poster
DCEmu Crazy Poster
Posts: 36
Joined: Fri Feb 01, 2002 11:25 am
Has thanked: 0
Been thanked: 0

Post by ps2insight »

Hey radish28 go to the DCfactory website and download the mrtool you can can extract the ip.bin to a .mr then to a .bmp change it and just do the revers. Hopefully you understood what I said. Well good luck I have to get some more CD-R to try this out. All I been making are coasters :P
Sanchez
DCEmu Ex-Admin
DCEmu Ex-Admin
Posts: 1098
Joined: Wed Oct 17, 2001 7:44 pm
Has thanked: 0
Been thanked: 0

Post by Sanchez »

Guys....

Scramble is a utility that is compiled and run on the pc. Typically it's for linux, although I think it will work in Cygwin as well. After you've made your bin file, you run "scramble file.bin" and you now have a scrambled, bootable binary....
Oz
Insane DCEmu
Insane DCEmu
Posts: 175
Joined: Sun Nov 04, 2001 12:59 am
Has thanked: 0
Been thanked: 0

Post by Oz »

I should have been more clear. The two links I posted above have precompiled versions of marcus's scramble available for download.

http://dev.dcemulation.org/files/devtoo ... cscram.zip Dos version (it does not need cygwin).
To scramble a file type "dcscram inputfilename outputfilename".
To unscramble a file type "dcscram -d inputfilename outputfilename".

http://www.hangar-eleven.de/bin/console ... cygwin.zip Linux version (it needs the cygwin dlls to run in windows).
To scramble a file type "scramble inputfilename outputfilename".
To unscramble a file type "scramble -d inputfilename outputfilename".

You do not need a cross-compiler to use these programs. Cross-compilers are only usefull if you are interested in developing your own dreamcast programs, and if you are http://www.hangar-eleven.de/en/devdc-index.html is a good place to start.
ps2insight
DCEmu Crazy Poster
DCEmu Crazy Poster
Posts: 36
Joined: Fri Feb 01, 2002 11:25 am
Has thanked: 0
Been thanked: 0

Post by ps2insight »

Maybe I am lost or talking about something totally different. I am trying to figure out on how to do what Proveux does.

I will post what I am looking to do. I have downloaded everything from Marcuses site and I even used the one on DCFactorys web site which was a lot easier. Anyway if we are talking about the same thing I will give up. Like I said I suck at programming. Just better with graphics and hardware. Anyway LMK :cry:

Image
radish28
Insane DCEmu
Insane DCEmu
Posts: 184
Joined: Tue Nov 06, 2001 4:16 pm
Location: Ottawa, Canada
Has thanked: 0
Been thanked: 0
Contact:

Post by radish28 »

heh, well thats all i wanted to know. thanks.
Its been a while...
Post Reply