Hi Score needed
TwistedMech
Member Posts: 408
Hi Guys
Most games need a score and therefore should have a high score. Most gamers will expect that high score to be saved when you exit the game.
Is there anyway the developers can dump/restore the global variables states for game load/exit?
Most games need a score and therefore should have a high score. Most gamers will expect that high score to be saved when you exit the game.
Is there anyway the developers can dump/restore the global variables states for game load/exit?
Comments
I have already found myself having to come up with game ideas that do not need a scoring system, just so that I could consider them viable to start up as Game Salad projects.
Even if a player was to play a game solo, they would still quite rightly expect to be able to mark their personal progress in some way.
Anyway, I'll leave now, before I'm thrown out!
Cheers
I guess it's one of those things that seems painfully simple when you think about it, but maybe it isn't?
They way I see it, all you would need is a 'save for next time' checkbox for each attribute.
If you had this checked, then the game would save that attributes value before closing the game, then you could use it to display the highscore next time the game is run.
Perhaps it is something to do with the way the ipod games shut down? I mean, you can just click the home button and the game disappears - maybe it's a pain to make sure things are saved correctly when this happens?
i mean... what if i had a server linked to website and in the game we did: open url: www.whtever.com/applygamescore/username/score
so tht it saves the score directly from the game.
and then u could display the scores on a site.
isnt this posible?
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
Pros could use the url to take you to a site that allows the player to enter their high score (obviously they could lie).
http://www.cocos2d-iphone.org/archives/category/cocoslive. If you want to see a sample of the widget you can look at mine at http://coeussys.com/HighScores.aspx. This also allows you to filter by device and by country.
I think this would be a great example for GS to follow.
I felt it was a bit involved to get it to work properly - as is objective c in general for me.