PaulCombal / SamRewritten

Steam Achievement Manager For Linux. Rewritten in C++.
GNU General Public License v3.0
340 stars 32 forks source link

SAM doesn't see some modifications. #50

Closed ghost closed 4 years ago

ghost commented 4 years ago

For example Estranged: Act I, this is a free modification for HL2.

image image

PaulCombal commented 4 years ago

Yes, that's true, that's because the game list is retrieved from another of my projects here https://github.com/PaulCombal/SteamAppsList . For now, the only shown apps on SamRewritten are the ones categorized as "game" and have achievements.

Thanks for the report, I'll try to fix that when I will have time.

In the meantime I believe typing in the AppId of the app you want to launch should do the trick.

ghost commented 4 years ago

Yeah, thanks you for answer.

image

image

wgpierce commented 4 years ago

@PaulCombal what's the fix here? Is it implementing the settings window to allow seeing all apps? Manually typing in the app ID has been a good enough workaround for a while.

We can't do much if the game has achievements despite the store page saying it doesn't have them, unless we maintain a manual list like the original SAM.

PaulCombal commented 4 years ago

I think the fix here would be to change the "SteamAppsDumps" to also include mods. That's the cleanest I can think of, and the way it should be imo.

wgpierce commented 4 years ago

This is the same issue as https://github.com/PaulCombal/SamRewritten/issues/41 as per https://github.com/PaulCombal/SamRewritten/issues/41#issuecomment-629879122.