Questions tagged [achievements]

In video gaming, an achievement is a meta-goal defined outside of a game's parameters. Achievements may be implemented by a platform, or solely within the game itself.

From Wikipedia:

In video gaming parlance, an achievement, also sometimes known as a trophy, badge, award, stamp, medal or challenge, is a meta-goal defined outside of a game's parameters. Unlike the systems of quests or levels that usually define the goals of a video game and have a direct effect on further gameplay, the management of achievements usually takes place outside the confines of the game environment and architecture.1 Meeting the fulfillment conditions, and receiving recognition of fulfillment by the game, is referred to as unlocking the achievement. Despite the usual connotations of the term, unlocking an achievement does not generally pave the way for future actions with the same achievement.

234 questions
0
votes
1 answer

Game Center Achievement Looping

I'm having a bit of trouble trying to figure out the best way to report achievement progress to Game Center. The issue that I run into is that because I'm checking my score during the update cycle achievements are being reported continuously to game…
0
votes
1 answer

IOS: Accessing another game's achievements through gamecenter

I have IOS gameA and and IOS gameB. Is it possible for gameA to check Game Center and see if gameB has a specific achievement completed?
bradido
  • 21
  • 2
0
votes
0 answers

How to handle the condition manager in json configuration

We have Java logic like this, we want to achieve through json condition manager: ((eConsentDate == null) || (!(eConsentDate == null) && !(leSentDate == null) && !(leReceivedDate == null) &&(leReceivedDate.after(currentDate))) ||(!(eConsentDate ==…
0
votes
0 answers

Why when updating app all achievements are shown?

Whenever I update my iOS app or when I open it after not using it for awhile every completed achievement is shown one after the other. This must be a very unusual issue because I have not found any info about it anywhere. What is solution to this?…
0
votes
2 answers

Problem increasing an achievement in Google Play Games in Unity

I have an achievement that increases with the time survived. I calculate the survived time with Time.time. When I die, I increase the achievement with the Time.time value to increase the seconds survived but it increases much more than it should.…
0
votes
0 answers

Can reconfigurable ideas be applied to software system development?

Reconfigurable ideas in hardware programming-especially FPGAs have a lot of application scenarios. Definition of reconfigurable computing: Reconfigurable computing is also called configurable computing, reprogrammable computing or custom…
charisMao
  • 99
  • 14
0
votes
1 answer

Is it possible to get a user's entire Google Play Achievement history?

For an app I'm developing, I'd like to retrieve all of a user's Google Play Achievements. Looking through the Play Game Services API, I'm not sure if this is possible. It seems like you can only get Achievements for a user for a specific game, and I…
Kyle Baran
  • 37
  • 5
0
votes
1 answer

Can't get the number of achievements from Unity game using Steamworks.NET

I was about to release a new game on Steam. It is a Unity game in which I use Steamworks.NET to get achievements from Steam. I use the following code: if (SteamManager.Initialized) { string name = SteamFriends.GetPersonaName (); Debug.Log…
fabiobh
  • 705
  • 2
  • 13
  • 33
0
votes
1 answer

Leaderboard and achievements badges are not showing on Google Play Store

Some time ago I launched an app that uses Google Play Games Leaderboard and Achievements APIs. From what I've read, both badges should be enabled automatically after a certain threshold (200-300 users). However, my app now has more than 80K active…
0
votes
2 answers

Using OpenFeint to get current Achievement progression

So I'm setting my achievement like so: int currentPercentage = ... // Work out current percentage of progression to update too [[OFAchievement achievement: ACHIEVEMENT_ID] updateProgressionComplete: currentPercentage andShowNotification: YES]; But…
ingh.am
  • 25,981
  • 43
  • 130
  • 177
0
votes
1 answer

Game Center iPhone - Load Achievement Progress

I have my app give a notification when a Game Center achievement is achieved/reaches 100%, however it shows the notification every times the user completes it, but I only want it to notify the first time in actually completed. I found this in the…
Josh Kahane
  • 16,765
  • 45
  • 140
  • 253
0
votes
2 answers

Unlock Achievement - GameCenter iPhone

I am trying to unlock an achievement in the game i am making for the iPhone but being rather unsuccessful. From Apples own GKTapper project sample demonstrating Game Center code I have copied the GameCenterManager.h and .m and the…
Josh Kahane
  • 16,765
  • 45
  • 140
  • 253
0
votes
1 answer

Achievement system for WordPress

I currently have WordPress tube website running on detube theme. I want to put a level / achievement sytem on my website, which should work for example like this: If the user watches 100 minutes of videos he reaches to level 2 and gets a certain…
0
votes
1 answer

Almost Real Time RESTful Achievements Web Service that Scales, How can I reduce the number of calls?

I am building real time achievements web service. My current idea is to have an achievements collection in MongoDB as well as a player collection. I would store the list of achievements in the achievements collection (that list can be modified to…
David Gourde
  • 3,709
  • 2
  • 31
  • 65
0
votes
2 answers

Achievements not showing in Google Play Games App

We implemented the Google Play achievements for our Android game according to the official google development documentation, but there seems to be something off, as we notice the following strange behavior in the Google Play Games app: The…
Totoro
  • 59
  • 1
  • 6