Opened 2 years ago
Last modified 18 months ago
#13591 closed defect
Achievements explicitly disabled for Heroine's Quest? — at Initial Version
Reported by: | Crystal-Shard | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Engine: AGS |
Version: | Keywords: | ||
Cc: | Crystal-Shard | Game: |
Description
In the file https://github.com/scummvm/scummvm/blob/fe366040d6df8cd6921bfb1d46de15e6c108e78b/engines/ags/plugins/ags_galaxy_steam/ags_galaxy_steam.cpp#L111
the function AGS2Client::get_Initialized explicitly returns false if the current game is either "heroinesquest" or "killyourself".
It says this is because GetCurrentGameLanguage doesn't work, but achievements are not dependent on game language. Expected behavior would to default to English, not to disable the achievement functions.
Please note, I'm the developer for Heroine's Quest so I can answer questions from that end if needed.