hydralauncher / hydra

Hydra is a game launcher with its own embedded bittorrent client
MIT License
11.35k stars 2.8k forks source link

[BUG] Description of achievements #1226

Open Crow-BY opened 1 week ago

Crow-BY commented 1 week ago

Describe the bug

Achievements that are initially hidden in Steam in Hydra have no description (only the name), even after receiving

Steps to Reproduce

Get a similar achievement in the game, mostly these are some story achievements, for example, for completing a chapter of the story

Expected behavior

Add description to such achievements

Additional information and data

Снимок экрана 2024-11-10 142128

Operating System

Win 11 Pro 23H2

Hydra Version

3.0.5

Before opening this Issue

zamitto commented 1 week ago

It is a limitation that Steam puts on it's API. They don't provide descriptions for hidden achievements. We are trying to find alternatives

ImFenyx commented 1 week ago

It is a limitation that Steam puts on it's API. They don't provide descriptions for hidden achievements. We are trying to find alternatives

Couldn't this be solved by hiding what the achievement would be and marking it as completed when you complete it?

zamitto commented 1 week ago

It is a limitation that Steam puts on it's API. They don't provide descriptions for hidden achievements. We are trying to find alternatives

Couldn't this be solved by hiding what the achievement would be and marking it as completed when you complete it?

The point of the issue is that the descriptions for hidden achievements are never available, even after you unlock the achievement. When you unlock a hidden achievement in Steam, they begin to show the description of that achievement. But their API never provide such descriptions. So, at least for now, we don't have this data to show to users.