Steam: Difference between revisions
No edit summary |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
== Table of Contents == | == Table of Contents == | ||
{{Special:PrefixIndex/{{PAGENAME}}/}} | {{Special:PrefixIndex/{{PAGENAME}}/}} | ||
== 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. | |||
== Game Installation Folder == | |||
Default: | |||
C:\Program Files (x86)\Steam\steamapps\common\ | |||
# C:\Program Files (x86)\Steam\steamapps\common\Factorio\ | |||
Alternative: | |||
D:\SteamLibrary\steamapps\common\ | |||
# D:\SteamLibrary\steamapps\common\Factorio\ | |||
== Game Save Folder == | |||
Usually in: | |||
C:\Program Files (x86)\Steam\userdata\[YOUR ACCOUNT ID]\[GAME ID]\remote\ | |||
== 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] | |||
ref: https://steamcommunity.com/sharedfiles/filedetails/?l=french&id=2928878449 | |||
ref: https://partner.steamgames.com/doc/features/achievements#testing | |||
== Change Achievement Sound == | |||
Change this file with another sound: | |||
C:\Program Files (x86)\Steam\steamui\sounds\desktop_toast_default.wav | |||
I like a loud 3 explosion sound! :-) | |||
== keywords == |
Latest revision as of 02:17, 18 August 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.
Game Installation Folder
Default:
C:\Program Files (x86)\Steam\steamapps\common\ # C:\Program Files (x86)\Steam\steamapps\common\Factorio\
Alternative:
D:\SteamLibrary\steamapps\common\ # D:\SteamLibrary\steamapps\common\Factorio\
Game Save Folder
Usually in:
C:\Program Files (x86)\Steam\userdata\[YOUR ACCOUNT ID]\[GAME ID]\remote\
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]
ref: https://steamcommunity.com/sharedfiles/filedetails/?l=french&id=2928878449
ref: https://partner.steamgames.com/doc/features/achievements#testing
Change Achievement Sound
Change this file with another sound:
C:\Program Files (x86)\Steam\steamui\sounds\desktop_toast_default.wav
I like a loud 3 explosion sound! :-)