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

[Feature] PC (Windows) game install support #29

Open
outerwinnie opened this issue Oct 24, 2024 · 2 comments
Open

[Feature] PC (Windows) game install support #29

outerwinnie opened this issue Oct 24, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@outerwinnie
Copy link

Hi, does the plugin have PC (Windows) game installation support? If so, how does it work? I have manage to detect and add the games to Playnite, download and unzip them but the exe has to be added manually for each game after unzipping. I have manage this by creating an empty emulator profile like this:
imagen

Is there some workaround or something?

Thanks!

@outerwinnie outerwinnie added the enhancement New feature or request label Oct 24, 2024
@wikewi
Copy link

wikewi commented Oct 24, 2024

I don't think it does and would some difficult to auto detect as most games have very different ways of installing the software. Just a suggestion and perhaps an easier workaround. How about adding a bat file (i.e. run.bat) when creating your game zip archives that points to the main game executable. Just give all games you compress the same title for the bat file. In that way you can launch all game by putting {InstallDir}\run.bat assuming you're calling the file run.bat and make this your default emulator profile, you could try with shortcuts as well but I believe windows doesn't store shortcuts with relative paths so if the exe file is in a subfolder that might give some issues.

@outerwinnie
Copy link
Author

I don't think it does and would some difficult to auto detect as most games have very different ways of installing the software. Just a suggestion and perhaps an easier workaround. How about adding a bat file (i.e. run.bat) when creating your game zip archives that points to the main game executable. Just give all games you compress the same title for the bat file. In that way you can launch all game by putting {InstallDir}\run.bat assuming you're calling the file run.bat and make this your default emulator profile, you could try with shortcuts as well but I believe windows doesn't store shortcuts with relative paths so if the exe file is in a subfolder that might give some issues.

This method seems to work pretty well, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants