suloku / gcmm

A gamecube/wii memory card manager
GNU General Public License v3.0
251 stars 24 forks source link

Backing Up Makes Another Copy #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When I try to back up my new save while having an older one on my SD it makes a 
copy instead of copying over it, making it confusing which file to restore and 
which to delete, I'm on version 1.4a btw!

Few suggestions:

1- Make it when you back up a new save to over right over the old one, maybe 
add in a confirmation message too.

2- Add an option to delete saves from the SD/USB.

3- Maybe change the design to make it more like Wii Save Manager GX (more user 
friendly) like add a cursor to click on icons and a menu appears with 
instal/copy/delete... etc!

Original issue reported on code.google.com by juice...@gmail.com on 28 Oct 2013 at 10:58

GoogleCodeExporter commented 9 years ago
I don't see why it is confusing, every backed up save has the date on its 
filename, you can know exactly when it was made. Also many games have data in 
the comments about game progress and when it was saved. This requires your 
gamecube/wii to have the time correctly set and a working battery (yes, the 
clock runs on a battery, which you can change if it dried out).

Not overwritting the previous savegames is an intended behavior (and 
impossible, since every save backed up with gcmm has a different name, given by 
the date), and there are 2 reasons for that:
- Not overwritting a previous savegame on the card, which can be from another 
MC (i.e. brother's, friend's...). I preffer leaving it up to the user to choose 
what to delete (I imagine you would be pretty pissed if GCMM deleted your 
precious savegame).
- Space in the SD card is virtually infinite since gamecube savegames don't 
take much space on the card (on a 1 gB SD card you have around 32720 blocks, 
and you can always dump it on a computer).

About your suggestions:

1.- As stated above, savegames have the date on the filename, so no 
overwritting.
2.- This one makes sense, but at the moment I don't have time to add it to 
GCMM. I'll keep it in mind though if I ever get time to work on it.
3.- This would require a massive amount of work. It would be prettier, but not 
really any more functional IMO. Anyway, Wii Save manager GX developer is adding 
gamecube support, but I don't know when it will be completed and made public.

I know you may think overwritting is useful, but from my point of view, keeping 
old saves doesn't make any harm and the filename indicates the most recent file.
If dettaching the sd card and carrying it over a pc to delete the savegames is 
too much trouble, you can use Wiixplorer to delete files from the wii.

ps: I am aware that the user interface could be a lot more user friendly, 
having things like multiple selection, work queue and such, but my programming 
skills are very limited and there doesn't seem to be anyone else interested in 
gamecube savegames, at least not so much as to work on something that doesn't 
really add significant functionality to gamecube savegame backups.

Original comment by sulokuTDCmago@gmail.com on 28 Oct 2013 at 1:23