Skip to main content

Module detection

Module detection 

Source
Expand description

Unified game detection across Steam and Heroic launchers.

Scans all known launcher libraries and returns every detected game installation, including launcher metadata. This allows the UI and CLI to present a “pick your game” experience without manual path entry.

Structs§

DetectedGame
A game installation detected by scanning launcher libraries.

Enums§

LauncherSource
Which launcher/store a detected game belongs to.

Functions§

find_detected_game
Find a detected game by its modde game_id.
find_game_install
Find the install path for a specific game by scanning all launchers.
scan_installed_games
Scan all known launchers for installed games.