msolefonte / celes

Celes is an open source file scraper that obtains and stores game achievements, whatever the origin
https://www.npmjs.com/package/@achievement-watcher/celes
GNU General Public License v2.0
4 stars 0 forks source link

Add support for EMPRESS (Goldberg 'variant') #53

Closed xan105 closed 3 years ago

xan105 commented 3 years ago
AppData\Roaming\EMPRESS\[appid]\remote\[appid]\achievements.json

eg: AppData\Roaming\EMPRESS\976310\remote\976310\achievements.json

Content is as Goldberg : .json

{
  "trophy-ID001": {
  "earned": true,
  "earned_time": 1603014612
  }
}

cf: https://github.com/achievement-watcher/achievement-watcher/commit/f21fd00e5da792edb97dd1f587aec409d5f09c56 (Don't mind my dirty path redirect to achieve support for this)

xan105 commented 3 years ago

Also in one of my wip never finished thingy. I had the source changed to be : Goldberg (Legacy) -> .ini Goldberg (EMPRESS) -> for the above Goldberg for 'official' build Just thought it was nice to be specific.

just a suggestion