popsUlfr / SDH-PauseGames

Decky Loader Plugin for Steam Deck to Pause and Resume games
GNU General Public License v3.0
76 stars 8 forks source link

Don't auto pause online games #22

Open AkazaRenn opened 1 week ago

AkazaRenn commented 1 week ago

Currently we can only do auto pause in either all games or no games. I wish online games will not be auto paused since it usually means loss of connection to the server and that's not very far from exiting the game.

As for the way to detect whether a game is an online game, we can probably choose one of the following

  1. Check Steam Store labels, online games will have "Online Co-op" or "Online PvP", the drawback is that the game will not be paused even if it's running in offline mode.
  2. Check if the game's process is listening on any port or something similar, I'm not sure if that could be reliable or not.
  3. Allow users to choose which game to have auto pause, this might be the best solution to have as a third party plugin.