Difference between revisions of "User Manual/Appendix: Integrations"

From ScummVM :: Wiki
Jump to navigation Jump to search
(Created page with "== Taskbar / Dock == Ever tried right-clicking (or control-clicking) your ScummVM icon? On supported desktop systems, ScummVM will add extra information such as shortcuts to...")
 
(Add taskbar alternate IDs)
 
Line 3: Line 3:
Ever tried right-clicking (or control-clicking) your ScummVM icon? On supported desktop systems, ScummVM will add extra information such as shortcuts to your last played games.
Ever tried right-clicking (or control-clicking) your ScummVM icon? On supported desktop systems, ScummVM will add extra information such as shortcuts to your last played games.


You can also display your currently running game next to the ScummVM icon. Just add an image with the format '''<engineid>-<gameid>.ico''' (on Windows) or '''<engineid>-<gameid>.png''' (on other systems) to your '''iconspath''' or '''extrapath'''. Check your configuration file for more details.
You can also display your currently running game next to the ScummVM icon. Just add an image to your '''iconspath''' or '''extrapath''' with one of the following names:
* '''<configid>.png''' (the ID shown in the Edit Game window)
* '''<engineid>-<gameid>.png''' (the generic IDs for the engine and the game)
* '''<gameid>.png'''
 
On Windows, these must be ICO files instead.


== Discord ==
== Discord ==

Latest revision as of 00:21, 9 September 2020

Taskbar / Dock

Ever tried right-clicking (or control-clicking) your ScummVM icon? On supported desktop systems, ScummVM will add extra information such as shortcuts to your last played games.

You can also display your currently running game next to the ScummVM icon. Just add an image to your iconspath or extrapath with one of the following names:

  • <configid>.png (the ID shown in the Edit Game window)
  • <engineid>-<gameid>.png (the generic IDs for the engine and the game)
  • <gameid>.png

On Windows, these must be ICO files instead.

Discord

To show your ScummVM status you need to add it to your Discord client via User Settings > Game Activity > Add it! while ScummVM is running. As of 2.2.0, ScummVM will also show the currently running game icon and description on your profile.

Developers need to add icons for the appropriate games via the Discord Developer Portal, local files aren't used. The images must be at least 512x512px with the format <engineid>-<gameid>. For more details see the Rich Presence API.