It looks like you're new here. If you want to get involved, click one of these buttons!
Dear Team OUYA, perhaps you guys have something in the works in this department, but if not please hear me out. One of the biggest problems on the Android marketplace with games currently, is how save games are dealt with. Or more specifically how they aren’t regulated at all. When it comes to purely digital media, value is immensely important to the consumer. On Android phones and tablets (and I assume similar Apple products), when you upgrade to a new device or get your current one repaired (which results in its internal memory being wiped), you can re-download all of your purchases from the marketplace as of course your account keeps track of what you have purchased and own, but your save games are lost forever. This greatly devalues our products. Players spend hours, if not days to weeks unlocking content in games, getting high scores, and proceeding through the game. Those save games represent the time invested into our games, and it really sucks when we loose them (trust me, my Sony droid’s screen just died for the 2nd time in 3 months and is in the shop again, ugh).
Now I’m sure OUYA systems with their whole 2 moving parts and giant CPU fan will probably prove to be very reliable, but its best to plan for the worst and I’m guessing there will be a new OUYA system with the latest and greatest tech every couple years. I urge you not to leave save game handling up to the individual developers as Google has done on mobile. I suggest having a TRC that regulates all save game data to sub directories inside a master save game directory on the main storage unit. And then either allowing access to that folder so we can manually back it up to a flash drive\usb hd (and without having to root the system), or build a UI into the Launcher that will allow backing up and restoring all save game data. Thank you for your time.
Comments
How so? I'm just suggesting save files go in a designated save file area, you'd be free to encrypt your files and dictate your format any way you want.
It is possible to find save game data and back it up manually on Android games, but its a royal PITA and often games will not recognize the data once they've been redownloaded anyways.
First off, please learn to use paragraphs? Wow, thanks for getting off on the right foot there.
Second, we're talking about platforms whose software is exclusively delivered digitally via downloaded here, which is actually a pretty small list of platforms (though sure to grow). XBox Live has TRCs for handling save game data. When you uninstall a downloaded game you leave behind the save game files, and browse to them and back them up. And when you send in your Xbox for servicing you unattach your hard drive and retain your data. This is an issue devices with fixed storage and digital distribution have yet to handle properly. At least Google hasn’t. They now attach all of your email, contacts, browser links, etc with a google account and cloud storage, but save game data has been left out. Even if you transfer all of your games to SD Card your data will still be lost or ignored when you reinstall your software on your new\fixed hardware.
I'm guessing OUYA won't even ship with a file browser installed out of the box, even Android 4.0+ doesn't now. Having a way to back up your save games is essential. Losing all of your progress\replays\etc every time you upgrade to the latest greatest OUYA (or send it in for servicing) is unacceptable, and is a very serious (and frequent) problem on Android phones\tablets (and I assume Apple ones too). Yes, it will be a much less frequent problem on OUYA, but it is still a problem.
I still have save game files on flash memory cards from my PS2 that I’d be pretty choked if I lost (I could go much further back, but I won’t date myself any further ;)).
That's exactly my point, if I don't want someone hacking their save file, then I don't want to make it not only super easy but a built-in system setting to allow the player to copy it to a different device they can then open it up on PC with or give to their friend to install on his OUYA. And this affects a very small amount of people because most people don't care about a game's saves once they are done playing through the game, let alone when they buy a brand new game console with all new games that take advantage of the new console's features.
Sure, there are some, and I'll admit that at one point I was one of those, keeping all my Xenogears saves so I could replay the story by loading old saves, but it's a tiny percentage of users especially these days. And those few can keep their old OUYA's if they really care about their saves that much, for games that don't allow it. Or they can go to that effort you say is possible.
I'm not sure what you're arguing there, but I think I agree with you?? I'm not concerned with what method they go with, but they have to do something more then what has been done with the mobile market.
And Dreamwriter, your point is completly moot. This is a pretty open system, if you're that concerned about secuirty, you are developing for the wrong system. Trust me, if someone wants to hack your save games, the most you can do is slow them down. Again with my suggestion, they don't actually have to provide direct access to the save game area on the main drive, just a UI option to export\import to a connected device, and they could even encyrpt the entire package. Alot of current Android games already save their data to removable media, its just damn cryptic finding and identifing it (not like the old days on pc where everygame has a "Savegames" folder). You're kidding yourself if you think players don't care about their save games (you are not your market).
Back to my personal example with my phone thats in the shop, I've bought probably a dozen games off the Play Store in the last year. Wreckless Racing, Zombie Highway, Mini Motor Racing, Aparatus, etc. All great games that I've really enjoyed, and in most of these I've gotten almost all the way through, put in untold hours of gameplay but still had some things left to do and I would enjoy going back to them every now and then. But I won't, because since having to redownload them I've lost all of my data and I'm not willing to start over from scratch with the out of the box unlockables or redo what I've already spent weeks doing. These games are dead to me, they are now disposable in my eyes. And this is an image problem the mobile market has been facing for awhile (not at all helped by 1-3 dollar price tags). I don't know about you guys, but I want to make classic games on OUYA, games people are going to want to keep around and go back to to play years down the line, not disposable shovel ware.
There are no dedicated game consoles out there that have this problem. Whether it be storing save games on flash media, cloud storage, battery backups on a cartridge or to an easily accessible section on the hard drive where the user can manually back up their saves, every serious game system out there has a solution for this issue. The only reason this issue even exists on mobile is because Google is not primarly a game company and gamers are either not important enough to them or they are suffering from short sightedness. The big three wouldn't get caught dead in a scenario like this (and never have), and if OUYA is serious about competing with them they need a solution for this problem ASAP. It may not be a huge problem right away, but warrenty repairs are going to happen (and in most cases they will just replace the entire mother board, internal memory and all) and you know there will likely be an OUYA 2.0 in a couple years if this thing is at all successful. This is something that requires some reconfiguring for those porting their games from mobile right now, so hopefully they do something about this soon so we have time to comply before launch.
-=Hicsy=-
PM me Facebook
You can run into this issue with bugs in games too. My saves for Zombie Highway were actually lost due to my install of it getting buggered up. I was forced to reinstall it to get it running again and of course there was no simple way to backup my data first so I lost all my progress.
When a device is restored, or an app is removed then reinstalled, or installed on another device with the same account, the app receives notification(s) via "callback/intent" with the data to be restored. This can be arbitrary data, including PREFS, FILES, etc.
If OUYA can offer something similar, then all that is needed is a proper guidelines doc to follow for those wanting to enable something like this for their games. Actual backup storage, programming, transport all handled by OUYA API.
As the Google API seems pretty simple for a dev to use, mimicking it probably would be a very good idea. If able to get the "intents" close enough, might even be able to use Devs might be able to use identical backup/restore hooks in their games and apps between the two platforms.
http://developer.android.com/guide/topics/data/backup.html
Seems to me the opposite is the case - it's not a constantly updated / frequently dropped mobile system, so it isn't a problem, definitely not one that should be forced on all developers all of the time. Developers should be able to choose if they want to spend 1 to 4 days working on this rather than on more important parts of their game (I'm basing that time period on how long it took to get the OUYA controls and in-app-purchasing working using the OUYA API).
Maybe OUYA could go with the Nintendo 3DS route - they eventually released an app that'll transfer all local storage from one 3DS to another, no need for developers to support anything, no need to copy any sensitive data (ie passwords) to a removable device. They did this shortly after the availability of the second 3DS model, the 3DS XL, which is why they did it.
There's a similar kit for moving from 20gb 360 hds to the bigger ones when you upgrade, but thats a PITA. People should be allowed to backup whenever they want.
Yes OUYAs will be damaged less then cell phones. In theory anyways, there's already two people on these forums who have dropped and damaged theirs. Also they are so small and portable they are going to be transported alot more then your average console. However since OUYA is based on off the shelf cell phone tech, tech which evolves to the next generation at least once a year, that means there is certainly going to be another OUYA in the future and it will be much sooner then the standard video game console production cycle. I personally don't want people to stop playing my games because they've updgraded to the new system and don't want to have to restart from scratch. I'm sure each developer could implement a system themselves to manage exporting their data to a USB device, but its something that should be standardized and universally applied to all games and handled through the system launcher software.
That only makes it easier if you're designing a game from the ground up to be Ouya-Only.
What makes life easier for the rest of us is as much compatibility with standard Android as possible.
Giving us a mandatory save-game function that only works on this console would be a pointless barrier to entry.
Why do you hate your users? (:
Besides, if properly implemented, a save file management framework is no more work for the developer than using standard Android file operations -- pass your save data to a system library method, let it do its thing, and it'll signal you when it's done. The system library can handle things like storage location, readback verification, even encryption if that's desired (and at that point you're saving developer effort compared to making the developer implement the added value themselves).
Maybe it'd be easy, but it wouldn't just <i>happen</i>.
you might write
OuyaSaveManager.saveFile(3, saveData);which is actually two lines less. (:If you're targeting regular Android and OUYA at the same time, then yes, it's an extra line of code, but in that case it's trivial compared to the work needed to properly support the two different interface paradigms (touch vs. gamepad). And if you've written your tests properly, they're independent of the implementation, so you won't need any extra effort there at all.
It would be good to hook in, yes, but backup isn't the only thing users want to do with their save files.