Steam/Achievements: Difference between revisions

From Omnia
Jump to navigation Jump to search
(Created page with "== Achivement Storage == C:\Program Files (x86)\Steam\appcache\stats UserGameStats_[AccountID]_[AppID].bin References: https://github.com/gibbed/SteamAchievementManager/issues/500")
 
No edit summary
Line 5: Line 5:


References: https://github.com/gibbed/SteamAchievementManager/issues/500
References: https://github.com/gibbed/SteamAchievementManager/issues/500
== Steam Achieement 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 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.
</blockquote>
Download latest release
https://github.com/gibbed/SteamAchievementManager/releases/latest
== keywords ==

Revision as of 07:27, 14 December 2025

Achivement Storage

C:\Program Files (x86)\Steam\appcache\stats
  UserGameStats_[AccountID]_[AppID].bin

References: https://github.com/gibbed/SteamAchievementManager/issues/500

Steam Achieement 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

keywords