moviedaa.blogg.se

Steam achievement adder some games not showing up
Steam achievement adder some games not showing up







steam achievement adder some games not showing up

There's a lot of achievements that have zero percentage. Now that you have all the achievements in the same place, just sort and read using sort all.txt | less or such. Jq ".achievementpercentages.achievements | \"\(.percent) \(.name) $\"" $f

steam achievement adder some games not showing up

Then parse the files with jq and list all achievements in a single file. mkdir gameįor appid in $(jq '.' appids.json) do Using this list, fetch the global achievement percentages for each appid. Note: this takes over a day and currently produces ~17k files that take 71MB.įirst get the list of appids. I'm still looking for a way to find that data, but I'm afraid that might be something Valve considers confidential. To find the absolute rarity, this data should be combined with the amount of players for each game. However, this only gives the relative rarity of the achievements. Given these it's pretty trivial to write code that fetches achievement percentages for all Steam games and gives a sorted list.

steam achievement adder some games not showing up

The list of Steam app id's is available from another API:

steam achievement adder some games not showing up

percentage of players that have got a specific achievement.įor example, the achievement stats for Jamestown can be fetched from the URL. Steam Web API v0002 provides an API for global achievement stats per game, i.e. Note that this information is probably obsolete by the time you read this. On, the rarest achievement by percentage (with over 0 percentage completion) that is visible in the Steam community achievement lists was Escape in Counter-Strike Nexon: Zombies with 0.0001% of players achieving it. The rarest achievement (at the time of writing)









Steam achievement adder some games not showing up