Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow manually pointing games to overlay #10

Open
mysteriousHerb opened this issue Sep 27, 2022 · 1 comment
Open

Allow manually pointing games to overlay #10

mysteriousHerb opened this issue Sep 27, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@mysteriousHerb
Copy link

Hi, it would be nice if we could allow the game on playnite to point to a overlay on steam vdf.
This would allow 1: use same overlay for different games, 2: (more importantly) allow I to change overlay name to steam appID, and get access to community controller layout.

It should already be able to do that but maybe not exposed on the UI. I am happy to play with json file if there is one.

@LemmusLemmus
Copy link
Owner

LemmusLemmus commented Sep 27, 2022

It is currently not possible to change the name of the Steam shortcut independently of the Playnite game name, as the extension finds which overlay to open based on the name of the Playnite game. This is very inelegant, as such it will change sooner or later. The current plan is to store in a file the ID of each Steam shortcut corresponding to a Playnite game. Such a file would be freely modifiable. (You can get the ID of a non-Steam game by adding it as a desktop shortcut and looking at its URL). Maybe it would be better to instead store the name of the overlay... It would require more computation every time it is launched, but it would improve readability.

Either way, being able to automatically set the name of the Steam shortcut to its corresponding Steam appID would be an interesting feature. This could be made as a simple checkbox choice in the settings and the appID could be retrieved from any Steam link the Playnite game details may have. Such an implementation should be relatively easy to make. However, to improve the feature one should probably also be able to revert the name to a more reasonable one yet still keep the controller configurations...

@LemmusLemmus LemmusLemmus added the enhancement New feature or request label Sep 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
2 participants