Steam/Steam Achievement Manager: Difference between revisions
(Created page with "== Steam Achievement Manager == Steam Achievement Manager https://github.com/gibbed/SteamAchievementManager <blockquote> Steam Achievement Manager (SAM) is a lightweight, portable application used to manage achievements and statistics in the popular PC gaming platform Steam. This application requires the Steam client, a Steam account and network access. Steam must be running and the user must be logged in. This is the code for SAM. The closed-source version original...") |
|||
| (5 intermediate revisions by the same user not shown) | |||
| Line 20: | Line 20: | ||
Download latest release | Download latest release | ||
https://github.com/gibbed/SteamAchievementManager/releases/latest | https://github.com/gibbed/SteamAchievementManager/releases/latest | ||
== Install with winget == | |||
winget install -e --id Gibbed.SteamAchievementManager | |||
Reference: https://winstall.app/apps/Gibbed.SteamAchievementManager | |||
== Resync Steam Achievements == | |||
Resolution: After removing a bunch of achievements, pick one game, unlock an achievement, and then remove it again. This ensures synchronization on the Steam side. | |||
Reference: https://github.com/gibbed/SteamAchievementManager/issues/548 | |||
== Clear List == | |||
If you exit steam and delete "appcache" in C:\Program Files (x86)\Steam\appcache all the games that arent installed should go away hope this helps :) | |||
Reference: https://github.com/gibbed/SteamAchievementManager/issues/527 | |||
== Manually Add Game to SAM == | |||
Search for your game on steamdb.info and find the AppID, then add in SAM. | |||
https://steamdb.info/ | |||
Reference: https://github.com/gibbed/SteamAchievementManager/issues/152 | |||
== SAM is Safe == | |||
Reference: | |||
* https://github.com/gibbed/SteamAchievementManager/issues/504 | |||
* https://steamcommunity.com/discussions/forum/0/3014556944191850686/ | |||
== SamRewritten == | |||
See [[Steam/SamRewritten]] | |||
== Samira - Steam Achievement Manager for Linux == | |||
See [[Steam/Samira]] | |||
== keywords == | |||
Latest revision as of 09:00, 14 December 2025
Steam Achievement Manager
Steam Achievement Manager https://github.com/gibbed/SteamAchievementManager
Steam Achievement Manager (SAM) is a lightweight, portable application used to manage achievements and statistics in the popular PC gaming platform Steam. This application requires the Steam client, a Steam account and network access. Steam must be running and the user must be logged in.
This is the code for SAM. The closed-source version originally released in 2008, last major release in 2011, and last updated in 2013 (a hotfix).
The code is being made available so that those interested can do as they like with it.
There are some changes to the code since the last closed-source release:
General code maintenance to bring it into a more modern state. Icons have been replaced with ones from the Fugue Icons set. Version has been bumped to 7.0.x.x to indicate the open-source release.
Download latest release https://github.com/gibbed/SteamAchievementManager/releases/latest
Install with winget
winget install -e --id Gibbed.SteamAchievementManager
Reference: https://winstall.app/apps/Gibbed.SteamAchievementManager
Resync Steam Achievements
Resolution: After removing a bunch of achievements, pick one game, unlock an achievement, and then remove it again. This ensures synchronization on the Steam side.
Reference: https://github.com/gibbed/SteamAchievementManager/issues/548
Clear List
If you exit steam and delete "appcache" in C:\Program Files (x86)\Steam\appcache all the games that arent installed should go away hope this helps :)
Reference: https://github.com/gibbed/SteamAchievementManager/issues/527
Manually Add Game to SAM
Search for your game on steamdb.info and find the AppID, then add in SAM.
https://steamdb.info/
Reference: https://github.com/gibbed/SteamAchievementManager/issues/152
SAM is Safe
Reference:
- https://github.com/gibbed/SteamAchievementManager/issues/504
- https://steamcommunity.com/discussions/forum/0/3014556944191850686/
SamRewritten
Samira - Steam Achievement Manager for Linux
See Steam/Samira