Steam: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 22: | Line 22: | ||
To convert a SteamID64 to a Steam3 ID, you can use the following formula: Steam3 ID = [U:1: (SteamID64 - 76561197960265728)]. The Steam3 ID format is typically [U:1:accountID], where "accountID" is the result of the calculation. | To convert a SteamID64 to a Steam3 ID, you can use the following formula: Steam3 ID = [U:1: (SteamID64 - 76561197960265728)]. The Steam3 ID format is typically [U:1:accountID], where "accountID" is the result of the calculation. | ||
== Reset Achievements == | |||
Open a browser and type in, the following which will open Steam's Console | |||
steam://open/console | |||
To reset all achivements for a game: | |||
reset_all_stats [GAMEID] | |||
To reset a single achiement: | |||
achievement_clear [GAMEID] [ACHIEVEMENT_NAME] |
Revision as of 04:50, 14 July 2025
Games
See Games
Table of Contents
Steam ID
SteamID64
DEC - Standard Steam ID found on Account page
HEX - take DEC version and convert to HEX
SteamID3
Use something like the "SteamID Finder:"
https://www.steamidfinder.com/lookup/
or
To convert a SteamID64 to a Steam3 ID, you can use the following formula: Steam3 ID = [U:1: (SteamID64 - 76561197960265728)]. The Steam3 ID format is typically [U:1:accountID], where "accountID" is the result of the calculation.
Reset Achievements
Open a browser and type in, the following which will open Steam's Console
steam://open/console
To reset all achivements for a game:
reset_all_stats [GAMEID]
To reset a single achiement:
achievement_clear [GAMEID] [ACHIEVEMENT_NAME]