u9i
Call me Uni
Hi,
I am planning to make my game power-loss save, or whatever i should call it. Basically i want the game to pick up where it left off, should the user turn off the device, or should it run out of power. This poses a few questions that i would like to hear comments and suggestions on.
I will need to save game data continuously, or at least at a reasonably high frequency, maybe once every 10-15 seconds. I plan to do this on the NAND, because i feel the filesystem might be more robust then the FAT formated SD card. Ghostpix once ran out of batteries while saving, and the file got fubar. I hat almost completed it, so you can imagine i was pissed
So the questions:
- Will this strain the flash too much, and wear it to an early death?
- Is it better to use the SD card? Is it equally safe/unsafe?
- What filesystem does the Caanoo/Wiz run?
- Where on the system should i save the game data? Is there a /home/???/ folder to put my stuff?
What are the advantages and drawbacks of doing this? Please share your thoughts on this. As a developer or user.
/Uni
I am planning to make my game power-loss save, or whatever i should call it. Basically i want the game to pick up where it left off, should the user turn off the device, or should it run out of power. This poses a few questions that i would like to hear comments and suggestions on.
I will need to save game data continuously, or at least at a reasonably high frequency, maybe once every 10-15 seconds. I plan to do this on the NAND, because i feel the filesystem might be more robust then the FAT formated SD card. Ghostpix once ran out of batteries while saving, and the file got fubar. I hat almost completed it, so you can imagine i was pissed
So the questions:
- Will this strain the flash too much, and wear it to an early death?
- Is it better to use the SD card? Is it equally safe/unsafe?
- What filesystem does the Caanoo/Wiz run?
- Where on the system should i save the game data? Is there a /home/???/ folder to put my stuff?
What are the advantages and drawbacks of doing this? Please share your thoughts on this. As a developer or user.
/Uni