Game Circle
Gene4Gamers
LebanonMember, PRO Posts: 57
Hello,
I have no clue on how to add a leaderboard for android users in my game, though I want to so much..
Is there a tutorial on how to add a leader-board for android users ( game circle )
Please and thank you ,
Regards,
Mike
MAKE GAMESALAD INTEGRATE ADMOB ( Google ADS ) :
Go to this link : http://bugs.gamesalad.com/show_bug.cgi?id=261
Find the " vote " button and press it
Comments
Google is your friend Or search the forums.
Like Balls? Then click here! We've 100 coming soon
As I said via pm, the cookbook has info on it.
https://help.gamesalad.com/hc/en-us/articles/202036413-4-7-Amazon-GameCircle
Need Help? Email Me | Templates | Full Game Source Code
Also read the info on amazon's website.
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
I beleive there isnt a tutorial availible @omarandmike as by chance I have too been looking for one. The closest I found was @The_Gamesalad_Guru saying he was making one back in decemember, but ive checked his youtube channel and its not apparent. I have to set up game circle myself so ill work it out and if I have time, ill make a tutorial for you. My plan is to get google play working off game circle.
I'll see if I can make one when I have a free day. If you have any questions feel free to ask.
Need Help? Email Me | Templates | Full Game Source Code
Have you managed to get google play to work on game cirlce leaderboards @bjandthekatz
Yes I have.
Need Help? Email Me | Templates | Full Game Source Code
One thing worth mentioning if you haven't set up your iOS leaderboards already or it is not too much trouble to change them use underscores not periods in their names.
Amazon wont let you use periods, because I had already published in iOS I had to set up a table to for the different leaderboard formats. A real pain so avoid that if you still can.
Universal Binary Template - Universal Binary Template Instructions Rev 4 (Short) - Custom Score Display Template
@colander I've already discovered that. I was disappointed amazon did that!.I have built my games in such a way that I use an integer called platform and I have rules throughout that says if game.platform = 1/2/3 do behaviour. It saves me tweaking the games at the end for each platform. I just change an integer each time I publish.
I have the leaderboards all set up. It was relatively easy and straight forward. The MD5 code was the confusing part. But when understood it quite simple too.
I just need to test the leaderboard on my google app now.
@gingagaming Yes I had to use the same integer system and a table for the different name formats. I put all the iOS leaderbaord names with periods in column 1 and all the Amazon ones with underscores in column 2 and used 1 for Apple and 2 for Amazon when I published.
In my next game I used underscores for both platforms and avoided all that extra work.
Universal Binary Template - Universal Binary Template Instructions Rev 4 (Short) - Custom Score Display Template