Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

List of games having achievement data with their name (game), binary(ies) and platform(s) id

Data were aggregated and are used by xan105/Achievement Watcher

Example

[
  {
    "name": "Cyberpunk 2077",
    "id": {
      "steam": "1091500",
      "gog": "1423049311"
    },
    "bin": [
      "Cyberpunk2077.exe"
    ]
  },
  {
    "name": "LEGO® Jurassic World",
    "id": {
      "steam": "352400"
    },
    "bin": [
      "LEGOJurassicWorld.exe",
      "LEGOJurassicWorld_DX11.exe"
    ]
  }
]

Notice

  • A game has a corresponding platform id only if it has achievements on said platform. Yes, they are games that are available on multiple platforms but have achievements only on one.
  • "Uplay ID" is an array because uplay games aren't unique in the sense that they can have multiple ids based on whatever various reasons (regions, ...).
  • When a game uses a launcher for its executable(s), adding the launcher's binary to the game binaries should only be allowed if the launcher stays hooked to the game's executable(s).

About

List of games having achievement data with their name (game), binary(ies) and platform(s) id

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Sponsor this project

Contributors