-
Notifications
You must be signed in to change notification settings - Fork 72
Game Data
Both Game Pictures and Game-Desktop-Files (for the Game Launcher) are auto-generated/downloaded per game start by default, but also can be batch created via Command Line:
-
steamtinkerlaunch update gamedata
(updates missing desktopfiles and pictures of installed games and exits - depending on the missing files this might need some time) -
steamtinkerlaunch update gamedata $APPID
(updates missing desktopfiles and picture for game$APPID
) -
steamtinkerlaunch update allgamedata
(updates missing desktopfiles and pictures of all games in 'sharedconfig.vdf' and exit - depending on the missing files this might need some time)
SteamTinkerLaunch also fetches Steam Deck compatibility information. This is fetched from https://store.steampowered.com/saleaction/ajaxgetdeckappcompatibilityreport?nAppID=
, where the AppID parameter is based on the current game's AppID. This returns a JSON response, and the raw response is stored at STLCFGDIR/games/deckinfo/<appid>-deckcompatrating.json
.
This data is updated once the compat rating file is more than a day old, as Steam Deck compatibility ratings can change quickly.
Further documentation on this endpoint can be found here. Feel free to browse the SteamTinkerLaunch code to see how this is implemented as well.
Quick Links
- Changelog
- Installation
- Usage
- Main Menu
- Global Menu
- Tray Icon
- Modding
- Platform-Specific Documentation
- Tweaks
- Utilities
- Advanced