bodgit / memcardpro

Utility for 8BitMods MemCard PRO
https://8bitmods.com/accessories/memcard-pro/
BSD 3-Clause "New" or "Revised" License
38 stars 2 forks source link

No idea how to use this based on: i'm an uninitiated fool #19

Closed Ghost-Mop closed 1 year ago

Ghost-Mop commented 1 year ago

If possible, can you make a tutorial on how to utilize this project? I have my GC memory card's rawbackup, GO installed, and even went so far as to install github desktop to try and figure out how to use one of the pre-made binaries but i'm not a coder and am at a loss for next steps. I have faith in your work but i can't make heads or tails of how to begin splitting my card like you've done in the example gif.

If this is an overstep or too much of an ask, i do apologize for bothering you. -Max

Ghost-Mop commented 1 year ago

was looking around for an easy program since i have what would potentially require a few hundred VMC's for my Gamecube (thanks GC-Loader!) and just a few for my PS1 (Thanks XStation) and for some reason my GC MemcardPro isn't auto-detecting gameid's to make new VMCs automatically but thats their issue, not yours, just wanting to provide a little background.

bodgit commented 1 year ago

If you've downloaded one of the binaries, you don't need Golang or GitHub desktop, it's completely self-contained, just extract it and run it.

It does need to run in a Terminal/Console, (it will give you an error stating as much if you just double-click it on Windows) so you need to open up cmd.exe on Windows, or Terminal.app on macOS etc.

Then just run it passing it the directory/drive which is usually where your SD card is mounted and a list of one or more raw memory card images. for example:

On Windows: memcardpro.exe split D:\ card1.mcd card2.mcd ...

On macOS: memcardpro split /Volumes/NO\ NAME card1.mcd card2.mcd ...

You can stage everything to a regular directory instead just to test it's working and then manually copy the files to your SD card.

Ghost-Mop commented 1 year ago

and with only like two extra tries, with your guidance i was able to split my first GCN raw card! thanks for the extra clarification.