.sav file creation
Posted: Thu Dec 17, 2009 12:05 am
HI. Greetings.
I'm writing a small game program that I'd like to keep high scores on. I've read, on a separate note, about copying the saved states for the games you already have over to a ".sav" file for use on your slot-1 device. This is always for commercially produced games. I'm guessing that these techniques actually copy info from the eeprom. Here's my question.
If you have a slot-1 device, like an acekard2, and you write your own homebrew game, is there any way of making a ".sav" file for your game so that it acts just like other games with ".sav" files?
After reading posts on this forum and searching around the net I am interested in a way to do this. I've read that you can read and write directly to the eeprom via the functions in card.h. I tried the example program, called eeprom.nds, on my Acekard2 and got what I suspect is garbage. I don't know what that means. Was I seeing something that was encrypted or maybe some of the contents of the flash card? I don't have another game to try out
Thanks for your time.
I'm writing a small game program that I'd like to keep high scores on. I've read, on a separate note, about copying the saved states for the games you already have over to a ".sav" file for use on your slot-1 device. This is always for commercially produced games. I'm guessing that these techniques actually copy info from the eeprom. Here's my question.
If you have a slot-1 device, like an acekard2, and you write your own homebrew game, is there any way of making a ".sav" file for your game so that it acts just like other games with ".sav" files?
After reading posts on this forum and searching around the net I am interested in a way to do this. I've read that you can read and write directly to the eeprom via the functions in card.h. I tried the example program, called eeprom.nds, on my Acekard2 and got what I suspect is garbage. I don't know what that means. Was I seeing something that was encrypted or maybe some of the contents of the flash card? I don't have another game to try out
Thanks for your time.